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: upgrade all dependencies #738

Merged
merged 6 commits into from
Dec 18, 2020

Conversation

wardpeet
Copy link
Collaborator

@wardpeet wardpeet commented Oct 13, 2020

I've revisited the upgrade dependencies PR. This one has less changes and it's easier to follow.

Updated majors:

package old new changelog
rollup 1.32.1 2.29.0
@rollup/plugin-commonjs 13.0.0 15.1.0
@rollup/plugin-node-resolve 6.1.0 9.0.0
camelcase 5.3.1 6.1.0
kleur 3.0.3 4.1.3
rollup-plugin-postcss 2.9.0 3.1.8
rollup-plugin-terser 5.3.1 7.0.2
rollup-plugin-typescript2 0.25.3 0.27.3
tslib 1.13.0 2.0.3
typescript 3.9.5 4.0.3

Changes in tests:

  • the gluecode for umd wrappers do now have globalThis which makes it a little bit bigger
  • by using compress of the postcss-plugin we have less css (newlines got removed)
  • the upgraded postcss-plugin fixes a few bugs we have where we minimized classnames when it was false
  • Terser seems to make a few builds bigger

@changeset-bot
Copy link

changeset-bot bot commented Oct 13, 2020

🦋 Changeset detected

Latest commit: 9d2e35f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
microbundle Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@katywings
Copy link
Collaborator

@wardpeet Since this upgrades rollup to a new major version, isnt it likely that it will break microbundle for some users 🤔. @developit Would it make sense to prerelease this in some form, so that users first can test it?

@Parader
Copy link

Parader commented Dec 2, 2020

Would use this update in my library as soon as it is available 👍
+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants