chore: update next.js version to 14.2.35 across all packages #499
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 pull request updates the Next.js dependency across multiple packages and examples to version 14.2.35, and synchronizes related dependencies and lockfiles accordingly. It also updates the
@swc/helpersandtslibdependencies to newer versions and introduces@swc/counteras a new dependency. These changes help ensure compatibility, security, and improved performance across the monorepo.Dependency Upgrades and Synchronization:
nextfrom version 14.1.0 to 14.2.35 inapps/docs/package.json,apps/wallet-api-tools/package.json, andexamples/client-nextjs/package.json. [1] [2] [3]nextand its peer/optional dependencies inpnpm-lock.yamland its snapshots, ensuring all packages and plugins use the new version. This includes updates to@next/env,@next/swc-*, and related theme and plugin packages. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]Transitive Dependency Updates:
@swc/helpersfrom 0.5.2 to 0.5.5 and added@swc/counteras a new dependency. [1] [2]tslibfrom 2.6.2 to 2.8.1 across all affected dependencies. [1] [2] [3] [4] [5]These updates keep the project up to date with the latest Next.js features and bug fixes, improve build performance, and maintain compatibility with related packages.