Skip to content

chore(deps): update dependency @eslint/compat to ^1.2.9 #11833

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@eslint/compat": "^1.2.8",
"@eslint/compat": "^1.2.9",
"@eslint/js": "^9.22.0",
"@octokit/rest": "^21.1.1",
"@rollup/plugin-commonjs": "^26.0.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2132,15 +2132,15 @@ __metadata:
languageName: node
linkType: hard

"@eslint/compat@npm:^1.2.8":
version: 1.2.8
resolution: "@eslint/compat@npm:1.2.8"
"@eslint/compat@npm:^1.2.9":
version: 1.2.9
resolution: "@eslint/compat@npm:1.2.9"
peerDependencies:
eslint: ^9.10.0
peerDependenciesMeta:
eslint:
optional: true
checksum: 10c0/1e004c6917220ff1731fdc562ada9ddcbcecc6f3ba2e4b0433fb6d8eddf2a443e009f1f9796b78128b78a0a588c723b78021319055ac6e5dda55c0ace346496b
checksum: 10c0/e912058f1e3847a1eec654c0c040467b676bd48171e915c730c7215f57cf5f4db8508c4a431ccb470f4a000d94559b41c4fe8de3d71f23eb8ae7acf4959e1c06
languageName: node
linkType: hard

Expand Down Expand Up @@ -3821,7 +3821,7 @@ __metadata:
"@babel/plugin-transform-modules-commonjs": "npm:^7.24.7"
"@babel/preset-react": "npm:^7.24.7"
"@babel/preset-typescript": "npm:^7.24.7"
"@eslint/compat": "npm:^1.2.8"
"@eslint/compat": "npm:^1.2.9"
"@eslint/js": "npm:^9.22.0"
"@octokit/rest": "npm:^21.1.1"
"@rollup/plugin-commonjs": "npm:^26.0.3"
Expand Down
Loading