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 v1.27.4 #83

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 21, 2019

This PR contains the following updates:

Package Type Update Change
rollup devDependencies minor 1.19.4 -> 1.27.4

Release Notes

rollup/rollup

v1.27.4

Compare Source

2019-11-22

Bug Fixes
  • Aggregate circular dependency warnings in the CLI (#​3249)
  • Do not defer non-aggregated handlers in the CLI (#​3249)
Pull Requests

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

v1.20.3

Compare Source

2019-08-28

Bug Fixes
  • Make sure file hashes change when a change of the naming pattern leads to a file name change of a dependency (#​3083)
  • Fix several issues where reexporting an external "default" export could lead to invalid or incorrect code (#​3084)
Pull Requests

v1.20.2

Compare Source

2019-08-25

Bug Fixes
  • Avoid an issue where circular namespace reexports would crash Rollup (#​3074)
Pull Requests

v1.20.1

Compare Source

2019-08-22

Bug Fixes
  • Fix an issue where variable names inside dynamic import expressions were not rendered correctly (#​3073)
  • Fix type definition to allow a single watcher config as well as an array (#​3074)
Pull Requests

v1.20.0

Compare Source

2019-08-21

Features
  • Add augmentChunkHash plugin hook to be able to reflect changes in renderChunk in the chunk hash (#​2921)
Bug Fixes
  • Do not mutate the acorn options object (#​3051)
  • Make sure the order of emitted chunks always reflects the order in which they were emitted (#​3055)
  • Do not hang when there are strings containing comment-like syntax in some scenarios (#​3069)
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 changed the title chore(deps): update dependency rollup to v1.20.0 chore(deps): update dependency rollup to v1.20.1 Aug 22, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch 2 times, most recently from 20536e5 to 597d2eb Compare August 25, 2019 06:06
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.20.1 chore(deps): update dependency rollup to v1.20.2 Aug 25, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.20.2 chore(deps): update dependency rollup to v1.20.3 Aug 28, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.20.3 chore(deps): update dependency rollup to v1.21.0 Sep 8, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.21.0 chore(deps): update dependency rollup to v1.21.1 Sep 9, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.21.1 chore(deps): update dependency rollup to v1.21.2 Sep 9, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.21.2 chore(deps): update dependency rollup to v1.21.3 Sep 14, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.21.3 chore(deps): update dependency rollup to v1.21.4 Sep 16, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.21.4 chore(deps): update dependency rollup to v1.22.0 Sep 29, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.22.0 chore(deps): update dependency rollup to v1.23.0 Oct 3, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.23.0 chore(deps): update dependency rollup to v1.23.1 Oct 5, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.23.1 chore(deps): update dependency rollup to v1.24.0 Oct 15, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.24.0 chore(deps): update dependency rollup to v1.25.0 Oct 18, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.25.0 chore(deps): update dependency rollup to v1.25.1 Oct 20, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.25.1 chore(deps): update dependency rollup to v1.25.2 Oct 23, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.25.2 chore(deps): 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 a35b287 to daa6bc5 Compare October 31, 2019 19:01
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.26.0 chore(deps): update dependency rollup to v1.26.1 Oct 31, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.26.1 chore(deps): update dependency rollup to v1.26.2 Oct 31, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.26.2 chore(deps): update dependency rollup to v1.26.3 Nov 2, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.26.3 chore(deps): update dependency rollup to v1.26.4 Nov 9, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.26.4 chore(deps): update dependency rollup to v1.26.5 Nov 11, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.26.5 chore(deps): update dependency rollup to v1.27.0 Nov 12, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.0 chore(deps): update dependency rollup to v1.27.1 Nov 18, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.1 chore(deps): update dependency rollup to v1.27.2 Nov 18, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.2 chore(deps): update dependency rollup to v1.27.3 Nov 20, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.3 chore(deps): update dependency rollup to v1.27.4 Nov 22, 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.

None yet

1 participant