chore(deps): pin @commitlint/config-conventional to 21.1.0 (LIA-437)#1033
Open
sliamh11 wants to merge 1 commit into
Open
chore(deps): pin @commitlint/config-conventional to 21.1.0 (LIA-437)#1033sliamh11 wants to merge 1 commit into
sliamh11 wants to merge 1 commit into
Conversation
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.
Summary
chore(deps): bump @commitlint/config-conventional from 21.1.0 to 21.2.0 (#1000)bumped@commitlint/config-conventional's declared range forconventional-changelog-conventionalcommitsfrom^9.2.0to^10.0.0. The 10.x line is ESM-only (exportsmap with onlyimport/typesconditions, norequire/default); commitlint's own@commitlint/resolve-extendsresolves extends packages via Node's synchronousrequire.resolve(), which throwsERR_PACKAGE_PATH_NOT_EXPORTEDbefore ever loading the file.commit-msghook aborts every commit, on any branch forked fromorigin/mainafter chore(deps): bump @commitlint/config-conventional from 21.1.0 to 21.2.0 #1000 merged.@commitlint/config-conventionalto21.1.0(a caret range alone doesn't work —@commitlint/cli@21.1.0itself declares its own^21.1.0dependency on config-conventional, and since21.2.0satisfies that caret range too, npm kept re-resolving upward even with the root range narrowed). Regeneratedpackage-lock.json.dependabot.ymlignorerule so the same broken bump isn't immediately re-proposed next week.Test plan
rm -rf node_modules && npm ci— clean installnpm ls @commitlint/config-conventional conventional-changelog-conventionalcommits— resolves to21.1.0/9.3.1(CJS-compatible)echo "test: dummy commit message" | npx commitlint --edit /dev/stdin— exit 0git committhrough husky's commit-msg hook succeeds (this PR's own commit)dependabot.yml's newignoreblock validated as syntactically correct YAML, scoped only to@commitlint/config-conventionalLinear: LIA-437
🤖 Generated with Claude Code