Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2023

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@changesets/cli (source) ^2.26.2^2.29.8 age confidence devDependencies minor
@next/eslint-plugin-next (source) ^13.4.19^13.5.11 age confidence dependencies minor
@rollup/plugin-commonjs (source) ^25.0.4^25.0.8 age confidence dependencies patch
@rollup/plugin-image (source) ^3.0.2^3.0.3 age confidence dependencies patch
@rollup/plugin-node-resolve (source) ^15.2.0^15.3.1 age confidence dependencies minor
@rollup/plugin-typescript (source) ^11.1.2^11.1.6 age confidence dependencies patch
actions/checkout v3.5.3v3.6.0 age confidence action minor
actions/setup-node v3.8.1v3.9.1 age confidence action minor
changesets/action v1.4.5v1.5.3 age confidence action minor
eslint (source) >= 8.47.0>= 9.39.2 age confidence peerDependencies minor
eslint (source) ^8.47.0^8.57.1 age confidence devDependencies minor
eslint-import-resolver-typescript ^3.6.0^3.10.1 age confidence dependencies minor
eslint-plugin-import ^2.28.1^2.32.0 age confidence dependencies minor
eslint-plugin-jsx-a11y ^6.7.1^6.10.2 age confidence dependencies minor
eslint-plugin-react ^7.33.2^7.37.5 age confidence dependencies minor
eslint-plugin-react-hooks (source) ^4.6.0^4.6.2 age confidence dependencies patch
eslint-plugin-testing-library ^6.0.0^6.5.0 age confidence dependencies minor
lerna (source) ^7.1.5^7.4.2 age confidence devDependencies minor
lint-staged >= 14.0.0>= 14.0.1 age confidence peerDependencies patch
lint-staged ^14.0.0^14.0.1 age confidence devDependencies patch
prettier (source) >= 3.0.2>= 3.7.4 age confidence peerDependencies minor
prettier (source) ^3.0.2^3.7.4 age confidence devDependencies minor
prettier-plugin-organize-imports ^3.2.3^3.2.4 age confidence dependencies patch
rollup (source) ^3.28.0^3.29.5 age confidence dependencies minor
rollup-plugin-delete ^2.0.0^2.2.0 age confidence dependencies minor
rollup-plugin-visualizer ^5.9.2^5.14.0 age confidence dependencies minor

Release Notes

changesets/changesets (@​changesets/cli)

v2.29.8

Compare Source

v2.29.7

Compare Source

Patch Changes

v2.29.6

Compare Source

Patch Changes

v2.29.5

Compare Source

Patch Changes

v2.29.4

Compare Source

Patch Changes

v2.29.3

Compare Source

Patch Changes

v2.29.2

Compare Source

Patch Changes

v2.29.1

Compare Source

Patch Changes

v2.29.0

Compare Source

Minor Changes

v2.28.1

Compare Source

Patch Changes

v2.28.0

Compare Source

Minor Changes
Patch Changes

v2.27.12

Compare Source

Patch Changes

v2.27.11

Compare Source

Patch Changes

v2.27.10

Compare Source

Patch Changes

v2.27.9

Compare Source

Patch Changes

v2.27.8

Compare Source

Patch Changes

v2.27.7

Compare Source

Patch Changes

v2.27.6

Compare Source

Patch Changes

v2.27.5

Compare Source

Patch Changes

v2.27.4

Compare Source

Patch Changes

v2.27.3

Compare Source

Patch Changes
  • #​1357 18c966a Thanks @​Andarist! - Fixed an issue with changeset status executed without since argument. It should now correctly use the configured base branch as the default value.

v2.27.2

Compare Source

Patch Changes

v2.27.1

Compare Source

Patch Changes
  • #​1267 86cfff1 Thanks @​Andarist! - Make ./bin.js available through package.json#exports to fix compatibility with changesets/action.

v2.27.0

Compare Source

Minor Changes
Patch Changes
vercel/next.js (@​next/eslint-plugin-next)

v13.5.11

Compare Source

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

Core Changes
  • Lock swc binaries version

v13.5.10

Compare Source

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

Core Changes
  • Match subrequest handling for edge and node

v13.5.9

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.
This release contains a security patch for CVE-2025-29927.

Core Changes
  • [backport] middleware subrequest patch (#​77418)

v13.5.8

Compare Source

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

Core Changes
Credits

Huge thanks to @​wyattjoh and @​ztanner for helping!

v13.5.7

Compare Source

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

Core Changes
  • Remove invalid fallback revalidate value (#​69990)
  • Shared Revalidate Timings (#​64370)
Credits

Huge thanks to @​wyattjoh and @​ijjk for helping!

v13.5.6

Compare Source

Core Changes
  • Upgrade edge-runtime/cookies #​57021
  • Patch React with fix for write-after-close for ReadableStream #​57011
Credits

Huge thanks to @​ijjk @​huozhi @​gnoff for helping!

v13.5.5

Compare Source

Core Changes
  • Update parallelizing tasks with webpackBuildWorker config: #​56287
  • Misc Typescript and export updates: #​55841
  • chore: pass defineEnv from next.js to rust directly: #​56216
  • Expose util internally for debugging: #​56381
  • App Router - preinitialize chunks during SSR: #​54752
  • fix: use fs.existsSync to avoid race condition: #​56387
  • Ensure loader generated export default has name: #​56388
  • Move Edge SSR event waitUntil into the handler: #​56404
  • fix: avoid unnecessary existSync call: #​56419
  • fix: avoid creation of buffers for read ops: #​56421
  • fix empty externals list, pnpm special case, and project path: #​56402
  • chore: extract edge-app-route loader template: #​56424
  • Separate RSC and SSR jsx-runtime modules: #​56438
  • Async Batcher: #​56423
  • Fix cli log next.js color: #​56448
  • Turbopack: Implement Server Actions: #​53890
  • Component Module Types: #​56454
  • refactor: rewrite config schema in zod: #​56383
  • Dev Service: #​56442
  • feat(turbopack): port next.js template loading logic: #​56425
  • Chunking Refactor Step 1: #​56467
  • Use native node:fs in taskfile.js: #​56491
  • Loose RSC import restrictions for 3rd party packages: #​56501
  • turbopack: Chunking Refactor Step 2 : #​56504
  • update turbopack, fix sass peer dependency: #​56508
  • Remove ServerDirectiveTransformer: #​56496
  • Improve failed to fetch RSC error: #​56517
  • misc: fix wrong next start start duration: #​56512
  • turbopack: Extract as_chunk into shared ChunkType trait: #​56506
  • Flatten recursive wildcard exports in barrel optimization: #​56489
  • Turbopack + app router: always use externals for predefined packages: #​56440
  • fix: log error cause: #​56528
  • Unsilence Taskr Webpack errors: #​56542
  • refactor: cleanup app render: #​56538
  • fix: don't add isolateModules to tsconfig when extending from tsconfig with verbatimModuleSyntax: #​54164
  • enable verbatimModuleSyntax to make type imports/exports explicit: #​56551
  • Ensure react-server-dom-turbopack-experimental uses the right package: #​56560
  • Fix build restart log: #​56543
  • feat(turbopack): add support for edge app pages: #​56426
  • Improve error handling of Server Actions with skewed deployment: #​56618
  • misc: split app-render into smaller functions: #​56611
  • remove unnecessary structuredClone: #​56570
  • Fix trace ignore handling: #​56674
  • fix(next-core): allow sass loader for foreign codes: #​56679
  • Fix SSG query with experimental-compile: #​56680
  • Ensure rewrites are included in build manifest when using Turbopack: #​56692
  • fix static worker restart behavior: #​56728
  • Improve internal waitUntil utility: #​56720
  • Fix reconnection loop when devserver is offline: #​56698
  • Fix ensurePage for client-side navigation to / in Turbopack: #​56704
  • ci: add job summary to the test suite runs: #​56742
  • Prefer module over main on main fields for app router server compiler: #​56532
  • Check origins of Server Action requests: #​56753
  • OpenTelemetry: ignore bubble errors to avoid spamming traces: #​56625
  • fix(turbopack): always alias server-only and client-only: #​56760
  • Utilize Promise.withResolvers: #​56764
  • Revert "Prefer module over main on main fields for app router server compiler": #​56766
  • Revalidate Type: #​56763
  • Revert static worker refactor: #​56767
  • memoize useParams: #​56771
  • Turbopack: Chunking Refactoring: #​56756
  • Chunking Refactoring followup fixes: #​56789
  • put app code into a separate layer: #​56800
  • fix: add x-forwarded-* headers: #​56797
  • fix(turbopack): middleware path and aliases: #​56804
  • Implement preferredRegion array in Turbopack: #​56743
  • Fix build traces case: #​56817
  • Revert "Drop ipc server headers filters (#​56226)": #​56836
  • Implement getOptimizedModuleAliases for Turbopack: #​56839
  • chore: bump undici: #​56851
  • bump: edge-runtime: #​56856
  • feat(turbopack): support basic next/dynamic: #​56389
  • Revert "feat(turbopack): support basic next/dynamic": #​56885
Documentation Changes
  • add digest property to error prop: #​56339
  • Updates MDX docs: #​56378
  • Update redirect.mdx: #​56414
  • docs: add missing word: #​56547
  • docs: update code snippet for correct file name: #​56006
  • corrected sentence: #​56595
  • clarify client components render on server on full page load: #​55469
  • docs(router): clarify dynamic route slug is about a file name, not "folder": #​56596
  • Update 01-contribution-guide.mdx: Fix a typo: #​56665
  • fix(docs): adjust api route documentation examples: #​56660
  • Updates Large Page Data error message doc to use JSON.parse to make reading output easier: #​56713
  • Docs: Add missing description field: #​56749
  • Changes codeblock filename delimiter: #​56712
  • Update supported-browsers.mdx: #​56815
  • docs: fix cypress script typo in 10-testing.mdx: #​56765
  • Fix typo: #​56863
Example Changes
Misc Changes

Configuration

📅 Schedule: Branch creation - "on monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v14.0.1 fix(deps): update minor and patch dependencies Aug 22, 2023
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch 5 times, most recently from c94c2d9 to 6d9a3b4 Compare August 26, 2023 20:07
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch from 6d9a3b4 to b8ad67f Compare August 29, 2023 14:40
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch 3 times, most recently from 69ea44c to 0787b67 Compare September 10, 2023 06:41
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch 5 times, most recently from 11f3503 to 342be82 Compare September 20, 2023 18:22
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch 6 times, most recently from 5d8e9b5 to 52f263f Compare September 28, 2023 06:46
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch 5 times, most recently from 8940b81 to c97aa37 Compare October 8, 2023 21:33
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch 4 times, most recently from abe82e3 to 21a773f Compare October 16, 2023 16:33
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch 3 times, most recently from e55ad2b to dabe2f4 Compare July 1, 2025 23:24
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch from dabe2f4 to 3d96f45 Compare July 11, 2025 22:53
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch from 3d96f45 to aec56bf Compare July 27, 2025 16:08
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch 3 times, most recently from 06cb185 to ba7b0ab Compare August 13, 2025 11:55
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch 2 times, most recently from 1325732 to 2a615cc Compare August 22, 2025 23:32
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch 2 times, most recently from 1b2ad23 to 4c52394 Compare September 5, 2025 18:04
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch from 4c52394 to 4eb9345 Compare September 9, 2025 14:15
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch from 4eb9345 to 6bec0ac Compare September 19, 2025 14:48
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch 2 times, most recently from 12f4e35 to 123f254 Compare October 9, 2025 15:33
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch 2 times, most recently from e106698 to 65a34de Compare October 22, 2025 12:42
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch 2 times, most recently from 376c632 to fa98394 Compare November 3, 2025 21:38
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch from fa98394 to 86e8d8e Compare November 10, 2025 23:58
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch from 86e8d8e to 4b4ee69 Compare November 18, 2025 22:30
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch 5 times, most recently from 064dfb0 to 25f62e5 Compare December 3, 2025 07:22
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch from 25f62e5 to 2d31b0a Compare December 13, 2025 00:27
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch from 2d31b0a to 06cfcb4 Compare December 15, 2025 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant