Skip to content

Commit 4e1a807

Browse files
Bump the dependencies group across 1 directory with 6 updates
Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint-community/eslint-plugin-eslint-comments](https://github.com/eslint-community/eslint-plugin-eslint-comments) | `4.4.1` | `4.5.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.19.0` | `9.24.0` | | [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) | `4.6.1` | `4.10.3` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.1.0` | `5.2.0` | | [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) | `0.11.1` | `0.12.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.22.0` | `8.29.1` | Updates `@eslint-community/eslint-plugin-eslint-comments` from 4.4.1 to 4.5.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-eslint-comments/releases) - [Commits](eslint-community/eslint-plugin-eslint-comments@v4.4.1...v4.5.0) Updates `@eslint/js` from 9.19.0 to 9.24.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.24.0/packages/js) Updates `eslint-plugin-import-x` from 4.6.1 to 4.10.3 - [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases) - [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md) - [Commits](un-ts/eslint-plugin-import-x@v4.6.1...v4.10.3) Updates `eslint-plugin-react-hooks` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Updates `eslint-plugin-storybook` from 0.11.1 to 0.12.0 - [Release notes](https://github.com/storybookjs/eslint-plugin-storybook/releases) - [Changelog](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/CHANGELOG.md) - [Commits](storybookjs/eslint-plugin-storybook@v0.11.1...v0.12.0) Updates `typescript-eslint` from 8.22.0 to 8.29.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.29.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint-community/eslint-plugin-eslint-comments" dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@eslint/js" dependency-version: 9.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint-plugin-import-x dependency-version: 4.10.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint-plugin-react-hooks dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint-plugin-storybook dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: typescript-eslint dependency-version: 8.29.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b00c213 commit 4e1a807

File tree

2 files changed

+380
-115
lines changed

2 files changed

+380
-115
lines changed

libs/@guardian/eslint-config/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
"lint": "wireit"
1010
},
1111
"dependencies": {
12-
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
13-
"@eslint/js": "9.19.0",
12+
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
13+
"@eslint/js": "9.24.0",
1414
"@stylistic/eslint-plugin": "2.11.0",
1515
"eslint-config-prettier": "9.1.0",
1616
"eslint-import-resolver-typescript": "3.7.0",
17-
"eslint-plugin-import-x": "4.6.1",
17+
"eslint-plugin-import-x": "4.10.3",
1818
"eslint-plugin-jsx-a11y": "6.10.2",
1919
"eslint-plugin-react": "7.37.2",
20-
"eslint-plugin-react-hooks": "5.1.0",
21-
"eslint-plugin-storybook": "0.11.1",
20+
"eslint-plugin-react-hooks": "5.2.0",
21+
"eslint-plugin-storybook": "0.12.0",
2222
"globals": "15.14.0",
2323
"read-package-up": "11.0.0",
24-
"typescript-eslint": "8.22.0"
24+
"typescript-eslint": "8.29.1"
2525
},
2626
"devDependencies": {
2727
"eslint": "9.19.0",

0 commit comments

Comments
 (0)