maxmilton / maxmilton.com

🗨 My personal blog site
https://maxmilton.com
MIT License
2 stars 0 forks source link

Update dependency rollup to v2.60.0 #375

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 3 years ago

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`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2600) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.59.0...v2.60.0) *2021-11-11* ##### Features - Add `this.load` context function to load, transform and parse modules without adding them to the graph ([#​4234](https://togithub.com/rollup/rollup/issues/4234)) - Sanitize non-url-safe characters in generated chunk names by default ([#​4262](https://togithub.com/rollup/rollup/issues/4262)) - Support ESM plugins via command line ([#​4265](https://togithub.com/rollup/rollup/issues/4265)) ##### Pull Requests - [#​4234](https://togithub.com/rollup/rollup/pull/4234): Plugin context function for pre-loading modules ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4262](https://togithub.com/rollup/rollup/pull/4262): exclude invalid URL chars ([@​danielroe](https://togithub.com/danielroe)) - [#​4265](https://togithub.com/rollup/rollup/pull/4265): support loading ESM plugins from the CLI via --plugin ([@​kzc](https://togithub.com/kzc)) ### [`v2.59.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2590) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.58.3...v2.59.0) *2021-11-01* ##### Features - Support static class initialization blocks ([#​4249](https://togithub.com/rollup/rollup/issues/4249)) ##### Bug Fixes - Fix an issue with the CommonJS plugin when module.exports has inherited properties ([#​4256](https://togithub.com/rollup/rollup/issues/4256)) ##### Pull Requests - [#​4236](https://togithub.com/rollup/rollup/pull/4236): typescript bug class field initialization order ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4249](https://togithub.com/rollup/rollup/pull/4249): Support for class static initialization block ([@​dnalborczyk](https://togithub.com/dnalborczyk) and [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4256](https://togithub.com/rollup/rollup/pull/4256): Skip inherited properties in synthetic namespaces ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.58.3`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2583) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.58.2...v2.58.3) *2021-10-25* ##### Bug Fixes - Republish 2.58.1 with npm 6 as files were missing ### [`v2.58.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2582) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.58.1...v2.58.2) *2021-10-25* ##### Bug Fixes - Republish 2.58.1 as files were missing ### [`v2.58.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2581) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.58.0...v2.58.1) *2021-10-25* ##### Bug Fixes - Fix an issue with the CommonJS plugin when module.exports is falsy ([#​4247](https://togithub.com/rollup/rollup/issues/4247)) ##### Pull Requests - [#​4247](https://togithub.com/rollup/rollup/pull/4247): Handle falsy synthetic namespaces ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.58.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2580) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.57.0...v2.58.0) *2021-10-01* ##### Features - Add a flag to more reliably identify entry points in the `resolveId` hook ([#​4230](https://togithub.com/rollup/rollup/issues/4230)) ##### Pull Requests - [#​4230](https://togithub.com/rollup/rollup/pull/4230): Add isEntry flag to resolveId and this.resolve ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4233](https://togithub.com/rollup/rollup/pull/4233): Remove unused rollup-plugin-typescript ambient module types ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4235](https://togithub.com/rollup/rollup/pull/4235): Update dependencies ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.57.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2570) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.56.3...v2.57.0) *2021-09-22* ##### Features - Add `generatedCode` option to allow Rollup to use es2015 features for smaller output and more efficient helpers ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Improve AMD and SystemJS parsing performance by wrapping relevant functions in parentheses ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Using `preferConst` will now show a warning with `strictDeprecations: true` ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) ##### Bug Fixes - Improve ES3 syntax compatibility by more consequently quoting reserved words as props in generated code ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Do not use `Object.assign` in generated code to ensure ES5 compatibility without the need for polyfills ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Support live-bindings in dynamic namespace objects that contain reexported external or synthetic namespaces ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Use correct "this" binding in dynamic import expressions for CommonJS and AMD ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Properly handle `shimMissingExports` for exports that are only used internally ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Prevent unhandled rejection for failed module parsing ([#​4228](https://togithub.com/rollup/rollup/issues/4228)) ##### Pull Requests - [#​4212](https://togithub.com/rollup/rollup/pull/4212): chore: remove unused ambient types ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4215](https://togithub.com/rollup/rollup/pull/4215): Use ES2015 features in generated code snippets ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4219](https://togithub.com/rollup/rollup/pull/4219): chore: bump rollup typescript, remove unused micromatch ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4220](https://togithub.com/rollup/rollup/pull/4220): chore: use forceConsistentCasingInFileNames in ts-config ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4224](https://togithub.com/rollup/rollup/pull/4224): prepare for useDefineForClassFields ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4228](https://togithub.com/rollup/rollup/pull/4228): fix: prevent UnhandledPromiseRejectionWarning when module resolution/parsing fails ([@​kherock](https://togithub.com/kherock)) ### [`v2.56.3`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2563) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.56.2...v2.56.3) *2021-08-23* ##### Bug Fixes - Make sure moduleInfo contains complete information about imported ids in the moduleParsed hook ([#​4208](https://togithub.com/rollup/rollup/issues/4208)) ##### Pull Requests - [#​4208](https://togithub.com/rollup/rollup/pull/4208): `ModuleInfo.importedIds` will return null if `resolvedIds[source]` is undefined ([@​FoxDaxian](https://togithub.com/FoxDaxian) and [@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.56.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2562) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.56.1...v2.56.2) *2021-08-10* ##### Bug Fixes - Check if after simplification, an object pattern would become an expression statement or arrow function return value ([#​4204](https://togithub.com/rollup/rollup/issues/4204)) ##### Pull Requests - [#​4204](https://togithub.com/rollup/rollup/pull/4204): Do not create invalid code when simplifying object pattern assignments ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.56.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2561) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.56.0...v2.56.1) *2021-08-08* ##### Bug Fixes - Fix rendering of SystemJS export declarations initialized with a simplifiable expression ([#​4202](https://togithub.com/rollup/rollup/issues/4202)) ##### Pull Requests - [#​4202](https://togithub.com/rollup/rollup/pull/4202): Fix incorrect rendering of export declarations in SystemJS ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.56.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2560) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.55.1...v2.56.0) *2021-08-05* ##### Features - Create more efficient code for SystemJS exports ([#​4199](https://togithub.com/rollup/rollup/issues/4199)) - Extend `maxParallelFileReads` option to also throttle plugin load hooks ([#​4200](https://togithub.com/rollup/rollup/issues/4200)) ##### Bug Fixes - Return correct value for postfix update expressions of exported variables ([#​4194](https://togithub.com/rollup/rollup/issues/4194)) ##### Pull Requests - [#​4199](https://togithub.com/rollup/rollup/pull/4199): Refine SystemJS export rendering ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4200](https://togithub.com/rollup/rollup/pull/4200): Restrict parallel execution of load hook ([@​schummar](https://togithub.com/schummar)) ### [`v2.55.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2551) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.55.0...v2.55.1) *2021-07-29* ##### Bug Fixes - Improve CLI warning message for unused external imports ([#​4194](https://togithub.com/rollup/rollup/issues/4194)) ##### Pull Requests - [#​4194](https://togithub.com/rollup/rollup/pull/4194): Align batch warning for UNUSED_EXTERNAL_IMPORT to individual warning ([@​benmccann](https://togithub.com/benmccann)) ### [`v2.55.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2550) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.54.0...v2.55.0) *2021-07-28* ##### Features - Support default export live-bindings when generating ESM output ([#​4182](https://togithub.com/rollup/rollup/issues/4182)) ##### Bug Fixes - Always write `["default"]` as computed property when used as named export ([#​4182](https://togithub.com/rollup/rollup/issues/4182)) - Do not mask default export TDZ errors ([#​4182](https://togithub.com/rollup/rollup/issues/4182)) ##### Pull Requests - [#​4182](https://togithub.com/rollup/rollup/pull/4182): Use mutable bindings for default exports ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.54.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2540) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.53.3...v2.54.0) *2021-07-25* ##### Features - Extend UMD import.meta.url polyfill to support web workers ([#​4186](https://togithub.com/rollup/rollup/issues/4186)) ##### Bug Fixes - Resolve an issue where certain uses of classes could lead to an infinite recursion ([#​4189](https://togithub.com/rollup/rollup/issues/4189)) ##### Pull Requests - [#​4186](https://togithub.com/rollup/rollup/pull/4186): Fix UMD import.meta.url inside web workers ([@​ceifa](https://togithub.com/ceifa)) - [#​4188](https://togithub.com/rollup/rollup/pull/4188): Fix typo in renderHelpers.ts ([@​eltociear](https://togithub.com/eltociear)) - [#​4189](https://togithub.com/rollup/rollup/pull/4189): Move long path recursion prevention to MemberExpression ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4190](https://togithub.com/rollup/rollup/pull/4190): Stop recommending node-builtins ([@​curran](https://togithub.com/curran))

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.



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