Skip to content

Update dependency rollup to v2.60.0#375

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 28, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

rollup/rollup

v2.60.0

Compare Source

2021-11-11

Features
  • Add this.load context function to load, transform and parse modules without adding them to the graph (#​4234)
  • Sanitize non-url-safe characters in generated chunk names by default (#​4262)
  • Support ESM plugins via command line (#​4265)
Pull Requests

v2.59.0

Compare Source

2021-11-01

Features
  • Support static class initialization blocks (#​4249)
Bug Fixes
  • Fix an issue with the CommonJS plugin when module.exports has inherited properties (#​4256)
Pull Requests

v2.58.3

Compare Source

2021-10-25

Bug Fixes
  • Republish 2.58.1 with npm 6 as files were missing

v2.58.2

Compare Source

2021-10-25

Bug Fixes
  • Republish 2.58.1 as files were missing

v2.58.1

Compare Source

2021-10-25

Bug Fixes
  • Fix an issue with the CommonJS plugin when module.exports is falsy (#​4247)
Pull Requests

v2.58.0

Compare Source

2021-10-01

Features
  • Add a flag to more reliably identify entry points in the resolveId hook (#​4230)
Pull Requests

v2.57.0

Compare Source

2021-09-22

Features
  • Add generatedCode option to allow Rollup to use es2015 features for smaller output and more efficient helpers (#​4215)
  • Improve AMD and SystemJS parsing performance by wrapping relevant functions in parentheses (#​4215)
  • Using preferConst will now show a warning with strictDeprecations: true (#​4215)
Bug Fixes
  • Improve ES3 syntax compatibility by more consequently quoting reserved words as props in generated code (#​4215)
  • Do not use Object.assign in generated code to ensure ES5 compatibility without the need for polyfills (#​4215)
  • Support live-bindings in dynamic namespace objects that contain reexported external or synthetic namespaces (#​4215)
  • Use correct "this" binding in dynamic import expressions for CommonJS and AMD (#​4215)
  • Properly handle shimMissingExports for exports that are only used internally (#​4215)
  • Prevent unhandled rejection for failed module parsing (#​4228)
Pull Requests

v2.56.3

Compare Source

2021-08-23

Bug Fixes
  • Make sure moduleInfo contains complete information about imported ids in the moduleParsed hook (#​4208)
Pull Requests

v2.56.2

Compare Source

2021-08-10

Bug Fixes
  • Check if after simplification, an object pattern would become an expression statement or arrow function return value (#​4204)
Pull Requests

v2.56.1

Compare Source

2021-08-08

Bug Fixes
  • Fix rendering of SystemJS export declarations initialized with a simplifiable expression (#​4202)
Pull Requests

v2.56.0

Compare Source

2021-08-05

Features
  • Create more efficient code for SystemJS exports (#​4199)
  • Extend maxParallelFileReads option to also throttle plugin load hooks (#​4200)
Bug Fixes
  • Return correct value for postfix update expressions of exported variables (#​4194)
Pull Requests

v2.55.1

Compare Source

2021-07-29

Bug Fixes
  • Improve CLI warning message for unused external imports (#​4194)
Pull Requests

v2.55.0

Compare Source

2021-07-28

Features
  • Support default export live-bindings when generating ESM output (#​4182)
Bug Fixes
  • Always write ["default"] as computed property when used as named export (#​4182)
  • Do not mask default export TDZ errors (#​4182)
Pull Requests

v2.54.0

Compare Source

2021-07-25

Features
  • Extend UMD import.meta.url polyfill to support web workers (#​4186)
Bug Fixes
  • Resolve an issue where certain uses of classes could lead to an infinite recursion (#​4189)
Pull Requests

Configuration

📅 Schedule: "before 3am on the first day of the month" (UTC).

🚦 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, click this checkbox.

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

@renovate renovate bot changed the title Update dependency rollup to v2.54.0 Update dependency rollup to v2.55.0 Jul 28, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch 2 times, most recently from 7c7eb15 to 13032bf Compare July 29, 2021 17:23
@renovate renovate bot changed the title Update dependency rollup to v2.55.0 Update dependency rollup to v2.55.1 Jul 29, 2021
@renovate renovate bot changed the title Update dependency rollup to v2.55.1 Update dependency rollup to v2.56.0 Aug 5, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch 2 times, most recently from d6c716d to af27575 Compare August 8, 2021 12:24
@renovate renovate bot changed the title Update dependency rollup to v2.56.0 Update dependency rollup to v2.56.1 Aug 8, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from af27575 to 4848501 Compare August 10, 2021 06:47
@renovate renovate bot changed the title Update dependency rollup to v2.56.1 Update dependency rollup to v2.56.2 Aug 10, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 4848501 to 972f005 Compare October 18, 2021 15:24
@renovate renovate bot changed the title Update dependency rollup to v2.56.2 Update dependency rollup to v2.58.0 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 972f005 to 195f370 Compare October 25, 2021 06:18
@renovate renovate bot changed the title Update dependency rollup to v2.58.0 Update dependency rollup to v2.58.1 Oct 25, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 195f370 to 3e2b824 Compare October 25, 2021 14:02
@renovate renovate bot changed the title Update dependency rollup to v2.58.1 Update dependency rollup to v2.58.3 Oct 25, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 3e2b824 to 0111903 Compare November 1, 2021 09:48
@renovate renovate bot changed the title Update dependency rollup to v2.58.3 Update dependency rollup to v2.59.0 Nov 1, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 0111903 to 263e0e5 Compare November 12, 2021 10:15
@renovate renovate bot changed the title Update dependency rollup to v2.59.0 Update dependency rollup to v2.60.0 Nov 12, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 263e0e5 to cdd572b Compare November 19, 2021 20:29
@maxmilton maxmilton closed this May 8, 2023
@renovate renovate bot deleted the renovate/rollup-2.x branch May 8, 2023 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants