-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): update dependency @payloadcms/db-postgres to ^0.8.0 #78
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/payloadcms-db-postgres-0.x
branch
from
October 16, 2024 16:24
55b12bb
to
5a38132
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.7.0
->^0.8.0
Release Notes
payloadcms/payload (@payloadcms/db-postgres)
v0.8.2
Compare Source
Bug Fixes
Features
v0.8.1
Compare Source
BREAKING CHANGES
Now, configs will be sanitized before plugins are executed as well as after plugins are executed.
So, where your plugin may have been typed like this before:
It can now be written like this:
Features
v0.8.0
Compare Source
BREAKING CHANGES
There have been a few very minor, yet breaking TypeScript changes in this release. If you are accessing Payload config types from directly within the
dist
folder, like any of the following:import { PayloadCollectionConfig, CollectionConfig } from 'payload/dist/collections/config/types';
import { PayloadGlobalConfig, GlobalConfig } from 'payload/dist/globals/config/types';
import { Config, PayloadConfig } from 'payload/config';
You may need to modify your code to work with this release. The TL;DR of the change is that we have improved our naming conventions of internally used types, which will become more important over time. Now, we have landed on a naming convention as follows:
Config
,CollectionConfig
, andGlobalConfig
.SanitizedConfig
,SanitizedCollectionConfig
, andSanitizedGlobalConfig
.They can be imported safely outside of the
dist
folder now as well. For more information on how to properly import which types you need, see the following Docs pages which have now been updated with examples on how to properly access the new types:Bug Fixes
Features
0.7.10 (2021-07-27)
Bug Fixes
Features
0.7.9 (2021-07-27)
Bug Fixes
Features
0.7.8 (2021-07-23)
Features
0.7.7 (2021-07-23)
Bug Fixes
Features
0.7.6 (2021-07-07)
0.7.5 (2021-07-07)
Bug Fixes
Features
0.7.4 (2021-07-01)
Bug Fixes
0.7.3 (2021-07-01)
Bug Fixes
Features
0.7.2 (2021-06-22)
Bug Fixes
Features
0.7.1 (2021-06-21)
Bug Fixes
v0.7.1
Compare Source
Bug Fixes
Features
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.