Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 22, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

rollup/rollup

v2.70.2

Compare Source

2022-04-15

Bug Fixes
  • Do not enforce undefined return values in TypeScript types (#​4463)
Pull Requests

v2.70.1

Compare Source

2022-03-14

Bug Fixes
  • Handle unfinished hook action errors as regular errors and avoid console logging (#​4434)
  • Allow access to "dist" folder in a Node 17 compatible way (#​4436)
Pull Requests

v2.70.0

Compare Source

2022-03-07

Features
  • Make the watchChange and closeWatcher hooks asynchronous and make Rollup wait for these hooks before continuing (#​4427)
Bug Fixes
  • Do not abort watch mode for errors in watchChange but display them properly (#​4427)
Pull Requests

v2.69.2

Compare Source

2022-03-06

Bug Fixes
  • Mark Object.entries and Object.fromEntries as pure (#​4429)
  • Make sure new properties on Array.prototype and Object.prototype are not evaluated as "undefined" (#​4428)
Pull Requests

v2.69.1

Compare Source

2022-03-04

Bug Fixes
  • Approximate source position instead of ignoring it when using a low-resolution source map in a transform hook (#​4334)
Pull Requests

v2.69.0

Compare Source

2022-03-02

Features
  • Introduce new output.generatedCode.symbols to control the usage of Symbols in Rollup-generated code (#​4378)
  • soft-deprecate output.namespaceToStringTag in favor of output.generatedCode.symbols (#​4378)
Bug Fixes
  • Properly handle ./ and ../ as external dependencies (#​4419)
  • Make generated "Module" namespace toStringTag non-enumerable for correct Object.assign/spread behaviour (#​4378)
  • Add file name to error when top-level-await is used in disallowed formats (#​4421)
Pull Requests

v2.68.0

Compare Source

2022-02-22

Features
  • provide information about cached import resolutions in shouldTransformCachedModule (#​4414)
  • Add "types" field to Rollup's package exports (#​4416)
Pull Requests

v2.67.3

Compare Source

2022-02-18

Bug Fixes
  • Do not swallow other errors when unfinished hook actions are detected (#​4409)
  • Add additional information to output when there are unfinished hook actions (#​4409)
Pull Requests

v2.67.2

Compare Source

2022-02-10

Bug Fixes
  • Ensure consistent order between manual chunks to fix hashing issues (#​4397)
Pull Requests

v2.67.1

Compare Source

2022-02-07

Bug Fixes
  • Make chunk file and variable names more deterministic when emitting chunks (#​4386)
  • Improve default module resolver performance by using non-blocking IO (#​4386)
Pull Requests

v2.67.0

Compare Source

2022-02-02

Features
  • Improve side effect detection when using Array.prototype.groupBy/groupByToMap (#​4360)
  • Allow changing moduleSideEffects at any time during the build (#​4379)
  • Soft-deprecate ModuleInfo.hasModuleSideEffects in favour of ModuleInfo.moduleSideEffects (#​4379)
Bug Fixes
  • Do not include queries and hashes in generated file names when preserving modules (#​4374)
Pull Requests

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

Configuration

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

🚦 Automerge: Enabled.

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 d5fe2aa to 310bcfa Compare November 30, 2021 09:03
@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 310bcfa to 95dc234 Compare December 9, 2021 05:57
@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 95dc234 to c2263d4 Compare December 11, 2021 07:51
@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 c2263d4 to 77fa984 Compare December 24, 2021 08:25
@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 77fa984 to d343008 Compare January 4, 2022 09:04
@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 d343008 to dc96419 Compare January 14, 2022 14:26
@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 dc96419 to d43e696 Compare March 7, 2022 16:00
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.64.0 chore(deps): update dependency rollup to v2.70.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from d43e696 to d79c877 Compare March 26, 2022 14:12
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.70.0 chore(deps): update dependency rollup to v2.70.1 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from d79c877 to a7c886f Compare April 22, 2022 15:24
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.70.1 chore(deps): update dependency rollup to v2.70.2 Apr 22, 2022
@renovate renovate bot force-pushed the renovate/rollup-2.x branch 3 times, most recently from 7249edb to 0ef9b3e Compare April 23, 2022 19:49
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 0ef9b3e to 6a2c369 Compare April 23, 2022 20:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants