Skip to content
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
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Sep 10, 2024

  1. 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
    connor4312 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ad7e68c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. 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
    lucacasonato authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7dbdd01 View commit details
    Browse the repository at this point in the history
  2. 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
    snyk-bot committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2aa0543 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    caaec51 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    93ae463 View commit details
    Browse the repository at this point in the history