Skip to content

Commit 2299eb5

Browse files
build(deps-dev): bump the dev-dependencies group across 1 directory with 6 updates
Bumps the dev-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.8.0` | `19.8.1` | | [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) | `19.8.0` | `19.8.1` | | [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.8.0` | `19.8.1` | | [@jscutlery/semver](https://github.com/jscutlery/semver) | `5.6.0` | `5.7.1` | | [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.6.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.9.2` | Updates `@commitlint/cli` from 19.8.0 to 19.8.1 - [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/v19.8.1/@commitlint/cli) Updates `@commitlint/config-angular` from 19.8.0 to 19.8.1 - [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/v19.8.1/@commitlint/config-angular) Updates `@commitlint/config-conventional` from 19.8.0 to 19.8.1 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.8.1/@commitlint/config-conventional) Updates `@jscutlery/semver` from 5.6.0 to 5.7.1 - [Release notes](https://github.com/jscutlery/semver/releases) - [Commits](jscutlery/semver@semver-5.6.0...semver-5.7.1) Updates `prettier` from 3.5.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.3...3.6.2) Updates `typescript` from 5.7.3 to 5.9.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.7.3...v5.9.2) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-version: 19.8.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@commitlint/config-angular" dependency-version: 19.8.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@commitlint/config-conventional" dependency-version: 19.8.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@jscutlery/semver" dependency-version: 5.7.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a8ad032 commit 2299eb5

File tree

3 files changed

+143
-152
lines changed

3 files changed

+143
-152
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"jest": "^27.5.1",
6161
"jest-dom": "^4.0.0",
6262
"jest-junit": "^16.0.0",
63-
"typescript": "5.7.3"
63+
"typescript": "5.9.2"
6464
},
6565
"lint-staged": {
6666
"*.(js|ts|jsx|tsx)": [

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"version:dry-run": "nx affected --target version --dryRun --verbose --parallel=1"
3131
},
3232
"devDependencies": {
33-
"@commitlint/cli": "^19.8.0",
34-
"@commitlint/config-angular": "^19.8.0",
35-
"@commitlint/config-conventional": "^19.8.0",
36-
"@jscutlery/semver": "^5.6.0",
33+
"@commitlint/cli": "^19.8.1",
34+
"@commitlint/config-angular": "^19.8.1",
35+
"@commitlint/config-conventional": "^19.8.1",
36+
"@jscutlery/semver": "^5.7.1",
3737
"@nx/js": "20.8.1",
3838
"@nx/workspace": "20.8.1",
3939
"@types/is-ci": "^3.0.4",
@@ -47,8 +47,8 @@
4747
"jest": "^27.5.1",
4848
"lint-staged": "^15.5.2",
4949
"nx": "20.8.1",
50-
"prettier": "^3.5.3",
51-
"typescript": "5.7.3"
50+
"prettier": "^3.6.2",
51+
"typescript": "5.9.2"
5252
},
5353
"resolutions": {
5454
"socks": "2.7.3"

0 commit comments

Comments
 (0)