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(deps): update dependency rollup to v2.52.1 #912

Merged
merged 1 commit into from
Jun 17, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup (source) 2.49.0 -> 2.52.1 age adoption passing confidence

Release Notes

rollup/rollup

v2.52.1

Compare Source

2021-06-17

Bug Fixes
  • Fix a memory leak in watch mode (#​4142)
Pull Requests

v2.52.0

Compare Source

2021-06-16

Features
  • Add --configPlugin CLI option to apply plugins to the config file for e.g. TypeScript configs (#​3835)
  • Add "safest" and "smallest" presets to tree-shaking options for easier configuration (#​4131)
  • Add treeshake.correctVarValueBeforeDeclaration option to deoptimize var declarations (#​4139)
Pull Requests

v2.51.2

Compare Source

2021-06-11

Bug Fixes
  • Include modules imported from no-treeshake modules even if they would be empty (#​4138)
Pull Requests

v2.51.1

Compare Source

2021-06-08

Bug Fixes
  • Fix error when using defineConfig (#​4134)
Pull Requests

v2.51.0

Compare Source

2021-06-06

Features
  • Add a helper for IntelliSense support in config files (#​4127)
Bug Fixes
  • Improve performance when generating source maps (#​4122)
Pull Requests

v2.50.6

Compare Source

2021-06-03

Bug Fixes
  • Do not consider the object spread operator as side effect when propertyReadSideEffects are false (#​4119)
  • Detect side effects when returning thenables from async arrow functions (#​4120)
Pull Requests

v2.50.5

Compare Source

2021-05-30

Bug Fixes
  • Detect side effects when accessing thenables (#​4115)
Pull Requests

v2.50.4

Compare Source

2021-05-29

Bug Fixes
  • Fix a situation where tree-shaking would stop including nodes prematurely (#​4111)
  • Track mutations and accessor side effects when using __proto__ in an object literal (#​4112)
  • Check for getter effects when spreading an object (#​4113)
Pull Requests

v2.50.3

Compare Source

2021-05-28

Bug Fixes
  • Wrap parentheses around leading elements in simplified sequence expressions if this would otherwise lead to invalid code (#​4110)
  • Do not associate block soped variables in catch clauses with the clause parameter (#​4108)
  • Do not associate hoisted variables in catch clauses with outside variables if they match the parameter (#​4108)
  • Use correct "this" context for tagged template literal member expressions in simplified sequences (#​4110)
Pull Requests

v2.50.2

Compare Source

2021-05-27

Bug Fixes
  • Avoid unnecessary side effects when using methods like .filter and .map (#​4103)
  • Avoid crash when a module with moduleSideEffects no-treeshake imports a tree-shaken module (#​4104)
Pull Requests

v2.50.1

Compare Source

2021-05-26

Bug Fixes
  • Do not associate pure annotations in simplified expressions with wrong elements (#​4095)
  • Prevent invalid code when simplified conditionals start with an IIFE function expression (#​4099)
Pull Requests

v2.50.0

Compare Source

2021-05-25

Features
  • Only include last elements of comma expressions if they are used or have side effects (#​4087)
Bug Fixes
  • Prevent a crash that could occur when calling object methods (#​4091)
Pull Requests

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 121e82f to e23caa4 Compare June 3, 2021 05:27
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.50.5 chore(deps): update dependency rollup to v2.50.6 Jun 3, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from e23caa4 to 6eb39ae Compare June 6, 2021 11:57
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.50.6 chore(deps): update dependency rollup to v2.51.0 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 6eb39ae to cb61b1b Compare June 8, 2021 07:37
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.51.0 chore(deps): update dependency rollup to v2.51.1 Jun 8, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from cb61b1b to c9b5121 Compare June 11, 2021 06:42
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.51.1 chore(deps): update dependency rollup to v2.51.2 Jun 11, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from c9b5121 to 0f0fb28 Compare June 16, 2021 06:41
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.51.2 chore(deps): update dependency rollup to v2.52.0 Jun 16, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch 2 times, most recently from 26b3984 to cf68a62 Compare June 16, 2021 10:24
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from cf68a62 to 97341d0 Compare June 17, 2021 06:36
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.52.0 chore(deps): update dependency rollup to v2.52.1 Jun 17, 2021
@codecov
Copy link

codecov bot commented Jun 17, 2021

Codecov Report

Merging #912 (97341d0) into master (1c500ba) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #912   +/-   ##
=======================================
  Coverage   84.01%   84.01%           
=======================================
  Files           1        1           
  Lines         269      269           
  Branches       61       61           
=======================================
  Hits          226      226           
  Misses         29       29           
  Partials       14       14           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6e00d66...97341d0. Read the comment docs.

@bhovhannes bhovhannes merged commit 6ce1556 into master Jun 17, 2021
@renovate renovate bot deleted the renovate/rollup-2.x branch June 17, 2021 13:43
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.

2 participants