Skip to content

Commit 4f4e0dd

Browse files
chore(deps-dev): bump the dev-deps group with 4 updates (#694)
Bumps the dev-deps group with 4 updates: [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli), [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [globals](https://github.com/sindresorhus/globals). Updates `@commitlint/cli` from 20.3.1 to 20.4.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.4.0/@commitlint/cli) Updates `@commitlint/config-angular` from 20.3.1 to 20.4.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.4.0/@commitlint/config-angular) Updates `@types/node` from 25.1.0 to 25.2.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `globals` from 17.2.0 to 17.3.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.2.0...v17.3.0) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-version: 20.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: "@commitlint/config-angular" dependency-version: 20.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: "@types/node" dependency-version: 25.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: globals dependency-version: 17.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e812000 commit 4f4e0dd

2 files changed

Lines changed: 118 additions & 242 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@
3333
"tslib": "^2.8.1"
3434
},
3535
"devDependencies": {
36-
"@commitlint/cli": "20.3.1",
37-
"@commitlint/config-angular": "20.3.1",
36+
"@commitlint/cli": "20.4.0",
37+
"@commitlint/config-angular": "20.4.0",
3838
"@eslint/eslintrc": "^3.3.3",
3939
"@eslint/js": "^9.39.2",
4040
"@release-it/conventional-changelog": "^10.0.4",
4141
"@types/jest": "^30.0.0",
42-
"@types/node": "25.1.0",
42+
"@types/node": "25.2.0",
4343
"eslint": "^9.39.2",
4444
"eslint-config-prettier": "10.1.8",
4545
"eslint-plugin-import": "^2.32.0",
4646
"eslint-plugin-prettier": "^5.5.5",
47-
"globals": "^17.2.0",
47+
"globals": "^17.3.0",
4848
"husky": "9.1.7",
4949
"jest": "^30.2.0",
5050
"lint-staged": "^16.2.7",

0 commit comments

Comments
 (0)