Skip to content

Commit 1c14ebe

Browse files
build(deps-dev): bump the lint group across 1 directory with 6 updates
Bumps the lint group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.20.0` | `9.22.0` | | [@types/eslint__js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint__js) | `8.42.3` | `9.14.0` | | [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) | `3.1.0` | `4.2.0` | | [@stylistic/eslint-plugin-ts](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-ts) | `3.1.0` | `4.2.0` | | [eslint](https://github.com/eslint/eslint) | `9.20.1` | `9.22.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.24.0` | `8.26.0` | Updates `@eslint/js` from 9.20.0 to 9.22.0 - [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.22.0/packages/js) Updates `@types/eslint__js` from 8.42.3 to 9.14.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint__js) Updates `@stylistic/eslint-plugin-js` from 3.1.0 to 4.2.0 - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v4.2.0/packages/eslint-plugin-js) Updates `@stylistic/eslint-plugin-ts` from 3.1.0 to 4.2.0 - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v4.2.0/packages/eslint-plugin-ts) Updates `@types/eslint__js` from 8.42.3 to 9.14.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint__js) Updates `eslint` from 9.20.1 to 9.22.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.20.1...v9.22.0) Updates `typescript-eslint` from 8.24.0 to 8.26.0 - [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.26.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: "@types/eslint__js" dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: "@stylistic/eslint-plugin-js" dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: "@stylistic/eslint-plugin-ts" dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: "@types/eslint__js" dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0314bd0 commit 1c14ebe

File tree

2 files changed

+142
-213
lines changed

2 files changed

+142
-213
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"lint:fix": "eslint --fix app/javascript/"
2929
},
3030
"devDependencies": {
31-
"@eslint/js": "^9.20.0",
32-
"@stylistic/eslint-plugin-js": "^3.1.0",
33-
"@stylistic/eslint-plugin-ts": "^3.1.0",
34-
"@types/eslint__js": "^8.42.3",
35-
"eslint": "^9.20.1",
36-
"typescript-eslint": "^8.24.0"
31+
"@eslint/js": "^9.22.0",
32+
"@stylistic/eslint-plugin-js": "^4.2.0",
33+
"@stylistic/eslint-plugin-ts": "^4.2.0",
34+
"@types/eslint__js": "^9.14.0",
35+
"eslint": "^9.22.0",
36+
"typescript-eslint": "^8.26.0"
3737
}
3838
}

0 commit comments

Comments
 (0)