payloadcms / payload

Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
https://payloadcms.com
MIT License
27.66k stars 1.72k forks source link

chore(deps): bump the production-deps group across 1 directory with 39 updates #9389

Open dependabot[bot] opened 1 day ago

dependabot[bot] commented 1 day ago

Bumps the production-deps group with 39 updates in the / directory:

Package From To
@sentry/nextjs 8.37.1 8.39.0
@clack/prompts 0.7.0 0.8.1
@swc/core 1.7.10 1.9.2
mongoose 8.8.1 8.8.2
pg 8.11.3 8.13.1
@types/pg 8.10.2 8.11.10
@vercel/postgres 0.9.0 0.10.0
nodemailer 6.9.10 6.9.16
@types/nodemailer 6.4.14 6.4.17
@eslint-react/eslint-plugin 1.16.1 1.16.2
@eslint/js 9.14.0 9.15.0
@typescript-eslint/parser 8.14.0 8.15.0
eslint 9.14.0 9.15.0
eslint-plugin-import-x 4.4.2 4.4.3
eslint-plugin-jest-dom 5.4.0 5.5.0
eslint-plugin-regexp 2.6.0 2.7.0
typescript-eslint 8.14.0 8.15.0
graphql-scalars 1.22.2 1.23.0
graphql-http 1.22.2 1.22.3
@dnd-kit/core 6.0.8 6.1.0
file-type 19.3.0 19.6.0
react-diff-viewer-continued 3.2.6 3.4.0
sass 1.77.4 1.81.0
ci-info 4.0.0 4.1.0
@aws-sdk/client-cognito-identity 3.687.0 3.696.0
@aws-sdk/client-s3 3.687.0 3.697.0
@aws-sdk/credential-providers 3.687.0 3.696.0
@aws-sdk/lib-storage 3.687.0 3.697.0
@azure/storage-blob 12.25.0 12.26.0
@vercel/blob 0.22.3 0.26.0
@sentry/types 8.37.1 8.39.0
acorn 8.12.1 8.14.0
react-error-boundary 4.0.13 4.1.2
slate 0.91.4 0.110.2
slate-history 0.86.0 0.110.3
slate-hyperscript 0.81.3 0.100.0
slate-react 0.92.0 0.111.0
react-select 5.8.0 5.8.3
scheduler 0.0.0-experimental-3edc000d-20240926 0.23.2

Updates @sentry/nextjs from 8.37.1 to 8.39.0

Release notes

Sourced from @​sentry/nextjs's releases.

8.39.0

Important Changes

  • feat(nestjs): Instrument event handlers (#14307)

The @sentry/nestjs SDK will now capture performance data for NestJS Events (@nestjs/event-emitter)

Other Changes

  • feat(nestjs): Add alias @SentryExceptionCaptured for @WithSentry (#14322)
  • feat(nestjs): Duplicate SentryService behaviour into @sentry/nestjs SDK init() (#14321)
  • feat(nestjs): Handle GraphQL contexts in SentryGlobalFilter (#14320)
  • feat(node): Add alias childProcessIntegration for processThreadBreadcrumbIntegration and deprecate it (#14334)
  • feat(node): Ensure request bodies are reliably captured for http requests (#13746)
  • feat(replay): Upgrade rrweb packages to 2.29.0 (#14160)
  • fix(cdn): Ensure _sentryModuleMetadata is not mangled (#14344)
  • fix(core): Set sentry.source attribute to custom when calling span.updateName on SentrySpan (#14251)
  • fix(mongo): rewrite Buffer as ? during serialization (#14071)
  • fix(replay): Remove replay id from DSC on expired sessions (#14342)
  • ref(profiling) Fix electron crash (#14216)
  • ref(types): Deprecate Request type in favor of RequestEventData (#14317)
  • ref(utils): Stop setting transaction in requestDataIntegration (#14306)
  • ref(vue): Reduce bundle size for starting application render span (#14275)

Bundle size 📦

Path Size
@​sentry/browser 22.77 KB
@​sentry/browser - with treeshaking flags 21.53 KB
@​sentry/browser (incl. Tracing) 35.27 KB
@​sentry/browser (incl. Tracing, Replay) 72 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.38 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 76.31 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.17 KB
@​sentry/browser (incl. Feedback) 39.93 KB
@​sentry/browser (incl. sendFeedback) 27.42 KB
@​sentry/browser (incl. FeedbackAsync) 32.23 KB
@​sentry/react 25.52 KB
@​sentry/react (incl. Tracing) 38.23 KB
@​sentry/vue 26.92 KB
@​sentry/vue (incl. Tracing) 37.1 KB
@​sentry/svelte 22.91 KB
CDN Bundle 24.13 KB
CDN Bundle (incl. Tracing) 37.05 KB
CDN Bundle (incl. Tracing, Replay) 71.72 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.07 KB
CDN Bundle - uncompressed 70.73 KB
CDN Bundle (incl. Tracing) - uncompressed 109.94 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.46 KB

... (truncated)

Changelog

Sourced from @​sentry/nextjs's changelog.

8.39.0

Important Changes

  • feat(nestjs): Instrument event handlers (#14307)

The @sentry/nestjs SDK will now capture performance data for NestJS Events (@nestjs/event-emitter)

Other Changes

  • feat(nestjs): Add alias @SentryExceptionCaptured for @WithSentry (#14322)
  • feat(nestjs): Duplicate SentryService behaviour into @sentry/nestjs SDK init() (#14321)
  • feat(nestjs): Handle GraphQL contexts in SentryGlobalFilter (#14320)
  • feat(node): Add alias childProcessIntegration for processThreadBreadcrumbIntegration and deprecate it (#14334)
  • feat(node): Ensure request bodies are reliably captured for http requests (#13746)
  • feat(replay): Upgrade rrweb packages to 2.29.0 (#14160)
  • fix(cdn): Ensure _sentryModuleMetadata is not mangled (#14344)
  • fix(core): Set sentry.source attribute to custom when calling span.updateName on SentrySpan (#14251)
  • fix(mongo): rewrite Buffer as ? during serialization (#14071)
  • fix(replay): Remove replay id from DSC on expired sessions (#14342)
  • ref(profiling) Fix electron crash (#14216)
  • ref(types): Deprecate Request type in favor of RequestEventData (#14317)
  • ref(utils): Stop setting transaction in requestDataIntegration (#14306)
  • ref(vue): Reduce bundle size for starting application render span (#14275)

8.38.0

  • docs: Improve docstrings for node otel integrations (#14217)
  • feat(browser): Add moduleMetadataIntegration lazy loading support (#13817)
  • feat(core): Add trpc path to context in trpcMiddleware (#14218)
  • feat(deps): Bump @​opentelemetry/instrumentation-amqplib from 0.42.0 to 0.43.0 (#14230)
  • feat(deps): Bump @​sentry/cli from 2.37.0 to 2.38.2 (#14232)
  • feat(node): Add knex integration (#13526)
  • feat(node): Add tedious integration (#13486)
  • feat(utils): Single implementation to fetch debug ids (#14199)
  • fix(browser): Avoid recording long animation frame spans starting before their parent span (#14186)
  • fix(node): Include debug_meta with ANR events (#14203)
  • fix(nuxt): Fix dynamic import rollup plugin to work with latest nitro (#14243)
  • fix(react): Support wildcard routes on React Router 6 (#14205)
  • fix(spotlight): Export spotlightBrowserIntegration from the main browser package (#14208)
  • ref(browser): Ensure start time of interaction root and child span is aligned (#14188)
  • ref(nextjs): Make build-time value injection turbopack compatible (#14081)

Work in this release was contributed by @​grahamhency, @​Zen-cronic, @​gilisho and @​phuctm97. Thank you for your contributions!

Commits
  • c52478d release: 8.39.0
  • 5e6658a Merge pull request #14361 from getsentry/prepare-release/8.39.0
  • 8659f8d meta(changelog): Update changelog for 8.39.0
  • 100c662 meta(utils): Don't use import assertion in rollup config (#14362)
  • 4357b44 test: Clean up test output warnings (#14358)
  • da5b2e0 fix(replay): Remove replay id from DSC on expired sessions (#14342)
  • fe1fb8c fix(cdn): Ensure _sentryModuleMetadata is not mangled (#14344)
  • d253621 ref(utils): Explicitly export API in @sentry/utils (#14338)
  • 4fbc3b2 meta(utils): Replace custom versionbump script with rollup replace plugin (#1...
  • 9993d1e feat(node): Add alias childProcessIntegration for `processThreadBreadcrumbI...
  • Additional commits viewable in compare view


Updates @clack/prompts from 0.7.0 to 0.8.1

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​0.8.1

Patch Changes

  • 360afeb: feat: adaptative max items
Changelog

Sourced from @​clack/prompts's changelog.

0.8.1

Patch Changes

  • 360afeb: feat: adaptative max items

0.8.0

Minor Changes

  • 9acccde: Add tasks function for executing tasks in spinners

Patch Changes

  • b5c6b9b: Feat multiselect maxItems option
  • 50ed94a: fix: clear spinner hooks on spinner.stop
  • Updated dependencies [a04e418]
  • Updated dependencies [4f6fcf5]
    • @​clack/core@​0.3.4
Commits


Updates @swc/core from 1.7.10 to 1.9.2

Changelog

Sourced from @​swc/core's changelog.

[1.9.2] - 2024-11-11

Bug Fixes

Features

  • (es/codegen) Implement proper inline_script support (#9729) (e732a36)

[1.9.1] - 2024-11-06

Bug Fixes

[1.9.0] - 2024-11-06

Bug Fixes

Features

  • (typescript) Port deno isolatedDeclarations updates (#9712) (6194044)

Miscellaneous Tasks

  • (deps) Update rust crate is-macro to v0.3.7 (#9713) (d48e6e8)

[1.8.0] - 2024-11-04

Bug Fixes

... (truncated)

Commits
  • 669d275 chore: Publish 1.9.2 with swc_core v5.0.3
  • 47c6d38 chore: Update changelog
  • f2be61f chore: Publish 1.9.2-nightly-20241111.1 with swc_core v5.0.3
  • 9aae07a chore: Publish crates with swc_core v5.0.3
  • e732a36 feat(es/codegen): Implement proper inline_script support (#9729)
  • 9dfa3f5 chore: Publish @swc/helpers@0.5.15
  • 1606d08 chore: Publish crates with swc_core v5.0.2
  • aff9de5 fix(es): Fix typo in feature name (#9721)
  • 7c396a1 chore: Update changelog
  • 3d87fe0 chore: Publish 1.9.1 with swc_core v5.0.1
  • Additional commits viewable in compare view


Updates mongoose from 8.8.1 to 8.8.2

Release notes

Sourced from mongoose's releases.

8.8.2 / 2024-11-18

  • fix(model): handle array filters when casting bulkWrite #15036 #14978
  • fix(model): make diffIndexes() avoid trying to drop default timeseries collection index #15035 #14984
  • fix: save execution stack in query as string #15039 durran
  • types(cursor): correct asyncIterator and asyncDispose for TypeScript with lib: 'esnext' #15038
  • docs(migrating_to_8): add note about removing findByIdAndRemove #15024 dragontaek-lee
Changelog

Sourced from mongoose's changelog.

8.8.2 / 2024-11-18

  • fix(model): handle array filters when casting bulkWrite #15036 #14978
  • fix(model): make diffIndexes() avoid trying to drop default timeseries collection index #15035 #14984
  • fix: save execution stack in query as string #15039 durran
  • types(cursor): correct asyncIterator and asyncDispose for TypeScript with lib: 'esnext' #15038
  • docs(migrating_to_8): add note about removing findByIdAndRemove #15024 dragontaek-lee
Commits
  • b34aba6 chore: release 8.8.2
  • f450083 docs(migrating_to_8): add note about removing findByIdAndRemove
  • 445a76d Merge pull request #15038 from Automattic/vkarpov15/gh-14976
  • 93dad98 Merge pull request #15039 from durran/error-stack
  • 85c538d fix: save execution stack in query as string
  • 48407d9 types(cursor): correct asyncIterator and asyncDispose for TypeScript with...
  • 7aba322 Merge pull request #15036 from Automattic/vkarpov15/gh-14978
  • c9cbea0 test: add test showing that bulkWrite strips out keys that arent in schema by...
  • 98edf8b Update test/model.test.js
  • 8799da2 Merge pull request #15035 from Automattic/vkarpov15/gh-14984
  • Additional commits viewable in compare view


Updates pg from 8.11.3 to 8.13.1

Changelog

Sourced from pg's changelog.

All major and minor releases are briefly explained below.

For richer information consult the commit log on github with referenced pull requests.

We do not include break-fix version release in this file.

pg@8.13.0

pg@8.12.0

pg-pool@8.10.0

  • Emit release event when client is returned to the pool.

pg@8.9.0

pg@8.8.0

pg-pool@3.5.0

pg@8.7.0

  • Add optional config to pool to allow process to exit if pool is idle.

pg-cursor@2.7.0

pg@8.6.0

... (truncated)

Commits


Updates @types/pg from 8.10.2 to 8.11.10

Commits


Updates @vercel/postgres from 0.9.0 to 0.10.0

Release notes

Sourced from @​vercel/postgres's releases.

@​vercel/postgres-kysely@​0.10.0

Minor Changes

  • a2a4757: Removes utf-8-validate dependency and sets minimum Node.js version to 18.14

Patch Changes

  • Updated dependencies [a2a4757]
    • @​vercel/postgres@​0.10.0

@​vercel/postgres@​0.10.0

Minor Changes

  • a2a4757: Removes utf-8-validate dependency and sets minimum Node.js version to 18.14
Changelog

Sourced from @​vercel/postgres's changelog.

0.10.0

Minor Changes

  • a2a4757: Removes utf-8-validate dependency and sets minimum Node.js version to 18.14
Commits
  • 8804352 Version Packages (#745)
  • a2a4757 feat(postgres): remove utf-8-validate dependency and update minimum node vers...
  • 2aa04dc chore(deps): update dependency @​types/ws to v8.5.12 (#737)
  • 31c2b68 chore(deps): update dependency @​types/node to v20.14.15 (#736)
  • 0e8ede4 chore(deps): update dependency tsup to v8.1.0 (#716)
  • 7405fff chore(deps): update dependency prettier to v3.3.2 (#715)
  • c929a88 chore(deps): update dependency @​types/node to v20.14.9 (#539)
  • f6f99da chore(deps): update dependency ts-jest to v29.1.5 (#704)
  • 8511ebf chore(deps): update dependency @​changesets/cli to v2.27.7 (#684)
  • See full diff in compare view


Updates nodemailer from 6.9.10 to 6.9.16

Release notes

Sourced from nodemailer's releases.

v6.9.16

6.9.16 (2024-10-28)

Bug Fixes

  • addressparser: Correctly detect if user local part is attached to domain part (f2096c5)

v6.9.15

6.9.15 (2024-08-08)

Bug Fixes

v6.9.14

6.9.14 (2024-06-19)

Bug Fixes

  • api: Added support for Ethereal authentication (56b2205)
  • services.json: Add Email Services Provider Feishu Mail (CN) (#1648) (e9e9ecc)
  • services.json: update Mailtrap host and port in well known (#1652) (fc2c9ea)
  • well-known-services: Add Loopia in well known services (#1655) (21a28a1)

v6.9.13

6.9.13 (2024-03-20)

Bug Fixes

  • tls: Ensure servername for SMTP (d66fdd3)

v6.9.12

6.9.12 (2024-03-08)

Bug Fixes

  • message-generation: Escape single quote in address names (4ae5fad)

v6.9.11

6.9.11 (2024-02-29)

Bug Fixes

... (truncated)

Changelog

Sourced from nodemailer's changelog.

6.9.16 (2024-10-28)

Bug Fixes

  • addressparser: Correctly detect if user local part is attached to domain part (f2096c5)

6.9.15 (2024-08-08)

Bug Fixes

6.9.14 (2024-06-19)

Bug Fixes

  • api: Added support for Ethereal authentication (56b2205)
  • services.json: Add Email Services Provider Feishu Mail (CN) (#1648) (e9e9ecc)
  • services.json: update Mailtrap host and port in well known (#1652) (fc2c9ea)
  • well-known-services: Add Loopia in well known services (#1655) (21a28a1)

6.9.13 (2024-03-20)

Bug Fixes

  • tls: Ensure servername for SMTP (d66fdd3)

6.9.12 (2024-03-08)

Bug Fixes

  • message-generation: Escape single quote in address names (4ae5fad)

6.9.11 (2024-02-29)

Bug Fixes

  • headers: Ensure that Content-type is the bottom header (c7cf97e)
Commits
  • e70b9c1 chore(master): release 6.9.16 [skip-ci] (#1688)
  • bcf55be Bumped deps
  • f2096c5 fix(addressparser): Correctly detect if user local part is attached to domain...
  • 81de9eb chore(master): release 6.9.15 [skip-ci] (#1668)
  • 79b8293 fix(mime): Added GeoJSON closes #1637 (#1665)
  • baa28f6 fix: Fix memory leak (#1667)
  • f9a92ed chore(master): release 6.9.14 [skip-ci] (#1649)
  • 56b2205 fix(api): Added support for Ethereal authentication
  • 21a28a1 fix(well-known-services): Add Loopia in well known services (#1655)
  • fc2c9ea fix(services.json): update Mailtrap host and port in well known (#1652)
  • Additional commits viewable in compare view


Updates @types/nodemailer from 6.4.14 to 6.4.17

Commits


Updates @eslint-react/eslint-plugin from 1.16.1 to 1.16.2

Release notes

Sourced from @​eslint-react/eslint-plugin's releases.

v1.16.2

What's Changed

🐞 Fixes

🪄 Improvements

Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.16.1...v1.16.2

Changelog

Sourced from @​eslint-react/eslint-plugin's changelog.

v1.16.2 (Wed 20 Nov 2024)

🐞 Fixes

🪄 Improvements

Commits


Updates @eslint/js from 9.14.0 to 9.15.0

Release notes

Sourced from @​eslint/js's releases.

v9.15.0

Features

  • 01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas)
  • 2edc0e2 feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨)
  • bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#19123) (Milos Djermanovic)
  • 3087c9e feat: add meta object to @eslint/js plugin (#19095) (Francesco Trotta)

Bug Fixes

  • fd33f13 fix: update types for no-restricted-imports rule (#19060) (Nitin Kumar)
  • bd35098 fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg ✨)
  • 9db5b15 fix: unsafe report for no-lonely-if (#19087) (Abraham Guo)
  • 68fa497 fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta)
  • 4ce625a fix: upgrade @​humanwhocodes/retry@​0.4.1 to avoid debug logs (#19102) (Milos Djermanovic)

Documentation

  • d927920 docs: fix styles in no-js mode (#18916) (Tanuj Kanti)
  • 09bc2a8 docs: Update README (GitHub Actions Bot)
  • 39089c8 docs: add no-useless-computed-key examples with object patterns (#19109) (Milos Djermanovic)
  • 895c60f docs: add missing messageId property and suggestion properties (#19122) (fnx)
  • 298625e docs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas)
  • 522d8a3 docs: add deprecation on indent, quotes and semi rule types (#19090) (Marco Pasqualetti)

Chores

  • 2967d91 chore: upgrade @​eslint/js@​9.15.0 (#19133) (Milos Djermanovic)
  • b441bee chore: package.json update for @​eslint/js release (Jenkins)
  • 7d6bf4a chore: upgrade @​eslint/core@​0.9.0 (#19131) (Milos Djermanovic)
  • 902e707 chore: upgrade @​eslint/plugin-kit@​0.2.3 (#19130) (Milos Djermanovic)
  • 5ff6c1d chore: bump cross-spawn (#19125) (Ian Bobinac)
  • cceccc7 chore: update dependency @​eslint/json to ^0.6.0 (#19117) (renovate[bot])
  • 0da3f73 chore: update algolia referrer (#19114) (Strek)
  • 4f08332 ci: unpin trunk-io/trunk-action (#19108) (Francesco Trotta)
  • 6b75683 perf: optimize text-table by replacing regex with trimEnd (#19061) (Nitin Kumar)
Changelog

Sourced from @​eslint/js's changelog.

v9.15.0 - November 15, 2024

  • 2967d91 chore: upgrade @​eslint/js@​9.15.0 (#19133) (Milos Djermanovic)
  • b441bee chore: package.json update for @​eslint/js release (Jenkins)
  • 7d6bf4a chore: upgrade @​eslint/core@​0.9.0 (#19131) (Milos Djermanovic)
  • 01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas)
  • 902e707 chore: upgrade @​eslint/plugin-kit@​0.2.3 (#19130) (Milos Djermanovic)
  • 2edc0e2 feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨)
  • fd33f13 fix: update types for no-restricted-imports rule (#19060) (Nitin Kumar)
  • 5ff6c1d chore: bump cross-spawn (#19125) (Ian Bobinac)
  • d927920 docs: fix styles in no-js mode (#18916) (Tanuj Kanti)
  • bdec50e feat: fix no-useless-computed-key false negative with