Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 24, 2025

Bumps the npm_and_yarn group with 4 updates in the / directory: next, payload, brace-expansion and tar-fs.

Updates next from 15.3.2 to 15.4.7

Release notes

Sourced from next's releases.

v15.4.7

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix router handling when setting a location response header #82588

Credits

Huge thanks to @​ztanner for helping!

v15.4.2-canary.56

Misc Changes

  • fix: remove a few old references to 'next lint': #82800
  • docs: fix TS error in Node.js runtime local assets example: #82672
  • docs: Route props helpers, typegen and next lint deprecation: #82784

Credits

Huge thanks to @​bgub, @​EAzZY-1wnL, and @​icyJoseph for helping!

v15.4.2-canary.55

Core Changes

  • [Cache Components] Fix HMR for nested pages: #82776
  • Upgrade React from a96a0f39-20250815 to f508edc8-20250818: #82747
  • Avoid duplicate WebSocket connection for global error pages: #82788
  • Update linter options: #82266
  • React from f508edc8-20250818 to 0bdb9206-20250818: #82792
  • feat: stabilize experimental.typedRoutes flag: #82762
  • [Cache Components] Faster partial hydration in PPR resumes: #82742
  • Turbopack: Define built-in webpack conditions using an enum and typescript union: #82765
  • Turbopack: Remove beta warning: #82797
  • feat: add a codemod to migrate from the deprecated "next lint" command: #82685
  • fix: don't fail with amp config in JS: #82798
  • fix: possible null access: #82799

Misc Changes

  • Update Rspack production test manifest: #82771

Credits

Huge thanks to @​unstubbable, @​bgub, @​vercel-release-bot, @​lubieowoce, and @​bgw for helping!

v15.4.2-canary.54

Core Changes

  • [Cache Components] Defer Request Data API resolution to another task in dev when it would suspend when prerendering: #82386

... (truncated)

Commits

Updates payload from 3.37.0 to 3.44.0

Release notes

Sourced from payload's releases.

v3.44.0

v3.44.0 (2025-06-27)

🚨 Notice 🚨

If your project uses the local auth strategy with db-postgres or db-sqlite, a migration is required. This is due to a new security feature (enabled by default) that stores a unique auth session identifier in the database.

To opt out and continue using the previous behavior, you can disable the feature by setting auth.useSessions: false in your users collection config.

For example:

// payload.config.ts
collections: [
  {
    slug: 'users',
    auth: {
      useSessions: false,
    },
    fields: [],
  },
],

🚀 Features

🐛 Bug Fixes

  • richTextField supports beforeInput/afterInput, but these were missing from types.ts (#12889) (e769550)
  • validate "null" value for point field as true when its not required (#12908) (2da6d92)
  • get external resource blocked (#12927) (a7ad573)
  • restore missing properties to live preview client config (#12904) (bcb10b5)
  • uses valid fractional index for test (#12942) (8900a38)
  • querying virtual fields deeply with draft: true (#12868) (bc9b501)
  • use small pill size when viewing version information (#12844) (6c4dfe4)
  • db-mongodb: strip deleted from the config blocks from the result (#12869) (54afaf9)
  • db-postgres: joins with custom schema (#12937) (c1f6297)
  • db-postgres: querying on hasMany: true select field in a relationship (#12916) (b74969d)
  • drizzle: skip column if undefined in findMany (#12902) (605c993)
  • live-preview: client-side live preview cannot populate more than 10 relationships at once (#12929) (7472798)
  • live-preview: foreign postMessage events reset client-side state (#12925) (67fa5a0)
  • next: live preview popup triggers leave without saving modal (#12947) (141133a)
  • next: prevent errors in globals version view (#12920) (39e9519)
  • next: remove error handling from next auth functions (#12897) (1b5e3fe)

... (truncated)

Commits
  • c66e5ca chore(release): v3.44.0 [skip ci]
  • 26d709d feat: auth sessions (#12483)
  • c8b7214 feat: collection-level preferences (#12909)
  • e769550 fix: richTextField supports beforeInput/afterInput, but these were missing fr...
  • 2da6d92 fix: validate "null" value for point field as true when its not required (#12...
  • a7ad573 fix: get external resource blocked (#12927)
  • bcb10b5 fix: restore missing properties to live preview client config (#12904)
  • 053192c refactor: changed default exports to named exports in payload package (#12871)
  • bc9b501 fix: querying virtual fields deeply with draft: true (#12868)
  • bb17cc3 refactor: remove unused assets, move remaining assets out of payload packages...
  • Additional commits viewable in compare view

Updates brace-expansion from 1.1.11 to 1.1.12

Release notes

Sourced from brace-expansion's releases.

v1.1.12

  • pkg: publish on tag 1.x c460dbd
  • fmt ccb8ac6
  • Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) c3c73c8

juliangruber/brace-expansion@v1.1.11...v1.1.12

Commits

Updates tar-fs from 3.0.8 to 3.1.1

Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 4 updates in the / directory: [next](https://github.com/vercel/next.js), [payload](https://github.com/payloadcms/payload/tree/HEAD/packages/payload), [brace-expansion](https://github.com/juliangruber/brace-expansion) and [tar-fs](https://github.com/mafintosh/tar-fs).


Updates `next` from 15.3.2 to 15.4.7
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.3.2...v15.4.7)

Updates `payload` from 3.37.0 to 3.44.0
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Commits](https://github.com/payloadcms/payload/commits/v3.44.0/packages/payload)

Updates `brace-expansion` from 1.1.11 to 1.1.12
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12)

Updates `tar-fs` from 3.0.8 to 3.1.1
- [Commits](mafintosh/tar-fs@v3.0.8...v3.1.1)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.4.7
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: payload
  dependency-version: 3.44.0
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tar-fs
  dependency-version: 3.1.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 24, 2025
@WilsonLe WilsonLe merged commit ca3f7e2 into main Sep 25, 2025
1 of 3 checks passed
@WilsonLe WilsonLe deleted the dependabot/npm_and_yarn/npm_and_yarn-8553bee6c1 branch September 25, 2025 20:52
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant