meta: bump the vercel group across 1 directory with 5 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(6 days ago)
(6 days ago)
Bumps the vercel group with 5 updates in the / directory:
Package | From | To |
---|---|---|
turbo | 2.5.5 |
2.5.6 |
@opentelemetry/resources | 1.30.1 |
2.0.1 |
next | 15.4.4 |
15.5.2 |
next-intl | 4.3.4 |
4.3.5 |
@next/eslint-plugin-next | 15.4.4 |
15.5.2 |
Updates turbo
from 2.5.5 to 2.5.6
Release notes
Sourced from turbo's releases.
Turborepo v2.5.6
What's Changed
Docs
- fix(examples): correct 'test:projects' script to use vitest directly by
@namidapoo
in vercel/turborepo#10683- docs: update docs about env file handling by
@anthonyshew
in vercel/turborepo#10710- docs(run): correct --graph formats; remove incorrect default mention by
@anthonyshew
in vercel/turborepo#10744- docs(run): fix --log-prefix options to match CLI (task, not prefix) by
@anthonyshew
in vercel/turborepo#10743- docs: update --graph reference by
@chris-olszewski
in vercel/turborepo#10759
@turbo/repository
- chore: update to Rust 1.88.0 by
@ognevny
in vercel/turborepo#10608- chore: update to Rust 1.89.0 by
@ognevny
in vercel/turborepo#10749Examples
- fix(examples): add missing extension to with-react-native-web ui tsconfig by
@Franck-Fernandez-pro
in vercel/turborepo#10694- chore(deps): bump the kitchen-sink group in /examples/kitchen-sink with 6 updates by
@dependabot
[bot] in vercel/turborepo#10697- chore(deps): bump the with-tailwind group in /examples/with-tailwind with 3 updates by
@dependabot
[bot] in vercel/turborepo#10698- chore(deps): bump the basic group in /examples/basic with 3 updates by
@dependabot
[bot] in vercel/turborepo#10699- chore(deps-dev): bump the with-svelte group in /examples/with-svelte with 5 updates by
@dependabot
[bot] in vercel/turborepo#10700- chore(deps-dev): bump turbo from 2.5.4 to 2.5.5 in /examples/with-shell-commands by
@dependabot
[bot] in vercel/turborepo#10701- chore(deps): bump the non-monorepo group in /examples/non-monorepo with 2 updates by
@dependabot
[bot] in vercel/turborepo#10696- chore(deps-dev): bump the basic group in /examples/basic with 4 updates by
@dependabot
[bot] in vercel/turborepo#10757- chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with 4 updates by
@dependabot
[bot] in vercel/turborepo#10756- chore(deps-dev): bump the non-monorepo group in /examples/non-monorepo with 2 updates by
@dependabot
[bot] in vercel/turborepo#10753- feat: upgrade NestJS to v11 and migrate to ESLint flat config by
@iamnivekx
in vercel/turborepo#10746Changelog
- docs: add architecture document for
turbo run
by@chris-olszewski
in vercel/turborepo#10702- feat: allow Watch Mode with
--root-turbo-json
by@anthonyshew
in vercel/turborepo#10687- chore(tower-uds): delete unused crate by
@anthonyshew
in vercel/turborepo#10676- test(turbo-utils): improve test coverage by
@anthonyshew
in vercel/turborepo#10693- test(turborepo-auth): unit tests for auth crate by
@anthonyshew
in vercel/turborepo#10692- feat: improve parsing error by
@anthonyshew
in vercel/turborepo#10682- chore: fix lints in tests by
@chris-olszewski
in vercel/turborepo#10707- chore(turbo_json): lift
$TURBO_DEFAULT$
handling to turbo.json resolution by@chris-olszewski
in vercel/turborepo#10709- chore(turbo_json): prefactor loading logic by
@chris-olszewski
in vercel/turborepo#10719- fix(logs): no longer output group prefixes if no logs present by
@chris-olszewski
in vercel/turborepo#10760- fix(turbo): graceful shutdown on sighup by
@chris-olszewski
in vercel/turborepo#10764New Contributors
@namidapoo
made their first contribution in vercel/turborepo#10683@Franck-Fernandez-pro
made their first contribution in vercel/turborepo#10694@iamnivekx
made their first contribution in vercel/turborepo#10746Full Changelog: https://github.com/vercel/turborepo/compare/v2.5.5...v2.5.6
Turborepo v2.5.6-canary.2
What's Changed
@turbo/repository
... (truncated)
Commits
f02b1a8
publish 2.5.6 to registrya0eed73
release(turborepo): 2.5.6-canary.2 (#10765)ddaed6e
fix(turbo): graceful shutdown on sighup (#10764)6f5557f
feat: upgrade NestJS to v11 and migrate to ESLint flat config (#10746)e34dcd4
chore(deps-dev): bump the non-monorepo group in /examples/non-monorepo with 2...bc7cbe0
chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with...310565e
chore(deps-dev): bump the basic group in /examples/basic with 4 updates (#10757)8113d43
chore: update to Rust 1.89.0 (#10749)f9a61db
release(turborepo): 2.5.6-canary.1 (#10761)ae20686
fix(logs): no longer output group prefixes if no logs present (#10760)- Additional commits viewable in compare view
Updates @opentelemetry/resources
from 1.30.1 to 2.0.1
Release notes
Sourced from @opentelemetry/resources
's releases.
v2.0.1
2.0.1
:bug: Bug Fixes
- fix(resources): guard asynchronous resource attribute rejections from causing unhandled promise rejection #5544
@dyladan
- fix(resource): do not trigger
Accessing resource attributes before async attributes settled
warning when detecting resources #5546@dyladan
- verbose logging of detected resource removed
- fix(resource): use dynamic import over require to improve ESM compliance #5298
@xiaoxiangmoe
:books: Documentation
- refactor(metrics): Updated metrics samples to no longer treat
sdk.start()
as async #5617@JacksonWeber
:house: Internal
- refactor(sdk-trace-base): update semconv usage to ATTR_ exports #5669
@trentm
- refactor(sdk-trace-web): update semconv usage to ATTR_ exports #5672
@trentm
- refactor(resources): update semconv usage to ATTR_ exports #5666
@trentm
- test(sdk-metrics): fix multiple problematic assertRejects() calls #5611
@cjihrig
- refactor: replace assertRejects() with assert.rejects() #5614
@cjihrig
- refactor(core): migrate from deprecated semconv constants #5575
@alumni55748
- refactor(opentelemetry-core): simplify
parseKeyPairsIntoRecord()
#5610@cjihrig
v2.0.0
2.0.0
Summary
- The minimum supported Node.js has been raised to
^18.19.0 || >=20.6.0
. This means that support for Node.js 14 and 16 has been dropped.- The minimum supported TypeScript version has been raised to 5.0.4.
- The compilation target for transpiled TypeScript has been raised to ES2022 (from ES2017).
- The public interface has changed
- for notes on migrating to 2.x / 0.200.x see the upgrade guide
- Only experimental versions
0.200.0
are compatible with this release:boom: Breaking Change
- feat(sdk-trace-base)!: Add
parentSpanContext
and removeparentSpanId
fromSpan
andReadableSpan
#5450@JacksonWeber
- (user-facing): the SDK's
Span
sparentSpanId
was replaced byparentSpanContext
, to migrate to the new property, please replacespan.parentSpanId
->span.parentSpanContext?.spanId
- feat(sdk-metrics)!: drop deprecated
type
field onMetricDescriptor
#5291@chancancode
- feat(sdk-metrics)!: drop deprecated
InstrumentDescriptor
type; useMetricDescriptor
instead #5277@chancancode
- feat(sdk-metrics)!: bump minimum version of
@opentelemetry/api
peer dependency to 1.9.0 #5254@chancancode
- chore(shim-opentracing): replace deprecated SpanAttributes #4430
@JamieDanielson
- chore(otel-core): replace deprecated SpanAttributes #4408
@JamieDanielson
- feat(sdk-metrics)!: remove MeterProvider.addMetricReader() in favor of constructor option #4419
@pichlermarc
- chore(otel-resources): replace deprecated SpanAttributes #4428
@JamieDanielson
- feat(sdk-metrics)!: remove MeterProvider.addMetricReader() in favor of constructor option #4419
@pichlermarc
- feat(sdk-metrics)!: replace attributeKeys with custom processors option #4532
@pichlermarc
... (truncated)
Changelog
Sourced from @opentelemetry/resources
's changelog.
2.0.1
:bug: Bug Fixes
- fix(resources): guard asynchronous resource attribute rejections from causing unhandled promise rejection #5544
@dyladan
- fix(resource): do not trigger
Accessing resource attributes before async attributes settled
warning when detecting resources #5546@dyladan
- verbose logging of detected resource removed
- fix(resource): use dynamic import over require to improve ESM compliance #5298
@xiaoxiangmoe
- fix(core):
getNumberFromEnv
should return number | undefined #5874@shubham-vunet
:books: Documentation
- refactor(metrics): Updated metrics samples to no longer treat
sdk.start()
as async #5617@JacksonWeber
:house: Internal
- refactor(sdk-trace-base): update semconv usage to ATTR_ exports #5669
@trentm
- refactor(sdk-trace-web): update semconv usage to ATTR_ exports #5672
@trentm
- refactor(resources): update semconv usage to ATTR_ exports #5666
@trentm
- test(sdk-metrics): fix multiple problematic assertRejects() calls #5611
@cjihrig
- refactor: replace assertRejects() with assert.rejects() #5614
@cjihrig
- refactor(core): migrate from deprecated semconv constants #5575
@alumni55748
- refactor(opentelemetry-core): simplify
parseKeyPairsIntoRecord()
#5610@cjihrig
2.0.0
Summary
- The minimum supported Node.js has been raised to
^18.19.0 || >=20.6.0
. This means that support for Node.js 14 and 16 has been dropped.- The minimum supported TypeScript version has been raised to 5.0.4.
- The compilation target for transpiled TypeScript has been raised to ES2022 (from ES2017).
- The public interface has changed
- for notes on migrating to 2.x / 0.200.x see the upgrade guide
- Only experimental versions
0.200.0
are compatible with this release:boom: Breaking Change
- feat(sdk-trace-base)!: Add
parentSpanContext
and removeparentSpanId
fromSpan
andReadableSpan
#5450@JacksonWeber
- (user-facing): the SDK's
Span
sparentSpanId
was replaced byparentSpanContext
, to migrate to the new property, please replacespan.parentSpanId
->span.parentSpanContext?.spanId
- feat(sdk-metrics)!: drop deprecated
type
field onMetricDescriptor
#5291@chancancode
- feat(sdk-metrics)!: drop deprecated
InstrumentDescriptor
type; useMetricDescriptor
instead #5277@chancancode
- feat(sdk-metrics)!: bump minimum version of
@opentelemetry/api
peer dependency to 1.9.0 #5254@chancancode
- chore(shim-opentracing): replace deprecated SpanAttributes #4430
@JamieDanielson
- chore(otel-core): replace deprecated SpanAttributes #4408
@JamieDanielson
- feat(sdk-metrics)!: remove MeterProvider.addMetricReader() in favor of constructor option #4419
@pichlermarc
- chore(otel-resources): replace deprecated SpanAttributes #4428
@JamieDanielson
- feat(sdk-metrics)!: remove MeterProvider.addMetricReader() in favor of constructor option #4419
@pichlermarc
- feat(sdk-metrics)!: replace attributeKeys with custom processors option #4532
@pichlermarc
- refactor(sdk-trace-base)!: replace
SpanAttributes
withAttributes
#5009@david-luna
- refactor(resources)!: replace
ResourceAttributes
withAttributes
#5016@david-luna
... (truncated)
Commits
4ce5bd1
chore: prepare release 2.0.1/0.201.0 (#5683)6803723
fix(deps): update all patch versions (#5685)d4d3732
feat(instrumentation): export generic 'semconvStabilityFromStr()' utility, ra...56610a0
test: test Node.js 24 in CI (#5661)697e1d3
refactor(instrumentation-http): Add back support for http semconv (#5665)373edd9
Revert "fix(sdk-metrics): improve PeriodicExportingMetricReader() constructor...0c21db4
feat(instrumentation-xml-http-request): support migration to stable HTTP semc...0665c85
refactor(sdk-node): update semconv usage to ATTR_ exports (#5668)d07d630
refactor(sdk-trace-base): update semconv usage to ATTR_ exports (#5669)bc8c94e
refactor(sdk-trace-node): update semconv usage to ATTR_ exports (#5670)- Additional commits viewable in compare view
Updates next
from 15.4.4 to 15.5.2
Release notes
Sourced from next's releases.
v15.5.2
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: disable unknownatrules lint rule entirely (#83059)
- revert: add ?dpl to fonts in /_next/static/media (#83062)
Credits
Huge thanks to
@bgub
and@ztanner
for helping!v15.5.1
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: aliased navigations should apply scroll handling (#82900)
- Turbopack: fix invalid NFT entry with file behind symlink (#82887)
- fix: typesafe linking to route handlers and pages API routes (#82858)
- fix: change "noUnknownAtRules" to "warn" for Biome (#82974)
- fix: add path normalization to getRelativePath for Windows (#82918)
- feat: add typesafety with config.typedRoutes to redirect() and permanentRedirect() (#82860)
- fix: avoid importing types that will be unused (#82856)
- fix: update the config.api.responseLimit type (#82852)
- fix: update validation return types (#82854)
Credits
Huge thanks to
@bgub
,@mischnic
, and@ztanner
for helping!v15.5.1-canary.22
Misc Changes
- Turbopack: Redefine Background backend jobs: #83174
Credits
Huge thanks to
@sokra
for helping!v15.5.1-canary.21
Misc Changes
- Turbopack: improve overhead benchmarks: #83231
Credits
Huge thanks to
@sokra
for helping!v15.5.1-canary.20
... (truncated)
Commits
497ec6a
v15.5.2bc72f41
[backport] revert: add ?dpl to fonts in/_next/static/media
(#83062) (#83066)c8faf68
[backport] fix: disable unknownatrules lint rule entirely (#83059) (#83060)cc68ced
v15.5.11ce9857
[backport] fix: update validation return types (#82854) (#83027)b93c894
[backport] fix: update the config.api.responseLimit type (#82852) (#83028)8a92f28
[backport] fix: avoid importing types that will be unused (#82856) (#83026)19617ab
[backport] feat: add typesafety with config.typedRoutes to redirect() and per...822e4c0
[backport] fix: add path normalization to getRelativePath for Windows (#82918...bb67ca9
[backport] fix: change "noUnknownAtRules" to "warn" for Biome (#82974) (#83022)- Additional commits viewable in compare view
Updates next-intl
from 4.3.4 to 4.3.5
Commits
348b5b2
v4.3.5fd0722a
fix: Don't create messages declaration file when running `next {start,info,te...e2c9803
docs: Update to Next.js 15.5 (#1991)ce300a4
docs: Wording1ab617d
docs: Add banner for learn.next-intl.dev (#1985)71ecf94
docs: Improve section on rendering arraysc04b466
docs: Add link to learn.next-intl.dev (#1984)7261a54
docs: Update banner keyfbbb2a5
docs: Adapt partner link4cecf5a
docs: Add node engine to docs and examples (#1981)- Additional commits viewable in compare view
Updates @next/eslint-plugin-next
from 15.4.4 to 15.5.2
Release notes
Sourced from @next/eslint-plugin-next
's releases.
v15.5.2
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: disable unknownatrules lint rule entirely (#83059)
- revert: add ?dpl to fonts in /_next/static/media (#83062)
Credits
Huge thanks to
@bgub
and@ztanner
for helping!v15.5.1
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: aliased navigations should apply scroll handling (#82900)
- Turbopack: fix invalid NFT entry with file behind symlink (#82887)
- fix: typesafe linking to route handlers and pages API routes (#82858)
- fix: change "noUnknownAtRules" to "warn" for Biome (#82974)
- fix: add path normalization to getRelativePath for Windows (#82918)
- feat: add typesafety with config.typedRoutes to redirect() and permanentRedirect() (#82860)
- fix: avoid importing types that will be unused (#82856)
- fix: update the config.api.responseLimit type (#82852)
- fix: update validation return types (#82854)
Credits
Huge thanks to
@bgub
,@mischnic
, and@ztanner
for helping!v15.5.1-canary.22
Misc Changes
- Turbopack: Redefine Background backend jobs: #83174
Credits
Huge thanks to
@sokra
for helping!v15.5.1-canary.21
Misc Changes
- Turbopack: improve overhead benchmarks: #83231
Credits
Huge thanks to
@sokra
for helping!v15.5.1-canary.20
... (truncated)
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
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
ID: | 6374660 |
UUID: | 3373785465 |
Node ID: | PR_kwDOPh_Hsc6mV6p4 |
Host: | GitHub |
Repository: | amitopenwriteup/concoursenodejs |