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

deps: upgrade uuid to v9.0.0 for jest+esm issue #1027

Merged
merged 4 commits into from
Jun 21, 2023

Commits on Jun 21, 2023

  1. deps: upgrade uuid to v9.0.0 for jest+esm issue

    Issue is described well here: microsoft/accessibility-insights-web#5421 (comment)
    
    They originally fixed the issue with a custom resolver
    (microsoft/accessibility-insights-web@9ad4e61#diff-10ce3d2c4d812be4f9bbaceb999b48c91538e4ccfc23dc585c59deb316d0d689),
    but then replaced that workaround with an upgrade to uuid v9.0.0 when it
    became available
    (microsoft/accessibility-insights-web@6d1c3a3).
    
    uuid v9.0.0 https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md#900-2022-09-05
    jbranchaud committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    2524453 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86cac57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff2e68e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    056b946 View commit details
    Browse the repository at this point in the history