-
Notifications
You must be signed in to change notification settings - Fork 0
⬆️ chore(deps): Update devDependency @commitlint/cli to v20 #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe recent update involves upgrading the Changes
Poem
Comment |
Coverage Report for packages/repository
File CoverageNo changed files found. |
d11f47e to
c683b87
Compare
c683b87 to
a3b4781
Compare
a3b4781 to
ce5714c
Compare
ce5714c to
694bd24
Compare
694bd24 to
3b902f3
Compare
3b902f3 to
f4bf9c1
Compare
f4bf9c1 to
5e53918
Compare
5e53918 to
611cb2b
Compare
611cb2b to
b43a8fa
Compare
b43a8fa to
1924d7c
Compare
1924d7c to
975bae1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (1)
package.json (1)
27-27: LGTM! Verify the impact of the updated dependency.The update of
@commitlint/clifrom18.6.1to19.4.0is approved.Ensure that this version update does not introduce any breaking changes or compatibility issues.
fc63963 to
ce07268
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (1)
package.json (1)
27-27: Approved version update for@commitlint/cli.The version update from
18.6.1to19.4.1is correctly reflected in thepackage.json. This update is part of routine maintenance and includes enhancements such as support for command line options from a file and linting from the last tag, as well as a significant change in19.0.0with the migration to ECMAScript Modules (ESM).The change is approved. However, it's crucial to verify the compatibility of these new features and the ESM migration with the existing project setup, especially since the project uses Node.js
>=18.0.0.Run the following script to ensure that the project's Node.js version is compatible with the new
@commitlint/cliversion:Verification successful
Node.js version is compatible with
@commitlint/cliv19.4.1.The Node.js version specified in the
enginessection (>=18.0.0) is compatible with the updated@commitlint/cliversion19.4.1, which includes a migration to ECMAScript Modules. No further action is required regarding version compatibility.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Check Node.js version compatibility with @commitlint/cli v19.4.1. # Test: Retrieve the Node.js version from the engines section and compare with the required version for @commitlint/cli v19.4.1. cat package.json | jq '.engines.node' # Expected output: >=18.0.0 (should be compatible with @commitlint/cli v19.4.1)Length of output: 48
ce07268 to
76c7072
Compare
76c7072 to
6d55fb6
Compare
6d55fb6 to
eecabb8
Compare
eecabb8 to
080dd21
Compare
080dd21 to
b4fd10d
Compare
b4fd10d to
55bc408
Compare
55bc408 to
c522ba2
Compare
c522ba2 to
f7b3d09
Compare
f7b3d09 to
a5b1bb5
Compare
a5b1bb5 to
ceeb653
Compare
ceeb653 to
3d0f299
Compare
3d0f299 to
52237f6
Compare
This PR contains the following updates:
18.6.1->20.1.0Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v20.1.0Compare Source
Note: Version bump only for package @commitlint/cli
v20.0.0Compare Source
Note: Version bump only for package @commitlint/cli
19.8.1 (2025-05-08)
Bug Fixes
v19.8.1Compare Source
Bug Fixes
v19.8.0Compare Source
Performance Improvements
node:prefix to bypass require.cache call for builtins (#4302) (0cd8f41)19.7.1 (2025-02-02)
Note: Version bump only for package @commitlint/cli
19.6.1 (2024-12-15)
Note: Version bump only for package @commitlint/cli
v19.7.1Compare Source
Note: Version bump only for package @commitlint/cli
v19.6.1Compare Source
Note: Version bump only for package @commitlint/cli
v19.6.0Compare Source
Note: Version bump only for package @commitlint/cli
v19.5.0Compare Source
Features
19.4.1 (2024-08-28)
Note: Version bump only for package @commitlint/cli
v19.4.1Compare Source
Note: Version bump only for package @commitlint/cli
v19.4.0Compare Source
Features
v19.3.0Compare Source
Note: Version bump only for package @commitlint/cli
19.2.2 (2024-04-14)
Note: Version bump only for package @commitlint/cli
19.2.1 (2024-03-19)
Note: Version bump only for package @commitlint/cli
v19.2.2Compare Source
Note: Version bump only for package @commitlint/cli
v19.2.1Compare Source
Note: Version bump only for package @commitlint/cli
v19.2.0Compare Source
Features
v19.1.0Compare Source
Note: Version bump only for package @commitlint/cli
19.0.3 (2024-02-28)
Note: Version bump only for package @commitlint/cli
19.0.2 (2024-02-28)
Note: Version bump only for package @commitlint/cli
19.0.1 (2024-02-27)
Bug Fixes
resolve-from,resolve-globalandimport-fresh, resolve global packages correctly (#3939) (8793c63), closes #3938v19.0.3Compare Source
Note: Version bump only for package @commitlint/cli
v19.0.2Compare Source
Note: Version bump only for package @commitlint/cli
v19.0.1Compare Source
Bug Fixes
resolve-from,resolve-globalandimport-fresh, resolve global packages correctly (#3939) (8793c63), closes #3938v19.0.0Compare Source
Reverts
BREAKING CHANGES
migrate to pure ESM
feat: migrate to pure ESM
chore: update snapshot
fix: load
parserPresetwith anotherawaittest: migrate to vitest
test: remove no replacement
--runInBandtest-ci scriptchore: fix code reviews
refactor(load): rewrite resolve logic
fix(config-nx-scopes): fix syntax error
feat(resolve-extends): add resolveFrom and loadParserPreset
feat(load): use resolveFrom and loadParserPreset from resolve-extends
test: include only @commitlint/* packages src in coverage
test: explicit import vitest utilities
test: remove @jest/globals from dependencies
fix(resolve-extends):
resolveFromoutput should be platform awaretest: restore NO_COLOR to test script
chore: fix linting issues
fix: should use fileURLToPath instead of pathname for Windows compatibility
Apply suggestions from code review
fix: should reuse
cliinstead callyargs()feat(cli): set terminalWidth as wrap to avoid work break on help
Update .eslintrc.cjs
feat: migrate @commitlint/config-conventional to pure ESM
18.6.1 (2024-02-13)
Note: Version bump only for package @commitlint/cli
Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - "before 4am" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.