V sobotu 15.3. v 4:00 ráno proběhne údržba GitLab Registry. Po dobu běhu údržby nebudou GitLab Registry dostupné (GitLab samotný poběží bez omezení). Je ale možné, že toto ovlivní některé automatické pipelines. Údržba by neměla trvat déle, než jednotky hodin. Tuto údržbu plánujeme ve stejný čas pouštět každý týden, jako tomu bylo před migrací GitLabu na verzi 17. Věnujte prosím pozornost kontrole vašich pipelines a případně je přeplánujte na jinou dobu, pokud by se objevily problémy. / GitLab Registry maintenance will take place on Saturday, March 15 at 4:00 am. GitLab Registry will be unavailable while the maintenance is being performed (GitLab itself will be available without restrictions). However, it is possible that this will affect some automated pipelines. Maintenance should not last more than several hours. We plan to run this maintenance at the same time every week as we did before the GitLab migration to version 17. Please pay attention to checking your pipelines and if necessary reschedule them for a different time should problems arise.
This MR contains the following updates:
Package | Type | Update | Change | Pending |
---|---|---|---|---|
@commitlint/config-conventional (source) | devDependencies | major | 18.6.2 -> 19.1.0 |
|
@commitlint/cz-commitlint (source) | devDependencies | major | 18.6.1 -> 19.1.0 |
19.2.0 |
inquirer (source) | devDependencies | major | 8.2.6 -> 9.2.15 |
9.2.16 |
v19.1.0
Note: Version bump only for package @commitlint/config-conventional
Note: Version bump only for package @commitlint/config-conventional
v19.0.3
Note: Version bump only for package @commitlint/config-conventional
v19.0.0
migrate to pure ESM
feat: migrate to pure ESM
chore: update snapshot
fix: load parserPreset
with another await
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 call yargs()
feat(cli): set terminalWidth as wrap to avoid work break on help
Update .eslintrc.cjs
feat: migrate @commitlint/config-conventional to pure ESM
Note: Version bump only for package @commitlint/config-conventional
v18.6.3
v19.1.0
Note: Version bump only for package @commitlint/cz-commitlint
Note: Version bump only for package @commitlint/cz-commitlint
Note: Version bump only for package @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
migrate to pure ESM
feat: migrate to pure ESM
chore: update snapshot
fix: load parserPreset
with another await
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 call yargs()
feat(cli): set terminalWidth as wrap to avoid work break on help
Update .eslintrc.cjs
feat: migrate @commitlint/config-conventional to pure ESM
Note: Version bump only for package @commitlint/cz-commitlint
v9.2.15
v9.2.14
v9.2.13
v9.2.12
v9.2.11
v9.2.10
v9.2.9
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.
This MR has been generated by Renovate Bot.