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 rollup to 1.32.1 #1762

Merged
merged 1 commit into from Mar 6, 2020
Merged

Conversation

pmdartus
Copy link
Member

@pmdartus pmdartus commented Mar 6, 2020

Details

This PR upgrades to rollup@1.32.1 and incorporate the null prototype bugfix: rollup/rollup#3420.

Does this PR introduce breaking changes?

  • No, it does not introduce breaking changes.

The PR fulfills these requirements:

  • Have tests for the proposed changes been added? ✅
  • Have you followed these instructions to clearly describe the issue being fixed or feature enhanced? ✅

GUS work item

W-7293333

@pmdartus pmdartus requested a review from jodarove March 6, 2020 15:37
@@ -23,7 +23,7 @@
"@lwc/template-compiler": "1.3.6",
"@rollup/plugin-replace": "^2.3.1",
"babel-preset-compat": "^0.22.0",
"rollup": "^1.32.0",
"rollup": "^1.32.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The convention we are trying adopt is ~ for dep and ^ for dev dep

Suggested change
"rollup": "^1.32.1",
"rollup": "~1.32.1",

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would rather make all those changes at once and keep it consistent for now.

@ravijayaramappa ravijayaramappa merged commit 51a8a38 into master Mar 6, 2020
@ravijayaramappa ravijayaramappa deleted the pmdartus/upgrade-rollup branch March 6, 2020 18:27
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.

None yet

3 participants