Skip to content

Commit 59c7c34

Browse files
chore: bump the eslint group in /site with 7 updates (#10457)
Bumps the eslint group in /site with 7 updates: | Package | From | To | | --- | --- | --- | | [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | `6.0.1` | `6.1.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.7.0` | `6.9.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.7.0` | `6.9.1` | | [eslint](https://github.com/eslint/eslint) | `8.50.0` | `8.52.0` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.28.0` | `2.29.0` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `27.4.0` | `27.6.0` | | [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `48.0.0` | `49.0.0` | Updates `eslint-plugin-testing-library` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json) - [Commits](testing-library/eslint-plugin-testing-library@v6.0.1...v6.1.0) Updates `@typescript-eslint/eslint-plugin` from 6.7.0 to 6.9.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/v6.9.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.7.0 to 6.9.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/v6.9.1/packages/parser) Updates `eslint` from 8.50.0 to 8.52.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.50.0...v8.52.0) Updates `eslint-plugin-import` from 2.28.0 to 2.29.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.28.0...v2.29.0) Updates `eslint-plugin-jest` from 27.4.0 to 27.6.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v27.4.0...v27.6.0) Updates `eslint-plugin-unicorn` from 48.0.0 to 49.0.0 - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v48.0.0...v49.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-testing-library dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cac29e0 commit 59c7c34

File tree

2 files changed

+618
-493
lines changed

2 files changed

+618
-493
lines changed

site/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"date-fns": "2.30.0",
6262
"dayjs": "1.11.4",
6363
"emoji-mart": "5.4.0",
64-
"eslint-plugin-testing-library": "6.0.1",
64+
"eslint-plugin-testing-library": "6.1.0",
6565
"eventsourcemock": "2.0.0",
6666
"formik": "2.4.1",
6767
"front-matter": "4.0.2",
@@ -136,22 +136,22 @@
136136
"@types/ssh2": "1.11.13",
137137
"@types/ua-parser-js": "0.7.36",
138138
"@types/uuid": "9.0.2",
139-
"@typescript-eslint/eslint-plugin": "6.7.0",
140-
"@typescript-eslint/parser": "6.7.0",
139+
"@typescript-eslint/eslint-plugin": "6.9.1",
140+
"@typescript-eslint/parser": "6.9.1",
141141
"@xstate/cli": "0.5.2",
142142
"chromatic": "7.2.0",
143-
"eslint": "8.50.0",
143+
"eslint": "8.52.0",
144144
"eslint-config-prettier": "9.0.0",
145145
"eslint-import-resolver-typescript": "3.6.0",
146146
"eslint-plugin-compat": "4.2.0",
147147
"eslint-plugin-eslint-comments": "3.2.0",
148-
"eslint-plugin-import": "2.28.0",
149-
"eslint-plugin-jest": "27.4.0",
148+
"eslint-plugin-import": "2.29.0",
149+
"eslint-plugin-jest": "27.6.0",
150150
"eslint-plugin-jsx-a11y": "6.7.1",
151151
"eslint-plugin-react": "7.33.0",
152152
"eslint-plugin-react-hooks": "4.6.0",
153153
"eslint-plugin-storybook": "0.6.12",
154-
"eslint-plugin-unicorn": "48.0.0",
154+
"eslint-plugin-unicorn": "49.0.0",
155155
"express": "4.18.2",
156156
"jest": "29.6.2",
157157
"jest-canvas-mock": "2.5.2",

0 commit comments

Comments
 (0)