chore(deps-dev): bump @commitlint/config-conventional from 21.0.2 to 21.2.0#362
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 28bf301b77
ℹ️ 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".
| "devDependencies": { | ||
| "@commitlint/cli": "^21.0.2", | ||
| "@commitlint/config-conventional": "^21.0.2", | ||
| "@commitlint/config-conventional": "^21.2.0", |
There was a problem hiding this comment.
Bump commitlint CLI with the preset
When the hook runs after pnpm install --frozen-lockfile, the lockfile still installs @commitlint/cli 21.0.2 / @commitlint/resolve-extends 21.0.1 while this bump pulls conventional-changelog-conventionalcommits 10.2.0 through the preset; that preset version exposes only an ESM import export, and the old resolver uses require.resolve, so loading extends: ["@commitlint/config-conventional"] fails before any commit can be linted. Please bump the commitlint CLI/resolver alongside the preset, or keep the preset on a version that still uses the v9 parser preset, so the lefthook.yml commit-msg hook continues to work.
Useful? React with 👍 / 👎.
28bf301 to
28c7887
Compare
blafourcade
left a comment
There was a problem hiding this comment.
Approving non-major dependabot update.
|
@dependabot rebase |
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 21.0.2 to 21.2.0. - [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.2.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-version: 21.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
28c7887 to
d870b6d
Compare
blafourcade
left a comment
There was a problem hiding this comment.
Approving non-major dependabot update.
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 21.0.2 to 21.2.0. - [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.2.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-version: 21.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps @commitlint/config-conventional from 21.0.2 to 21.2.0.
Release notes
Sourced from @commitlint/config-conventional's releases.
Changelog
Sourced from @commitlint/config-conventional's changelog.
Commits
1b4e5bcv21.2.0fdb566ffeat(resolve-extends): resolve pure-ESM presets (conventional-changelog v7/v9...6f1c0afv21.1.0