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

Update dependency rollup to v2.51.2 #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 29, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

rollup/rollup

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

v2.49.0

Compare Source

2021-05-23

Features
  • Detect side-effect-free static class methods and properties (#​4018)
  • Detect side-effect-free array elements (#​4018)
  • Do not apply deoptimizations from dead code (#​4018)
Bug Fixes
  • Handle side effect detection for getters and setters added in untracked code (#​4018)
  • Track "this" mutations for methods, getters and setters (#​4018)
Pull Requests

v2.48.0

Compare Source

2021-05-15

Features
  • Add replacement to conditionally insert asset extensions in entryFileNames when preserving modules (#​4077)
Bug Fixes
  • Fix crash when dynamically assigning to namespace members (#​4070)
  • Do not associate pure annotations in front of a semi-colon or comma with succeeding code (#​4068)
Pull Requests

v2.47.0

Compare Source

2021-05-04

Features
  • Warn about ambiguous imports from combined external namespace reexports (#​4064)
  • In case of combined namespace reexports, always prefer local exports over external namespaces (#​4064)
  • Treat conflicting names in local namespace reexports as undefined (#​4064)
Pull Requests

v2.46.0

Compare Source

2021-04-29

Features
  • Add option to disable file name sanitation (#​4058)
  • Add information about importers to unused external import warning (#​4054)
Pull Requests

v2.45.2

Compare Source

2021-04-13

Bug Fixes
  • Do not user a dynamic entry file name for naming a manual chunk (#​4040)
Pull Requests

v2.45.1

Compare Source

2021-04-10

Bug Fixes
  • Handle falsy return values from async plugin options hooks (#​4039)
Pull Requests

v2.45.0

Compare Source

2021-04-09

Features
  • Support private class instance methods and accessors (#​4034)
Pull Requests

v2.44.0

Compare Source

2021-03-29

Features
  • Add a new option makeAbsoluteExternalsRelative to opt out of renormalizing absolute external ids to relative ids (#​4021)
  • Extend the resolveId plugin hook to allow forcing or preventing renormalization of absolute external ids (#​4021)
  • Make the rendered code of individual modules available in the generated bundle (#​4028)
Bug Fixes
  • Handle objects with __proto__ properties correctly (#​4019)
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 e43f155 to c471c52 Compare April 9, 2021 05:44
@renovate renovate bot changed the title Update dependency rollup to v2.44.0 Update dependency rollup to v2.45.0 Apr 9, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from c471c52 to 923e5ab Compare April 10, 2021 08:19
@renovate renovate bot changed the title Update dependency rollup to v2.45.0 Update dependency rollup to v2.45.1 Apr 10, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 923e5ab to b3ad8f2 Compare April 13, 2021 05:24
@renovate renovate bot changed the title Update dependency rollup to v2.45.1 Update dependency rollup to v2.45.2 Apr 13, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from b3ad8f2 to 22408a6 Compare April 29, 2021 07:52
@renovate renovate bot changed the title Update dependency rollup to v2.45.2 Update dependency rollup to v2.46.0 Apr 29, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 22408a6 to 7e19980 Compare May 4, 2021 06:34
@renovate renovate bot changed the title Update dependency rollup to v2.46.0 Update dependency rollup to v2.47.0 May 4, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 7e19980 to bc6f32e Compare May 15, 2021 06:58
@renovate renovate bot changed the title Update dependency rollup to v2.47.0 Update dependency rollup to v2.48.0 May 15, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from bc6f32e to 9a4a4a8 Compare May 23, 2021 08:30
@renovate renovate bot changed the title Update dependency rollup to v2.48.0 Update dependency rollup to v2.49.0 May 23, 2021
@renovate renovate bot changed the title Update dependency rollup to v2.49.0 Update dependency rollup to v2.50.0 May 25, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch 2 times, most recently from dc4aee5 to 9e8a8af Compare May 26, 2021 08:40
@renovate renovate bot changed the title Update dependency rollup to v2.50.0 Update dependency rollup to v2.50.1 May 26, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 9e8a8af to 26af5b9 Compare May 27, 2021 12:02
@renovate renovate bot changed the title Update dependency rollup to v2.50.1 Update dependency rollup to v2.50.2 May 27, 2021
@renovate renovate bot changed the title Update dependency rollup to v2.50.2 Update dependency rollup to v2.50.3 May 28, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 26af5b9 to 043a62e Compare May 28, 2021 11:42
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 043a62e to c6ebb49 Compare June 6, 2021 23:10
@renovate renovate bot changed the title Update dependency rollup to v2.50.3 Update dependency rollup to v2.51.0 Jun 6, 2021
@renovate renovate bot changed the title Update dependency rollup to v2.51.0 Update dependency rollup to v2.51.2 Jun 15, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from c6ebb49 to a3254ce Compare June 15, 2021 08:08
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.

1 participant