mooxl / astroad

A pre-configured setup for easy website development with Astro and Payload CMS using Docker.
MIT License
92 stars 8 forks source link

Bump payload from 1.15.6 to 2.0.13 in /payload #131

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps payload from 1.15.6 to 2.0.13.

Release notes

Sourced from payload's releases.

Release v2.0.13

2.0.13 (2023-10-24)

Bug Fixes

  • adjusts props to accept components for before and after fields instead of functions (#3820) (c476d01)
  • alignment of collapsible within row (#3822) (eaef0e7)
  • named tabs not appearing in the gql mutation input type (#3835) (a0019d0)
  • only parses live preview ready message when same origin (#3791) (e8f2377)
  • prevent storing duplicate user preferences (#3833) (7eee0ec)
  • prevents document sidebar from collapsing (71a3e5b)
  • renders live preview for globals (#3801) (a13ec2e)
  • reverting localized versions (#3831) (5a0d0db)

Release v2.0.12

2.0.12 (2023-10-23)

Features

  • collection, global and field props for hooks, fix request context initialization, add context to global hooks (#3780)
  • richtext-lexical: HTML Serializer (#3685)

Bug Fixes

  • remove duplicate removal of temp upload file (#3818)
  • simplify how the search input and query params are connected (#3797)
  • standardizes layout of document fields (#3798)
  • issue where dragging unsortable item would crash the page (#3789)
  • richtext-lexical: defaultValue property didn't fit into field schema (b5c7bbed9)
  • richtext-*: hasMany relationships not populated correctly (e197e0316)

Release v2.0.11

2.0.11 (2023-10-19)

Features

  • add ability to opt out of type gen declare statement (#3765)

Bug Fixes

  • corrects versions collection casing (#3739)

  • updates req after file resize (#3754)

  • correctly renders focal point when crop is set to false (#3759)

  • account for many slug types in generate types (#3698)

  • handle graphQL: false on globals when building policy type (#3729)

  • renders id as fallback title in DeleteDocument (#3745)

  • properly handles hideAPIURL (#3721)

  • filesRequiredOnCreate typing, tests, linting (#3737)

  • webpack-bundler: corrects payload alias (#3769)

... (truncated)

Changelog

Sourced from payload's changelog.

2.0.13 (2023-10-24)

Bug Fixes

  • adjusts props to accept components for before and after fields instead of functions (#3820) (c476d01)
  • alignment of collapsible within row (#3822) (eaef0e7)
  • named tabs not appearing in the gql mutation input type (#3835) (a0019d0)
  • only parses live preview ready message when same origin (#3791) (e8f2377)
  • prevent storing duplicate user preferences (#3833) (7eee0ec)
  • prevents document sidebar from collapsing (71a3e5b)
  • renders live preview for globals (#3801) (a13ec2e)
  • reverting localized versions (#3831) (5a0d0db)

2.0.12 (2023-10-23)

Features

  • collection, global and field props for hooks, fix request context initialization, add context to global hooks (#3780)
  • richtext-lexical: HTML Serializer (#3685)

Bug Fixes

  • remove duplicate removal of temp upload file (#3818)
  • simplify how the search input and query params are connected (#3797)
  • standardizes layout of document fields (#3798)
  • issue where dragging unsortable item would crash the page (#3789)
  • richtext-lexical: defaultValue property didn't fit into field schema (b5c7bbed9)
  • richtext-*: hasMany relationships not populated correctly (e197e0316)

2.0.11 (2023-10-19)

Features

  • add ability to opt out of type gen declare statement (#3765)

Bug Fixes

  • corrects versions collection casing (#3739)

  • updates req after file resize (#3754)

  • correctly renders focal point when crop is set to false (#3759)

  • account for many slug types in generate types (#3698)

  • handle graphQL: false on globals when building policy type (#3729)

  • renders id as fallback title in DeleteDocument (#3745)

  • properly handles hideAPIURL (#3721)

  • filesRequiredOnCreate typing, tests, linting (#3737)

  • webpack-bundler: corrects payload alias (#3769)

  • bundler-webpack: better node_modules resolution (#3744)

  • db-postgres: block and array inserts error (#3714)

... (truncated)

Commits
  • b901401 chore(release): payload/2.0.13 [skip ci]
  • 00a1ce7 ci: conventional commits changelog (#3843)
  • 7eee0ec fix: prevent storing duplicate user preferences (#3833)
  • 78312d9 fix(templates): gql footer queries
  • fa8d591 chore: ignores uploads dir in test suite
  • a0019d0 fix: named tabs not appearing in the gql mutation input type (#3835)
  • 5a0d0db fix: reverting localized versions (#3831)
  • fa55074 Merge pull request #3832 from payloadcms/chore/plugin-search
  • e987e2b chore: force pnpm-lock.yaml
  • 69ca713 Revert "chore: imports search plugin (#3675)"
  • 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 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)
dependabot[bot] commented 11 months ago

Superseded by #132.