invakid404 / payload-blurhash-plugin

Payload CMS plugin for automatic Blurhash encoding of images
The Unlicense
57 stars 5 forks source link

chore(deps-dev): bump payload from 1.2.5 to 1.6.16 #144

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps payload from 1.2.5 to 1.6.16.

Release notes

Sourced from payload's releases.

Release 1.6.15

1.6.15 (2023-02-21)

Bug Fixes

  • mongoose connection error with useFacet (5888fb9)

Release 1.6.14

1.6.14 (2023-02-21)

Bug Fixes

  • #2091 admin translations for filter operators (#2143) (8a8c392)
  • #2096, allows custom ts paths with payload generate:types (686a616)
  • #2117 collection pagination defaultLimit (#2147) (2a4db38)
  • #2131, doesn't log in unverified user after resetting password (3eb85b1)
  • #2134, allows links to be populated without having relationship or upload enabled (32a0778)
  • #2148, adds queryHiddenFields property to find operation (15b6bb3)
  • checks locale is valid for monaco code editor (#2144) (40224ed)
  • generate proper json field type according to rfc (#2137) (7e88698)
  • removes custom header and gutter from rte link drawer #2120 (#2135) (6a7663b)
  • sizes property optional on upload (#2066) (79d047e)
  • useFacet config option to disable $facet aggregation (#2141) (b4a2074)

Release 1.6.13

1.6.13 (2023-02-18)

Bug Fixes

  • #2125, ensures createdAt and updatedAt are returned in update operations (42ebf68)

Release 1.6.12

1.6.12 (2023-02-17)

Bug Fixes

  • ensures only valid fields can be queried on (1930bc2)

Features

... (truncated)

Changelog

Sourced from payload's changelog.

1.6.16 (2023-02-28)

Bug Fixes

  • #2150, can now query on N number of levels deep (ac54b11)
  • #2179, async default values resetting form state (a4de51a)
  • allows empty objects to be retained in db (0247e2d)
  • clear relationship value (#2188) (387cec9)
  • ensures sorting on drafts works in all cases (c87fd2b)
  • globals publish after draft (44651e6)
  • properly resizes animated images (#2181) (8c4f890)
  • properly set req.payload on forgotPassword in local API (#2194) (5ac436e)
  • renders rte upload drawer #2178 (523d9d4)
  • skips field validation on submit if skipValidation is set to true (cf17760)
  • version comparison view errors on old select value (#2163) (a3cc3c3)

Features

1.6.15 (2023-02-21)

Bug Fixes

  • mongoose connection error with useFacet (5888fb9)

1.6.14 (2023-02-21)

Bug Fixes

  • #2091 admin translations for filter operators (#2143) (8a8c392)
  • #2096, allows custom ts paths with payload generate:types (686a616)
  • #2117 collection pagination defaultLimit (#2147) (2a4db38)
  • #2131, doesn't log in unverified user after resetting password (3eb85b1)
  • #2134, allows links to be populated without having relationship or upload enabled (32a0778)
  • #2148, adds queryHiddenFields property to find operation (15b6bb3)
  • checks locale is valid for monaco code editor (#2144) (40224ed)
  • generate proper json field type according to rfc (#2137) (7e88698)
  • removes custom header and gutter from rte link drawer #2120 (#2135) (6a7663b)
  • sizes property optional on upload (#2066) (79d047e)
  • useFacet config option to disable $facet aggregation (#2141) (b4a2074)

1.6.13 (2023-02-18)

... (truncated)

Commits
  • 83dd7bb chore(release): v1.6.16
  • de2ae5e chore: ensures data is passed to buildStateFromSchema
  • f7a2ae7 Merge pull request #2206 from payloadcms/fix/2189-empty-json
  • 0247e2d fix: allows empty objects to be retained in db
  • 237aff9 Merge pull request #2200 from payloadcms/fix/#2179
  • 51911cd Merge pull request #2196 from payloadcms/fix/#2193-globals-publish
  • f64b2b1 chore: adds back 14.x
  • 8caedb1 Merge branch 'master' of github.com:payloadcms/payload into fix/#2179
  • e2c65e3 feat: drag-and-drop columns (#2142)
  • 523d9d4 fix: renders rte upload drawer #2178
  • 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 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)
dependabot[bot] commented 1 year ago

Superseded by #149.