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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃┕ fix: browserslist updates #1920

Merged
merged 5 commits into from
Dec 6, 2022
Merged

馃┕ fix: browserslist updates #1920

merged 5 commits into from
Dec 6, 2022

Conversation

kellymears
Copy link
Member

@kellymears kellymears commented Dec 6, 2022

  • adds a postinstall script to @roots/bud which downloads latest updates
  • this script does not run when the process.env.npm_package_version is 0.0.0 so it hopefully won't mess up CI
  • removes unneeded scripts from @roots/browserslist-config
  • bumps a bunch of deps (minor)
  • cleans up a bunch of npm nags about dependencies
  • adds @roots/browserslist-config/wordpress which is just a straight copy of wp defaults
  • adds @roots/browserslist-config/next, which is just a straight copy of next.js defaults

refers:

  • none

Type of change

PATCH: backwards compatible change

This PR includes breaking changes to the following core packages:

  • none

This PR includes breaking changes to the follow extensions:

  • none

Dependencies

Adds

  • none

Removes

  • none

@github-actions github-actions bot added the test label Dec 6, 2022
@kellymears
Copy link
Member Author

kellymears commented Dec 6, 2022

@retlehs if you end up testing this before we next talk note that you'll need to change the version you publish to verdaccio. otherwise, yarn won't run the postinstall script.

So, the release command in the proxy publish flow should change to:

yarn @bud release --tag latest --version 0.0.1

@kellymears kellymears added the 馃殌! automerge label Dec 6, 2022
@kodiakhq kodiakhq bot merged commit 3fbb7bc into main Dec 6, 2022
@kodiakhq kodiakhq bot deleted the fix-browserslist-config branch December 6, 2022 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment