Skip to content

Commit 5cdee9f

Browse files
chore(deps-dev): bump the minor-updates group across 1 directory with 3 updates
Bumps the minor-updates group with 3 updates in the / directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@eslint/js` from 9.30.0 to 9.30.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.30.1/packages/js) Updates `eslint` from 9.30.0 to 9.30.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.30.0...v9.30.1) Updates `typescript-eslint` from 8.35.0 to 8.35.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.35.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.30.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: eslint dependency-version: 9.30.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: typescript-eslint dependency-version: 8.35.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f80a6f4 commit 5cdee9f

File tree

2 files changed

+182
-93
lines changed

2 files changed

+182
-93
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
"start": "pnpm -r --parallel start"
88
},
99
"devDependencies": {
10-
"@eslint/js": "^9.29.0",
10+
"@eslint/js": "^9.30.1",
1111
"@microsoft/api-extractor": "^7.52.8",
1212
"@nadle/eslint-config": "^1.0.0",
1313
"@nadle/prettier-config": "^0.0.5",
1414
"@nadle/ts-config": "^0.0.2",
1515
"cspell": "^9.1.2",
16-
"eslint": "^9.29.0",
16+
"eslint": "^9.30.1",
1717
"husky": "^9.1.7",
1818
"jiti": "^2.4.2",
1919
"lint-staged": "^16.1.2",
2020
"nadle": "^0.4.0",
2121
"prettier": "^3.6.2",
2222
"rimraf": "^6.0.1",
2323
"typescript": "^5.8.2",
24-
"typescript-eslint": "^8.35.0"
24+
"typescript-eslint": "^8.35.1"
2525
},
2626
"engines": {
2727
"node": ">=20"

0 commit comments

Comments
 (0)