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 payload from 1.6.15 to 1.7.0 in /demo #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 26, 2023

Bumps payload from 1.6.15 to 1.7.0.

Release notes

Sourced from payload's releases.

Release 1.7.0

Features

  • feat: exposes new replaceState form api (52ae6f06a)
  • feat: support email configuration in payload config (#2485) (042e58ea2)
  • feat: refactors buildQuery to rely on fields instead of mongoose (d187b809d)
  • feat: add admin.hidden to collections and globals (#2487) (81d69d1b6)
  • feat: replace deprecated express-graphql dependency (#2484) (cd548a6e2)
  • feat: supports null preview url #2472 (e8a24fd2e)
  • feat: migrates form builder example nextjs to examples (28ecb0c5e)

Bug Fixes

  • fix: #2494, reduces versions caused by reverting to published with autosave: true (e0c0b2fdf)
  • fix: incorrect version defaults (3f9bbe90b)
  • fix: hides preview button until document is saved #2476 (#2477) (f9b8e2dbc)
  • fix: corrects sidebar spacing in collection and global edit views #2478 (a45ab8bd7)
  • fix: use correct locale when querying relationships for list view (#2438) (15442a9cc)
  • fix: proper height data for animated gifs (#2506) (aee6ca05c)
  • fix: Clear blocks modal search input when closing the modal (#2501) (0f8051b57)
  • fix: excess padding on textarea (#2488) (6ceb79189)
  • fix: increase line height for global title (#2465) (19ce0d79e)
  • fix: uses docPermissions to show/hide x button on media collection doc fileDetails - #2428 (7f2c3d1d0)
  • fix: prevents rendering of version actions when a user does not have permission (13cc669e2)
  • fix: properly awaits email send to catch potential errors #2444 (#2470) (11a6ce6d3)

Release 1.6.32

1.6.32 (2023-04-05)

Features

  • only uses sharp if required (f9f6ec4)

Release 1.6.31

1.6.31 (2023-04-04)

Bug Fixes

  • ensures select hasMany does not get mutated on patch operations (3a6acf3)

Features

  • improves required type accuracy (a9cd23a)

Release 1.6.30

1.6.30 (2023-04-03)

... (truncated)

Changelog

Sourced from payload's changelog.

1.7.0 (2023-04-17)

Features

  • feat: exposes new replaceState form api (52ae6f06a)
  • feat: support email configuration in payload config (#2485) (042e58ea2)
  • feat: refactors buildQuery to rely on fields instead of mongoose (d187b809d)
  • feat: add admin.hidden to collections and globals (#2487) (81d69d1b6)
  • feat: replace deprecated express-graphql dependency (#2484) (cd548a6e2)
  • feat: supports null preview url #2472 (e8a24fd2e)
  • feat: migrates form builder example nextjs to examples (28ecb0c5e)

Bug Fixes

  • fix: #2494, reduces versions caused by reverting to published with autosave: true (e0c0b2fdf)
  • fix: incorrect version defaults (3f9bbe90b)
  • fix: hides preview button until document is saved #2476 (#2477) (f9b8e2dbc)
  • fix: corrects sidebar spacing in collection and global edit views #2478 (a45ab8bd7)
  • fix: use correct locale when querying relationships for list view (#2438) (15442a9cc)
  • fix: proper height data for animated gifs (#2506) (aee6ca05c)
  • fix: Clear blocks modal search input when closing the modal (#2501) (0f8051b57)
  • fix: excess padding on textarea (#2488) (6ceb79189)
  • fix: increase line height for global title (#2465) (19ce0d79e)
  • fix: uses docPermissions to show/hide x button on media collection doc fileDetails - #2428 (7f2c3d1d0)
  • fix: prevents rendering of version actions when a user does not have permission (13cc669e2)
  • fix: properly awaits email send to catch potential errors #2444 (#2470) (11a6ce6d3)

1.6.32 (2023-04-05)

Features

  • only uses sharp if required (f9f6ec4)

1.6.31 (2023-04-04)

Bug Fixes

  • ensures select hasMany does not get mutated on patch operations (3a6acf3)

Features

  • improves required type accuracy (a9cd23a)

1.6.30 (2023-04-03)

Bug Fixes

  • incorrect type local api using delete with where (de5ceb2)
  • originalDoc being mutated in beforeChange field hooks (888bbf2)

... (truncated)

Commits
  • a4fd0df chore(release): v1.7.0
  • cb9ca3e chore: type fix
  • 5a64478 Merge branch 'master' of github.com:payloadcms/payload
  • 52ae6f0 feat: exposes new replaceState form api
  • 7996998 Merge pull request #2518 from payloadcms/fix/#2494-excess-versions
  • e0c0b2f fix: #2494, reduces versions caused by reverting to published with autosave: ...
  • 506bf64 Merge pull request #2515 from payloadcms/feat/abstract-query-engine
  • e6c94c4 Merge pull request #2511 from payloadcms/docs/user-token
  • 3f9bbe9 fix: incorrect version defaults
  • 042e58e feat: support email configuration in payload config (#2485)
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [payload](https://github.com/payloadcms/payload) from 1.6.15 to 1.7.0.
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Changelog](https://github.com/payloadcms/payload/blob/master/CHANGELOG.md)
- [Commits](payloadcms/payload@v1.6.15...v1.7.0)

---
updated-dependencies:
- dependency-name: payload
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 26, 2023
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.

0 participants