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

chore(deps): update source-map@^0.7.3 to 0.7.4 #6560

Merged
merged 1 commit into from
Nov 14, 2022

Commits on Nov 14, 2022

  1. chore(deps): update source-map@^0.7.3 to 0.7.4

    The `source-map@0.7.4` update is important for enabling Node.js v18
    compatibility. Older versions use a `typeof fetch === 'function'`
    check to enable browser-specific behavior. With this release however,
    the browser check is moved to whether `window` is defined and matches
    `this` value at check time. Node.js 18 has a `fetch` function, so
    older `source-map` versions incorrectly flag it as 'browser'. None
    of Node.js versions have a `this === window` situation going on.
    
    This is a change on the path to Node.js 18 compatibility route,
    in anticipation of Agoric#6489 offering official support down the line.
    sigv committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    77d2f90 View commit details
    Browse the repository at this point in the history