finkinfridom / payload-cloudinary-plugin

Upload media to Cloudinary service
MIT License
47 stars 3 forks source link

chore(deps): update dependency @payloadcms/db-mongodb to v1.3.0 #143

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@payloadcms/db-mongodb (source) 1.2.0 -> 1.3.0 age adoption passing confidence

Release Notes

payloadcms/payload (@​payloadcms/db-mongodb) ### [`v1.3.0`](https://togithub.com/payloadcms/payload/blob/HEAD/CHANGELOG.md#130-2022-12-09) [Compare Source](https://togithub.com/payloadcms/payload/compare/v1.2.0...v1.3.0) ##### Bug Fixes - [#​1547](https://togithub.com/payloadcms/payload/issues/1547), global afterChange hook not falling back to original global if nothing returned ([a72123d](https://togithub.com/payloadcms/payload/commit/a72123dd471e1032d832e409560bda9cf3058095)) - [#​1632](https://togithub.com/payloadcms/payload/issues/1632) graphQL non-nullable relationship and upload fields ([#​1633](https://togithub.com/payloadcms/payload/issues/1633)) ([eff3f18](https://togithub.com/payloadcms/payload/commit/eff3f18e7c184e5f82325e960b4cbe84b6377d82)) - change edit key to prevent richtext editor from crashing ([#​1616](https://togithub.com/payloadcms/payload/issues/1616)) ([471d214](https://togithub.com/payloadcms/payload/commit/471d21410ac9ac852a8581a019dd6759f56cd8b2)) - filterOptions function argument relationTo is an array ([#​1627](https://togithub.com/payloadcms/payload/issues/1627)) ([11b1c0e](https://togithub.com/payloadcms/payload/commit/11b1c0efc66acd32de2efcaf65bad504d2e2eb45)) - resets slate state when initialValue changes, fixes [#​1600](https://togithub.com/payloadcms/payload/issues/1600), [#​1546](https://togithub.com/payloadcms/payload/issues/1546) ([9558a22](https://togithub.com/payloadcms/payload/commit/9558a22ce6cdf9bc13215931b43bde0a7dd4bf50)) - sanitizes global find query params ([512bc1e](https://togithub.com/payloadcms/payload/commit/512bc1ebe636841f1dee6ce49c1d97db1810c4bd)) - Select with hasMany and localized ([#​1636](https://togithub.com/payloadcms/payload/issues/1636)) ([756edb8](https://togithub.com/payloadcms/payload/commit/756edb858a1ca66c32e674770ddcdceae77bf349)) - translation key in revert published modal ([#​1628](https://togithub.com/payloadcms/payload/issues/1628)) ([b6c597a](https://togithub.com/payloadcms/payload/commit/b6c597ab5c4fcd879496db5373155df48c657e28)) - unflattens fields in filterOptions callback ([acff46b](https://togithub.com/payloadcms/payload/commit/acff46b4a5b57f01fa0b14c1e9fd8330b4d787db)) - feat!: no longer sanitize collection slugs to kebab case ([#​1607](https://togithub.com/payloadcms/payload/issues/1607)) ([ba2f2d6](https://togithub.com/payloadcms/payload/commit/ba2f2d6e9b66568b11632bacdd92cfdc8ddae300)), closes [#​1607](https://togithub.com/payloadcms/payload/issues/1607) ##### Features - add Norwegian bokmål (nb) translation ([#​1614](https://togithub.com/payloadcms/payload/issues/1614)) ([759f001](https://togithub.com/payloadcms/payload/commit/759f00168137ff1a0fd862796a5971a9ba0264cd)) - add Thai translation ([#​1630](https://togithub.com/payloadcms/payload/issues/1630)) ([7777d11](https://togithub.com/payloadcms/payload/commit/7777d11b9ed458a6c64efc8c9572edb898f6ceed)) - upload support pasting file ([eb69b82](https://togithub.com/payloadcms/payload/commit/eb69b82adfb4e94c1ef36b219310c55afc7a1d4e)) ##### BREAKING CHANGES - collection slugs are no longer automatically sanitized to be kebab case. This will only be an issue if your current slugs were in camel case. The upgrade path will be to change those slugs to the kebab case version that the slug was automatically being sanitized to on the backend. If you only use kebab case or single word slugs: no action needed. If you have existing slugs with camel case and populated data: you'll need to convert these to the kebab case version to match the previously sanitized value. ie. myOldSlug is your slug, you should convert it to my-old-slug. Any future slugs after updating will be used as-is. #### [1.2.5](https://togithub.com/payloadcms/payload/compare/v1.2.4...v1.2.5) (2022-12-06) ##### Bug Fixes - exits findOptionsByValue when matchedOption is found ([881c067](https://togithub.com/payloadcms/payload/commit/881c067c40d7477fa2a56d9c700feab49410e1c1)) - mismatch language condition when rendering unpublish ([3ddd0ea](https://togithub.com/payloadcms/payload/commit/3ddd0ea3efbd4d673a943dbf63363c548ae5562c)) - safely coerces limit and depth to number or undefined ([dd04d78](https://togithub.com/payloadcms/payload/commit/dd04d7842efe9228e98271a878fd68a814042f41)) - uses pathOrName to pass to internal Relationship field components ([8874e87](https://togithub.com/payloadcms/payload/commit/8874e871d4a48d5d3fccb8233464437d8ea61ad4)) ##### Features - add Turkish translations ([#​1596](https://togithub.com/payloadcms/payload/issues/1596)) ([c8a6831](https://togithub.com/payloadcms/payload/commit/c8a683100f1ec663a2fdfd5c1ab82300d2618995)) #### [1.2.4](https://togithub.com/payloadcms/payload/compare/v1.2.3...v1.2.4) (2022-12-03) ##### Bug Fixes - missing translation richText link modal ([#​1573](https://togithub.com/payloadcms/payload/issues/1573)) ([2dcada1](https://togithub.com/payloadcms/payload/commit/2dcada199c21bee97eca88aa6bc8ba1bc2b45e7c)) #### [1.2.3](https://togithub.com/payloadcms/payload/compare/v1.2.2...v1.2.3) (2022-12-02) ##### Bug Fixes - reset password regression ([#​1574](https://togithub.com/payloadcms/payload/issues/1574)) ([396ea0b](https://togithub.com/payloadcms/payload/commit/396ea0bd53dc9e1ae1e348d6fe1eb3c36232b35b)) #### [1.2.2](https://togithub.com/payloadcms/payload/compare/v1.2.1...v1.2.2) (2022-12-02) ##### Bug Fixes - adds contain operators for text/email/radio fields ([4c37af6](https://togithub.com/payloadcms/payload/commit/4c37af6f10dcfd77b5aec963bc5f84a178942143)) - adjusts how limit is set, both in options and paginates limit ([a718010](https://togithub.com/payloadcms/payload/commit/a71801006cbc4b989d5057a5f04e8e8e0a6dbeed)) - aligns mongoose PaginatedDocs type with actual lib type ([dce2081](https://togithub.com/payloadcms/payload/commit/dce208166337a8e47cc41301c9c5be0854199eaa)) - allows for form controlled relationship fields to be populated ([e4435bb](https://togithub.com/payloadcms/payload/commit/e4435bb8bd13fd7122124fb6e171f4bd1cce819c)) - allows for limit bypass on version find operations ([891f00d](https://togithub.com/payloadcms/payload/commit/891f00d05cd57d9387dd25be81daa3de99e315ed)) - blockName grows in all browsers ([03c2ab5](https://togithub.com/payloadcms/payload/commit/03c2ab52a89817e94ec9a7b4339e807d995e04f6)) - corrects skipValidation ([e6f1c6f](https://togithub.com/payloadcms/payload/commit/e6f1c6fc7bb56fe5a858b405c3bf799a46ac57f4)) - dynamic relationship filterOptions ([99c1f41](https://togithub.com/payloadcms/payload/commit/99c1f41e306a11547965fd938fa5607787243003)) - ensures enums cannot query on partial matches ([ec51929](https://togithub.com/payloadcms/payload/commit/ec51929b1af0b2c1138aa315d106b52f7e771779)) - german translation optimizations ([#​1485](https://togithub.com/payloadcms/payload/issues/1485)) ([e9d2163](https://togithub.com/payloadcms/payload/commit/e9d21636011ac084fa26ffbea199fc766fe19b25)) - handle multiple locales in relationship population ([#​1452](https://togithub.com/payloadcms/payload/issues/1452)) ([04c689c](https://togithub.com/payloadcms/payload/commit/04c689c5b04bc91020eb682b97721eba213836d2)) - **i18n:** requiresAtLeast variable in de.json ([#​1556](https://togithub.com/payloadcms/payload/issues/1556)) ([47fd0d9](https://togithub.com/payloadcms/payload/commit/47fd0d9ec4aa62335d505a0bfba0305355a318ca)) - ignore validation when unpublishing, do not allow restore with invalid form state ([77ab542](https://togithub.com/payloadcms/payload/commit/77ab54243ab1857f4f430be4f8c4dc51e15f94ca)) - indexSortableFields timestamp fields [#​1506](https://togithub.com/payloadcms/payload/issues/1506) ([#​1537](https://togithub.com/payloadcms/payload/issues/1537)) ([7aada3c](https://togithub.com/payloadcms/payload/commit/7aada3c746603b91bbb4fadf953f36e23fba5121)) - infinite rerenders, accounts for hasMany false ([16d00e8](https://togithub.com/payloadcms/payload/commit/16d00e87c2f8b63e695e46ccbf279ad90621dc17)) - moves relationship field useEffect into async reducer action ([54ef40a](https://togithub.com/payloadcms/payload/commit/54ef40a335905f7295f847c68762f7fe06bccc30)) - moves sharp types from devDeps to deps ([b3d526b](https://togithub.com/payloadcms/payload/commit/b3d526b59a275a1f58a76322a588ba8a6370f26b)) - reverts async reducer and resolves infinite effect ([a9da81f](https://togithub.com/payloadcms/payload/commit/a9da81f18cf9e6eba67187a3a2735b267949e0ae)) - sanitize number query params before passing to find operation ([c8d1b9f](https://togithub.com/payloadcms/payload/commit/c8d1b9f88af62ad1ab927ca3d035fa4c031989f1)) - translate select field option labels ([#​1476](https://togithub.com/payloadcms/payload/issues/1476)) ([3a9dc9e](https://togithub.com/payloadcms/payload/commit/3a9dc9ef68374692c3314651bee6e1b00ae55f17)) - update drafts includes latest version changes ([48989d0](https://togithub.com/payloadcms/payload/commit/48989d0f6ed086dc60dc94165a4e0ca8120f9b1a)) - updates code field css ([3eebd66](https://togithub.com/payloadcms/payload/commit/3eebd6613f66f3cac38e00cfd94e80b2999cf791)) - updates syntax colors for light theme ([dbfe7ca](https://togithub.com/payloadcms/payload/commit/dbfe7ca6e61e3a93baabc378f52835af9e53fd38)) - uses baseClass in code field ([d03f0ae](https://togithub.com/payloadcms/payload/commit/d03f0aef8423597aceb36ddbbb1cc63033d0066d)) ##### Features - decouples limit from pagination, allows for no limit query ([f7ce0c6](https://togithub.com/payloadcms/payload/commit/f7ce0c615d76035ee48ef32047613ab1415deb44)) - improve typescript comments ([#​1467](https://togithub.com/payloadcms/payload/issues/1467)) ([5bd8657](https://togithub.com/payloadcms/payload/commit/5bd86571cada5791003bbfa84183f5b300649533)) - log email transport error messages ([#​1469](https://togithub.com/payloadcms/payload/issues/1469)) ([a90a1a9](https://togithub.com/payloadcms/payload/commit/a90a1a9e19bb54eb6d88129b5e2cb6483e22db61)) - removes theme provider and updates background for code fields ([1a6c9a3](https://togithub.com/payloadcms/payload/commit/1a6c9a3e181930a6f45027fecc5313e8d7228c71)) #### [1.2.1](https://togithub.com/payloadcms/payload/compare/v1.2.0...v1.2.1) (2022-11-22) ##### Bug Fixes - adjusts styles to allow error bg to fill textarea ([2e57b76](https://togithub.com/payloadcms/payload/commit/2e57b76df01acf7ed1ce5fcb824ef5f96d11621d)) - allows patching global drafts [#​1415](https://togithub.com/payloadcms/payload/issues/1415) ([25822a9](https://togithub.com/payloadcms/payload/commit/25822a91b1e4f2bf4804f15947d211138d696219)) - dynamically sets stepnav from default edit view ([40c8778](https://togithub.com/payloadcms/payload/commit/40c87784b0c6281c599b6d2a46a27b70b0568c30)) - ensures drafts operations saves as draft [#​1415](https://togithub.com/payloadcms/payload/issues/1415) ([fc16ffe](https://togithub.com/payloadcms/payload/commit/fc16ffefdb354ea023462d784cdac7ab6fcc26d3)) - flattens locales before versioning published docs [#​1415](https://togithub.com/payloadcms/payload/issues/1415) ([f700f51](https://togithub.com/payloadcms/payload/commit/f700f51f2bcdd657d1fab6b6d83ac00a11ed870d)) - **i18n:** version count ([#​1465](https://togithub.com/payloadcms/payload/issues/1465)) ([075b7e9](https://togithub.com/payloadcms/payload/commit/075b7e9f02498ea253cf270654dcce0f11ec1f93)) - Increase textarea click area ([c303913](https://togithub.com/payloadcms/payload/commit/c303913e61881a3b0d90615dda905b20347d6f1e)) - invalid query string user account request ([#​1478](https://togithub.com/payloadcms/payload/issues/1478)) ([400cb9b](https://togithub.com/payloadcms/payload/commit/400cb9b6bcfd09c39cb6aa438daad876d12e8e13)) - removes incorrectly import/export option type - [#​1441](https://togithub.com/payloadcms/payload/issues/1441) ([ed01a17](https://togithub.com/payloadcms/payload/commit/ed01a176210a02a32874f4d0d1c5206d9a772e7e)) - rendering of localized select value ([1d1d249](https://togithub.com/payloadcms/payload/commit/1d1d2493aa08db4c300c01e72ccb6c11e03f9e09)) - sanitizes select values on the server, allowing isClearable selects to be cleared without error ([699ca14](https://togithub.com/payloadcms/payload/commit/699ca14434eeff3025cffd3f6e00efada80e021f)) - translate version comparison view field labels ([#​1470](https://togithub.com/payloadcms/payload/issues/1470)) ([8123585](https://togithub.com/payloadcms/payload/commit/8123585592b9a53ef746f17476b36a2661cca025)) - versionCount was broken & other i18n improvements ([#​1450](https://togithub.com/payloadcms/payload/issues/1450)) ([078c28b](https://togithub.com/payloadcms/payload/commit/078c28bd5fd08fd17a0b0b360e904f51fe8a2e98)) - versions tests ([af6a7aa](https://togithub.com/payloadcms/payload/commit/af6a7aa9e850c0817ea40d755f51255ccf0938c2)) ##### Features - add i18n to option labels in version comparison ([#​1477](https://togithub.com/payloadcms/payload/issues/1477)) ([7b6a9ed](https://togithub.com/payloadcms/payload/commit/7b6a9ede6e3a72e7e64358cb88946b16153d8dc6)) - exports field types properly ([7c6d6fd](https://togithub.com/payloadcms/payload/commit/7c6d6fd1caeb25e1a871fa1b9cecc53be8a2a7a1))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.