⬆️ Bump cosmiconfig from 9.0.2 to 10.0.0 in the major-dependencies group across 1 directory - #357
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Robdel12
added a commit
that referenced
this pull request
Sep 8, 2026
## Why PR #357 raised a runtime-compatibility question: the cosmiconfig upgrade changes the supported Node range, but build records currently do not identify the Node runtime that produced them. Production already persists the CLI request User-Agent in `build.user_agent`, but existing records contain no Node marker. ## Approach Append `node/<process.versions.node>` to the existing CLI User-Agent, after any SDK User-Agent. This reuses the current server persistence and keeps the existing CLI-version parsing intact, with no schema migration. ## Evidence The focused API, endpoint, uploader, and test-runner coverage passes 274 tests, and the changed files are clean under Biome. The production schema check confirmed that this can be captured through the existing `user_agent` column.
Bumps the major-dependencies group with 1 update in the / directory: [cosmiconfig](https://github.com/cosmiconfig/cosmiconfig). Updates `cosmiconfig` from 9.0.2 to 10.0.0 - [Release notes](https://github.com/cosmiconfig/cosmiconfig/releases) - [Changelog](https://github.com/cosmiconfig/cosmiconfig/blob/main/CHANGELOG.md) - [Commits](https://github.com/cosmiconfig/cosmiconfig/commits/v10.0.0) --- updated-dependencies: - dependency-name: cosmiconfig dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/major-dependencies-9d356d2098
branch
from
September 8, 2026 06:04
08905cd to
a2700b1
Compare
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/major-dependencies-9d356d2098
branch
September 8, 2026 06:10
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 major-dependencies group with 1 update in the / directory: cosmiconfig.
Updates
cosmiconfigfrom 9.0.2 to 10.0.0Changelog
Sourced from cosmiconfig's changelog.
Commits