forked from microsoft/vscode-js-debug
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Snyk] Upgrade: , , acorn, data-uri-to-buffer, dotenv, glob-stream, preact, reflect-metadata, ws #1
Open
organich
wants to merge
5
commits into
main
Choose a base branch
from
snyk-upgrade-418cf12e693ca9384075f71f1a94096c
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Sep 10, 2024
-
feat: improve display of HTML in the debugger (microsoft#2077)
* feat: improve display of HTML in the debugger Advertises ANSI styles as proposed in microsoft/debug-adapter-protocol#500, though it works without them too, just without colors! Previously the Nodes were displayed as naive objects, so we'd just list their properties, which was quite useless when trying to get a handle on the DOM. Now we display their children as the primary element display, and have "Node Attributes" in a separate section. ![](https://memes.peet.io/img/24-09-9b2b35e1-3874-4e06-825a-5c84abeeb6e4.png) Refs microsoft/vscode#227729 * fix comment display
Configuration menu - View commit details
-
Copy full SHA for ad7e68c - Browse repository at this point
Copy the full SHA ad7e68cView commit details
Commits on Sep 13, 2024
-
fix: don't inject NODE_OPTIONS in Deno (microsoft#2080)
* fix: don't inject NODE_OPTIONS in Deno In Deno 2, Deno has a `process` global. However when running Deno without I/O permissions (the default), accessing process.env.* will show a permission prompt. This is confusing for users, as their code did not trigger this prompt, but VS Code did. Because this code doesn't do anything in Deno anyway (because we do not respect `NODE_OPTIONS`), there is no point in running it in Deno at all. I disable the code path in Deno through environment detection now. * review comment
Configuration menu - View commit details
-
Copy full SHA for 7dbdd01 - Browse repository at this point
Copy the full SHA 7dbdd01View commit details -
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - @jridgewell/trace-mapping from 0.3.22 to 0.3.25. See this package in npm: https://www.npmjs.com/package/@jridgewell/trace-mapping - @jridgewell/gen-mapping from 0.3.3 to 0.3.5. See this package in npm: https://www.npmjs.com/package/@jridgewell/gen-mapping - acorn from 8.11.3 to 8.12.1. See this package in npm: https://www.npmjs.com/package/acorn - data-uri-to-buffer from 6.0.1 to 6.0.2. See this package in npm: https://www.npmjs.com/package/data-uri-to-buffer - dotenv from 16.4.1 to 16.4.5. See this package in npm: https://www.npmjs.com/package/dotenv - glob-stream from 8.0.0 to 8.0.2. See this package in npm: https://www.npmjs.com/package/glob-stream - preact from 10.19.3 to 10.23.2. See this package in npm: https://www.npmjs.com/package/preact - reflect-metadata from 0.2.1 to 0.2.2. See this package in npm: https://www.npmjs.com/package/reflect-metadata - ws from 8.17.1 to 8.18.0. See this package in npm: https://www.npmjs.com/package/ws See this project in Snyk: https://app.snyk.io/org/organich/project/92930878-01dd-4ea8-a902-57c4539fd95c?utm_source=github&utm_medium=referral&page=upgrade-pr
Configuration menu - View commit details
-
Copy full SHA for 2aa0543 - Browse repository at this point
Copy the full SHA 2aa0543View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for caaec51 - Browse repository at this point
Copy the full SHA caaec51View commit details
Commits on Sep 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93ae463 - Browse repository at this point
Copy the full SHA 93ae463View commit details
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.