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

Update util to 0.12.4 #27939

Merged
merged 4 commits into from Aug 14, 2021
Merged

Update util to 0.12.4 #27939

merged 4 commits into from Aug 14, 2021

Commits on Aug 11, 2021

  1. Update util to 0.12.4

    Chrome 92 started to disable `SharedArrayBuffer` without cross-origin isolation which can be enabled by sending [the page with special HTTP headers](https://web.dev/cross-origin-isolation-guide/). This change causes Chrome to emit a warning in DevTools console and [developers are confused with the message](vercel#21708). `util` is one of the libraries that uses `SharedArrayBuffer` and is causing the warning to appear in the console.
    
    Luckily, the issue in `util` has been resolved in [v0.12.4] and I would like to propose applying the fixed version to this library.
    
    For fixing vercel#21708
    agektmr committed Aug 11, 2021
    Copy the full SHA
    419848c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Copy the full SHA
    971c217 View commit details
    Browse the repository at this point in the history
  2. Commit yarn.lock

    styfle committed Aug 13, 2021
    Copy the full SHA
    43841ad View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e0dc7c7 View commit details
    Browse the repository at this point in the history