-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(1.90): update patches and notarize macos (#1864)
- Loading branch information
Showing
8 changed files
with
195 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"tag": "1.88.0", | ||
"commit": "d994aede3529f4d1af9eeaeb234d32fd936243e7" | ||
"tag": "1.90.0", | ||
"commit": "ca688da9fb6dad00996cee7d5342490daa7bb1fb" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,41 +20,41 @@ index c2b81d0..2e94d99 100644 | |
- | ||
return result.pipe(vfs.dest(destination)); | ||
diff --git a/remote/.yarnrc b/remote/.yarnrc | ||
index 4e7208c..f7304bc 100644 | ||
index 4c99388..71a7164 100644 | ||
--- a/remote/.yarnrc | ||
+++ b/remote/.yarnrc | ||
@@ -1,3 +1,3 @@ | ||
disturl "https://nodejs.org/dist" | ||
-target "18.18.2" | ||
-target "20.11.1" | ||
+target "16.20.2" | ||
ms_build_id "256117" | ||
ms_build_id "275039" | ||
diff --git a/remote/package.json b/remote/package.json | ||
index 974450e..513856f 100644 | ||
index b84f513..42d8e41 100644 | ||
--- a/remote/package.json | ||
+++ b/remote/package.json | ||
@@ -31,3 +31,3 @@ | ||
"native-watchdog": "^1.4.1", | ||
- "node-pty": "1.1.0-beta11", | ||
+ "node-pty": "1.1.0-beta4", | ||
"tas-client-umd": "0.1.8", | ||
"tas-client-umd": "0.2.0", | ||
diff --git a/remote/yarn.lock b/remote/yarn.lock | ||
index d62eb4b..f175b85 100644 | ||
index 4241bf0..5ce4431 100644 | ||
--- a/remote/yarn.lock | ||
+++ b/remote/yarn.lock | ||
@@ -391,2 +391,7 @@ [email protected]: | ||
@@ -412,2 +412,7 @@ [email protected]: | ||
|
||
+nan@^2.17.0: | ||
+ version "2.18.0" | ||
+ resolved "https://registry.npmjs.org/nan/-/nan-2.18.0.tgz#26a6faae7ffbeb293a39660e88a76b82e30b7554" | ||
+ integrity sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w== | ||
+ | ||
napi-build-utils@^1.0.1: | ||
@@ -408,3 +413,3 @@ node-abi@^3.3.0: | ||
@@ -429,3 +434,3 @@ node-abi@^3.3.0: | ||
|
||
-[email protected], node-addon-api@^7.1.0: | ||
+[email protected]: | ||
version "7.1.0" | ||
@@ -433,8 +438,8 @@ node-gyp-build@^4.3.0: | ||
@@ -454,8 +459,8 @@ [email protected], node-gyp-build@^4.3.0: | ||
|
||
-[email protected]: | ||
- version "1.1.0-beta11" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters