Skip to content
Merged
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
4 changes: 2 additions & 2 deletions LICENSE-THIRD-PARTY
Original file line number Diff line number Diff line change
Expand Up @@ -3230,7 +3230,7 @@ SOFTWARE.
******************************

@tootallnate/once
3.0.0 <https://github.com/TooTallNate/once>
3.0.1 <https://github.com/TooTallNate/once>
MIT License

Copyright (c) 2020 Nathan Rajlich
Expand Down Expand Up @@ -6130,7 +6130,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
******************************

tar
7.5.9 <https://github.com/isaacs/node-tar>
7.5.11 <https://github.com/isaacs/node-tar>
# Blue Oak Model License

Version 1.0.0
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"@electrovir/oss-attribution-generator": "2.0.0"
},
"overrides": {
"minimatch": "^10.2.1"
"minimatch": "^10.2.3"
}
}
4 changes: 2 additions & 2 deletions overrides/LICENSE-THIRD-PARTY
Original file line number Diff line number Diff line change
Expand Up @@ -3230,7 +3230,7 @@ SOFTWARE.
******************************

@tootallnate/once
3.0.0 <https://github.com/TooTallNate/once>
3.0.1 <https://github.com/TooTallNate/once>
MIT License

Copyright (c) 2020 Nathan Rajlich
Expand Down Expand Up @@ -6130,7 +6130,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
******************************

tar
7.5.9 <https://github.com/isaacs/node-tar>
7.5.11 <https://github.com/isaacs/node-tar>
# Blue Oak Model License

Version 1.0.0
Expand Down
15 changes: 8 additions & 7 deletions package-lock-overrides/sagemaker.series/package-lock.json

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

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

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

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

15 changes: 8 additions & 7 deletions package-lock-overrides/web-embedded.series/package-lock.json

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

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

15 changes: 8 additions & 7 deletions package-lock-overrides/web-server.series/package-lock.json

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

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

24 changes: 12 additions & 12 deletions patches/common/build.diff
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Index: third-party-src/package.json
Index: code-editor-src/package.json
===================================================================
--- third-party-src.orig/package.json
+++ third-party-src/package.json
--- code-editor-src.orig/package.json
+++ code-editor-src/package.json
@@ -78,10 +78,10 @@
"@vscode/deviceid": "^0.1.1",
"@vscode/iconv-lite-umd": "0.7.1",
Expand Down Expand Up @@ -32,7 +32,7 @@ Index: third-party-src/package.json
"eslint": "^9.36.0",
"eslint-formatter-compact": "^8.40.0",
"eslint-plugin-header": "3.1.1",
@@ -225,9 +224,19 @@
@@ -225,9 +224,20 @@
},
"overrides": {
"node-gyp-build": "4.8.1",
Expand All @@ -51,14 +51,15 @@ Index: third-party-src/package.json
+ "koa": "^3.0.3"
+ },
+ "postcss": "^8.4.31",
+ "playwright": "^1.55.1"
+ "playwright": "^1.55.1",
+ "@tootallnate/once": "^3.0.1"
},
"repository": {
"type": "git",
Index: third-party-src/remote/package.json
Index: code-editor-src/remote/package.json
===================================================================
--- third-party-src.orig/remote/package.json
+++ third-party-src/remote/package.json
--- code-editor-src.orig/remote/package.json
+++ code-editor-src/remote/package.json
@@ -7,7 +7,7 @@
"@microsoft/1ds-post-js": "^3.2.13",
"@vscode/deviceid": "^0.1.1",
Expand All @@ -81,15 +82,14 @@ Index: third-party-src/remote/package.json
"vscode-oniguruma": "1.7.0",
"vscode-regexpp": "^3.1.0",
"vscode-textmate": "^9.3.0",
@@ -42,9 +42,6 @@
"yazl": "^2.4.3"
@@ -43,8 +43,6 @@
},
"overrides": {
- "node-gyp-build": "4.8.1",
"node-gyp-build": "4.8.1",
- "kerberos@2.1.1": {
- "node-addon-api": "7.1.0"
- }
+ "node-gyp-build": "4.8.1"
+ "@tootallnate/once": "^3.0.1"
}
}
Index: third-party-src/build/lib/mangle/index.ts
Expand Down
2 changes: 1 addition & 1 deletion patches/common/replace-gulp-untar.diff
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Index: third-party-src/package.json
"source-map": "0.6.1",
"source-map-support": "^0.3.2",
"style-loader": "^3.3.2",
+ "tar": "^7.5.8",
+ "tar": "^7.5.10",
"ts-loader": "^9.5.1",
"tsec": "0.2.7",
"tslib": "^2.6.3",
Expand Down
Loading