Skip to content

Update dependency rollup to v1.27.3 #27

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 8, 2019

This PR contains the following updates:

Package Type Update Change
rollup devDependencies minor 1.20.3 -> 1.27.3

Release Notes

rollup/rollup

v1.27.3

Compare Source

2019-11-20

Bug Fixes
  • Provide better warning when empty chunks are created in a code-splitting scenario (#​3244)
Pull Requests

v1.27.2

Compare Source

2019-11-18

Bug Fixes
  • Fix an issue where live bindings were not working correctly when using += in SystemJS (#​3242)
Pull Requests
  • #​3242: Export updated assignments when using shorthand update assignment expressions in SystemJS (@​lukastaegert)

v1.27.1

Compare Source

2019-11-18

Bug Fixes
  • Fix an issue where code after a switch-statement with removed cases was erroneously not included (#​3241)
Pull Requests

v1.27.0

Compare Source

2019-11-12

Features
  • Add support for output-specific plugins (#​3218)
  • Reenable parallel output processing when using the CLI (#​3218)
  • Warn if files are emitted that would overwrite previously emitted files (#​3218)
Bug Fixes
  • Do not overwrite files emitted in other builds if outputs are generated in parallel (#​3218)
Pull Requests

v1.26.5

Compare Source

2019-11-11

Bug Fixes
  • Fix a regression where it was no longer to pass a certain option format to generate (#​3223)
Pull Requests

v1.26.4

Compare Source

2019-11-09

Bug Fixes
  • Keep watching known files after a plugin error during the initial build (#​3219)
Pull Requests

v1.26.3

Compare Source

2019-11-02

Bug Fixes
  • Work around an incompatibility with rollup-plugin-dts (#​3211)
Pull Requests

v1.26.2

Compare Source

2019-10-31

Bug Fixes
  • Do not create invalid code when using treeshake: false and star re-exports (#​3209)
Pull Requests

v1.26.1

Compare Source

2019-10-31

Bug Fixes
  • Prevent an issue where outputs would overwrite files emitted by other outputs (#​3201)
  • Do not throw an error if the config file does not have a .js extension (#​3204)
Pull Requests

v1.26.0

Compare Source

2019-10-27

Features
  • Only warn when no output is provided for an IIFE bundle but still produce valid code (#​3181)
  • Support reexporting namespaces as a binding (#​3193)
  • Switch from hash.js to crypto for hashing in the Node build for better performance and support for very large assets (#​3194)
Bug Fixes
  • Correctly handle chunks reexporting the same namespace as two different bindings (#​3193)
Pull Requests

v1.25.2

Compare Source

2019-10-23

Bug Fixes
  • Improve performance of bundled UMD code by adding additional parentheses to enforce eager parsing (#​3183)
  • Improve types to tolerate passing a Rollup config with multiple outputs to rollup.rollup (#​3184)
Pull Requests

v1.25.1

Compare Source

2019-10-20

Bug Fixes
  • Handle a situation where code was not included after a switch statement (#​3178)
  • Handle a situation where code was not included after a do-while loop (#​3180)
  • Do not fail if different outputs emit the same file (#​3175)
  • Give access to the original acorn error for parse errors (#​3176)
Pull Requests

v1.25.0

Compare Source

2019-10-18

Features
  • Remove try-catch if there is no side-effect in the try-block (#​3166)
  • Omit side-effect-free trailing cases in switch-statements (#​3166)
  • Remove unused labels (#​3170)
Bug Fixes
  • Do not remove code after labeled statements that contain a throw or return if the label is used (#​3170)
  • Prevent invalid code when expressions are simplified that do not follow a white-space character (#​3173)
  • Do not remove continue statements inside switch statements (#​3166)
  • Prevent trailing empty lines when tree-shaking inside switch statements (#​3166)
Pull Requests

v1.24.0

Compare Source

2019-10-15

Features
  • Respect break, continue, return and throw when tree-shaking to detect dead code (#​3153)
  • Do treat treat hoisted function declarations as "unknown" when checking for call side-effects (#​3153)
Bug Fixes
  • Make sure that unknown import.meta properties produce valid code in SystemJS (#​3152)
  • Make sure treeshake.annotations: false is respected for class instantiation (#​3153)
  • Check property access side-effects for class instantiation (#​3153)
  • Do not suppress break statements inside labeled statements (#​3153)
Pull Requests

v1.23.1

Compare Source

2019-10-05

Bug Fixes
  • Fix a regression where the node types had a specific minimal version (#​3143)
Pull Requests

v1.23.0

Compare Source

2019-10-03

Features
  • Add placeholders for extensions when preserving modules (#​3116)
Pull Requests

v1.22.0

Compare Source

2019-09-29

Features
  • Add a new "hidden" sourcemap type that generates the map files but omits the sourcemap comment (#​3120)
  • Generate more efficient code when using namespaceToStringTag: true (#​3135)
  • Make sure namespace objects do not have a prototype (#​3136)
Bug Fixes
  • Do not ignore side-effectful iterators by always preserving for..of loops for now (#​3132)
  • Make sure --context is observed as a CLI option (#​3134)
  • Do not require specific versions for @​types dependencies (#​3131)
Pull Requests

v1.21.4

Compare Source

2019-09-16

Bug Fixes
  • Recognize common browser globals (#​3117)
  • Do not treat "typeof " as a side-effect (#​3117)
Pull Requests

v1.21.3

Compare Source

2019-09-14

Bug Fixes
  • Fix a regression where modifying a watched file did not trigger a rebuild (#​3112)
Pull Requests
  • #​3112: Fix .addWatchFile() dependencies failing to invalidate in watch mode (@​tivac)

v1.21.2

Compare Source

2019-09-09

Bug Fixes
  • Fix wrong deprecation message to direct to this.emitFile instead of this.emitAsset

v1.21.1

Compare Source

2019-09-09

Bug Fixes
  • Allow legacy plugins to still add assets directly to the bundle object (#​3105)
Pull Requests

v1.21.0

Compare Source

2019-09-08

Features
  • Respect output.entryFileNames when preserving modules (#​3088)
  • Make accessing unknown globals a side-effect unless this is deactivated via treeshake.unknownGlobalSideEffects (#​3068)
  • Respect global objects when checking for pure global functions (#​3068)
  • Introduce a type to more easily distinguish chunks and assets in the output bundle (#​3080)
Bug Fixes
  • Recover in watch mode when the initial build fails (#​3081)
  • Make sure output.strict is respected for SystemJS output (#​3101)
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 if you modify the PR title to begin with "rebase!".

🔕 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

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 9796b82 to 21f7e33 Compare September 9, 2019 08:04
@renovate renovate bot changed the title Update dependency rollup to v1.21.0 Update dependency rollup to v1.21.1 Sep 9, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 21f7e33 to 6ef1ece Compare September 9, 2019 09:35
@renovate renovate bot changed the title Update dependency rollup to v1.21.1 Update dependency rollup to v1.21.2 Sep 9, 2019
@renovate renovate bot changed the title Update dependency rollup to v1.21.2 Update dependency rollup to v1.21.3 Sep 14, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch 2 times, most recently from cb8fc8e to 17b939e Compare September 16, 2019 10:39
@renovate renovate bot changed the title Update dependency rollup to v1.21.3 Update dependency rollup to v1.21.4 Sep 16, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 17b939e to 40a29e1 Compare September 29, 2019 06:10
@renovate renovate bot changed the title Update dependency rollup to v1.21.4 Update dependency rollup to v1.22.0 Sep 29, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 40a29e1 to dd3eb97 Compare October 3, 2019 19:34
@renovate renovate bot changed the title Update dependency rollup to v1.22.0 Update dependency rollup to v1.23.0 Oct 3, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from dd3eb97 to 69e5bdb Compare October 5, 2019 06:14
@renovate renovate bot changed the title Update dependency rollup to v1.23.0 Update dependency rollup to v1.23.1 Oct 5, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 69e5bdb to d01e69a Compare October 15, 2019 06:05
@renovate renovate bot changed the title Update dependency rollup to v1.23.1 Update dependency rollup to v1.24.0 Oct 15, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from d01e69a to 76caff8 Compare October 18, 2019 12:17
@renovate renovate bot changed the title Update dependency rollup to v1.24.0 Update dependency rollup to v1.25.0 Oct 18, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 76caff8 to 456111e Compare October 20, 2019 17:59
@renovate renovate bot changed the title Update dependency rollup to v1.25.0 Update dependency rollup to v1.25.1 Oct 20, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 456111e to a45747a Compare October 23, 2019 05:55
@renovate renovate bot changed the title Update dependency rollup to v1.25.1 Update dependency rollup to v1.25.2 Oct 23, 2019
@renovate renovate bot changed the title Update dependency rollup to v1.25.2 Update dependency rollup to v1.26.0 Oct 27, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch 2 times, most recently from 9f02e73 to 185510f Compare October 31, 2019 19:01
@renovate renovate bot changed the title Update dependency rollup to v1.26.0 Update dependency rollup to v1.26.1 Oct 31, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 185510f to 2193263 Compare October 31, 2019 19:38
@renovate renovate bot changed the title Update dependency rollup to v1.26.1 Update dependency rollup to v1.26.2 Oct 31, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 2193263 to 3a9e6e3 Compare November 2, 2019 11:11
@renovate renovate bot changed the title Update dependency rollup to v1.26.2 Update dependency rollup to v1.26.3 Nov 2, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 3a9e6e3 to d13708e Compare November 9, 2019 20:51
@renovate renovate bot changed the title Update dependency rollup to v1.26.3 Update dependency rollup to v1.26.4 Nov 9, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from d13708e to 7132453 Compare November 11, 2019 05:37
@renovate renovate bot changed the title Update dependency rollup to v1.26.4 Update dependency rollup to v1.26.5 Nov 11, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 7132453 to 7fa31fc Compare November 12, 2019 16:36
@renovate renovate bot changed the title Update dependency rollup to v1.26.5 Update dependency rollup to v1.27.0 Nov 12, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 7fa31fc to 679dee8 Compare November 21, 2019 11:33
@renovate renovate bot changed the title Update dependency rollup to v1.27.0 Update dependency rollup to v1.27.3 Nov 21, 2019
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