chore(deps): bump the minor-and-patch group across 1 directory with 4 updates#458
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
… updates Bumps the minor-and-patch group with 4 updates in the / directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js), [@json-render/react](https://github.com/vercel-labs/json-render/tree/HEAD/packages/react) and [@tanstack/react-pacer](https://github.com/TanStack/pacer/tree/HEAD/packages/react-pacer). Updates `@biomejs/biome` from 2.4.13 to 2.4.15 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.15/packages/@biomejs/biome) Updates `@opentelemetry/sdk-node` from 0.215.0 to 0.218.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-js@experimental/v0.215.0...experimental/v0.218.0) Updates `@json-render/react` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/vercel-labs/json-render/releases) - [Changelog](https://github.com/vercel-labs/json-render/blob/main/CHANGELOG.md) - [Commits](https://github.com/vercel-labs/json-render/commits/v0.19.0/packages/react) Updates `@tanstack/react-pacer` from 0.22.0 to 0.22.1 - [Release notes](https://github.com/TanStack/pacer/releases) - [Changelog](https://github.com/TanStack/pacer/blob/main/packages/react-pacer/CHANGELOG.md) - [Commits](https://github.com/TanStack/pacer/commits/@tanstack/react-pacer@0.22.1/packages/react-pacer) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.4.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@opentelemetry/sdk-node" dependency-version: 0.218.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@json-render/react" dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@tanstack/react-pacer" dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
The latest updates on your projects. Learn more about Unkey Deploy
|
There was a problem hiding this comment.
No issues found across 4 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Architecture diagram
sequenceDiagram
participant Dev as Developer CLI
participant Lint as Biome Linter
participant Build as Build Pipeline
participant API as API Service
participant OTel as OpenTelemetry SDK
participant Dash as Dashboard App
participant JSONR as @json-render/react
participant Pacer as @tanstack/react-pacer
Note over Dev,Pacer: Dependency update PR - no code changes, only version bumps
Dev->>Lint: CHANGED: run biome 2.4.15
Lint->>Lint: Evaluate new nursery rules (useTestHooksInOrder, etc.)
Lint-->>Dev: Lint results
Build->>Build: CHANGED: uses updated biome version
API->>OTel: CHANGED: @opentelemetry/sdk-node 0.218.0
OTel->>OTel: startNodeSDK() can be called without args
OTel->>OTel: Config validation shows all errors at once
OTel->>OTel: Custom protobuf metrics serialization
OTel-->>API: Telemetry initialized
Dash->>JSONR: CHANGED: @json-render/react 0.19.0
JSONR->>JSONR: Custom directives API available (defineDirective, $format, $math, etc.)
JSONR->>JSONR: Optional @json-render/directives package
JSONR-->>Dash: Render UI components
Dash->>Pacer: CHANGED: @tanstack/react-pacer 0.22.1
Pacer->>Pacer: Devtools panels render standalone without required props
Pacer-->>Dash: Pacing/rate-limiting functionality
Shadow auto-approve: would require human review. This PR includes a production dependency update for @opentelemetry/sdk-node across three minor versions (0.215.0 → 0.218.0) with non-trivial changes to telemetry serialization and configuration, as well as a minor version bump for @json-render/react (0.18.0 → 0.19.0) that introduces a custom...
Re-trigger cubic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps the minor-and-patch group with 4 updates in the / directory: @biomejs/biome, @opentelemetry/sdk-node, @json-render/react and @tanstack/react-pacer.
Updates
@biomejs/biomefrom 2.4.13 to 2.4.15Release notes
Sourced from @biomejs/biome's releases.
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
... (truncated)
Commits
9dd3271ci: release (#10210)7b8d4e1feat(lint/html/vue): adduseVueValidVFor(#10195)ba3480efeat(lint/js): adduseTestHooksInOrder(#9394)e0a54ccfeat(lint/js/vue): adduseVueNextTickPromise(#10254)1110256feat(lint/vue): addnoVueImportCompilerMacros(#10238)7f7419cfix: grammar in extends docstring (#10263)0ae5840feat(lint/js): adduseThisForClassMethods(#9807)83f7385feat(lint/js): addnoBaseToString(#9838)64aee45feat(lint/html/vue): addnoVueVOnNumberValues(#10219)46393e0ci: release (#10100)Updates
@opentelemetry/sdk-nodefrom 0.215.0 to 0.218.0Release notes
Sourced from @opentelemetry/sdk-node's releases.
... (truncated)
Commits
06ad0eachore: prepare next release (#6703)38ca257feat(otlp-transformer): replace protobufjs metrics serialization with custom ...013c600chore: prepare next release (#6699)b7a0c63feat(semantic-conventions): update semantic conventions to v1.41.1 (#6695)774143bchore(renovate): add minimumReleaseAge to config (#6697)e0dafe0fix(otlp-exporter-base): remove brackets from IPv6 hostname in HTTP transport...f804c93chore(deps): update github/codeql-action digest to 68bde55 (#6682)95e48e7refactor(sdk-logs): aliasLoggerProviderConfigtoLoggerProviderOptions(...907b627feat(sdk-node): allow startNodeSDK() without an arg (#6688)0d15261docs: Add SIG meeting info and welcoming language (#6689)Updates
@json-render/reactfrom 0.18.0 to 0.19.0Changelog
Sourced from @json-render/react's changelog.
Commits
838ee7bprepare v0.19.0 (#282)714c38ffeat: add custom directives API and@json-render/directivespackage (#279)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@json-render/reactsince your current version.Updates
@tanstack/react-pacerfrom 0.22.0 to 0.22.1Release notes
Sourced from @tanstack/react-pacer's releases.
Changelog
Sourced from @tanstack/react-pacer's changelog.
Commits
a894009ci: Version Packages (#217)47d02e2chore: dep upgrades (#216)d3e3e27chore(deps): update all non-major dependencies (#210)8428657chore(deps): update all non-major dependencies (#204)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 conditionsSummary by cubic
Update minor and patch dependencies across API, Dashboard, and Docs to pick up fixes and small features. No app code changes.
@opentelemetry/sdk-node→ 0.218.0: better config validation, custom OTLP serialization,startNodeSDK()can run without args.@json-render/react→ 0.19.0: adds custom directives API; optional@json-render/directivespackage.@tanstack/react-pacer→ 0.22.1: devtools panels can render standalone without required props.@biomejs/biome→ 2.4.15: linter rule updates and fixes.Written for commit c21c935. Summary will update on new commits. Review in cubic