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

Update dependency rollup to v2.26.11 #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 18, 2020

This PR contains the following updates:

Package Type Update Change
rollup (source) devDependencies minor 2.21.0 -> 2.26.11

Release Notes

rollup/rollup

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

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.

@renovate renovate bot force-pushed the renovate/rollup-2.x branch from b0e0755 to 2ffd94c Compare July 18, 2020 19:38
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.22.0 chore(deps): update dependency rollup to v2.22.1 Jul 18, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 2ffd94c to 1c74408 Compare July 22, 2020 04:51
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.22.1 chore(deps): update dependency rollup to v2.22.2 Jul 22, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 1c74408 to 1613edc Compare July 23, 2020 19:02
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.22.2 chore(deps): update dependency rollup to v2.23.0 Jul 23, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 1613edc to 6fa5c6f Compare August 7, 2020 19:51
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.23.0 chore(deps): update dependency rollup to v2.23.1 Aug 7, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 6fa5c6f to 66d133c Compare August 13, 2020 20:05
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.23.1 chore(deps): update dependency rollup to v2.24.0 Aug 13, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 66d133c to 9d12ec2 Compare August 14, 2020 04:38
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.24.0 chore(deps): update dependency rollup to v2.25.0 Aug 14, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 9d12ec2 to 3a62f87 Compare August 15, 2020 04:56
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.25.0 chore(deps): update dependency rollup to v2.26.0 Aug 15, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 3a62f87 to 11d76a3 Compare August 16, 2020 04:52
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.26.0 chore(deps): update dependency rollup to v2.26.1 Aug 16, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 11d76a3 to e7b7908 Compare August 16, 2020 05:57
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.26.1 chore(deps): update dependency rollup to v2.26.2 Aug 16, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from e7b7908 to 51e42e1 Compare August 16, 2020 19:40
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.26.2 chore(deps): update dependency rollup to v2.26.3 Aug 16, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 51e42e1 to 9df5e93 Compare August 19, 2020 05:18
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.26.3 chore(deps): update dependency rollup to v2.26.4 Aug 19, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 9df5e93 to 3219bba Compare August 22, 2020 04:58
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.26.4 chore(deps): update dependency rollup to v2.26.5 Aug 22, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 3219bba to f2f1fb2 Compare August 27, 2020 05:33
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.26.5 chore(deps): update dependency rollup to v2.26.6 Aug 27, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from f2f1fb2 to d956798 Compare August 28, 2020 15:16
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.26.6 chore(deps): update dependency rollup to v2.26.7 Aug 28, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from d956798 to 50b2f23 Compare August 29, 2020 06:43
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.26.7 chore(deps): update dependency rollup to v2.26.8 Aug 29, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 50b2f23 to 3c1b093 Compare September 1, 2020 07:37
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.26.8 chore(deps): update dependency rollup to v2.26.9 Sep 1, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 3c1b093 to 0da1a40 Compare September 4, 2020 05:23
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.26.9 chore(deps): update dependency rollup to v2.26.10 Sep 4, 2020
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 0da1a40 to 6e39ab1 Compare September 8, 2020 05:57
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.26.10 chore(deps): update dependency rollup to v2.26.11 Sep 8, 2020
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.26.11 Update dependency rollup to v2.26.11 Sep 11, 2020
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.

1 participant