Skip to content

chore(deps): update dependency rollup to v2.66.1#81

Merged
hhatto merged 1 commit intomainfrom
renovate/rollup-2.x
Jan 30, 2022
Merged

chore(deps): update dependency rollup to v2.66.1#81
hhatto merged 1 commit intomainfrom
renovate/rollup-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 5, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

rollup/rollup

v2.66.1

Compare Source

2022-01-25

Bug Fixes
  • Only warn for conflicting names in namespace reexports if it actually causes problems (#​4363)
  • Only allow explicit exports or reexports as synthetic namespaces and hide them from namespace reexports (#​4364)
Pull Requests

v2.66.0

Compare Source

2022-01-22

Features
  • Note if a module has a default export in ModuleInfo to allow writing better proxy modules (#​4356)
  • Add option to wait until all imported ids have been resolved when awaiting this.load (#​4358)
Pull Requests

v2.65.0

Compare Source

2022-01-21

Features
  • Add complete import resolution objects to ModuleInfo for use in this.load (#​4354)
Bug Fixes
  • Use correct context in plugin hooks with perf: true (#​4357)
Pull Requests

v2.64.0

Compare Source

2022-01-14

Features
  • Allow inspecting cached modules and forcing them to be transformed again via shouldTransformCachedModule (#​4320)
  • Do not wait for the config file to be parsed in watch mode if it is updated before that (#​4344)
Bug Fixes
  • Do not mutate objects returned as meta from the resolveId hook (#​4347)
Pull Requests

v2.63.0

Compare Source

2022-01-04

Features
  • Report a helpful error if rollup exits due to an empty event loop when using this.load (#​4320)
  • Allow directly mutating ModuleInfo.meta for modules and never replace this object (#​4328)
  • Detect additional side effect free array prototype methods (#​4332)
Bug Fixes
  • Do not watch if CLI watch options are specified but --watch is missing (#​4335)
Pull Requests

v2.62.0

Compare Source

2021-12-24

Features
  • Mark additional string prototype methods as side-effect-free and correct typings of existing ones (#​4299)
  • Mark additional array prototype methods as side-effect-free and correct typings of existing ones (#​4309)
  • Expose if a module is included after tree-shaking in its ModuleInfo (#​4305)
Bug Fixes
  • Fix how fsevents is included to improve watch mode on MacOS (#​4312)
Pull Requests

v2.61.1

Compare Source

2021-12-11

Bug Fixes
  • Only resolve this.load once the code of the module is available (#​4296)
Pull Requests

v2.61.0

Compare Source

2021-12-09

Features
  • Support ergonomic brand checks for private fields (#​4293)
Bug Fixes
  • Improve handling of directory creation on systems with restrictive open files limit (#​4288)
Pull Requests

v2.60.2

Compare Source

2021-11-30

Bug Fixes
  • Produce correct output when dynamic import paths contain quotes (#​4286)
Pull Requests

v2.60.1

Compare Source

2021-11-22

Bug Fixes
  • Make sure virtual files have proper file extensions when preserving modules (#​4270)
Pull Requests

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

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

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 81fa964 to cb6aee3 Compare August 8, 2021 13:07
@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 cb6aee3 to aa39b6a Compare August 10, 2021 07:24
@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 aa39b6a to cd39e39 Compare August 23, 2021 08:28
@renovate renovate Bot changed the title Update dependency rollup to v2.56.2 Update dependency rollup to v2.56.3 Aug 23, 2021
@renovate renovate Bot changed the title Update dependency rollup to v2.56.3 chore(deps): update dependency rollup to v2.56.3 Aug 30, 2021
@renovate renovate Bot force-pushed the renovate/rollup-2.x branch from cd39e39 to d1b4942 Compare September 22, 2021 08:39
@renovate renovate Bot changed the title chore(deps): update dependency rollup to v2.56.3 chore(deps): update dependency rollup to v2.57.0 Sep 22, 2021
@renovate renovate Bot force-pushed the renovate/rollup-2.x branch from d1b4942 to 4db5526 Compare October 1, 2021 08:46
@renovate renovate Bot changed the title chore(deps): update dependency rollup to v2.57.0 chore(deps): update dependency rollup to v2.58.0 Oct 1, 2021
@renovate renovate Bot force-pushed the renovate/rollup-2.x branch from 4db5526 to 9bef56b Compare October 25, 2021 05:25
@renovate renovate Bot changed the title chore(deps): update dependency rollup to v2.58.0 chore(deps): update dependency rollup to v2.58.1 Oct 25, 2021
@renovate renovate Bot force-pushed the renovate/rollup-2.x branch from 9bef56b to b6ced66 Compare October 25, 2021 15:24
@renovate renovate Bot changed the title chore(deps): update dependency rollup to v2.58.1 chore(deps): update dependency rollup to v2.58.3 Oct 25, 2021
@renovate renovate Bot force-pushed the renovate/rollup-2.x branch from b6ced66 to 2738a1f Compare November 1, 2021 10:02
@renovate renovate Bot changed the title chore(deps): update dependency rollup to v2.58.3 chore(deps): update dependency rollup to v2.59.0 Nov 1, 2021
@renovate renovate Bot force-pushed the renovate/rollup-2.x branch from 2738a1f to fc85880 Compare November 12, 2021 10:10
@renovate renovate Bot changed the title chore(deps): update dependency rollup to v2.59.0 chore(deps): update dependency rollup to v2.60.0 Nov 12, 2021
@renovate renovate Bot force-pushed the renovate/rollup-2.x branch from fc85880 to e2ee055 Compare November 22, 2021 09:27
@renovate renovate Bot changed the title chore(deps): update dependency rollup to v2.60.0 chore(deps): update dependency rollup to v2.60.1 Nov 22, 2021
@renovate renovate Bot force-pushed the renovate/rollup-2.x branch from e2ee055 to 466371a Compare November 30, 2021 07:47
@renovate renovate Bot changed the title chore(deps): update dependency rollup to v2.60.1 chore(deps): update dependency rollup to v2.60.2 Nov 30, 2021
@renovate renovate Bot force-pushed the renovate/rollup-2.x branch from 466371a to 197cf84 Compare December 9, 2021 08:09
@renovate renovate Bot changed the title chore(deps): update dependency rollup to v2.60.2 chore(deps): update dependency rollup to v2.61.0 Dec 9, 2021
@renovate renovate Bot force-pushed the renovate/rollup-2.x branch from 197cf84 to b3f4ee4 Compare December 11, 2021 07:32
@renovate renovate Bot changed the title chore(deps): update dependency rollup to v2.61.0 chore(deps): update dependency rollup to v2.61.1 Dec 11, 2021
@renovate renovate Bot force-pushed the renovate/rollup-2.x branch from b3f4ee4 to a76af88 Compare December 24, 2021 08:24
@renovate renovate Bot changed the title chore(deps): update dependency rollup to v2.61.1 chore(deps): update dependency rollup to v2.62.0 Dec 24, 2021
@renovate renovate Bot force-pushed the renovate/rollup-2.x branch from a76af88 to 15ac8af Compare December 28, 2021 10:27
@renovate renovate Bot force-pushed the renovate/rollup-2.x branch from 15ac8af to 9ccaa6a Compare January 4, 2022 09:48
@renovate renovate Bot changed the title chore(deps): update dependency rollup to v2.62.0 chore(deps): update dependency rollup to v2.63.0 Jan 4, 2022
@renovate renovate Bot force-pushed the renovate/rollup-2.x branch from 9ccaa6a to e4eb536 Compare January 14, 2022 15:32
@renovate renovate Bot changed the title chore(deps): update dependency rollup to v2.63.0 chore(deps): update dependency rollup to v2.64.0 Jan 14, 2022
@renovate renovate Bot force-pushed the renovate/rollup-2.x branch from e4eb536 to b958f66 Compare January 21, 2022 08:31
@renovate renovate Bot changed the title chore(deps): update dependency rollup to v2.64.0 chore(deps): update dependency rollup to v2.65.0 Jan 21, 2022
@renovate renovate Bot force-pushed the renovate/rollup-2.x branch from b958f66 to 06fc62d Compare January 22, 2022 08:16
@renovate renovate Bot changed the title chore(deps): update dependency rollup to v2.65.0 chore(deps): update dependency rollup to v2.66.0 Jan 22, 2022
@renovate renovate Bot force-pushed the renovate/rollup-2.x branch from 06fc62d to 1eeaf0c Compare January 25, 2022 09:28
@renovate renovate Bot changed the title chore(deps): update dependency rollup to v2.66.0 chore(deps): update dependency rollup to v2.66.1 Jan 25, 2022
@renovate renovate Bot force-pushed the renovate/rollup-2.x branch from 1eeaf0c to 2155ed8 Compare January 30, 2022 03:04
@hhatto hhatto merged commit 8bb6cf0 into main Jan 30, 2022
@hhatto hhatto deleted the renovate/rollup-2.x branch January 30, 2022 03:09
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