chore(deps): bump the linting group across 1 directory with 2 updates#351
chore(deps): bump the linting group across 1 directory with 2 updates#351dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the linting group with 2 updates in the / directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) and [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli). Updates `@biomejs/biome` from 2.4.10 to 2.4.13 - [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.13/packages/@biomejs/biome) Updates `@commitlint/cli` from 20.5.0 to 20.5.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/v20.5.2/@commitlint/cli) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.4.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linting - dependency-name: "@commitlint/cli" dependency-version: 20.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linting ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
✔️ Bundle Size Analysis
Bundle breakdown |
There was a problem hiding this comment.
LGTM, dependabot patch bumps of dev-only lint tooling (biome, commitlint).
Extended reasoning...
Overview
Dependabot patch bumps in pnpm-lock.yaml only: @biomejs/biome 2.4.10 → 2.4.13 and @commitlint/cli 20.5.0 → 20.5.2 (with cascading lockfile updates to transitive deps like rollup, postcss, ajv, global-directory, ini, string-width). Both are dev-only linting tools used in CI/local pre-commit and have no runtime/production footprint.
Security risks
None meaningful. These are patch-level updates of well-known dev tooling published by the upstream maintainers, with no source code changes in this repo. No auth, crypto, or runtime code paths are touched.
Level of scrutiny
Low — lockfile-only change for patch-version dev-dependency bumps. The release notes describe new lint rules and bug fixes; nothing in the changelog suggests breaking behavior, and these tools execute only at lint time, not in shipped artifacts.
Other factors
The bug hunting system found no issues. The only timeline comment is dependabot itself complaining about a missing npm label, which is a config nit unrelated to correctness. Safe to auto-approve.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e9a0ef0c7e
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| '@commitlint/config-validator': 20.5.0 | ||
| '@commitlint/types': 20.5.0 | ||
| global-directory: 4.0.1 | ||
| global-directory: 5.0.0 |
There was a problem hiding this comment.
Avoid raising minimum Node patch via commitlint transitive bump
This update switches @commitlint/resolve-extends to 20.5.2, which brings in global-directory@5.0.0 and transitively ini@6.0.0 (Node engine ^20.17.0 || >=22.9.0). Because this repo has engine-strict=true in .npmrc, pnpm install now fails for contributors running Node 20.12–20.16, so the dependency bump silently narrows supported Node 20 patch versions. If that support change is unintended, pinning commitlint or overriding this transitive chain would avoid breaking installs.
Useful? React with 👍 / 👎.
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the linting group with 2 updates in the / directory: @biomejs/biome and @commitlint/cli.
Updates
@biomejs/biomefrom 2.4.10 to 2.4.13Release notes
Sourced from
@biomejs/biome's releases.... (truncated)
Changelog
Sourced from
@biomejs/biome's changelog.... (truncated)
Commits
e316150ci: release (#9991)11ddc05feat(lint): add useReactNativePlatformComponents rule and options (#10033)1603f78feat(js_analyze): implement noJsxLeakedDollar (#9911)c5eb92bfeat(linter): add nursery rule noUnnecessaryTemplateExpression (#9969)5cc83b1feat(lint/js): addnoLoopFunc(#9815)bd1e74ffeat(lint): add react native deep import rule (#10023)68fb8d4feat(lint/js): adduseDomNodeTextContent(#9865)94ccca9feat(lint): addnoReactNativeLiteralColors(#10012)3dce737feat(lint/js): adduseDomQuerySelector(#9885)131019efeat(lint): addnoReactNativeRawText(#10005)Updates
@commitlint/clifrom 20.5.0 to 20.5.2Release notes
Sourced from
@commitlint/cli's releases.Changelog
Sourced from
@commitlint/cli's changelog.Commits
7fe86b2v20.5.2Dependabot 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