-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update commitlint monorepo to v20 (major) #47
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: develop
Are you sure you want to change the base?
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe update involves changes to the Changes
Poem
Comment |
a44750a to
1c7e77d
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 (2)
nuxt/package-lock.jsonis excluded by!**/package-lock.jsonnuxt/yarn.lockis excluded by!**/yarn.lock,!**/*.lock
Files selected for processing (1)
- nuxt/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
- nuxt/package.json
1c7e77d to
31f60e0
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 (2)
nuxt/package-lock.jsonis excluded by!**/package-lock.jsonnuxt/yarn.lockis excluded by!**/yarn.lock,!**/*.lock
Files selected for processing (1)
- nuxt/package.json (1 hunks)
Additional comments not posted (2)
nuxt/package.json (2)
29-30: Approved version updates.The updates to
@commitlint/cliand@commitlint/config-conventionalare correctly reflected in thepackage.json.The version updates are approved.
29-30: Verify ESM migration.Given the migration to pure ESM, ensure that the project's configuration and import statements are compatible with ESM.
Run the following script to check for potential issues with ESM usage:
Would you like me to help update the configuration or import statements to be ESM compatible?
Verification successful
ESM Migration Verified
The codebase does not contain any CommonJS
requirestatements in JavaScript files, indicating successful migration to ESM for import statements.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Check for ESM compatibility issues. # Test: Search for import statements that might need updating. Expect: No commonJS import statements. rg --type json -A 5 $'require('Length of output: 99
Script:
#!/bin/bash # Description: Check for ESM compatibility issues. # Test: Search for import statements that might need updating. Expect: No commonJS import statements. rg --type js -A 5 'require('Length of output: 97
Script:
#!/bin/bash # Description: Check for ESM compatibility issues. # Test: Search for import statements that might need updating. Expect: No commonJS import statements. rg --type js -A 5 'require\('Length of output: 31
31f60e0 to
27f8746
Compare
27f8746 to
033d4b3
Compare
033d4b3 to
af84faa
Compare
af84faa to
6a304cc
Compare
6a304cc to
e767143
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
🧹 Nitpick comments (1)
nuxt/package.json (1)
29-30: Upgrade commitlint Dependencies & Confirm Version TargetThe PR updates both
@commitlint/cliand@commitlint/config-conventionalto version "19.8.0". However, the PR objectives mention an upgrade to version "19.7.1". Please verify that "19.8.0" is the intended version. Also, since version 19 introduces a migration to pure ESM, ensure that your build tooling and configuration in Nuxt support this change.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (2)
nuxt/package-lock.jsonis excluded by!**/package-lock.jsonnuxt/yarn.lockis excluded by!**/yarn.lock,!**/*.lock
📒 Files selected for processing (1)
nuxt/package.json(1 hunks)
e767143 to
9c18565
Compare
9c18565 to
35d8b46
Compare
35d8b46 to
3802cd4
Compare
3802cd4 to
fdf4cd9
Compare
fdf4cd9 to
da6a14a
Compare
da6a14a to
3250735
Compare
3250735 to
9fcf7ec
Compare
This PR contains the following updates:
17.1.2->20.1.017.1.0->20.0.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
v18.6.1Compare Source
Note: Version bump only for package @commitlint/cli
v18.6.0Compare Source
Note: Version bump only for package @commitlint/cli
v18.5.0Compare Source
Features
18.4.4 (2024-01-04)
Note: Version bump only for package @commitlint/cli
18.4.3 (2023-11-21)
Note: Version bump only for package @commitlint/cli
18.4.2 (2023-11-16)
Note: Version bump only for package @commitlint/cli
18.4.1 (2023-11-12)
Note: Version bump only for package @commitlint/cli
v18.4.4Compare Source
Note: Version bump only for package @commitlint/cli
v18.4.3Compare Source
Note: Version bump only for package @commitlint/cli
v18.4.2Compare Source
Note: Version bump only for package @commitlint/cli
v18.4.1Compare Source
Note: Version bump only for package @commitlint/cli
v18.4.0Compare Source
Note: Version bump only for package @commitlint/cli
v18.2.0Compare Source
Note: Version bump only for package @commitlint/cli
v18.1.0Compare Source
Note: Version bump only for package @commitlint/cli
v18.0.0Compare Source
BREAKING CHANGES
drop node v14 and v16 support
chore: remove unused types
docs: prepare node update and new release
chore!: minimum TS version v5
drop TS v4 support
ci: remove node v14/16 checks
chore: adjust node types to minimal supported version
chore!: further major versions of other deps
upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom,
docs: simplify releases and remove roadmap
17.8.1 (2023-10-20)
Note: Version bump only for package @commitlint/cli
v17.8.1Compare Source
Note: Version bump only for package @commitlint/cli
v17.8.0Compare Source
Note: Version bump only for package @commitlint/cli
17.7.2 (2023-09-28)
Note: Version bump only for package @commitlint/cli
17.7.1 (2023-08-10)
Note: Version bump only for package @commitlint/cli
v17.7.2Compare Source
Note: Version bump only for package @commitlint/cli
v17.7.1Compare Source
Note: Version bump only for package @commitlint/cli
v17.7.0Compare Source
Note: Version bump only for package @commitlint/cli
17.6.7 (2023-07-19)
Note: Version bump only for package @commitlint/cli
17.6.6 (2023-06-24)
Note: Version bump only for package @commitlint/cli
17.6.5 (2023-05-30)
Note: Version bump only for package @commitlint/cli
17.6.3 (2023-05-04)
Note: Version bump only for package @commitlint/cli
17.6.1 (2023-04-14)
Note: Version bump only for package @commitlint/cli
v17.6.7Compare Source
Note: Version bump only for package @commitlint/cli
v17.6.6Compare Source
Note: Version bump only for package @commitlint/cli
v17.6.5Compare Source
Note: Version bump only for package @commitlint/cli
v17.6.3Compare Source
Note: Version bump only for package @commitlint/cli
v17.6.1Compare Source
Note: Version bump only for package @commitlint/cli
v17.6.0Compare Source
Note: Version bump only for package @commitlint/cli
17.5.1 (2023-03-28)
Note: Version bump only for package @commitlint/cli
v17.5.1Compare Source
Note: Version bump only for package @commitlint/cli
v17.5.0Compare Source
Note: Version bump only for package @commitlint/cli
17.4.4 (2023-02-17)
Note: Version bump only for package @commitlint/cli
17.4.3 (2023-02-13)
Note: Version bump only for package @commitlint/cli
17.4.2 (2023-01-12)
Note: Version bump only for package @commitlint/cli
17.4.1 (2023-01-09)
Note: Version bump only for package @commitlint/cli
v17.4.4Compare Source
Note: Version bump only for package @commitlint/cli
v17.4.3Compare Source
Note: Version bump only for package @commitlint/cli
v17.4.2Compare Source
Note: Version bump only for package @commitlint/cli
v17.4.1Compare Source
Note: Version bump only for package @commitlint/cli
v17.4.0Compare Source
Bug Fixes
v17.3.0Compare Source
Note: Version bump only for package @commitlint/cli
v17.2.0Compare Source
Features
17.1.2 (2022-08-29)
Note: Version bump only for package @commitlint/cli
17.1.1 (2022-08-27)
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v20.0.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
19.8.1 (2025-05-08)
Note: Version bump only for package @commitlint/config-conventional
v19.8.1Compare Source
Note: Version bump only for package @commitlint/config-conventional
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/config-conventional
v19.7.1Compare Source
Note: Version bump only for package @commitlint/config-conventional
v19.6.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
v19.5.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
19.4.1 (2024-08-28)
Note: Version bump only for package @commitlint/config-conventional
19.2.2 (2024-04-14)
Note: Version bump only for package @commitlint/config-conventional
v19.4.1Compare Source
Note: Version bump only for package @commitlint/config-conventional
v19.2.2Compare Source
Note: Version bump only for package @commitlint/config-conventional
v19.1.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
19.0.3 (2024-02-28)
Note: Version bump only for package @commitlint/config-conventional
v19.0.3Compare Source
Note: Version bump only for package @commitlint/config-conventional
v19.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.3 (2024-03-11)
Bug Fixes
wrapper.mjs(#3966) (c2c3c7c), closes #395818.6.2 (2024-02-14)
Bug Fixes
18.6.1 (2024-02-13)
Note: Version bump only for package @commitlint/config-conventional
v18.6.3Compare Source
Bug Fixes
wrapper.mjs(#3966) (c2c3c7c), closes #3958v18.6.2Compare Source
Bug Fixes
v18.6.1Compare Source
Note: Version bump only for package @commitlint/config-conventional
v18.6.0Compare Source
Features
v18.5.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
18.4.4 (2024-01-04)
Note: Version bump only for package @commitlint/config-conventional
18.4.3 (2023-11-21)
Note: Version bump only for package @commitlint/config-conventional
18.4.2 (2023-11-16)
Note: Version bump only for package @commitlint/config-conventional
v18.4.4Compare Source
Note: Version bump only for package @commitlint/config-conventional
v18.4.3Compare Source
Note: Version bump only for package @commitlint/config-conventional
v18.4.2Compare Source
Note: Version bump only for package @commitlint/config-conventional
v18.4.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
v18.1.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
v18.0.0Compare Source
BREAKING CHANGES
drop node v14 and v16 support
chore: remove unused types
docs: prepare node update and new release
chore!: minimum TS version v5
drop TS v4 support
ci: remove node v14/16 checks
chore: adjust node types to minimal supported version
chore!: further major versions of other deps
upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom,
docs: simplify releases and remove roadmap
17.8.1 (2023-10-20)
Note: Version bump only for package @commitlint/config-conventional
v17.8.1Compare Source
Note: Version bump only for package @commitlint/config-conventional
v17.8.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
v17.7.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
17.6.7 (2023-07-19)
Note: Version bump only for package @commitlint/config-conventional
17.6.6 (2023-06-24)
Note: Version bump only for package @commitlint/config-conventional
17.6.5 (2023-05-30)
Note: Version bump only for package @commitlint/config-conventional
17.6.3 (2023-05-04)
Note: Version bump only for package @commitlint/config-conventional
17.6.1 (2023-04-14)
Note: Version bump only for package @commitlint/config-conventional
v17.6.7Compare Source
Note: Version bump only for package @commitlint/config-conventional
v17.6.6Compare Source
Note: Version bump only for package @commitlint/config-conventional
v17.6.5Compare Source
Note: Version bump only for package @commitlint/config-conventional
v17.6.3Compare Source
Note: Version bump only for package @commitlint/config-conventional
v17.6.1Compare Source
Note: Version bump only for package @commitlint/config-conventional
v17.6.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
17.4.4 (2023-02-17)
Note: Version bump only for package @commitlint/config-conventional
17.4.3 (2023-02-13)
Note: Version bump only for package @commitlint/config-conventional
17.4.2 (2023-01-12)
Note: Version bump only for package @commitlint/config-conventional
v17.4.4Compare Source
Note: Version bump only for package @commitlint/config-conventional
v17.4.3Compare Source
Note: Version bump only for package @commitlint/config-conventional
v17.4.2Compare Source
Note: Version bump only for package @commitlint/config-conventional
v17.4.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
v17.3.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
v17.2.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.