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 1.15.6 to 2.30.4 in /payload #169

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 2024

Bumps payload from 1.15.6 to 2.30.4.

Release notes

Sourced from payload's releases.

v2.30.4

2.30.4 (2024-11-11)

Features

Bug Fixes

  • db-postgres: sort by localized fields (#9016) (9c25754)
  • edit many modal draft action button order and style (#9046) (a907480), closes #9045
  • error saving after duplicating blocks with nested items (#8814) (eba777c)
  • list drawer relationship not displaying (#9011) (169da5c)
  • querying relationships by id path with REST (#9014) (a0bd706)

v2.30.3

2.30.3 (2024-10-18)

Bug Fixes

  • db-postgres: migrate:create errors with previous schemas (#8786) (e9c1222)
  • duplicate with select hasMany fields (#8734) (c8ed645)

v2.30.2

2.30.2 (2024-10-17)

Bug Fixes

  • applies resize after cropping if resizeOptions are defined (#8535) (f2284f3)
  • calculates correct aspect ratio dimensions on sharp based files (#8510) (9d05b82), closes #8317
  • db-postgres: build indexes for relationships (#8446) (d05e3b0)
  • db-postgres: port many various fixes from 3.0 (#8468) (1347b6c)
  • db-postgres: select hasMany nested to array + tab/group (#8739) (0efc610)
  • richtext-lexical: add target _blank for new-tab in linkFeature (#8571) (61e8ce1), closes #8569

v2.30.1

2.30.1 (2024-10-02)

Bug Fixes

  • db-mongodb: properly filters out number field values with the exists operator filter (#8415) (0586f23), closes #8181
  • sorting by id incorrectly orders by version.id (#8450) (1d38e6d)

v2.30.0

2.30.0 (2024-09-27)

... (truncated)

Changelog

Sourced from payload's changelog.

2.30.4 (2024-11-11)

Features

Bug Fixes

  • db-postgres: sort by localized fields (#9016) (9c25754)
  • edit many modal draft action button order and style (#9046) (a907480), closes #9045
  • error saving after duplicating blocks with nested items (#8814) (eba777c)
  • list drawer relationship not displaying (#9011) (169da5c)
  • querying relationships by id path with REST (#9014) (a0bd706)

2.30.3 (2024-10-18)

Bug Fixes

  • db-postgres: migrate:create errors with previous schemas (#8786) (e9c1222)
  • duplicate with select hasMany fields (#8734) (c8ed645)

2.30.2 (2024-10-17)

Bug Fixes

  • applies resize after cropping if resizeOptions are defined (#8535) (f2284f3)
  • calculates correct aspect ratio dimensions on sharp based files (#8510) (9d05b82), closes #8317
  • db-postgres: build indexes for relationships (#8446) (d05e3b0)
  • db-postgres: port many various fixes from 3.0 (#8468) (1347b6c)
  • db-postgres: select hasMany nested to array + tab/group (#8739) (0efc610)
  • richtext-lexical: add target _blank for new-tab in linkFeature (#8571) (61e8ce1), closes #8569

2.30.1 (2024-10-02)

Bug Fixes

  • db-mongodb: properly filters out number field values with the exists operator filter (#8415) (0586f23), closes #8181
  • sorting by id incorrectly orders by version.id (#8450) (1d38e6d)

2.30.0 (2024-09-27)

  • export toast from react toastify in payload (#8438) (17fc2d1)

2.29.0 (2024-09-25)

... (truncated)

Commits
  • 55eb6e7 chore(release): payload/2.30.4 [skip ci]
  • a907480 fix: edit many modal draft action button order and style (#9046)
  • a0bd706 fix: querying relationships by id path with REST (#9014)
  • 169da5c fix: list drawer relationship not displaying (#9011)
  • eba777c fix: error saving after duplicating blocks with nested items (#8814)
  • 218f2ea chore(release): payload/2.30.3 [skip ci]
  • c8ed645 fix: duplicate with select hasMany fields (#8734)
  • 6690c37 chore(release): payload/2.30.2 [skip ci]
  • cc99c3a chore: improves getLatestCollectionVersion where constraints (#8747)
  • 9d05b82 fix: calculates correct aspect ratio dimensions on sharp based files (#8510)
  • 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 1.15.6 to 2.30.4.
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Changelog](https://github.com/payloadcms/payload/blob/payload/2.30.4/CHANGELOG.md)
- [Commits](https://github.com/payloadcms/payload/commits/payload/2.30.4/packages/payload)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 12, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants