Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency rollup to v2.41.0 - autoclosed #194

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 18, 2020

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

rollup/rollup

v2.41.0

Compare Source

v2.40.0

Compare Source

2021-02-26

Features
  • Make sure that entry point variable names take precedence over variable names in dependencies when deconflicting (#​3977)
Bug Fixes
  • Replace : in generated file names to prevent invalid files on Windows (#​3972)
Pull Requests

v2.39.1

Compare Source

2021-02-23

Bug Fixes
  • Make sure local variables named Symbol, Object or Promise do not conflict with code generated by Rollup (#​3971)
Pull Requests

v2.39.0

Compare Source

2021-02-12

Features
  • Add "validate" option to verify generated chunks are valid JavaScript (#​3952)
Bug Fixes
  • Always add exports properties for uninitialized named exports (#​3957)
  • Allow using an external namespace reexport together with named exports (#​3959)
  • Avoid invalid generated code in certain scenarios with SystemJS exports (#​3960)
Pull Requests

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

v2.28.2

Compare Source

2020-09-24

Bug Fixes
  • Fix a source of possible variable name conflicts when using preserveModules with SystemJS (#​3796)
Pull Requests

v2.28.1

Compare Source

2020-09-21

Bug Fixes
  • Fix a path slash issue when using the preserveModulesRoot option on Windows (#​3791)
Pull Requests

v2.28.0

Compare Source

2020-09-21

Features
  • Add an option to treat modules at a given path as located at root when preserving modules (#​3786)
Pull Requests

v2.27.1

Compare Source

2020-09-17

Bug Fixes
  • Do not fail when using ES module imports in symlinked config files (#​3783)
Pull Requests

v2.27.0

Compare Source

2020-09-16

Features
  • Support specifying a file extension when reading from stdin (#​3775)
Bug Fixes
  • Do not break logic if a branch with hoisted variables is tree-shaken in an else-if statement (#​3782)
Pull Requests

v2.26.11

Compare Source

2020-09-08

Bug Fixes
  • Do not fail for unknown nodes as if statement branches (#​3769)
Pull Requests

v2.26.10

Compare Source

2020-09-04

Bug Fixes
  • Do not create invalid code when simplifying expressions in return statements that contain line comments (#​3762)
Pull Requests

v2.26.9

Compare Source

2020-09-01

Bug Fixes
  • Add regular expression support to watch include/exclude types (#​3754)
Pull Requests
  • #​3754: Add RegExp to the include and exclude fields of the WatcherOptions type (@​dagda1)
  • #​3756: Update FAQ: I think it was meant "external" instead of "other-entry.js" (@​madacol)

v2.26.8

Compare Source

2020-08-29

Bug Fixes
  • Make sure that both unresolved and resolved ids are passed to the external option in all cases (#​3753)
Pull Requests

v2.26.7

Compare Source

2020-08-28

Bug Fixes
  • Avoid invalid code when rendering hoisted variable declarations from dead branches (#​3752)
  • Mark the options parameter of this.parse as optional for TypeScript plugins (#​3750)
Pull Requests

v2.26.6

Compare Source

2020-08-27

Bug Fixes
  • Avoid conflicts between the namespace of synthetic named exports and local variables (#​3747)
Pull Requests

v2.26.5

Compare Source

2020-08-22

Bug Fixes
  • Use correctly deconflicted variable names for reexported namespaces in ES formats (#​3742)
Pull Requests

v2.26.4

Compare Source

2020-08-19

Bug Fixes
  • Fix a situation where invalid code was rendered when dynamically importing a module with synthetic named exports when preserving modules (#​3738)
  • Create a proper namespace object when in a non-es format, a namespace is imported from a chunk with default export mode (#​3738)
  • Use the same variable when in a chunk, a namespace is both imported and reexported as a binding (#​3738)
  • Do not include the synthetic namespace in static entry points unless it is actually used (#​3738)
  • Make sure the chunking of one output does not interfere with the namespace objects of another output (#​3738)
Pull Requests

v2.26.3

Compare Source

2020-08-16

Bug Fixes
  • Fix a situation where line-breaks in a nested simplified conditional expression could result in broken code (#​3734)
Pull Requests

v2.26.2

Compare Source

2020-08-16

Bug Fixes
  • Fix a situation where line-breaks in a simplified conditional expression could result in broken code (#​3732)
Pull Requests

v2.26.1

Compare Source

2020-09-08

Bug Fixes
  • Do not fail for unknown nodes as if statement branches (#​3769)
Pull Requests

v2.26.0

Compare Source

2020-08-15

Features
  • Add a new entry importedBindings to the bundle information to list bindings per dependency (#​3722)
Bug Fixes
  • Do not render an invalid UMD wrapper when no bindings are imported from a dependency (#​3724)
  • Avoid situations where removing the else branch from an if statement might catch the else branch from another one (#​3725)
Pull Requests

v2.25.0

Compare Source

2020-08-14

Features
  • Add --failAfterWarnings CLI flag that will complete builds with warnings but return an error at the end (#​3712)
Pull Requests

v2.24.0

Compare Source

2020-08-13

Features
  • Allow defining interop per dependency via a function (#​3710)
  • Support interop "auto" as a more compatible version of "true" (#​3710)
  • Support interop "default" and "esModule" to avoid unnecessary interop helpers (#​3710)
  • Support interop "defaultOnly" for simplified helpers and Node ESM interop compatible output (#​3710)
  • Respect interop option for external dynamic imports (#​3710)
  • Support live-bindings for external default imports in non-ES formats unless "externalLiveBindings" is "false" (#​3710)
  • Use shared default interop helpers for AMD, UMD and IIFE formats (#​3710)
  • Avoid unnecessarily deconflicted module variables in non-ES formats (#​3710)
  • Freeze generated interop namespace objects (#​3710)
  • Always mark interop helpers as pure (#​3710)
  • Avoid default export interop if there is already an interop namespace object (#​3710)
  • Sort all require statements to the top in CommonJS output for easier back-transpilation to ES modules by other tools (#​3710)
Bug Fixes
  • Handle accessing super in static class fields (#​3720)
  • Deconflict the names of helper variables introduced for interop (#​3710)
  • Generate proper namespace objects for static namespace imports in non-ES formats (#​3710)
  • Do not add unused interop helpers when using the renderDynamicImport hook (#​3710)
Pull Requests

v2.23.1

Compare Source

2020-08-07

Bug Fixes
  • Fix an issue where dynamically importing an entry point could return a malformed namespace for CJS and AMD formats (#​3709)
Pull Requests
  • #​3709: Properly construct namespace when dynamically importing chunks with facades in default export mode (@​lukastaegert)

v2.23.0

Compare Source

2020-07-23

Features
  • Handle environments with only globalThis in UMD output (#​3691)
Pull Requests

v2.22.2

Compare Source

2020-07-21

Bug Fixes
  • Always generate correct exports when an implicit entry is reexporting from another module (#​3688)
Pull Requests

v2.22.1

Compare Source

2020-07-18

Bug Fixes
  • Remove unused arguments when calling a conditional expression (#​3680)
Pull Requests
  • #​3680: Allow tree-shaking of arguments of functions that are returned by conditional expressions (@​lukastaegert)

v2.22.0

Compare Source

2020-07-18

Features
  • Allow resolving synthetic named exports via an arbitrary export name (#​3657)
  • Display a warning when the user does not explicitly select an export mode and would generate a chunk with default export mode when targeting CommonJS (#​3657)
Pull Requests

v2.21.0

Compare Source

2020-07-07

Features
  • Allow plugins to disable tree-shaking for individual modules to ensure even empty modules are associated with chunks (#​3663)
Pull Requests

v2.20.0

Compare Source

2020-07-06

Features
  • Support using a function to generate different chunk and asset naming patterns per chunk or asset (#​3658)
  • Add referencedFiles property to the chunk info in generateBundle to list referenced assets (#​3661)
Pull Requests

v2.19.0

Compare Source

2020-07-05

Features
  • Allow plugins to return a Promise in the options hook (#​3660)
Pull Requests

v2.18.2

Compare Source

2020-07-02

Bug Fixes
  • Do not remove spread element args when the corresponding positional parameter is unused (#​3652)
Pull Requests

v2.18.1

Compare Source

2020-06-26

Bug Fixes
  • Make sure synthetic exports are present when a module is imported dynamically (#​3648)
  • Strip the rollup-plugin- prefix off the plugin name when looking for the plugin export in a CLI plugin without a default export (#​3647)
  • Convert plugin names with dashes to camel case when looking for the plugin export in a CLI plugin without a default export (#​3647)
Pull Requests
  • #​3647: Strip rollup-plugin prefix to find named plugin exports, throw when export cannot be found (@​lukastaegert)
  • #​3648: Always create a dynamic namespace object when a module with synthetic named exports is imported dynamically (@​lukastaegert)

v2.18.0

Compare Source

2020-06-22

Features
  • inlineDynamicImports, manualChunks and preserveModules can now be used as output options (#​3645)
  • Use sourcemaps for certain warnings that reference source code locations (#​3645)
Bug Fixes
  • this.getFileName will now always return the correct file name for chunks when multiple outputs are created (#​3645)
Pull Requests

v2.17.1

Compare Source

2020-06-19

Bug Fixes
  • Properly resolve accessing properties of namespace members again (#​3643)
Pull Requests

v2.17.0

Compare Source

2020-06-17

Features
  • When importing Rollup via package.exports, always fall back to the browser ESM build for non-Node environments (#​3634)
  • Create more efficient code when handling namespace mutations (#​3637)
Bug Fixes
  • Fix a severe performance regression when the same module is imported by a lot of modules (#​3641)
  • Properly escape special characters in imports (#​3638)
Pull Requests

v2.16.1

Compare Source

2020-06-13

Bug Fixes
  • Do not produce invalid code when an external or chunk id contain quotes or line-breaks (#​3632)
  • Do not fail but emit a warning when mutating a namespace object (#​3633)
Pull Requests

v2.16.0

Compare Source

2020-06-12

Features
  • Add support for numeric separators (#​3626)
  • Switch to finalized ESTree optional chaining AST (#​3628)
Pull Requests

v2.15.0

Compare Source

2020-06-08

Features
  • Allow to skip watching some configs via watch: false (#​3620)
  • Provide the resolved sourcemap path to sourcemapPathTransform (#​3617)
Pull Requests

v2.14.0

Compare Source

2020-06-07

Features
  • Make this.meta.watchMode available for plugins to detect watch mode (#​3616)
Bug Fixes
  • Handle exporting the same binding with different names in SystemJS (#​3575)
Pull Requests

v2.13.1

Compare Source

2020-06-04

Bug Fixes
  • Prevent conflicts in SystemJS when module is used as a top-level variable (#​3614)
Pull Requests

v2.13.0

Compare Source

2020-06-03

Features
  • Allow to specify that an emitted chunk is only loaded after a given module has loaded to improve chunking (#​3606)
Pull Requests

v2.12.1

Compare Source

2020-06-02

Bug Fixes
  • Render valid imports when chunk names correspond to directory names in virtual setups (#​3609)
Pull Requests
  • #​3609: Handle imports from chunks with names that correspond to parent directory names of other chunks (@​guybedford)

v2.12.0

Compare Source

2020-05-31

Features
  • Add an option --waitForBundleInput to let the build wait until all entry point files are available before starting (#​3577)
Pull Requests

v2.11.2

Compare Source

2020-05-28

Bug Fixes
  • Include side-effects in the second argument of Array.from (#​3604)
Pull Requests

v2.11.1

Compare Source

2020-05-28

Bug Fixes
  • Also include side-effects in files that are marked as side-effect-free if they contain an included default export that is reexported (#​3602)
Pull Requests
  • #​3602: Handle side-effects next to side-effect-free default exports in case the default export is reexported (@​lukastaegert)

v2.11.0

Compare Source

2020-05-27

Features
  • Add basic support for optional chaining (#​3582)
  • Provide a normalized set of options with proper default values to buildStart and renderStart (#​3597)
  • Do not count adding properties to the prototype of an unused class as a side-effect (#​3598)
  • Support providing null for empty setters in SystemJS via option (#​3592)
Bug Fixes
  • Do not fail when using a /*#__PURE__*/ annotation inside a class field (#​3599)
  • Allow using --watch and --treeshake together with sub-options such as --watch.clearScreen on the command line (#​3597)
Pull Requests

v2.10.9

Compare Source

2020-05-24

Bug Fixes
  • Prevent invalid exports when facades are created (#​3590)
Pull Requests
  • #​3590: Prevent unneeded exports when entry facades are created and ensure all exported variables in facades are imported (@​lukastaegert)

v2.10.8

Compare Source

2020-05-23

Bug Fixes
  • Fix issues when synthetic named exports are reexported as default exports ([#​3586]

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.

@coveralls
Copy link

coveralls commented May 18, 2020

Pull Request Test Coverage Report for Build 910

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 78.947%

Totals Coverage Status
Change from base Build 860: 0.0%
Covered Lines: 191
Relevant Lines: 211

💛 - Coveralls

@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.10.3 chore(deps): update dependency rollup to v2.10.4 May 19, 2020
@codecov-commenter
Copy link

codecov-commenter commented May 19, 2020

Codecov Report

Merging #194 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #194   +/-   ##
=======================================
  Coverage   90.52%   90.52%           
=======================================
  Files           1        1           
  Lines         211      211           
=======================================
  Hits          191      191           
  Misses         20       20           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e6ac5c9...36b59b0. Read the comment docs.

@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.10.4 chore(deps): update dependency rollup to v2.10.5 May 19, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch 2 times, most recently from 5d2f027 to 1bbaa56 Compare May 22, 2020 05:56
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.10.5 chore(deps): update dependency rollup to v2.10.7 May 22, 2020
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.10.7 chore(deps): update dependency rollup to v2.10.8 May 23, 2020
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.10.8 chore(deps): update dependency rollup to v2.10.9 May 24, 2020
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.10.9 chore(deps): update dependency rollup to v2.11.0 May 27, 2020
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.11.0 chore(deps): update dependency rollup to v2.11.2 May 28, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch 2 times, most recently from 5ce4e63 to 79c2f90 Compare May 31, 2020 04:26
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.11.2 chore(deps): update dependency rollup to v2.12.0 May 31, 2020
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.12.0 chore(deps): update dependency rollup to v2.12.1 Jun 2, 2020
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.12.1 chore(deps): update dependency rollup to v2.13.0 Jun 3, 2020
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.13.0 chore(deps): update dependency rollup to v2.13.1 Jun 4, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch 2 times, most recently from 0c67efa to d309636 Compare June 7, 2020 06:35
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.13.1 chore(deps): update dependency rollup to v2.14.0 Jun 7, 2020
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.14.0 chore(deps): update dependency rollup to v2.15.0 Jun 8, 2020
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.15.0 chore(deps): update dependency rollup to v2.16.0 Jun 12, 2020
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.37.0 chore(deps): update dependency rollup to v2.37.1 Jan 20, 2021
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.37.1 chore(deps): update dependency rollup to v2.38.0 Jan 22, 2021
@renovate renovate bot force-pushed the renovate/rollup-2.x branch 2 times, most recently from fd5ac41 to a83a7bd Compare January 28, 2021 15:18
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.38.0 chore(deps): update dependency rollup to v2.38.1 Jan 28, 2021
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.38.1 chore(deps): update dependency rollup to v2.38.2 Jan 31, 2021
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.38.2 chore(deps): update dependency rollup to v2.38.3 Feb 1, 2021
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.38.3 chore(deps): update dependency rollup to v2.38.4 Feb 2, 2021
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.38.4 chore(deps): update dependency rollup to v2.38.5 Feb 5, 2021
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.38.5 chore(deps): update dependency rollup to v2.39.0 Feb 12, 2021
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.39.0 chore(deps): update dependency rollup to v2.39.1 Feb 23, 2021
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.39.1 chore(deps): update dependency rollup to v2.40.0 Feb 26, 2021
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.40.0 chore(deps): update dependency rollup to v2.41.0 Mar 9, 2021
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.41.0 chore(deps): update dependency rollup to v2.41.0 - autoclosed Mar 10, 2021
@renovate renovate bot closed this Mar 10, 2021
@renovate renovate bot deleted the renovate/rollup-2.x branch March 10, 2021 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants