Skip to content

Commit e24d82b

Browse files
chore: bump the eslint group in /site with 7 updates
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) | `5.11.0` | `6.0.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.2.1` | `6.5.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.2.1` | `6.5.0` | | [eslint](https://github.com/eslint/eslint) | `8.46.0` | `8.48.0` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `8.9.0` | `9.0.0` | | [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `3.5.5` | `3.6.0` | | [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat) | `4.1.4` | `4.2.0` | Updates `eslint-plugin-testing-library` from 5.11.0 to 6.0.1 - [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@v5.11.0...v6.0.1) Updates `@typescript-eslint/eslint-plugin` from 6.2.1 to 6.5.0 - [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.5.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.2.1 to 6.5.0 - [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.5.0/packages/parser) Updates `eslint` from 8.46.0 to 8.48.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.46.0...v8.48.0) Updates `eslint-config-prettier` from 8.9.0 to 9.0.0 - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v8.9.0...v9.0.0) Updates `eslint-import-resolver-typescript` from 3.5.5 to 3.6.0 - [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases) - [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md) - [Commits](import-js/eslint-import-resolver-typescript@v3.5.5...v3.6.0) Updates `eslint-plugin-compat` from 4.1.4 to 4.2.0 - [Release notes](https://github.com/amilajack/eslint-plugin-compat/releases) - [Changelog](https://github.com/amilajack/eslint-plugin-compat/blob/main/CHANGELOG.md) - [Commits](amilajack/eslint-plugin-compat@v4.1.4...v4.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-testing-library dependency-type: direct:production update-type: version-update:semver-major 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-config-prettier dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-import-resolver-typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-compat dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6268904 commit e24d82b

File tree

2 files changed

+179
-351
lines changed

2 files changed

+179
-351
lines changed

site/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"date-fns": "2.30.0",
6666
"dayjs": "1.11.4",
6767
"emoji-mart": "5.4.0",
68-
"eslint-plugin-testing-library": "5.11.0",
68+
"eslint-plugin-testing-library": "6.0.1",
6969
"eventsourcemock": "2.0.0",
7070
"formik": "2.4.1",
7171
"front-matter": "4.0.2",
@@ -137,14 +137,14 @@
137137
"@types/testing-library__jest-dom": "5.14.9",
138138
"@types/ua-parser-js": "0.7.36",
139139
"@types/uuid": "9.0.2",
140-
"@typescript-eslint/eslint-plugin": "6.2.1",
141-
"@typescript-eslint/parser": "6.2.1",
140+
"@typescript-eslint/eslint-plugin": "6.5.0",
141+
"@typescript-eslint/parser": "6.5.0",
142142
"@xstate/cli": "0.5.2",
143143
"chromatic": "6.24.1",
144-
"eslint": "8.46.0",
145-
"eslint-config-prettier": "8.9.0",
146-
"eslint-import-resolver-typescript": "3.5.5",
147-
"eslint-plugin-compat": "4.1.4",
144+
"eslint": "8.48.0",
145+
"eslint-config-prettier": "9.0.0",
146+
"eslint-import-resolver-typescript": "3.6.0",
147+
"eslint-plugin-compat": "4.2.0",
148148
"eslint-plugin-eslint-comments": "3.2.0",
149149
"eslint-plugin-import": "2.28.0",
150150
"eslint-plugin-jest": "27.2.2",

0 commit comments

Comments
 (0)