-
Notifications
You must be signed in to change notification settings - Fork 122
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
chore(deps): update commitlint monorepo to v19 (major) #317
base: main
Are you sure you want to change the base?
Conversation
b70c414
to
4004bdf
Compare
4004bdf
to
563a1f4
Compare
563a1f4
to
b69eae3
Compare
b69eae3
to
bd05a55
Compare
bd05a55
to
18f5ac9
Compare
18f5ac9
to
ecd0ca5
Compare
ef54886
to
04a7ac9
Compare
04a7ac9
to
b428c26
Compare
b428c26
to
65f0b82
Compare
65f0b82
to
81824a2
Compare
81824a2
to
7b63dbb
Compare
41b25bc
to
0502db4
Compare
0502db4
to
4ad5620
Compare
7f0a08a
to
f65fd45
Compare
051daa9
to
bb04c25
Compare
8db2f11
to
db9002d
Compare
db9002d
to
d0d0501
Compare
d0d0501
to
0c38626
Compare
0c38626
to
ec46639
Compare
ec46639
to
c929faf
Compare
2af8d09
to
3dc6838
Compare
3dcf683
to
f232464
Compare
dc26101
to
694748a
Compare
694748a
to
982de4c
Compare
982de4c
to
a08734b
Compare
a08734b
to
b6d046e
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThis update involves significant upgrades to the Changes
Poem
TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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 selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (2)
package.json (2)
48-48
: Verify compatibility with ESM migration.The version of
@commitlint/cli
has been updated from12.1.1
to19.4.0
, which includes a migration to pure ESM. Verify that all tools and scripts that interact with@commitlint/cli
are compatible with ESM.Verification successful
No issues found with the ESM migration.
The version of
@commitlint/cli
has been updated from12.1.1
to19.4.0
, which includes a migration to pure ESM. After thorough verification, no compatibility issues were found in the codebase.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility of tools and scripts with ESM migration. # Test: Search for the usage of `@commitlint/cli`. Expect: No issues related to ESM compatibility. rg --type shell --type javascript -A 5 $'@commitlint/cli'Length of output: 86
Script:
#!/bin/bash # Description: Verify compatibility of tools and scripts with ESM migration. # Test: Search for the usage of `@commitlint/cli`. Expect: No issues related to ESM compatibility. rg --type js --type sh -A 5 '@commitlint/cli'Length of output: 45
Script:
#!/bin/bash # Description: Search for commitlint configuration files and their contents. # Find commitlint configuration files and display their contents. fd -e js -e json -e yaml -e yml -e toml 'commitlint' --exec cat {}Length of output: 68
Script:
#!/bin/bash # Description: Search for any mentions of commitlint in the entire codebase. # Search for any mentions of commitlint in the entire codebase. rg 'commitlint'Length of output: 237
49-49
: Verify the configuration extension.The version of
@commitlint/config-conventional
has been updated from12.1.1
to19.2.2
. Ensure that the configuration extends correctly and there are no breaking changes.
b6d046e
to
a3f1971
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 selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (1)
package.json (1)
48-49
: Verify compatibility and integration of updated packages.The upgrade of
@commitlint/cli
and@commitlint/config-conventional
to version19.4.1
includes a shift to pure ESM. This major change requires verification to ensure that there are no compatibility issues with the existing project setup or other packages.Run the following script to check for potential integration issues:
Consider reviewing the project's build and execution scripts to ensure they are compatible with ESM modules. This might involve updating import statements or the way these packages are configured.
Verification successful
No compatibility issues found with
commitlint
upgrade.The upgrade of
@commitlint/cli
and@commitlint/config-conventional
to version19.4.1
does not appear to introduce any compatibility issues with the existing project setup. The references tocommitlint
are confined topackage.json
, indicating usage as a CLI tool without additional configuration or import statements that could be affected by the ESM migration.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Check for ESM-related configuration or import issues in the project. # Test: Search for import statements that might need updating. rg --type json -A 5 $'import .*commitlint'Length of output: 43
Script:
#!/bin/bash # Description: Check for ESM-related configuration or import issues in JavaScript files. # Test: Search for import statements that might need updating in JavaScript files. rg --type js -A 5 $'import .*commitlint'Length of output: 41
Script:
#!/bin/bash # Description: Check for references to `commitlint` in configuration files or scripts. # Test: Search for references to `commitlint` in various file types. rg 'commitlint' --type js --type json --type yaml --type toml --type shLength of output: 263
a3f1971
to
560923a
Compare
This PR contains the following updates:
12.1.1
->19.5.0
12.1.1
->19.5.0
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v19.5.0
Compare Source
Features
19.4.1 (2024-08-28)
Note: Version bump only for package @commitlint/cli
v19.4.1
Compare Source
Note: Version bump only for package @commitlint/cli
v19.4.0
Compare Source
Features
v19.3.0
Compare 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.2
Compare Source
Note: Version bump only for package @commitlint/cli
v19.2.1
Compare Source
Note: Version bump only for package @commitlint/cli
v19.2.0
Compare Source
Features
v19.1.0
Compare 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-global
andimport-fresh
, resolve global packages correctly (#3939) (8793c63), closes #3938v19.0.3
Compare Source
Note: Version bump only for package @commitlint/cli
v19.0.2
Compare Source
Note: Version bump only for package @commitlint/cli
v19.0.1
Compare Source
Bug Fixes
resolve-from
,resolve-global
andimport-fresh
, resolve global packages correctly (#3939) (8793c63), closes #3938v19.0.0
Compare Source
Reverts
BREAKING CHANGES
migrate to pure ESM
feat: migrate to pure ESM
chore: update snapshot
fix: load
parserPreset
with anotherawait
test: migrate to vitest
test: remove no replacement
--runInBand
test-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):
resolveFrom
output 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
cli
instead 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.1
Compare Source
Note: Version bump only for package @commitlint/cli
v18.6.0
Compare Source
Note: Version bump only for package @commitlint/cli
v18.5.0
Compare 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.4
Compare Source
Note: Version bump only for package @commitlint/cli
v18.4.3
Compare Source
Note: Version bump only for package @commitlint/cli
v18.4.2
Compare Source
Note: Version bump only for package @commitlint/cli
v18.4.1
Compare Source
Note: Version bump only for package @commitlint/cli
v18.4.0
Compare Source
Note: Version bump only for package @commitlint/cli
v18.2.0
Compare Source
Note: Version bump only for package @commitlint/cli
v18.1.0
Compare Source
Note: Version bump only for package @commitlint/cli
v18.0.0
Compare 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.1
Compare Source
Note: Version bump only for package @commitlint/cli
v17.8.0
Compare 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.2
Compare Source
Note: Version bump only for package @commitlint/cli
v17.7.1
Compare Source
Note: Version bump only for package @commitlint/cli
v17.7.0
Compare 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.7
Compare Source
Note: Version bump only for package @commitlint/cli
v17.6.6
Compare Source
Note: Version bump only for package @commitlint/cli
v17.6.5
Compare Source
Note: Version bump only for package @commitlint/cli
v17.6.3
Compare Source
Note: Version bump only for package @commitlint/cli
v17.6.1
Compare Source
Note: Version bump only for package @commitlint/cli
v17.6.0
Compare 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.1
Compare Source
Note: Version bump only for package @commitlint/cli
v17.5.0
Compare 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.4
Compare Source
Note: Version bump only for package @commitlint/cli
v17.4.3
Compare Source
Note: Version bump only for package @commitlint/cli
v17.4.2
Compare Source
Note: Version bump only for package @commitlint/cli
v17.4.1
Compare Source
Note: Version bump only for package @commitlint/cli
v17.4.0
Compare Source
Bug Fixes
v17.3.0
Compare Source
Note: Version bump only for package @commitlint/cli
v17.2.0
Compare 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
v17.1.2
Compare Source
Note: Version bump only for package @commitlint/cli
v17.1.1
Compare Source
Note: Version bump only for package @commitlint/cli
v17.1.0
Compare Source
Features
17.0.3 (2022-06-25)
Note: Version bump only for package @commitlint/cli
17.0.2 (2022-06-01)
Note: Version bump only for package @commitlint/cli
17.0.1 (2022-05-25)
Bug Fixes
core.commentChar
from git config with--edit
flag (#3191) (e5fee05), closes #3190 #3190 #3190v17.0.3
Compare Source
Note: Version bump only for package @commitlint/cli
v17.0.2
Compare Source
Note: Version bump only for package @commitlint/cli
v17.0.1
Compare Source
Bug Fixes
core.commentChar
from git config with--edit
flag (#3191) (e5fee05), closes #3190 #3190 #3190v17.0.0
Compare Source
BREAKING CHANGES
drop node v12 support
chore: rename circleci windows job
node version is not defned by the name anyways (i think)
v16.3.0
Compare Source
Note: Version bump only for package @commitlint/cli
16.2.4 (2022-04-28)
Note: Version bump only for package @commitlint/cli
16.2.3 (2022-03-16)
Note: Version bump only for package @commitlint/cli
16.2.1 (2022-02-13)
Note: Version bump only for package @commitlint/cli
v16.2.4
Compare Source
Note: Version bump only for package @commitlint/cli
v16.2.3
Compare Source
Note: Version bump only for package @commitlint/cli
v16.2.1
Compare Source
Note: Version bump only for package @commitlint/cli
v16.1.0
Compare Source
Note: Version bump only for package @commitlint/cli
16.0.3 (2022-01-19)
Note: Version bump only for package @commitlint/cli
16.0.2 (2022-01-09)
Note: Version bump only for package @commitlint/cli
16.0.1 (2021-12-28)
Note: Version bump only for package @commitlint/cli
v16.0.3
Compare Source
Note: Version bump only for package @commitlint/cli
v16.0.2
Compare Source
Note: Version bump only for package @commitlint/cli
v16.0.1
Compare Source
Note: Version bump only for package @commitlint/cli
v16.0.0
Compare Source
Features
v15.0.0
Compare Source
Features
v14.1.0
Compare Source
Note: Version bump only for package @commitlint/cli
v14.0.0
Compare Source
Note: Version bump only for package @commitlint/cli
13.2.1 (2021-10-09)
Note: Version bump only for package @commitlint/cli
v13.2.1
Compare Source
Note: Version bump only for package @commitlint/cli
v13.2.0
Compare Source
Note: Version bump only for package @commitlint/cli
v13.1.0
Compare Source
Bug Fixes
COMMIT_EDIT_MSG
(#2618) (5badf6d), closes #2351v13.0.0
Compare Source
BREAKING CHANGES
12.1.3 (2021-05-12)
Bug Fixes
12.1.2 (2021-04-29)
Note: Version bump only for package @commitlint/cli
12.1.1 (2021-04-02)
Note: Version bump only for package @commitlint/cli
v12.1.4
Compare Source
fix node v10 support
v12.1.3
Compare Source
Bug Fixes
v12.1.2
Compare Source
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v19.5.0
Compare 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.1
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v19.2.2
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v19.1.0
Compare 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.3
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v19.0.0
Compare Source
Reverts
BREAKING CHANGES
migrate to pure ESM
feat: migrate to pure ESM
chore: update snapshot
fix: load
parserPreset
with anotherawait
test: migrate to vitest
test: remove no replacement
--runInBand
test-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):
resolveFrom
output 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
cli
instead 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.2 (2024-02-14)
Bug Fixes
18.6.1 (2024-02-13)
Note: Version bump only for package @commitlint/config-conventional
v18.6.3
Compare Source
Bug Fixes
wrapper.mjs
by @JounQin in https://github.com/conventional-changelog/commitlint/pull/3966Full Changelog: conventional-changelog/commitlint@v18.6.2...v18.6.3
v18.6.2
Compare Source
Bug Fixes
v18.6.1
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v18.6.0
Compare Source
Features
v18.5.0
Compare 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.4
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v18.4.3
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v18.4.2
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v18.4.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v18.1.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v18.0.0
Compare 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.1
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v17.8.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v17.7.0
Compare 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.7
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v17.6.6
Compare Source
**
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 becomes conflicted, 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.