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

Cleanup pnpm overrides #21944

Merged
merged 2 commits into from
Dec 6, 2021
Merged

Cleanup pnpm overrides #21944

merged 2 commits into from
Dec 6, 2021

Commits on Dec 3, 2021

  1. Cleanup pnpm overrides

    * Pnpm has started wanting to update `@storybook/builder-webpack5`
      with every upstream release. Giving the relevant overrides a version
      makes it stick with the lockfile.
    * `@automattic/format-currency` seems a bit outdated. We can clean up a
      lot of the old deps we have in pnpm-lock.yaml by updating its dep on
      `i18n-calypso` from 4.x to 5.x, and in turn updating `i18n-calypso`'s
      dep on `interpolate-components` 1.1.0 too.
    * `jest-environment-enzyme` is [supposedly not dead][1], but still isn't
      being updated for several months. For our purposes at least it seems
      to work fine with jest-environment-jsdom 27.
    * Looks like we've dropped the dep on whatever old version of
      `terser-webpack-plugin` had a dep on an old version of
      `serialize-javascript`, so drop the override.
    
    [1]: enzymejs/enzyme-matchers#353
    anomiex committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    841ea55 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

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