Skip to content

Javascript dependency: Bump eslint from 9.30.1 to 9.31.0 in /runtime #8945

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

Closed
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 runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"packageManager": "[email protected]",
"devDependencies": {
"electron": "37.2.0",
"eslint": "^9.30.1",
"eslint": "^9.31.0",
"eslint-plugin-unused-imports": "^4.1.4"
},
"dependencies": {
Expand Down
33 changes: 12 additions & 21 deletions runtime/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,7 @@ __metadata:
languageName: node
linkType: hard

"@eslint/core@npm:^0.14.0":
version: 0.14.0
resolution: "@eslint/core@npm:0.14.0"
dependencies:
"@types/json-schema": ^7.0.15
checksum: d68b8282b6f38c5145234f812f18f491d12d716240875591bd54bf5ac32858d979bdf6d38e521997a6e01f2c4223a3e66049714151da7278d0a95ff15b5d46c8
languageName: node
linkType: hard

"@eslint/core@npm:^0.15.1":
"@eslint/core@npm:^0.15.0, @eslint/core@npm:^0.15.1":
version: 0.15.1
resolution: "@eslint/core@npm:0.15.1"
dependencies:
Expand All @@ -95,10 +86,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.30.1":
version: 9.30.1
resolution: "@eslint/js@npm:9.30.1"
checksum: 596adcd4336f098121b4f3f336169dabe86ca8d34b9fb4e30c9c44ccbb10def931bdbbd92cd910776c4030a05ae614fbc89fc8d09f69f5bad2795cd7157678e8
"@eslint/js@npm:9.31.0":
version: 9.31.0
resolution: "@eslint/js@npm:9.31.0"
checksum: 0160e59702bdbee82f5234a1663255300e8747581641f657e5da12496c4dd46d75dd789866c0fe112a5f898a2450359333151e607775165da6a8efbd689be57c
languageName: node
linkType: hard

Expand Down Expand Up @@ -806,17 +797,17 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^9.30.1":
version: 9.30.1
resolution: "eslint@npm:9.30.1"
"eslint@npm:^9.31.0":
version: 9.31.0
resolution: "eslint@npm:9.31.0"
dependencies:
"@eslint-community/eslint-utils": ^4.2.0
"@eslint-community/regexpp": ^4.12.1
"@eslint/config-array": ^0.21.0
"@eslint/config-helpers": ^0.3.0
"@eslint/core": ^0.14.0
"@eslint/core": ^0.15.0
"@eslint/eslintrc": ^3.3.1
"@eslint/js": 9.30.1
"@eslint/js": 9.31.0
"@eslint/plugin-kit": ^0.3.1
"@humanfs/node": ^0.16.6
"@humanwhocodes/module-importer": ^1.0.1
Expand Down Expand Up @@ -852,7 +843,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: e6723b98ba19ff17cf0cacb29c3c0ea5c7c6b6fb648136b2d009e7e2da4980a2562c9523623b0faf449750e890f3b274b20bee11fa9c8f43362d235485ba2f91
checksum: 7273c0b04d648f1e2e660f93c6b10a1e94020b056380cf2c756dbf07b0bce29ca10fb658f5124e90b16a2e9627b2d591063d5e4b02f3f939f782b880b4fd3cec
languageName: node
linkType: hard

Expand Down Expand Up @@ -1582,7 +1573,7 @@ __metadata:
electron: 37.2.0
electron-context-menu: ^4.1.0
electron-store: ^10.1.0
eslint: ^9.30.1
eslint: ^9.31.0
eslint-plugin-unused-imports: ^4.1.4
languageName: unknown
linkType: soft
Expand Down
Loading