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

fix(deps): update dependency @payloadcms/db-postgres to ^0.8.0 #78

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@payloadcms/db-postgres (source) ^0.7.0 -> ^0.8.0 age adoption passing confidence

Release Notes

payloadcms/payload (@​payloadcms/db-postgres)

v0.8.2

Compare Source

Bug Fixes
  • more advanced conditional logic edge cases (33983de)
Features

v0.8.1

Compare Source

BREAKING CHANGES
  • If you have any plugins that are written in TypeScript, we have changed plugin types to make them more flexible. Whereas before you needed to take in a fully sanitized config, and return a fully sanitized config, we now have simplified that requirement so that you can write configs in your own plugins just as an end user of Payload can write their own configs.

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:

import { SanitizedConfig } from 'payload/config'

const plugin = (config: SanitizedConfig): SanitizedConfig => {
  return {
    ...config,
  }
}

It can now be written like this:

import { Config } from 'payload/config'

const plugin = (config: Config): Config => {
  return {
    ...config,
  }
}
Features
  • improves plugin writability (a002b71)

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:

  • Incoming configs, typed correctly for optional / required config properties, are named Config, CollectionConfig, and GlobalConfig.
  • Fully defaulted, sanitized, and validated configs are now named SanitizedConfig, SanitizedCollectionConfig, and SanitizedGlobalConfig.

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
  • ensures text component is always controlled (c649362)
Features
  • revises naming conventions of config types (5a7e5b9)

0.7.10 (2021-07-27)

Bug Fixes
Features
  • improves conditional logic performance and edge cases (d43390f)

0.7.9 (2021-07-27)

Bug Fixes
  • missing richtext gutter (4d1249d)
Features
  • add admin description to collections and globals (4544711)
  • add collection slug to schema validation errors (ebfb72c)
  • add component support to collection and global description (fe0098c)
  • add component support to field description (e0933f6)
  • add customizable admin field descriptions (dac60a0)
  • add descriptions to every allowed field type, globals and collections (29a1108)
  • add global slug and field names to schema validation errors (bb63b4a)
  • improves group styling when there is no label (ea358a6)

0.7.8 (2021-07-23)

Features
  • fixes group label schema validation (cbac888)

0.7.7 (2021-07-23)

Bug Fixes
  • accurately documents the props for the datepicker field (dcd8052)
Features
  • only attempts to find config when payload is initialized (266ccb3)

0.7.6 (2021-07-07)

0.7.5 (2021-07-07)

Bug Fixes
  • crash on bullet list de-selection (5388513)
  • updates demo richtext elements with proper SCSS (0075912)
Features
  • adds plugins infrastructure (6b25531)
  • enables backspace to deactivate richtext list elements (91141ad)

0.7.4 (2021-07-01)

Bug Fixes
  • adds proper scss stylesheets to payload/scss (84e31ae)

0.7.3 (2021-07-01)

Bug Fixes
  • changes scss imports to allow vars imports to payload projects (ea80fd6)
Features
  • export all field prop types for custom components (5bea9ae)

0.7.2 (2021-06-22)

Bug Fixes
  • parses incoming numbers through query string for use in where clauses (4933b34)
  • respect maxDepth 0 (95c1650)
  • safely stringifies ObjectIDs while populating relationships (d6bc6f9)
Features
  • adds maxDepth to relationships and upload fields (880dabd)

0.7.1 (2021-06-21)

Bug Fixes
  • babel config file error (3af2554)

v0.7.1

Compare Source

Bug Fixes
Features
  • improves conditional logic performance and edge cases (d43390f)

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

socket-security bot commented Apr 19, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@date-io/[email protected] None 0 54 kB dmtr.kovalenko
npm/@dnd-kit/[email protected] environment 0 1.04 MB clauderic
npm/@dnd-kit/[email protected] environment 0 232 kB clauderic
npm/@faceless-ui/[email protected] None 0 27.3 kB jacobsfletch
npm/@faceless-ui/[email protected] None 0 25 kB jacobsfletch
npm/@monaco-editor/[email protected] None 0 151 kB surenat
npm/@next/[email protected] environment, filesystem 0 6.95 kB vercel-release-bot
npm/@next/[email protected] None 0 108 MB vercel-release-bot
npm/@next/[email protected] None 0 109 MB vercel-release-bot
npm/@next/[email protected] None 0 110 MB vercel-release-bot
npm/@next/[email protected] None 0 130 MB vercel-release-bot
npm/@next/[email protected] None 0 123 MB vercel-release-bot
npm/@next/[email protected] None 0 143 MB vercel-release-bot
npm/@next/[email protected] None 0 96.7 MB vercel-release-bot
npm/@next/[email protected] None 0 89.8 MB vercel-release-bot
npm/@next/[email protected] None 0 128 MB vercel-release-bot
npm/@swc/[email protected] None 0 228 kB kdy1
npm/@types/[email protected] None 0 10.1 kB types
npm/@types/[email protected] None 0 31.6 kB types
npm/[email protected] None 0 76.3 kB mysticatea
npm/[email protected] None 0 92.3 kB rvagg
npm/[email protected] network 0 60.8 kB dougwilson
npm/[email protected] None 0 35.2 kB titanism
npm/[email protected] None 0 5.23 kB goinstant
npm/[email protected] None 0 124 kB mscdex
npm/[email protected] None 0 611 B sebmarkbage
npm/[email protected] None 0 21.1 kB matteo.collina
npm/[email protected] None 0 9.56 kB mafintosh
npm/[email protected] environment, filesystem 0 50 kB sindresorhus
npm/[email protected] None 0 23.7 kB dougwilson
npm/[email protected] None 0 28.9 kB andreizanik
npm/[email protected] None 0 4.98 kB isaacs
npm/[email protected] None 0 169 kB crisp-dev
npm/[email protected] None 0 62.2 kB saihaj
npm/[email protected] None 0 6.69 MB kossnocorp
npm/[email protected] None 0 82.8 kB ljharb
npm/[email protected] None 0 31.2 kB tehshrike
npm/[email protected] environment, filesystem 0 79.1 kB motdotla
npm/[email protected] None 0 17.1 kB mafintosh
npm/[email protected] None 0 20.6 kB d2l-travis-deploy
npm/[email protected] None 0 6.23 kB mafintosh
npm/[email protected] None 0 189 kB mysticatea
npm/[email protected] environment, filesystem, network 0 214 kB dougwilson
npm/[email protected] None 0 35.7 kB chrisguttandin
npm/[email protected] network 0 30 kB rubenverborgh
npm/[email protected] None 0 2.9 MB andrey-framer, andrey.ozornin, ankon, ...42 more
npm/[email protected] filesystem 0 14.6 kB matteo.collina
npm/[email protected] None 0 12.4 kB bkonkle
npm/[email protected] None 0 3.89 kB juliangruber
npm/[email protected] None 0 3.89 kB heineiuo
npm/[email protected] None 0 26.2 kB carhartl
npm/[email protected] None 0 1.09 MB yaozilong
npm/[email protected] None 0 43.5 kB charlesrea
npm/[email protected] None 0 13.7 kB omsmith
npm/[email protected] None 0 17.7 kB omsmith
npm/[email protected] None 0 13.9 kB auth0-oss
npm/[email protected] None 0 21.9 kB jdalton
npm/[email protected] None 0 4.27 kB jdalton
npm/[email protected] None 0 9.21 kB jdalton
npm/[email protected] None 0 4.47 kB jdalton
npm/[email protected] None 0 6.89 kB jdalton
npm/[email protected] None 0 4.75 kB jdalton
npm/[email protected] None 0 10.2 kB jdalton
npm/[email protected] None 0 173 kB matteo.collina
npm/[email protected] environment, filesystem, network, shell, unsafe 0 72.3 MB vercel-release-bot
npm/[email protected] None 0 29.7 kB redboltz
npm/[email protected] None 0 260 kB pokoli
npm/[email protected] environment, filesystem, network, shell 0 10.6 MB elliotpayload
npm/[email protected] None 0 7.35 kB 4rzael
npm/[email protected] None 0 27.1 kB matteo.collina
npm/[email protected] None 0 4.46 kB mafintosh
npm/[email protected] None 0 16.6 kB mscdex
npm/[email protected] environment 0 1.03 MB vercel-release-bot
npm/[email protected] None 0 26 kB substack
npm/[email protected] None 0 30 kB chrisguttandin
npm/[email protected] None 0 33.1 kB chrisguttandin
npm/[email protected] None 0 23.8 kB chrisguttandin

🚮 Removed packages: npm/@payloadcms/[email protected]

View full report↗︎

Copy link
Contributor Author

renovate bot commented Oct 21, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^0.8.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/payloadcms-db-postgres-0.x branch October 21, 2024 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant