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 the payload group with 3 updates #214

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps the payload group with 3 updates: @payloadcms/db-mongodb, @payloadcms/richtext-lexical and payload.

Updates @payloadcms/db-mongodb from 1.4.1 to 1.4.2

Changelog

Sourced from @​payloadcms/db-mongodb's changelog.

1.4.2 (2023-01-03)

Bug Fixes

  • #1775 - siblingData for unnamed fields within array rows improperly formatted (d6fcd19)
  • #1786, relationship with hasMany no longer sets empty array as default value (ecfb363)
  • error clearing date field (883daf7)
  • select field crash on missing value option (ec9196e)

Features

  • add Ukrainian translation (#1767) (49fa5cb)
  • preview now exposes most recent draft data (54dadbe)
Commits
  • 6a3ee4d chore(release): v1.4.2
  • 7727496 Merge pull request #1793 from payloadcms/fix/#1786
  • ecfb363 fix: #1786, relationship with hasMany no longer sets empty array as default v...
  • 4579a2a Merge pull request #1787 from payloadcms/chore/deleting-error-i18n
  • 57ba307 Merge pull request #1792 from payloadcms/feat/reactive-preview
  • 54dadbe feat: preview now exposes most recent draft data
  • 2a8bc31 Merge pull request #1789 from payloadcms/fix/#1775
  • d6fcd19 fix: #1775 - siblingData for unnamed fields within array rows improperly form...
  • e0d4b3f chore: fix incorrect translation for error deleting document
  • 3552d6a Merge pull request #1770 from payloadcms/fix/#1762-select-unmatched-value
  • Additional commits viewable in compare view

Updates @payloadcms/richtext-lexical from 0.6.1 to 0.7.0

Changelog

Sourced from @​payloadcms/richtext-lexical's changelog.

Commits
  • 045479b chore(release): v0.7.0
  • 67c1e28 feat: exposes babel config via payload/babel (#203)
  • fb60bc7 feat: user preferences (#195)
  • dd40ab0 fix: handle all scenarios in select cell
  • 530eb8b Merge pull request #184 from payloadcms/chore/package-json-repository
  • 9ada08f chore(release): v0.6.10
  • b187c9e chore: ensures backward node compatibility
  • c6ccc34 chore: migrates sass features
  • ee080f0 chore: add homepage to package.json
  • db59da5 chore: add repository to package.json
  • Additional commits viewable in compare view

Updates payload from 2.11.0 to 2.11.1

Release notes

Sourced from payload's releases.

Release v2.11.1

2.11.1 (2024-02-16)

Features

  • db-postgres: adds idType to use uuid or serial id columns (#3864) (d6c2578)
  • db-postgres: reconnect after disconnection from database (#5086) (bf942fd)
  • plugin-search: add req to beforeSync args for transactions (#5068) (98b87e2)
  • richtext-lexical: add justify aligment to AlignFeature (#4035) (#4868) (6d6823c)
  • richtext-lexical: AddBlock handle for all nodes, even if they aren't empty paragraphs (#5063) (00fc034)
  • richtext-lexical: Update lexical from 0.12.6 to 0.13.1, port over all useful changes from playground (#5066) (0d18822)

Bug Fixes

  • db-mongodb: find versions pagination (#5091) (5d4022f)
  • db-postgres: query using blockType (#5044) (35c2a08)
  • filterOptions errors cause transaction to abort (#5079) (5f3d016)
  • plugin-form-builder: hooks do not respect transactions (#5069) (82e9d31)
  • remove collection findByID caching (#5034) (1ac943e)
  • richtext-lexical: do not remove adjacent paragraph node when inserting certain nodes in empty editor (#5061) (6323965)
  • uploads: account for serverURL when retrieving external file (#5102) (25cee8b)

⚠ BREAKING CHANGES: @​payloadcms/richtext-lexical

  • richtext-lexical: Update lexical from 0.12.6 to 0.13.1, port over all useful changes from playground (#5066)
  • You HAVE to make sure that any versions of the lexical packages (IF you have any installed) match the lexical version which richtext-lexical uses: v0.13.1. If you do not do this, you may be plagued by React useContext / "cannot find active editor state" errors
  • Updates to lexical's API, e.g. the removal of INTERNAL_isPointSelection, could be breaking depending on your code. Please consult the lexical changelog.
Changelog

Sourced from payload's changelog.

2.11.1 (2024-02-16)

Features

  • db-postgres: adds idType to use uuid or serial id columns (#3864) (d6c2578)
  • db-postgres: reconnect after disconnection from database (#5086) (bf942fd)
  • plugin-search: add req to beforeSync args for transactions (#5068) (98b87e2)
  • richtext-lexical: add justify aligment to AlignFeature (#4035) (#4868) (6d6823c)
  • richtext-lexical: AddBlock handle for all nodes, even if they aren't empty paragraphs (#5063) (00fc034)
  • richtext-lexical: Update lexical from 0.12.6 to 0.13.1, port over all useful changes from playground (#5066) (0d18822)

Bug Fixes

  • db-mongodb: find versions pagination (#5091) (5d4022f)
  • db-postgres: query using blockType (#5044) (35c2a08)
  • filterOptions errors cause transaction to abort (#5079) (5f3d016)
  • plugin-form-builder: hooks do not respect transactions (#5069) (82e9d31)
  • remove collection findByID caching (#5034) (1ac943e)
  • richtext-lexical: do not remove adjacent paragraph node when inserting certain nodes in empty editor (#5061) (6323965)
  • uploads: account for serverURL when retrieving external file (#5102) (25cee8b)

⚠ BREAKING CHANGES: @​payloadcms/richtext-lexical

  • richtext-lexical: Update lexical from 0.12.6 to 0.13.1, port over all useful changes from playground (#5066)
  • You HAVE to make sure that any versions of the lexical packages (IF you have any installed) match the lexical version which richtext-lexical uses: v0.13.1. If you do not do this, you may be plagued by React useContext / "cannot find active editor state" errors
  • Updates to lexical's API, e.g. the removal of INTERNAL_isPointSelection, could be breaking depending on your code. Please consult the lexical changelog.
Commits
  • e9f5504 chore(release): payload/2.11.1 [skip ci]
  • 98b87e2 feat(plugin-search): add req to beforeSync args for transactions (#5068)
  • 5f3d016 fix: filterOptions errors cause transaction to abort (#5079)
  • 35c2a08 fix(db-postgres): query using blockType (#5044)
  • 1ac943e fix: remove collection findByID caching (#5034)
  • 25cee8b fix(uploads): account for serverURL when retrieving external file (#5102)
  • 419aef4 chore: add .localstack to gitignore
  • ea52489 Merge pull request #4295 from payloadcms/test/plugin-cloud-storage-emulators
  • e80c70a test: cleanup
  • 70b0064 test: adjust adapter log message
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 19, 2024
@kahlstrm
Copy link
Contributor

@dependabot rebase

Bumps the payload group with 3 updates: [@payloadcms/db-mongodb](https://github.com/payloadcms/payload), [@payloadcms/richtext-lexical](https://github.com/payloadcms/payload) and [payload](https://github.com/payloadcms/payload).


Updates `@payloadcms/db-mongodb` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Changelog](https://github.com/payloadcms/payload/blob/main/CHANGELOG.md)
- [Commits](payloadcms/payload@v1.4.1...v1.4.2)

Updates `@payloadcms/richtext-lexical` from 0.6.1 to 0.7.0
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Changelog](https://github.com/payloadcms/payload/blob/main/CHANGELOG.md)
- [Commits](payloadcms/payload@v0.6.1...v0.7.0)

Updates `payload` from 2.11.0 to 2.11.1
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Changelog](https://github.com/payloadcms/payload/blob/main/CHANGELOG.md)
- [Commits](payloadcms/payload@payload/2.11.0...payload/2.11.1)

---
updated-dependencies:
- dependency-name: "@payloadcms/db-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: payload
- dependency-name: "@payloadcms/richtext-lexical"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: payload
- dependency-name: payload
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: payload
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/payload-b0c2c76c69 branch from 314af00 to dd59898 Compare February 19, 2024 21:35
@kahlstrm kahlstrm merged commit 96ab185 into main Feb 19, 2024
3 checks passed
@kahlstrm kahlstrm deleted the dependabot/npm_and_yarn/payload-b0c2c76c69 branch February 19, 2024 21:38
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.

1 participant