Skip to content

Comments

Update dependency rollup to v2.38.5 - autoclosed#232

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rollup-2.x
Closed

Update dependency rollup to v2.38.5 - autoclosed#232
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rollup-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2020

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

rollup/rollup

v2.38.5

Compare Source

2021-02-05

Bug Fixes
  • Prevent invalid code when simplifying assignments and delcarations (#​3951)
  • Prevent behaviour-changing line-breaks when simplifying assignments in return statements (#​3951)
  • Slightly improve white-space rendering when simplifying certain expressions (#​3951)
Pull Requests

v2.38.4

Compare Source

2021-02-02

Bug Fixes
  • Do not change logic when tree-shaking declarations in if statements or loops (#​3947)
Pull Requests

v2.38.3

Compare Source

2021-02-01

Bug Fixes
  • Prevent an unexpected live-binding when default exporting a synthetic named export (#​3946)
Pull Requests

v2.38.2

Compare Source

2021-01-31

Bug Fixes
  • Do not generate invalid code for partially tree-shaken declarations in for loops (#​3943)
  • Always include function bodies of functions in side-effect-free modules (#​3944)
Pull Requests

v2.38.1

Compare Source

2021-01-28

Bug Fixes
  • Fix internal error when resolving a missing entry point in the browser build (#​3935)
Pull Requests

v2.38.0

Compare Source

2021-01-22

Features
  • Entirely remove declared variables that only have an initializer side effect (#​3933)
Pull Requests

v2.37.1

Compare Source

2021-01-20

Pull Requests

v2.37.0

Compare Source

2021-01-19

Features
  • Always check modules for side effects that only indirectly reexport a used variable (#​3840)
  • Warn if a circular dependency would cause wrong execution order when preserving modules (#​3840)
Bug Fixes
  • Allow consuming synthetic exports via modules that reexport a namespace (#​3894)
  • Do not crash for circular default reexports (#​3840)
  • Do not crash for circular synthetic namespaces (#​3840)
  • Improve circular dependency execution order in certain scenarios (#​3840)
Pull Requests

v2.36.2

Compare Source

2021-01-16

Bug Fixes
  • Fix an issue where invalid code was generated for unused assignments with side effects (#​3926)
Pull Requests

v2.36.1

Compare Source

2021-01-06

Bug Fixes
  • Solve issues that result in invalid code when partially removing assignments (#​3921)
Pull Requests

v2.36.0

Compare Source

2021-01-05

Features
  • Support partial tree-shaking of chained assignments and unused assignment targets (#​3919)
Pull Requests

v2.35.1

Compare Source

2020-12-14

Bug Fixes
  • Allow closing the bundle when watching in case of generate errors by adding the bundle to the error event (#​3909)
  • Automatically close all bundles on generate errors when watching and using the CLI (#​3909)
  • Try to create remaining bundles when watching and one of them throws (#​3909)
Pull Requests

v2.35.0

Compare Source

2020-12-14

Features
  • Add closeBundle hook that is triggered by bundle.close() in the JS API (#​3883)
Pull Requests

v2.34.2

Compare Source

2020-12-06

Bug Fixes
  • Revert pattern export change (#​3898)
Pull Requests

v2.34.1

Compare Source

2020-12-03

Bug Fixes
  • Avoid Node deprecation warning by using a pattern export for nested Rollup files (#​3896)
Pull Requests

v2.34.0

Compare Source

2020-11-29

Features
  • Support RequireJS comaptible AMD ids in code-splitting builds via amd.autoId (#​3867)
  • Allow adding an AMD id base path (#​3867)
Bug Fixes
  • Warn when using an constant AMD id in a code-splitting build (#​3867)
Pull Requests

v2.33.3

Compare Source

2020-11-18

Bug Fixes
  • Do not use .js extension when importing AMD files from a UMD bundle (#​3872)
Pull Requests

v2.33.2

Compare Source

2020-11-14

Bug Fixes
  • Fix an issue where statements were ignored after a conditional return in a labeled statement (#​3871)
Pull Requests

v2.33.1

Compare Source

2020-11-02

Bug Fixes
  • Add syntheticNamedExports to this.getModuleInfo to align with documentation (#​3847)
Pull Requests

v2.33.0

Compare Source

2020-11-01

Features
  • Add parameter to "watchChange" hook to denote if a change was an addition, update or deletion (#​3841)
  • Add "closeWatcher" hook to allow plugins to clean up resources when the watcher is closed (#​3841)
  • Add "this.getWatchFiles" function to plugin context to get the current set of watched files (#​3841)
Pull Requests

v2.32.1

Compare Source

2020-10-21

Bug Fixes
  • Print warning location for plugin warnings if only loc is supplied (#​3824)
Pull Requests

v2.32.0

Compare Source

2020-10-16

Features
  • Extend preserveEntrySignatures with a value "exports-only" to allow extension only if an entry does not have exports (#​3823)
Pull Requests

v2.31.0

Compare Source

2020-10-15

Features
  • When using the output.moduleToStringTag option, also add the tag to entries with exports and simulated external namespaces (#​3822)
  • Add the __esModule interop marker to IIFE global variables unless output.esModule is turned off (#​3822)
Pull Requests

v2.30.0

Compare Source

2020-10-13

Features
  • Add moduleParsed hook that is called for each module once code and AST are available (#​3813)
  • Include code and AST in this.getModuleInfo (#​3813)
Bug Fixes
  • Provide the original Acorn AST instead of the internal one when resolving dynamic imports that contain non-trivial expressions (#​3813)
Pull Requests

v2.29.0

Compare Source

2020-10-08

Features
  • Allow passing custom options to other plugins via this.resolve (#​3807)
  • Allow attaching custom meta information to modules when resolving, loading or transforming (#​3807)
  • Do not throw but return null when using this.getModuleInfo for an unknown id (#​3807)
Bug Fixes
  • Trigger build in watch mode when files are added to a watched directory (#​3812)
  • Make code optional when transforming modules (#​3807)
Pull Requests

Renovate 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 0f6cd83 to 2a226f7 Compare October 13, 2020 18:29
@renovate renovate bot changed the title Update dependency rollup to v2.29.0 Update dependency rollup to v2.30.0 Oct 13, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 2a226f7 to efc93ca Compare October 15, 2020 18:01
@renovate renovate bot changed the title Update dependency rollup to v2.30.0 Update dependency rollup to v2.31.0 Oct 15, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from efc93ca to 6b217f1 Compare October 16, 2020 19:15
@renovate renovate bot changed the title Update dependency rollup to v2.31.0 Update dependency rollup to v2.32.0 Oct 16, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 6b217f1 to 6c30aec Compare October 21, 2020 07:47
@renovate renovate bot changed the title Update dependency rollup to v2.32.0 Update dependency rollup to v2.32.1 Oct 21, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 6c30aec to f93dbab Compare November 1, 2020 06:57
@renovate renovate bot changed the title Update dependency rollup to v2.32.1 Update dependency rollup to v2.33.0 Nov 1, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from f93dbab to 022ee92 Compare November 2, 2020 07:38
@renovate renovate bot changed the title Update dependency rollup to v2.33.0 Update dependency rollup to v2.33.1 Nov 2, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 022ee92 to de30d1a Compare November 14, 2020 15:08
@renovate renovate bot changed the title Update dependency rollup to v2.33.1 Update dependency rollup to v2.33.2 Nov 14, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from de30d1a to 0d8c9c6 Compare November 18, 2020 06:00
@renovate renovate bot changed the title Update dependency rollup to v2.33.2 Update dependency rollup to v2.33.3 Nov 18, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 0d8c9c6 to 49706e3 Compare November 29, 2020 06:01
@renovate renovate bot changed the title Update dependency rollup to v2.33.3 Update dependency rollup to v2.34.0 Nov 29, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 49706e3 to 09b7bf1 Compare December 8, 2020 09:05
@renovate renovate bot changed the title Update dependency rollup to v2.34.0 Update dependency rollup to v2.34.2 Dec 8, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 09b7bf1 to 6f37495 Compare December 28, 2020 00:31
@renovate renovate bot changed the title Update dependency rollup to v2.34.2 Update dependency rollup to v2.35.1 Dec 28, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 6f37495 to d8bdbc0 Compare January 7, 2021 04:01
@renovate renovate bot changed the title Update dependency rollup to v2.35.1 Update dependency rollup to v2.36.1 Jan 7, 2021
@renovate renovate bot changed the title Update dependency rollup to v2.36.1 Update dependency rollup to v2.38.0 Jan 23, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from d8bdbc0 to ad658f8 Compare January 23, 2021 03:02
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from ad658f8 to bc97169 Compare January 31, 2021 08:00
@renovate renovate bot changed the title Update dependency rollup to v2.38.0 Update dependency rollup to v2.38.2 Jan 31, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from bc97169 to 40ddbc8 Compare February 10, 2021 11:04
@renovate renovate bot changed the title Update dependency rollup to v2.38.2 Update dependency rollup to v2.38.5 Feb 10, 2021
@renovate renovate bot changed the title Update dependency rollup to v2.38.5 Update dependency rollup to v2.38.5 - autoclosed Mar 28, 2021
@renovate renovate bot closed this Mar 28, 2021
@renovate renovate bot deleted the renovate/rollup-2.x branch March 28, 2021 07:06
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