Skip to content

chore: upgrade all dependencies - #738

Merged
developit merged 6 commits into
developit:masterfrom
wardpeet:chore-upgrade-rollup
Dec 18, 2020
Merged

chore: upgrade all dependencies#738
developit merged 6 commits into
developit:masterfrom
wardpeet:chore-upgrade-rollup

Conversation

@wardpeet

@wardpeetwardpeet commented Oct 13, 2020

Copy link
Copy Markdown
Collaborator

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

Updated majors:

packageoldnewchangelog
rollup1.32.12.29.0
@rollup/plugin-commonjs13.0.015.1.0
@rollup/plugin-node-resolve6.1.09.0.0
camelcase5.3.16.1.0
kleur3.0.34.1.3
rollup-plugin-postcss2.9.03.1.8
rollup-plugin-terser5.3.17.0.2
rollup-plugin-typescript20.25.30.27.3
tslib1.13.02.0.3
typescript3.9.54.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

changeset-botBot commented Oct 13, 2020

Copy link
Copy Markdown

🦋 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
NameType
microbundleMinor

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
Copy Markdown
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
Copy Markdown

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

@developitdevelopit mentioned this pull request Dec 18, 2020
Sign up for freeto 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

@wardpeet@katywings@Parader@developit