meta: bump the vercel group across 1 directory with 7 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 3
(2 months ago)
(2 months ago)
dependencies javascript auto-merge
Bumps the vercel group with 7 updates in the / directory:
| Package | From | To |
|---|---|---|
| turbo | 2.8.17 |
2.9.3 |
| @opentelemetry/api-logs | 0.213.0 |
0.214.0 |
| @opentelemetry/instrumentation | 0.213.0 |
0.214.0 |
| @opentelemetry/sdk-logs | 0.213.0 |
0.214.0 |
| next | 16.1.7 |
16.2.2 |
| next-intl | 4.8.3 |
4.9.0 |
| @next/eslint-plugin-next | 16.2.1 |
16.2.2 |
Updates turbo from 2.8.17 to 2.9.3
Release notes
Sourced from turbo's releases.
Turborepo v2.9.3
What's Changed
Changelog
- fix: Preserve per-workspace lockfiles during pnpm pruning by
@anthonyshewin vercel/turborepo#12519Full Changelog: https://github.com/vercel/turborepo/compare/v2.9.2...v2.9.3
Turborepo v2.9.3-canary.1
What's Changed
Changelog
- fix: Update AI-generated response disclaimer to include human attribution by
@Copilotin vercel/turborepo#12517- fix: Preserve shallow install strategy during npm lockfile pruning by
@anthonyshewin vercel/turborepo#12520- fix: Preserve per-workspace lockfiles during pnpm pruning by
@anthonyshewin vercel/turborepo#12519Full Changelog: https://github.com/vercel/turborepo/compare/v2.9.2-canary.4...v2.9.3-canary.1
Turborepo v2.9.2
What's Changed
Examples
- feat(examples): Add Next.js + Elysia full-stack starter template by
@eastgold15in vercel/turborepo#12414Changelog
- docs: Add documentation for cacheMaxAge and cacheMaxSize options by
@anthonyshewin vercel/turborepo#12500- fix: Resolve correct nested bun lockfile versions during prune by
@anthonyshewin vercel/turborepo#12506- Revert "fix: Avoid
setsid()in PTY spawn to prevent macOS Gatekeeper CPU spikes" by@anthonyshewin vercel/turborepo#12507- fix: Unblock
watchloop so interruptible persistent tasks restart on file changes by@anthonyshewin vercel/turborepo#12509- fix(api-client): Treat * as wildcard in preflight Access-Control-Allow-Headers by
@bittttttenin vercel/turborepo#12503- docs: Document
turbo.*generator variables by@anthonyshewin vercel/turborepo#12511- fix: Backfill missing pnpm workspace importer entries during prune by
@anthonyshewin vercel/turborepo#12514- fix: Include transitive dependencies in engine graph pruning for affected paths using Task Graph by
@anthonyshewin vercel/turborepo#12516- fix: Update AI-generated response disclaimer to include human attribution by
@Copilotin vercel/turborepo#12517- fix: Preserve shallow install strategy during npm lockfile pruning by
@anthonyshewin vercel/turborepo#12520New Contributors
@eastgold15made their first contribution in vercel/turborepo#12414Full Changelog: https://github.com/vercel/turborepo/compare/v2.9.1...v2.9.2
Turborepo v2.9.2-canary.4
What's Changed
Changelog
... (truncated)
Commits
7650a33publish 2.9.3 to registry68004dbrelease(turborepo): 2.9.3-canary.1 (#12523)a252394fix: Preserve per-workspace lockfiles during pnpm pruning (#12519)f68af3drelease(turborepo): 2.9.2 (#12521)72577dbfix: Preserve shallow install strategy during npm lockfile pruning (#12520)4a4e661chore: Update AI-generated response text for clarity (#12517)aed2066release(turborepo): 2.9.2-canary.4 (#12518)8c88521fix: Include transitive dependencies in engine graph pruning for affected pat...59a42a5release(turborepo): 2.9.2-canary.3 (#12515)45f2f43fix: Backfill missing pnpm workspace importer entries during prune (#12514)- Additional commits viewable in compare view
Updates @opentelemetry/api-logs from 0.213.0 to 0.214.0
Release notes
Sourced from @opentelemetry/api-logs's releases.
experimental/v0.214.0
0.214.0
:boom: Breaking Changes
- feat(configuration)!: rename OTEL_EXPERIMENTAL_CONFIG_FILE to OTEL_CONFIG_FILE #6486
@maryliag- refactor!(otlp-grpc-exporter-base): remove
headersfrom gRPC exporter config type, passing headers now results in a compile-time error instead of being silently ignored #6487:rocket: Features
- feat(configuration): add sampler configuration parsing support #6409
@MikeGoldsmith- feat(configuration): add resource detection parsing #6435
@MikeGoldsmith- feat(configuration): export interfaces required in other packages #6462
@maryliag- feat(configuration): set MeterProvider on sdk start #6463
@maryliag- feat(configuration): export interfaces required in other packages #6507
@maryliag:bug: Bug Fixes
- fix(opentelemetry-instrumentation): access
requireviaglobalThisto avoid webpack analysis #6481@overbalance- fix(sdk-logs): fix inflated
droppedAttributesCountwhen updating existing attribute keys #6479@overbalance- fix(instrumentation-fetch): do not modify the returned type of fetch #6521
@dyladan- fix(opentelemetry-sdk-node): add missing
@opentelemetry/otlp-exporter-basedependency #6520@gotgenes:house: Internal
- chore: enforce
import typefor type-only imports via ESLint #6467@overbalance
Commits
7e74509chore: prepare next release (#6510)c846919fix(instrumentation-fetch): do not modify the returned type of fetch (#6521)99fb3fbfix(api): re-introduce fallback chain for global utils (#6523)b842717test(bundlers): add node webpack tests, expand edge coverage, assert known pr...b5a6b12fix(opentelemetry-sdk-node): add missing@opentelemetry/otlp-exporter-basede...dc93ed4perf(sdk-trace-base): optimizeSpan.{addEvent,addLink}performance (#6516)e9831e7perf(sdk-trace-base): avoid Object.entries in Span.setAttributes (#6514)d56af69chore(deps): lock file maintenance (#6517)f3a10abchore(deps): update github/codeql-action digest to 3869755 (#6513)2f73776chore(deps): update github/codeql-action digest to c6f9311 (#6511)- Additional commits viewable in compare view
Updates @opentelemetry/instrumentation from 0.213.0 to 0.214.0
Release notes
Sourced from @opentelemetry/instrumentation's releases.
experimental/v0.214.0
0.214.0
:boom: Breaking Changes
- feat(configuration)!: rename OTEL_EXPERIMENTAL_CONFIG_FILE to OTEL_CONFIG_FILE #6486
@maryliag- refactor!(otlp-grpc-exporter-base): remove
headersfrom gRPC exporter config type, passing headers now results in a compile-time error instead of being silently ignored #6487:rocket: Features
- feat(configuration): add sampler configuration parsing support #6409
@MikeGoldsmith- feat(configuration): add resource detection parsing #6435
@MikeGoldsmith- feat(configuration): export interfaces required in other packages #6462
@maryliag- feat(configuration): set MeterProvider on sdk start #6463
@maryliag- feat(configuration): export interfaces required in other packages #6507
@maryliag:bug: Bug Fixes
- fix(opentelemetry-instrumentation): access
requireviaglobalThisto avoid webpack analysis #6481@overbalance- fix(sdk-logs): fix inflated
droppedAttributesCountwhen updating existing attribute keys #6479@overbalance- fix(instrumentation-fetch): do not modify the returned type of fetch #6521
@dyladan- fix(opentelemetry-sdk-node): add missing
@opentelemetry/otlp-exporter-basedependency #6520@gotgenes:house: Internal
- chore: enforce
import typefor type-only imports via ESLint #6467@overbalance
Commits
7e74509chore: prepare next release (#6510)c846919fix(instrumentation-fetch): do not modify the returned type of fetch (#6521)99fb3fbfix(api): re-introduce fallback chain for global utils (#6523)b842717test(bundlers): add node webpack tests, expand edge coverage, assert known pr...b5a6b12fix(opentelemetry-sdk-node): add missing@opentelemetry/otlp-exporter-basede...dc93ed4perf(sdk-trace-base): optimizeSpan.{addEvent,addLink}performance (#6516)e9831e7perf(sdk-trace-base): avoid Object.entries in Span.setAttributes (#6514)d56af69chore(deps): lock file maintenance (#6517)f3a10abchore(deps): update github/codeql-action digest to 3869755 (#6513)2f73776chore(deps): update github/codeql-action digest to c6f9311 (#6511)- Additional commits viewable in compare view
Updates @opentelemetry/sdk-logs from 0.213.0 to 0.214.0
Release notes
Sourced from @opentelemetry/sdk-logs's releases.
experimental/v0.214.0
0.214.0
:boom: Breaking Changes
- feat(configuration)!: rename OTEL_EXPERIMENTAL_CONFIG_FILE to OTEL_CONFIG_FILE #6486
@maryliag- refactor!(otlp-grpc-exporter-base): remove
headersfrom gRPC exporter config type, passing headers now results in a compile-time error instead of being silently ignored #6487:rocket: Features
- feat(configuration): add sampler configuration parsing support #6409
@MikeGoldsmith- feat(configuration): add resource detection parsing #6435
@MikeGoldsmith- feat(configuration): export interfaces required in other packages #6462
@maryliag- feat(configuration): set MeterProvider on sdk start #6463
@maryliag- feat(configuration): export interfaces required in other packages #6507
@maryliag:bug: Bug Fixes
- fix(opentelemetry-instrumentation): access
requireviaglobalThisto avoid webpack analysis #6481@overbalance- fix(sdk-logs): fix inflated
droppedAttributesCountwhen updating existing attribute keys #6479@overbalance- fix(instrumentation-fetch): do not modify the returned type of fetch #6521
@dyladan- fix(opentelemetry-sdk-node): add missing
@opentelemetry/otlp-exporter-basedependency #6520@gotgenes:house: Internal
- chore: enforce
import typefor type-only imports via ESLint #6467@overbalance
Commits
7e74509chore: prepare next release (#6510)c846919fix(instrumentation-fetch): do not modify the returned type of fetch (#6521)99fb3fbfix(api): re-introduce fallback chain for global utils (#6523)b842717test(bundlers): add node webpack tests, expand edge coverage, assert known pr...b5a6b12fix(opentelemetry-sdk-node): add missing@opentelemetry/otlp-exporter-basede...dc93ed4perf(sdk-trace-base): optimizeSpan.{addEvent,addLink}performance (#6516)e9831e7perf(sdk-trace-base): avoid Object.entries in Span.setAttributes (#6514)d56af69chore(deps): lock file maintenance (#6517)f3a10abchore(deps): update github/codeql-action digest to 3869755 (#6513)2f73776chore(deps): update github/codeql-action digest to c6f9311 (#6511)- Additional commits viewable in compare view
Updates next from 16.1.7 to 16.2.2
Release notes
Sourced from next's releases.
v16.2.2
[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
- backport: Move expanded adapters docs to API reference (#92115) (#92129)
- Backport: TypeScript v6 deprecations for baseUrl and moduleResolution (#92130)
- [create-next-app] Skip interactive prompts when CLI flags are provided (#91840)
- next.config.js: Accept an option for serverFastRefresh (#91968)
- Turbopack: enable server HMR for app route handlers (#91466)
- Turbopack: exclude metadata routes from server HMR (#92034)
- Fix CI for glibc linux builds
- Backport: disable bmi2 in qfilter #92177
- [backport] Fix CSS HMR on Safari (#92174)
Credits
Huge thanks to
@nextjs-bot,@icyJoseph,@ijjk,@gaojude,@wbinnssmith,@lukesandberg, and@bgwfor helping!v16.2.1
[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
- docs: post release amends (#91715)
- docs: fix broken Activity Patterns demo link in preserving UI state guide (#91698)
- Fix adapter outputs for dynamic metadata routes (#91680)
- Turbopack: fix webpack loader runner layer (#91727)
- Fix server actions in standalone mode with
cacheComponents(#91711)- turbo-persistence: remove Unmergeable mmap advice (#91713)
- Fix layout segment optimization: move app-page imports to server-utility transition (#91701)
- Turbopack: lazy require metadata and handle TLA (#91705)
- [turbopack] Respect
{eval:true}in worker_threads constructors (#91666)Credits
Huge thanks to
@icyJoseph,@abhishekmardiya,@ijjk,@mischnic,@unstubbable,@sokra, and@lukesandbergfor helping!v16.2.1-canary.31
Core Changes
- Don't swallow strings thrown in Server Components: #92592
Credits
Huge thanks to
@eps1lonfor helping!v16.2.1-canary.30
Core Changes
... (truncated)
Commits
52faae3v16.2.28d0f77bBackport: #92177e151e5fFix CI for glibc linux builds1a319ea[backport] Fix CSS HMR on Safari (#92174)c0edad2Turbopack: exclude metadata routes from server HMR (#92034)d644699Turbopack: enable server HMR for app route handlers (#91466)34de2canext.config.js: Accept an option for serverFastRefresh (#91968)c4779d1[create-next-app] Skip interactive prompts when CLI flags are provided (#91840)edcf19aBackport: TypeScript v6 deprecations for baseUrl and moduleResolution (#92130)eee3f52backport: Move expanded adapters docs to API reference (#92115) (#92129)- Additional commits viewable in compare view
Updates next-intl from 4.8.3 to 4.9.0
Release notes
Sourced from next-intl's releases.
v4.9.0
4.9.0 (2026-04-01)
Features
v4.8.4
4.8.4 (2026-03-31)
Bug Fixes
- Remove TypeScript peer dependency and update examples to TypeScript v6 (#2293) (5e7bcd7) – by
@wojtekmaj
Changelog
Sourced from next-intl's changelog.
4.9.0 (2026-04-01)
Features
4.8.4 (2026-03-31)
Bug Fixes
- Remove TypeScript peer dependency and update examples to TypeScript v6 (#2293) (5e7bcd7) – by
@wojtekmaj
Commits
b65f8c4v4.9.002811f5feat: SupporttransitionTypesonLink(#2302)722785bv4.8.45e7bcd7fix: Remove TypeScript peer dependency and update examples to TypeScript v6 (...c9d6051fix: Remove TypeScript peer dependency and update examples to TypeScript v6 (...5be07b6fix: Remove TypeScript peer dependency and update examples to TypeScript v6 (...58326e7docs: Fix typos (#2282)ed19787docs: Fix typos (#2283)db51a73docs: Fix typos inuseExtractedblog post (#2279)c0f494cdocs: Update precompilation.mdx- Additional commits viewable in compare view
Updates @next/eslint-plugin-next from 16.2.1 to 16.2.2
Release notes
Sourced from @next/eslint-plugin-next's releases.
v16.2.2
[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
- backport: Move expanded adapters docs to API reference (#92115) (#92129)
- Backport: TypeScript v6 deprecations for baseUrl and moduleResolution (#92130)
- [create-next-app] Skip interactive prompts when CLI flags are provided (#91840)
- next.config.js: Accept an option for serverFastRefresh (#91968)
- Turbopack: enable server HMR for app route handlers (#91466)
- Turbopack: exclude metadata routes from server HMR (#92034)
- Fix CI for glibc linux builds
- Backport: disable bmi2 in qfilter #92177
- [backport] Fix CSS HMR on Safari (#92174)
Credits
Huge thanks to
@nextjs-bot,@icyJoseph,@ijjk,@gaojude,@wbinnssmith,@lukesandberg, and@bgwfor helping!
Commits
52faae3v16.2.2- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Package Dependencies
@opentelemetry/instrumentation
npm
0.213.0 → 0.214.0
Minor
@opentelemetry/api-logs
npm
0.213.0 → 0.214.0
Minor
@opentelemetry/sdk-logs
npm
0.213.0 → 0.214.0
Minor
Technical Details
| ID: | 15191093 |
| UUID: | 4238979334 |
| Node ID: | PR_kwDOAj-F4s7Rb9vR |
| Host: | GitHub |
| Repository: | nodejs/nodejs.org |