Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump payload from 2.0.14 to 2.22.0 #116

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 20, 2024

Bumps payload from 2.0.14 to 2.22.0.

Release notes

Sourced from payload's releases.

v2.22.0

2.22.0 (2024-06-20)

Features

  • passes prev value through to validate functions (#6805) (0a51de7)

Bug Fixes

  • adjust json field schema for defaultValue (#6872) (58427ff)
  • array row validation messages (#6780) (68ea693)
  • cannot use empty string in defaultValue on text-like fields (#6842) (3364385)
  • corrects redirect with lonely slash on login (#6784) (dae56e6)
  • db-postgres: cascade delete FKs on hasMany relationships (#6735) (9ecc6c8)
  • payload, db-mongodb: querying relationships with in & not_in (#6773) (f6ba3be), closes #6741
  • plugin-cloud-storage: missing error handling for invalid plugin config, leading to unexpected webpack errors (#6786) (015aafd)
  • ui: withinCollapsible always false from useCollapsible provider (#6783) (9f0aaf0), closes #6760
  • unflattening json objects containing keys with periods (#6834) (025306f), closes #5378
  • upgrade swc, fixing swc issues on linux (#6809) (1c986a9)

v2.21.0

2.21.0 (2024-06-14)

Features

Bug Fixes

  • adjust version status pill when unpublished (#6744) (b7e8529)
  • use correct time for isLocked check (#6052) (3b4bb30)
  • unable to save animated file types with undefined image sizes (#6733) (e40570b), closes #6727

v2.20.0

2.20.0 (2024-06-11)

Features

  • ui: updates draft/published version pills (#6732) (ed86b15)

Bug Fixes

  • adds multi select inputs for number & text fields in where builder (#6662) (e3003b4)
  • create sharp file for fileHasAdjustments files or fileIsAnimated files (#6710) (921a5c0)

... (truncated)

Changelog

Sourced from payload's changelog.

2.22.0 (2024-06-20)

Features

  • passes prev value through to validate functions (#6805) (0a51de7)

Bug Fixes

  • adjust json field schema for defaultValue (#6872) (58427ff)
  • array row validation messages (#6780) (68ea693)
  • cannot use empty string in defaultValue on text-like fields (#6842) (3364385)
  • corrects redirect with lonely slash on login (#6784) (dae56e6)
  • db-postgres: cascade delete FKs on hasMany relationships (#6735) (9ecc6c8)
  • payload, db-mongodb: querying relationships with in & not_in (#6773) (f6ba3be), closes #6741
  • plugin-cloud-storage: missing error handling for invalid plugin config, leading to unexpected webpack errors (#6786) (015aafd)
  • ui: withinCollapsible always false from useCollapsible provider (#6783) (9f0aaf0), closes #6760
  • unflattening json objects containing keys with periods (#6834) (025306f), closes #5378
  • upgrade swc, fixing swc issues on linux (#6809) (1c986a9)

2.21.0 (2024-06-14)

Features

Bug Fixes

  • adjust version status pill when unpublished (#6744) (b7e8529)
  • use correct time for isLocked check (#6052) (3b4bb30)
  • unable to save animated file types with undefined image sizes (#6733) (e40570b), closes #6727

2.20.0 (2024-06-11)

Features

  • ui: updates draft/published version pills (#6732) (ed86b15)

Bug Fixes

... (truncated)

Commits
  • b230da3 chore(release): payload/2.22.0 [skip ci]
  • 58427ff fix: adjust json field schema for defaultValue (#6872)
  • 3364385 fix: cannot use empty string in defaultValue on text-like fields (#6842)
  • 025306f fix: unflattening json objects containing keys with periods (#6834)
  • 9a17d66 Revert "chore(deps): bump nodemailer from 6.9.8 to 6.9.9 in /packages/payload...
  • 074a3f0 chore(deps): bump nodemailer from 6.9.8 to 6.9.9 in /packages/payload (#4977)
  • 0a51de7 feat: passes prev value through to validate functions (#6805)
  • 1c986a9 fix: upgrade swc, fixing swc issues on linux (#6809)
  • dae56e6 fix: corrects redirect with lonely slash on login (#6784)
  • 9f0aaf0 fix(ui): withinCollapsible always false from useCollapsible provider (#6783)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [payload](https://github.com/payloadcms/payload/tree/HEAD/packages/payload) from 2.0.14 to 2.22.0.
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Changelog](https://github.com/payloadcms/payload/blob/main/CHANGELOG.md)
- [Commits](https://github.com/payloadcms/payload/commits/payload/2.22.0/packages/payload)

---
updated-dependencies:
- dependency-name: payload
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 20, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/payload@2.22.0 None 0 0 B

🚮 Removed packages: npm/payload@2.0.14

View full report↗︎

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 25, 2024

Superseded by #118.

@dependabot dependabot bot closed this Jun 25, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/payload-2.22.0 branch June 25, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

0 participants