chore(deps): update commitlint (major)
This MR contains the following updates:
Package | Type | Update | Change | Pending |
---|---|---|---|---|
@commitlint/config-conventional (source) | devDependencies | major | 18.6.2 -> 19.0.3 |
19.1.0 |
@commitlint/cz-commitlint (source) | devDependencies | major | 18.6.1 -> 19.0.3 |
19.1.0 |
inquirer (source) | devDependencies | major | 8.2.6 -> 9.2.15 |
Release Notes
conventional-changelog/commitlint (@commitlint/config-conventional)
v19.0.3
Note: Version bump only for package @commitlint/config-conventional
v19.0.0
Reverts
- Revert "chore!: minimum node version v20" (2816783)
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 script -
chore: 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 aware -
test: 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
Bug Fixes
conventional-changelog/commitlint (@commitlint/cz-commitlint)
v19.0.3
Note: Version bump only for package @commitlint/cz-commitlint
v19.0.2
Note: Version bump only for package @commitlint/cz-commitlint
v19.0.1
Note: Version bump only for package @commitlint/cz-commitlint
v19.0.0
Reverts
- Revert "chore!: minimum node version v20" (2816783)
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 script -
chore: 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 aware -
test: 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/cz-commitlint
SBoudrias/Inquirer.js (inquirer)
v9.2.15
v9.2.14
v9.2.13
v9.2.12
v9.2.11
v9.2.10
v9.2.9
- Modified lodash imports to help with tree-shaking
- Replace unmaintained
through
dependency (only affect users of the old bottom bar)
v9.2.8
v9.2.7
v9.2.6
v9.2.5
v9.2.4
v9.2.3
v9.2.2
v9.2.1
v9.2.0
v9.1.5
v9.1.4
Fix issue with the default value disappearing from prompt.
v9.1.3
v9.1.2
v9.1.1
v9.1.0
v9.0.2
v9.0.1
v9.0.0
Inquirer is now a native Node ECMAScript module. This will require your Node runtime to support es modules, and your app to be an es module. Node documentation over here: https://nodejs.org/api/esm.html#modules-ecmascript-modules
If you cannot migrate, please remember you can keep using the v8.x release line until you're ready.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.