Skip to content

Commit 8ae6881

Browse files
chore(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 | | --- | --- | --- | | [@emotion/eslint-plugin](https://github.com/emotion-js/emotion) | `11.11.0` | `11.12.0` | | [@wireapp/eslint-config](https://github.com/wireapp/wire-web-packages) | `3.0.7` | `3.0.21` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.22.0` | | [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint) | `8.56.5` | `9.6.1` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.3` | Updates `@emotion/eslint-plugin` from 11.11.0 to 11.12.0 - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected]) Updates `@wireapp/eslint-config` from 3.0.7 to 3.0.21 - [Commits](https://github.com/wireapp/wire-web-packages/compare/@wireapp/[email protected]...@wireapp/[email protected]) Updates `eslint` from 8.57.0 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@v8.57.0...v9.22.0) Updates `@types/eslint` from 8.56.5 to 9.6.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint) Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.3 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.3) --- updated-dependencies: - dependency-name: "@emotion/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@wireapp/eslint-config" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: "@types/eslint" dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b6760d commit 8ae6881

File tree

2 files changed

+551
-179
lines changed

2 files changed

+551
-179
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@
7575
"@babel/preset-env": "7.26.9",
7676
"@babel/preset-react": "7.26.3",
7777
"@babel/preset-typescript": "7.26.0",
78-
"@emotion/eslint-plugin": "11.11.0",
78+
"@emotion/eslint-plugin": "11.12.0",
7979
"@faker-js/faker": "9.6.0",
8080
"@formatjs/cli": "6.6.1",
8181
"@roamhq/wrtc": "0.8.0",
8282
"@testing-library/dom": "^10.4.0",
8383
"@testing-library/jest-dom": "^6.6.3",
8484
"@testing-library/react": "16.2.0",
8585
"@types/dexie-batch": "0.4.7",
86-
"@types/eslint": "8.56.5",
86+
"@types/eslint": "9.6.1",
8787
"@types/fs-extra": "11.0.4",
8888
"@types/generate-changelog": "1.8.3",
8989
"@types/jest": "29.5.14",
@@ -109,7 +109,7 @@
109109
"@types/webpack-env": "1.18.8",
110110
"@types/wicg-file-system-access": "^2023.10.5",
111111
"@wireapp/copy-config": "2.3.0",
112-
"@wireapp/eslint-config": "3.0.7",
112+
"@wireapp/eslint-config": "3.0.21",
113113
"@wireapp/prettier-config": "0.6.4",
114114
"@wireapp/store-engine": "5.1.11",
115115
"archiver": "7.0.1",
@@ -122,8 +122,8 @@
122122
"dexie": "4.0.7",
123123
"dotenv": "16.4.7",
124124
"dpdm": "3.14.0",
125-
"eslint": "8.57.0",
126-
"eslint-plugin-prettier": "5.1.3",
125+
"eslint": "9.22.0",
126+
"eslint-plugin-prettier": "5.2.3",
127127
"fake-indexeddb": "6.0.0",
128128
"generate-changelog": "1.8.0",
129129
"html-webpack-plugin": "5.6.3",

0 commit comments

Comments
 (0)