-
Notifications
You must be signed in to change notification settings - Fork 190
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
app: Dependency updates #2142
Merged
Merged
app: Dependency updates #2142
Conversation
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
illume
force-pushed
the
app-deps
branch
2 times, most recently
from
July 15, 2024 11:01
19122ac
to
b17a622
Compare
@illume I have just tested push-release-assets.js:
Worked fine just by moving to this branch. |
Thanks @joaquimrocha |
Rebased against main, because merge conflict. |
The "Build Container" job failure is unrelated to this. |
I copied the plugin-management.js into the app/ and converted it to typescript. So running the built app works again. |
illume
force-pushed
the
app-deps
branch
2 times, most recently
from
July 18, 2024 14:32
469b281
to
3e7fab4
Compare
https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md Signed-off-by: René Dudfield <renedudfield@microsoft.com>
https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md Signed-off-by: René Dudfield <renedudfield@microsoft.com>
Signed-off-by: René Dudfield <renedudfield@microsoft.com>
Signed-off-by: René Dudfield <renedudfield@microsoft.com>
Signed-off-by: René Dudfield <renedudfield@microsoft.com>
Signed-off-by: René Dudfield <renedudfield@microsoft.com>
From open docs: "If you need this for Electron, use shell.openPath() instead." Signed-off-by: René Dudfield <renedudfield@microsoft.com>
Signed-off-by: René Dudfield <renedudfield@microsoft.com>
Signed-off-by: René Dudfield <renedudfield@microsoft.com>
Signed-off-by: René Dudfield <renedudfield@microsoft.com>
Much of the code already uses the built in console.log/info/error, so just use that instead. Signed-off-by: René Dudfield <renedudfield@microsoft.com>
Signed-off-by: René Dudfield <renedudfield@microsoft.com>
The node:fs module can do these things now itself. Signed-off-by: René Dudfield <renedudfield@microsoft.com>
Signed-off-by: René Dudfield <renedudfield@microsoft.com>
Signed-off-by: René Dudfield <renedudfield@microsoft.com>
@babel/cli 7.15.7 to 7.24.8 @babel/core 7.24.8 to 7.24.9 @babel/preset-env 7.15.8 to 7.24.8 @babel/preset-typescript 7.15.0 to 7.24.7 Signed-off-by: René Dudfield <renedudfield@microsoft.com>
Signed-off-by: René Dudfield <renedudfield@microsoft.com>
Since we use a very recent chrome/electron and node we don't need to use an old target with polyfils and such. Signed-off-by: René Dudfield <renedudfield@microsoft.com>
This is not needed now. The error it fixed does not appear now. Likely fixed with a newer babel/typescript or fixed via a newer js target for ts. Signed-off-by: René Dudfield <renedudfield@microsoft.com>
Signed-off-by: René Dudfield <renedudfield@microsoft.com>
Signed-off-by: René Dudfield <renedudfield@microsoft.com>
Now node has fetch built in from 18. Signed-off-by: René Dudfield <renedudfield@microsoft.com>
fetch is built into node now since 18. Signed-off-by: René Dudfield <renedudfield@microsoft.com>
Signed-off-by: René Dudfield <renedudfield@microsoft.com>
Signed-off-by: René Dudfield <renedudfield@microsoft.com>
Rebased against main to fix conflict. |
Fixed a lint issue. |
Because there were errors when importing from outside of tree in the app builds. This is temporary into a better solution can be done for sharing this code between headlamp-plugin and app. Had to remove env-paths usage because it wasn't working in when running the build of the app. Signed-off-by: René Dudfield <renedudfield@microsoft.com>
joaquimrocha
approved these changes
Jul 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Remove and update some app/ dependencies.
Testing done