chore(deps-dev): bump the npm-development group across 1 directory with 4 updates#6
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
1 issue found across 2 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="package.json">
<violation number="1" location="package.json:91">
P2: Upgrading commitlint to v21 introduces a Node 22+ requirement, but this repo still advertises/supports Node >=20. On Node 20 CI/dev environments, commitlint commands can fail after install.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "@commitlint/cli": "^20.4.3", | ||
| "@commitlint/config-conventional": "^20.4.3", | ||
| "@biomejs/biome": "2.4.15", | ||
| "@commitlint/cli": "^21.0.1", |
There was a problem hiding this comment.
P2: Upgrading commitlint to v21 introduces a Node 22+ requirement, but this repo still advertises/supports Node >=20. On Node 20 CI/dev environments, commitlint commands can fail after install.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 91:
<comment>Upgrading commitlint to v21 introduces a Node 22+ requirement, but this repo still advertises/supports Node >=20. On Node 20 CI/dev environments, commitlint commands can fail after install.</comment>
<file context>
@@ -87,17 +87,17 @@
- "@commitlint/cli": "^20.4.3",
- "@commitlint/config-conventional": "^20.4.3",
+ "@biomejs/biome": "2.4.15",
+ "@commitlint/cli": "^21.0.1",
+ "@commitlint/config-conventional": "^21.0.1",
"@semantic-release/changelog": "^6.0.3",
</file context>
c412d43 to
d655290
Compare
…th 4 updates Bumps the npm-development group with 4 updates in the / directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli), [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `@biomejs/biome` from 2.4.6 to 2.4.16 - [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.16/packages/@biomejs/biome) Updates `@commitlint/cli` from 20.4.3 to 21.0.2 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v21.0.2/@commitlint/cli) Updates `@commitlint/config-conventional` from 20.4.3 to 21.0.2 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v21.0.2/@commitlint/config-conventional) Updates `vitest` from 4.0.18 to 4.1.8 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.8/packages/vitest) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.4.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: "@commitlint/cli" dependency-version: 21.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-development - dependency-name: "@commitlint/config-conventional" dependency-version: 21.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-development - dependency-name: vitest dependency-version: 4.1.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com>
d655290 to
59d8063
Compare
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 npm-development group with 4 updates in the / directory: @biomejs/biome, @commitlint/cli, @commitlint/config-conventional and vitest.
Updates
@biomejs/biomefrom 2.4.6 to 2.4.16Release notes
Sourced from @biomejs/biome's releases.
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
... (truncated)
Commits
5f4ea56ci: release (#10326)de2a33cfix(core): regression in emitted types (#10478)d835303docs: remove redundant default phrase inuseConsistentObjectDefinitionsrul...4f1aaf2fix: incorrect build when using build or test (#10426)dc73b6brefactor: make plugins opt-in via feature gate (#10418)e71f584feat(useDestructuring): add options for assignment/declaration and improve di...9b1577ffix(config): support trailingCommas in overrides (#10318)9dd3271ci: release (#10210)7b8d4e1feat(lint/html/vue): adduseVueValidVFor(#10195)ba3480efeat(lint/js): adduseTestHooksInOrder(#9394)Updates
@commitlint/clifrom 20.4.3 to 21.0.2Release notes
Sourced from @commitlint/cli's releases.
... (truncated)
Changelog
Sourced from @commitlint/cli's changelog.
... (truncated)
Commits
8069048v21.0.2121005efix: disallow same commit hash for --from and --to (#4773)db8d7d6v21.0.11329a25chore: migrate to pnpm (#4762)db39968chore: pre pnpm cleanup (#4759)6099ae5chore: replace eslint with oxlint (#4756)f081a8ev21.0.040d7e36feat!: show input from a new line (#4727)44c3174chore: update dependency yargs to v18 #4432 (#4686)ac01464chore: replace dependencies with Node 22 built-ins (#4681)Updates
@commitlint/config-conventionalfrom 20.4.3 to 21.0.2Release notes
Sourced from @commitlint/config-conventional's releases.
... (truncated)
Changelog
Sourced from @commitlint/config-conventional's changelog.
... (truncated)
Commits
8069048v21.0.2db8d7d6v21.0.11329a25chore: migrate to pnpm (#4762)6099ae5chore: replace eslint with oxlint (#4756)f081a8ev21.0.044c3174chore: update dependency yargs to v18 #4432 (#4686)ac2b3f4chore!: minimum node version v22 (#4679)31e959av20.5.3a7918e9v20.5.002d7245v20.4.4Updates
vitestfrom 4.0.18 to 4.1.8Release notes
Sourced from vitest's releases.
... (truncated)
Commits
e61f2ddchore: release v4.1.8e4067b3fix(browser): disable clientcdpAPI whenallowWrite/allowExec: false[ba...a09d472chore: release v4.1.7a8fd24cchore: release v4.1.618af98cfix(browser): simplify orchestrator otel carrier (#10285)3188260feat(browser): provide project reference inToMatchScreenshotResolvePath(#...e399846chore: release v4.1.57dc6d54Revert "fix: respect diff config options in soft assertions (#8696)"9787dedfix: respect diff config options in soft assertions (#8696)325463afix(ast-collect): recognize _vi_import prefix in static test discovery (#10...