Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-24.04, windows-2022, windows-2025]
# Node versions match Ubuntu LTS defaults:
# 18 = Ubuntu 24.04, 20 = Ubuntu 25.x, 22 = Ubuntu 26.04
node: [18, 20, 22]
# 22 = Ubuntu 26.04 LTS
node: [22, 24]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-24.04
container:
image: "ubuntu:24.04"
image: "ubuntu:26.04"
steps:
- uses: actions/checkout@v6

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 18
node-version: 22
cache: yarn

- name: Setup Pages
Expand Down
4 changes: 2 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
yarn lint-staged
yarn --ignore-engines lint-staged

# be sure to build with up to date source
# before running pre-commit hook which is using `@commitlint/cli/lib/cli.js`
yarn build
yarn --ignore-engines build
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[tools]
node = "18"
node = "22"
2 changes: 1 addition & 1 deletion @alias/commitlint-config-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"dependencies": {
"@commitlint/config-angular": "^20.5.3"
Expand Down
2 changes: 1 addition & 1 deletion @alias/commitlint-config-lerna-scopes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"dependencies": {
"@commitlint/config-lerna-scopes": "^20.4.3"
Expand Down
2 changes: 1 addition & 1 deletion @alias/commitlint-config-nx-scopes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"dependencies": {
"@commitlint/config-nx-scopes": "^20.5.0"
Expand Down
2 changes: 1 addition & 1 deletion @alias/commitlint-config-patternplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"dependencies": {
"@commitlint/config-patternplate": "^20.5.3"
Expand Down
2 changes: 1 addition & 1 deletion @alias/commitlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"pkg": "pkg-check --skip-main"
},
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"repository": {
"type": "git",
Expand All @@ -42,7 +42,7 @@
"@commitlint/test": "^20.4.3",
"@commitlint/utils": "^20.0.0",
"@types/conventional-commits-parser": "^5.0.2",
"@types/node": "^18.19.17",
"@types/node": "^22.0.0",
"@types/yargs": "^17.0.29",
"es-toolkit": "^1.46.0",
"fs-extra": "^11.3.4"
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-angular-type-enum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"devDependencies": {
"@commitlint/utils": "^20.0.0"
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"devDependencies": {
"@commitlint/lint": "^20.5.3",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-conventional/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"devDependencies": {
"@commitlint/lint": "^20.5.3",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-lerna-scopes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"dependencies": {
"@commitlint/config-workspace-scopes": "^20.4.3",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-nx-scopes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"dependencies": {
"@commitlint/types": "^20.5.0"
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-patternplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"dependencies": {
"@commitlint/config-angular": "^20.5.3",
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/config-pnpm-scopes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"dependencies": {
"@pnpm/read-project-manifest": "^5.0.10",
Expand All @@ -42,7 +42,7 @@
"devDependencies": {
"@commitlint/test": "^20.4.3",
"@commitlint/utils": "^20.0.0",
"@types/node": "^18.19.17",
"@types/node": "^22.0.0",
"typescript": "^6.0.0"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-rush-scopes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"dependencies": {
"jsonc": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check --skip-import"
},
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-workspace-scopes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"dependencies": {
"glob": "^11.0.0"
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check --skip-import"
},
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/cz-commitlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"engineStrict": true,
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"author": "Curly Brackets <water.curly@outlook.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/ensure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/execute-rule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check --skip-import"
},
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/is-ignored/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check --skip-import"
},
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check --skip-import"
},
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"repository": {
"type": "git",
Expand All @@ -37,7 +37,7 @@
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^20.4.3",
"@types/node": "^18.19.17",
"@types/node": "^22.0.0",
"conventional-changelog-atom": "^5.0.0",
"typescript": "^6.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/message/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/prompt-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"devDependencies": {
"@commitlint/test": "^20.4.3",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/prompt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"devDependencies": {
"@commitlint/config-angular": "^20.5.3",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/read/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check --skip-import"
},
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/resolve-extends/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/to-lines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/top-level/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/travis-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"pkg": "pkg-check --skip-main"
},
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @packages/test-environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lib/"
],
"engines": {
"node": ">=v18"
"node": ">=v22"
},
"repository": {
"type": "git",
Expand Down
Loading