Skip to content

Commit be63064

Browse files
deps(dev): bump the eslint group across 1 directory with 5 updates
Bumps the eslint group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.37.0` | `9.38.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.46.0` | `8.46.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.46.0` | `8.46.1` | | [eslint](https://github.com/eslint/eslint) | `9.37.0` | `9.38.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.0` | `8.46.1` | Updates `@eslint/js` from 9.37.0 to 9.38.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.38.0/packages/js) Updates `@typescript-eslint/eslint-plugin` from 8.46.0 to 8.46.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.46.0 to 8.46.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.1/packages/parser) Updates `eslint` from 9.37.0 to 9.38.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.37.0...v9.38.0) Updates `typescript-eslint` from 8.46.0 to 8.46.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.46.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.38.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.46.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.46.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint dependency-version: 9.38.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.46.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 668ff64 commit be63064

File tree

2 files changed

+90
-91
lines changed

2 files changed

+90
-91
lines changed

package-lock.json

Lines changed: 85 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@
5858
"typescript": "^5.9.3"
5959
},
6060
"devDependencies": {
61-
"@eslint/js": "^9.37.0",
61+
"@eslint/js": "^9.38.0",
6262
"@types/semver": "^7.7.1",
6363
"@types/uuid": "^11.0.0",
64-
"@typescript-eslint/eslint-plugin": "^8.46.0",
65-
"@typescript-eslint/parser": "^8.46.0",
64+
"@typescript-eslint/eslint-plugin": "^8.46.1",
65+
"@typescript-eslint/parser": "^8.46.1",
6666
"azle-experimental-deps": "github:demergent-labs/azle-experimental-deps#0afef5f615bc77fb303c5e95211daf6d7bb73dd3",
6767
"cuzz": "0.0.23",
68-
"eslint": "^9.37.0",
68+
"eslint": "^9.38.0",
6969
"eslint-config-prettier": "^10.1.8",
7070
"eslint-plugin-simple-import-sort": "^12.1.1",
7171
"fast-check": "^4.3.0",
@@ -77,7 +77,7 @@
7777
"puppeteer": "^24.25.0",
7878
"semver": "^7.7.2",
7979
"ts-jest": "^29.4.5",
80-
"typescript-eslint": "^8.46.0",
80+
"typescript-eslint": "^8.46.1",
8181
"uuid": "^13.0.0"
8282
},
8383
"lint-staged": {

0 commit comments

Comments
 (0)