chore: fix renovate path and dedupe electron versions (#1974)
This commit is contained in:
parent
ebe97257a6
commit
2fda360742
4 changed files with 17 additions and 21 deletions
|
@ -18,7 +18,7 @@
|
||||||
"@vitest/ui": "^1.2.2",
|
"@vitest/ui": "^1.2.2",
|
||||||
"ava": "^6.1.1",
|
"ava": "^6.1.1",
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
"electron": "^28.2.0",
|
"electron": "^29.0.1",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"sinon": "^17.0.1",
|
"sinon": "^17.0.1",
|
||||||
"vite": "^5.0.12",
|
"vite": "^5.0.12",
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
"bun-types": "^1.0.25",
|
"bun-types": "^1.0.25",
|
||||||
"c8": "^9.1.0",
|
"c8": "^9.1.0",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"electron": "^29.0.0",
|
"electron": "^29.0.1",
|
||||||
"esbuild": "^0.20.0",
|
"esbuild": "^0.20.0",
|
||||||
"eslint": "^8.56.0",
|
"eslint": "^8.56.0",
|
||||||
"eslint-config-prettier": "^9.1.0",
|
"eslint-config-prettier": "^9.1.0",
|
||||||
|
|
|
@ -1,5 +1,14 @@
|
||||||
{
|
{
|
||||||
"extends": ["config:base", ":preserveSemverRanges"],
|
"extends": ["config:base", ":preserveSemverRanges"],
|
||||||
|
"ignorePaths": [
|
||||||
|
"**/node_modules/**",
|
||||||
|
"**/bower_components/**",
|
||||||
|
"**/vendor/**",
|
||||||
|
"**/examples/**",
|
||||||
|
"**/__tests__/**",
|
||||||
|
"**/test/**",
|
||||||
|
"**/__fixtures__/**"
|
||||||
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
|
|
25
yarn.lock
25
yarn.lock
|
@ -530,7 +530,7 @@ __metadata:
|
||||||
"@vitest/ui": "npm:^1.2.2"
|
"@vitest/ui": "npm:^1.2.2"
|
||||||
ava: "npm:^6.1.1"
|
ava: "npm:^6.1.1"
|
||||||
cross-env: "npm:7.0.3"
|
cross-env: "npm:7.0.3"
|
||||||
electron: "npm:^28.2.0"
|
electron: "npm:^29.0.1"
|
||||||
lodash: "npm:^4.17.21"
|
lodash: "npm:^4.17.21"
|
||||||
sinon: "npm:^17.0.1"
|
sinon: "npm:^17.0.1"
|
||||||
vite: "npm:^5.0.12"
|
vite: "npm:^5.0.12"
|
||||||
|
@ -5110,29 +5110,16 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"electron@npm:^28.2.0":
|
"electron@npm:^29.0.1":
|
||||||
version: 28.2.1
|
version: 29.0.1
|
||||||
resolution: "electron@npm:28.2.1"
|
resolution: "electron@npm:29.0.1"
|
||||||
dependencies:
|
|
||||||
"@electron/get": "npm:^2.0.0"
|
|
||||||
"@types/node": "npm:^18.11.18"
|
|
||||||
extract-zip: "npm:^2.0.1"
|
|
||||||
bin:
|
|
||||||
electron: cli.js
|
|
||||||
checksum: 10c0/e873fd8fe94599744f0f4fc218047e6c629ea7cd34c43e76c1c880cf562a9012453b2ada005132292816c37bfa5aafb78c57623fe4c55cc4550dfbd0c398b373
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"electron@npm:^29.0.0":
|
|
||||||
version: 29.0.0
|
|
||||||
resolution: "electron@npm:29.0.0"
|
|
||||||
dependencies:
|
dependencies:
|
||||||
"@electron/get": "npm:^2.0.0"
|
"@electron/get": "npm:^2.0.0"
|
||||||
"@types/node": "npm:^20.9.0"
|
"@types/node": "npm:^20.9.0"
|
||||||
extract-zip: "npm:^2.0.1"
|
extract-zip: "npm:^2.0.1"
|
||||||
bin:
|
bin:
|
||||||
electron: cli.js
|
electron: cli.js
|
||||||
checksum: 10c0/0af7ae45225ad117130e43cbd08db3e5f42aed2a74ee329b4a65df63728793d3d7322c2db7eaffbbfa198aa1d092012bd07414fbb305e00bdf3a2762ce7bd043
|
checksum: 10c0/828845b89ce8f759a38c85b7183b76ee9ef250ca6b87714dc44ede82fe6bb9f48ceb1418ed9a9ef640ec9aaa7431669a956915681808ee50a5731b8e84dcd6cd
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -8969,7 +8956,7 @@ __metadata:
|
||||||
bun-types: "npm:^1.0.25"
|
bun-types: "npm:^1.0.25"
|
||||||
c8: "npm:^9.1.0"
|
c8: "npm:^9.1.0"
|
||||||
cross-env: "npm:^7.0.3"
|
cross-env: "npm:^7.0.3"
|
||||||
electron: "npm:^29.0.0"
|
electron: "npm:^29.0.1"
|
||||||
esbuild: "npm:^0.20.0"
|
esbuild: "npm:^0.20.0"
|
||||||
eslint: "npm:^8.56.0"
|
eslint: "npm:^8.56.0"
|
||||||
eslint-config-prettier: "npm:^9.1.0"
|
eslint-config-prettier: "npm:^9.1.0"
|
||||||
|
|
Loading…
Reference in a new issue