Skip to content
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

build(deps-dev): bump @eslint/js from 9.12.0 to 9.13.0 #2545

Closed
wants to merge 1 commit into from
Closed
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 @@ -63,7 +63,7 @@
"devDependencies": {
"@babel/types": "^7.25.8",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.13.0",
"@jest/globals": "^29.7.0",
"@sentry/browser": "^7.119.2",
"@sentry/tracing": "^7.119.2",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -726,13 +726,20 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.12.0, @eslint/js@npm:^9.12.0":
"@eslint/js@npm:9.12.0":
version: 9.12.0
resolution: "@eslint/js@npm:9.12.0"
checksum: 10/c4ec9f7ff664f778324002bccdfd63e4a563018e4d7efc838d8149898f9df8649fbc51a379c3d7deea40da4fba9e8e62f39f2df3ff2b9616e2241bbfc10456b0
languageName: node
linkType: hard

"@eslint/js@npm:^9.13.0":
version: 9.13.0
resolution: "@eslint/js@npm:9.13.0"
checksum: 10/aa7a4c45044a6cf6e14666ecc0b56ad41c80f022bd4718620b4a7e3d892111312f4e4ac4787fd11b3bf5abdb6ff9a95fdae7e73ef790528f150d86e9be1754a2
languageName: node
linkType: hard

"@eslint/object-schema@npm:^2.1.4":
version: 2.1.4
resolution: "@eslint/object-schema@npm:2.1.4"
Expand Down Expand Up @@ -7483,7 +7490,7 @@ __metadata:
dependencies:
"@babel/types": "npm:^7.25.8"
"@eslint/eslintrc": "npm:^3.1.0"
"@eslint/js": "npm:^9.12.0"
"@eslint/js": "npm:^9.13.0"
"@grpc/grpc-js": "npm:^1.12.2"
"@jest/globals": "npm:^29.7.0"
"@opentelemetry/api": "npm:1.9.0"
Expand Down
Loading