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.3 #122

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps payload from 1.2.5 to 1.6.3.

Release notes

Sourced from payload's releases.

Release 1.6.3

1.6.3 (2023-02-01)

Bug Fixes

  • properly await graphql schema generation (888b3a2)

Release 1.6.2

1.6.2 (2023-02-01)

Release 1.6.1

1.6.1 (2023-02-01)

Bug Fixes

  • #1870 and #1859 (c0ac155)
  • aligns global preview config with the docs (#1940) (e7908b7)
  • collection view pagination with limits resulting in empty list (8b778b6)
  • corrects type for required named tab fields (#1939) (3058eb5)
  • creates backup of latest version after restoring draft #1873 (bd4da37)
  • disables escapeValue for i18n (#1886) (eec4b3a)
  • ensures loader disappears after unsuccessful login, adjusts mobile loader styles (#1948) (3d854f7)
  • hides fallback locale checkbox when field localization is set to false (#1893) (0623039)
  • limits and sorts within pagination and not on initial aggregation (9b613ee)
  • relation to many index unique fields (#1979) (453a903)
  • updated nl i18n typos (cc7257e)
  • versions error on cosmos db (338c4e2)

Features

  • add Chinese translation (#1926) (7c6ff89)
  • add Croatian translation (#1982) (dfa47a0)
  • allows versions to be deleted alongside of main document deletion (a5c76d4)
  • blocks drawer #1909 (339cee4)
  • explicitly exports utilities (1efc6f5)
  • isolates local api to local-only functions, converts it to ts generic for stronger typing (d3d367c)
  • requires ts-node to start a project for any config that uses ts or jsx (f1c342e)
  • simplifies versions logic (8cfa550)

🚨 BREAKING CHANGES

✋ Payload now no longer transpiles your config for you

This release removes the need to use @swc/register to automatically transpile Payload configs, which dramatically improves Payload initialization speeds and simplifies the core Payload logic significantly. More info in the PR here.

If you are not using TypeScript, this will be a breaking change. There are many ways to mitigate this - but the best way is to just quickly scaffold a barebones TS implementation. You can still write JavaScript, and this PR does not require you to write TS, but handling transpilation with TypeScript will be an easy way forward and can set you up to opt-in to TS over time as well.

For instructions regarding how to migrate to TS, review the PR here.

... (truncated)

Changelog

Sourced from payload's changelog.

1.6.3 (2023-02-01)

Bug Fixes

  • properly await graphql schema generation (888b3a2)

1.6.2 (2023-02-01)

Features

  • Adds optional password to generated types within auth-enabled collections

1.6.1 (2023-02-01)

🐛 Bug Fixes

✨ Features

  • Roadmap - improved TypeScript experience - begins work to SIGNIFICANTLY improve typing of Payload's Local API, removing the need for generics and inferring types automatically from your generated types
  • Refactors the Local API to include only the bare minimum code necessary for running local API operations, which will allow us to deploy serverlessly
  • blocks drawer #1909 (339cee4)
  • requires ts-node to start a project for any config that uses ts or jsx (f1c342e)
  • simplifies versions logic (8cfa550)
  • add Chinese translation (#1926) (7c6ff89)
  • add Croatian translation (#1982) (dfa47a0

🚨 BREAKING CHANGES

✋ Payload now no longer transpiles your config for you

This release removes the need to use @swc/register to automatically transpile Payload configs, which dramatically improves Payload initialization speeds and simplifies the core Payload logic significantly. More info in the PR here.

If you are not using TypeScript, this will be a breaking change. There are many ways to mitigate this - but the best way is to just quickly scaffold a barebones TS implementation. You can still write JavaScript, and this PR does not require you to write TS, but handling transpilation with TypeScript will be an easy way forward and can set you up to opt-in to TS over time as well.

For instructions regarding how to migrate to TS, review the PR here.

✋ Payload init is now always async, and payload.initAsync has been removed

We are pulling off a bandaid here and enforcing that payload.init is now asynchronous across the board. This will help prevent issues in the future and allow us to do more advanced things within init down the road. But this will be a breaking change if your project uses payload.init right now.

... (truncated)

Commits
  • c1df767 chore(release): v1.6.3
  • 30088ec Merge pull request #1994 from payloadcms/fix/await-graphql-schema-gen
  • 7720f45 ci: generate graphql schema in GH action
  • 678614b docs: add cross-env to graphql schema gen example
  • 888b3a2 fix: properly await graphql schema generation
  • fa86fb7 Update CHANGELOG.md
  • 2a44cad chore(release): v1.6.2
  • 5f0574e chore: adds optional password to auth-enabled collections
  • bd4b834 Merge branch 'master' of github.com:payloadcms/payload
  • 1614bcd docs: updates to reflect new async init
  • 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 #124.