Skip to content

Commit

Permalink
fix(deploy): redeploy all packages to sync semver ranges (#8486)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Sep 14, 2024
1 parent b3ce7f7 commit d56cd27
Show file tree
Hide file tree
Showing 14 changed files with 63 additions and 47 deletions.
16 changes: 16 additions & 0 deletions .changeset/chilled-pigs-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"app-builder-lib": patch
"builder-util": patch
"builder-util-runtime": patch
"dmg-builder": patch
"electron-builder": patch
"electron-builder-squirrel-windows": patch
"electron-forge-maker-appimage": patch
"electron-forge-maker-nsis": patch
"electron-forge-maker-nsis-web": patch
"electron-forge-maker-snap": patch
"electron-publish": patch
"electron-updater": patch
---

fix(deploy): redeploy all packages to sync semver ranges
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"updateInternalDependencies": "patch",
"ignore": ["@electron-builder/test"],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
"onlyUpdatePeerDependentsWhenOutOfRange": false
}
}
14 changes: 7 additions & 7 deletions packages/app-builder-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
"@types/fs-extra": "9.0.13",
"async-exit-hook": "^2.0.1",
"bluebird-lst": "^1.0.9",
"builder-util": "workspace:^25.1.0",
"builder-util-runtime": "workspace:^9",
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
"chromium-pickle-js": "^0.2.0",
"config-file-ts": "0.2.8-rc1",
"debug": "^4.3.4",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"ejs": "^3.1.8",
"electron-publish": "workspace:^25.1.0",
"electron-publish": "workspace:*",
"form-data": "^4.0.0",
"fs-extra": "^10.1.0",
"hosted-git-info": "^4.1.0",
Expand Down Expand Up @@ -107,13 +107,13 @@
"@types/js-yaml": "4.0.3",
"@types/semver": "7.3.8",
"@types/tar": "^6.1.3",
"dmg-builder": "workspace:^25.1.0",
"electron-builder-squirrel-windows": "workspace:^25.1.0",
"dmg-builder": "workspace:*",
"electron-builder-squirrel-windows": "workspace:*",
"toml": "^3.0.0"
},
"peerDependencies": {
"dmg-builder": "workspace:^25.1.0",
"electron-builder-squirrel-windows": "workspace:^25.1.0"
"dmg-builder": "workspace:*",
"electron-builder-squirrel-windows": "workspace:*"
},
"//": "electron-builder-squirrel-windows and dmg-builder added as dev dep for tests (as otherwise `require` doesn't work using Yarn 2)",
"typings": "./out/index.d.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/builder-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/debug": "^4.1.6",
"app-builder-bin": "5.0.0-alpha.8",
"bluebird-lst": "^1.0.9",
"builder-util-runtime": "workspace:^9",
"builder-util-runtime": "workspace:*",
"chalk": "^4.1.2",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/dmg-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"vendor"
],
"dependencies": {
"app-builder-lib": "workspace:^25",
"builder-util": "workspace:^25",
"builder-util-runtime": "workspace:^9",
"app-builder-lib": "workspace:*",
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
"fs-extra": "^10.1.0",
"iconv-lite": "^0.6.2",
"js-yaml": "^4.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/electron-builder-squirrel-windows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"out"
],
"dependencies": {
"app-builder-lib": "workspace:^25",
"app-builder-lib": "workspace:*",
"archiver": "^5.3.1",
"builder-util": "workspace:^25",
"builder-util": "workspace:*",
"fs-extra": "^10.1.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/electron-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"bugs": "https://github.com/electron-userland/electron-builder/issues",
"homepage": "https://github.com/electron-userland/electron-builder",
"dependencies": {
"app-builder-lib": "workspace:^25",
"builder-util": "workspace:^25",
"builder-util-runtime": "workspace:^9",
"app-builder-lib": "workspace:*",
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
"chalk": "^4.1.2",
"dmg-builder": "workspace:^25",
"dmg-builder": "workspace:*",
"fs-extra": "^10.1.0",
"is-ci": "^3.0.0",
"lazy-val": "^1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-appimage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"*.js"
],
"dependencies": {
"app-builder-lib": "workspace:^25"
"app-builder-lib": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-nsis-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"*.js"
],
"dependencies": {
"app-builder-lib": "workspace:^25"
"app-builder-lib": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-nsis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"*.js"
],
"dependencies": {
"app-builder-lib": "workspace:^25"
"app-builder-lib": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"*.js"
],
"dependencies": {
"app-builder-lib": "workspace:^25"
"app-builder-lib": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/electron-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"dependencies": {
"@types/fs-extra": "^9.0.11",
"builder-util": "workspace:^25",
"builder-util-runtime": "workspace:^9",
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
"chalk": "^4.1.2",
"fs-extra": "^10.1.0",
"lazy-val": "^1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"out"
],
"dependencies": {
"builder-util-runtime": "workspace:^9",
"builder-util-runtime": "workspace:*",
"fs-extra": "^10.1.0",
"js-yaml": "^4.1.0",
"lazy-val": "^1.0.5",
Expand Down
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d56cd27

Please sign in to comment.