Skip to content

Update dependency rollup to v1.32.1 #99

New issue

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

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

Already on GitHub? # 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 Mar 1, 2019

This PR contains the following updates:

Package Type Update Change
rollup (source) devDependencies minor 1.2.4 -> 1.32.1

Release Notes

rollup/rollup

v1.32.1

Compare Source

2020-03-06

Bug Fixes
  • Handle default export detection for AMD and IIFE externals that do not have a prototype (#​3420)
  • Handle missing whitespace when the else branch of an if-statement is simplified (#​3421)
  • Mention the importing module when reporting errors for missing named exports (#​3401)
  • Add code to warning for missing output.name of IIFE bundles (#​3372)
Pull Requests

v1.32.0

Compare Source

2020-02-28

Features
  • Allow adding plugins on the command line via --plugin <plugin> (#​3379)
Pull Requests

v1.31.1

Compare Source

2020-02-14

Bug Fixes
  • Make sure errored files are always re-evaluated in watch mode to avoid an issue in the typescript plugin (#​3388)
Pull Requests

v1.31.0

Compare Source

2020-01-31

Features
  • Always disable tree-shaking for asm.js functions to maintain semantics (#​3362)
Pull Requests

v1.30.1

Compare Source

2020-01-27

Bug Fixes
  • Do not mistreat static entgry points as dynamic ones when chunking (#​3357)
  • Resolve a crash when chunking circular dynamic imports (#​3357)
Pull Requests

v1.30.0

Compare Source

2020-01-27

Features
  • Do not split chunks when dynamically imported modules import modules that are already loaded by all dynamic importers (#​3354)
  • Add hoistTransitiveImports option to disable hoisting imports of static dependencies into entry chunks (#​3353)
Bug Fixes
  • Make sure polyfills are always loaded first when each static entry point contains them as first import (#​3354)
Pull Requests

v1.29.1

Compare Source

2020-01-21

Bug Fixes
  • Avoid crashes for circular reexports when named exports cannot be found (#​3350)
Pull Requests

v1.29.0

Compare Source

2020-01-08

Features
  • Enable top-level await by default (#​3089)
  • Add typings for watch events (#​3302)
Bug Fixes
  • Deconflict files that would conflict only on a case-insensitive OS (#​3317)
  • Do not fail in certain scenarios where a logical expression inside a sequence expression was being directly included (#​3327)
Pull Requests

v1.28.0

Compare Source

2020-01-04

Features
  • Allow piping in stdin via the command line interface (#​3312, #​3290)
  • Allow plugins to mark modules as having syntheticNamedExports for e.g. better CJS interoperability (#​3295)
  • Ignore variable reassignments in dead code when tree-shaking to remove more unneeded code (#​3212)
Bug Fixes
  • Properly respect tree-shaken code when generating sourcemaps (#​3318)
Pull Requests

v1.27.14

Compare Source

2019-12-22

Bug Fixes
  • Update references to official rollup plugins in error messages (#​3297, #​3298)
Pull Requests

v1.27.13

Compare Source

2019-12-14

Bug Fixes
  • Do not truncate environment variable values at the first colon when using the --environment option (#​3283)
Pull Requests

v1.27.12

Compare Source

2019-12-13

Bug Fixes
  • Prevent invalid AMD or SystemJS code when accessing import.meta (#​3282)
Pull Requests
  • #​3282: Always make "module" available for SystemJS and AMD formats if import.meta is accessed directly (@​lukastaegert)

v1.27.11

Compare Source

2019-12-12

Bug Fixes
  • Resolve a crash due to an infinite loop (#​3280)
Pull Requests

v1.27.10

Compare Source

2019-12-11

Bug Fixes
  • Keep track of function return values in more situations (#​3278)
Pull Requests

v1.27.9

Compare Source

2019-12-07

Bug Fixes
  • Fix an issue where reexports could be missing when preserving modules (#​3273)
  • Allow turning of color output via NO_COLOR or FORCE_COLOR=0 environment variables (#​3272)
Pull Requests

v1.27.8

Compare Source

2019-12-02

Bug Fixes
  • Deoptimize objects when a method is called on them to make sure modifications via "this" are observed (#​3266)
Pull Requests

v1.27.7

Compare Source

2019-12-01

Bug Fixes
  • Fix a scenario where a reassignments to computed properties were not tracked (#​3267)
Pull Requests

v1.27.6

Compare Source

2019-11-30

Bug Fixes
  • Use "auto" export mode by default for all modules when preserving modules (#​3265)
  • Observe "output.exports" when preserving modules and warn for mixed exports if necessary (#​3265)
Pull Requests

v1.27.5

Compare Source

2019-11-25

Bug Fixes
  • Make sure namespaces for inlined dynamic imports are treated as variable accesses when deconflicting (#​3256)
Pull Requests

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-12-22

Bug Fixes
  • Update references to official rollup plugins in error messages (#​3297, #​3298)
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

v1.19.4

Compare Source

2019-08-07

Bug Fixes
  • Prevent invalid code when exporting an external namespace (#​3034)
  • Prevent invalid or non-equivalent code when simplifying expressions in return and throw statements (#​3035)
Pull Requests

v1.19.3

Compare Source

2019-08-06

Bug Fixes
  • Fix wrong URLs in error messages (#​3033)
Pull Requests

v1.19.2

Compare Source

2019-08-05

Bug Fixes
  • Add bin file to package

v1.19.1

Compare Source

2019-08-05

Bug Fixes
  • Remove wrong extension in package.json file (#​3031)
Pull Requests

v1.19.0

Compare Source

2019-08-05

Features
  • Implement a new unified file emission API for assets and chunks with support for explicit file names (#​2999)
  • Use the id of the last module in a chunk as base for the chunk name if no better name is available (#​3025)
  • Use the id of the last module in a chunk as base for the variable name of a chunk in some formats if no better name is available (#​2999)
Bug Fixes
  • Do not produce invalid variable names if an empty name is chosen for a virtual module (#​3026)
  • Fix an issue where a module variable name would conflict with a local variable name in some formats (#​3020)
Pull Requests

v1.18.0

Compare Source

2019-08-01

Features
  • Add externalLiveBindings: false option to optimize code when live bindings are not needed (#​3010)
Pull Requests

v1.17.0

Compare Source

2019-07-15

Features
  • Allow plugins to access current combined sourcemap in transform hook for coverage instrumentation (#​2993)
Pull Requests

v1.16.7

Compare Source

2019-07-09

Bug Fixes
  • Fix an issue where exported import.meta properties would lead to invalid code (#​2986)
Pull Requests

v1.16.6

Compare Source

2019-07-04

Bug Fixes
  • Do not pass undefined to resolveDynamicImport for unresolvable template literals (#​2984)
Pull Requests

v1.16.5

Compare Source

2019-07-04

Bug Fixes
  • onwarn should still be called when --silent is used (#​2982)
  • Properly clean up watchers for files that are deleted between builds (#​2982)
Pull Requests

v1.16.4

Compare Source

2019-07-02

Bug Fixes
  • Do not show a TypeScript error when providing a location as number to this.warn and this.error (#​2974)
  • Use the correct TypeScript type for Sourcemap.version (#​2976)
Pull Requests

v1.16.3

Compare Source

2019-06-29

Bug Fixes
  • Prevent name conflicts with unused function parameters (#​2972)
Pull Requests

v1.16.2

Compare Source

2019-06-22

Bug Fixes
  • Properly wrap dynamic imports in Promises that can be caught when generating CJS output (#​2958)
Pull Requests

v1.16.1

Compare Source

2019-06-21

Pull Requests

v1.16.0

Compare Source

2019-06-21

Features
  • Add strictDeprecations option to throw when currently or upcoming deprecated features are used (#​2945)
  • Keep annotations and comments when simplifying logical and conditional expressions (#​2955)
Bug Fixes
  • Generate proper namespace objects when dynamically importing external dependencies for AMD or CJS formats (#​2954)
  • Fix dynamically imported variables not being resolved correctly when importing from an entry chunk with only a default export (#​2954)
  • Do not reexport default when reexporting a namespace (#​2954)
Pull Requests

v1.15.6

Compare Source

2019-06-16

Bug Fixes
  • No longer use an alternate screen in watch mode to allow scrolling (#​2942)
  • Prioritize non-external imports over external ones when resolving conflicting namespace re-exports (#​2893)
Pull Requests

v1.15.5

Compare Source

2019-06-14

Bug Fixes
  • Do not include any comments for completely tree-shaken files so that renderedLength === 0 is a reliable check (#​2940)
  • Do not cause type errors when returning null from resolveId (#​2941)
Pull Requests

v1.15.4

Compare Source

2019-06-14

Bug Fixes
  • Improve how asset and chunk URLs are resolved for UMD, IIFE and CJS output (#​2937)
Pull Requests

v1.15.3

Compare Source

2019-06-13

Bug Fixes
  • Always reemit assets and chunks from cached transform hooks (#​2936)
Pull Requests

v1.15.2

Compare Source

2019-06-13

Bug Fixes

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 changed the title Update dependency rollup to v1.3.3 Update dependency rollup to v1.4.0 Mar 1, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from e64a24f to beea56e Compare March 1, 2019 10:24
@renovate renovate bot changed the title Update dependency rollup to v1.4.0 Update dependency rollup to v1.4.1 Mar 4, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from beea56e to a945a9c Compare March 4, 2019 07:53
@renovate renovate bot changed the title Update dependency rollup to v1.4.1 Update dependency rollup to v1.4.2 Mar 7, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from a945a9c to a3cbfde Compare March 7, 2019 05:44
@renovate renovate bot changed the title Update dependency rollup to v1.4.2 Update dependency rollup to v1.5.0 Mar 7, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from a3cbfde to cabd1cc Compare March 7, 2019 06:31
@renovate renovate bot changed the title Update dependency rollup to v1.5.0 Update dependency rollup to v1.6.0 Mar 8, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from cabd1cc to f2b438b Compare March 8, 2019 05:34
@renovate renovate bot changed the title Update dependency rollup to v1.6.0 Update dependency rollup to v1.6.1 Mar 20, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from f2b438b to 45d8c73 Compare March 20, 2019 06:53
@renovate renovate bot changed the title Update dependency rollup to v1.6.1 Update dependency rollup to v1.7.0 Mar 20, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch 2 times, most recently from dad8c5c to 598e50f Compare March 24, 2019 12:54
@renovate renovate bot changed the title Update dependency rollup to v1.7.0 Update dependency rollup to v1.7.1 Mar 24, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 598e50f to 127471f Compare March 24, 2019 13:30
@renovate renovate bot changed the title Update dependency rollup to v1.7.1 Update dependency rollup to v1.7.2 Mar 24, 2019
@renovate renovate bot changed the title Update dependency rollup to v1.7.2 Update dependency rollup to v1.7.3 Mar 25, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 127471f to 464acb4 Compare March 25, 2019 05:58
@renovate renovate bot changed the title Update dependency rollup to v1.7.3 Update dependency rollup to v1.7.4 Mar 28, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 464acb4 to 8aeccfb Compare March 28, 2019 07:04
@renovate renovate bot changed the title Update dependency rollup to v1.7.4 Update dependency rollup to v1.8.0 Apr 2, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 8aeccfb to 06b03aa Compare April 2, 2019 04:57
@renovate renovate bot changed the title Update dependency rollup to v1.8.0 Update dependency rollup to v1.9.0 Apr 5, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch 2 times, most recently from ae740df to 8d34ed4 Compare April 10, 2019 04:17
@renovate renovate bot changed the title Update dependency rollup to v1.9.0 Update dependency rollup to v1.9.1 Apr 10, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 8d34ed4 to 49a8de5 Compare April 10, 2019 06:46
@renovate renovate bot changed the title Update dependency rollup to v1.9.1 Update dependency rollup to v1.9.2 Apr 10, 2019
@renovate renovate bot changed the title Update dependency rollup to v1.12.3 Update dependency rollup to v1.13.0 Jun 1, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 462b890 to d5f506a Compare June 19, 2019 11:04
@renovate renovate bot changed the title Update dependency rollup to v1.13.0 Update dependency rollup to v1.15.6 Jun 19, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from d5f506a to d6c6a11 Compare July 13, 2019 03:04
@renovate renovate bot changed the title Update dependency rollup to v1.15.6 Update dependency rollup to v1.16.7 Jul 13, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from d6c6a11 to 799368a Compare August 10, 2019 04:02
@renovate renovate bot changed the title Update dependency rollup to v1.16.7 Update dependency rollup to v1.19.4 Aug 10, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 799368a to 1b8f6fb Compare September 4, 2019 17:53
@renovate renovate bot changed the title Update dependency rollup to v1.19.4 Update dependency rollup to v1.20.3 Sep 4, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 1b8f6fb to 55e4169 Compare September 30, 2019 11:02
@renovate renovate bot changed the title Update dependency rollup to v1.20.3 Update dependency rollup to v1.22.0 Sep 30, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 55e4169 to f8b9c4a Compare November 10, 2019 19:05
@renovate renovate bot changed the title Update dependency rollup to v1.22.0 Update dependency rollup to v1.26.4 Nov 10, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from f8b9c4a to 397b584 Compare November 20, 2019 12:02
@renovate renovate bot changed the title Update dependency rollup to v1.26.4 Update dependency rollup to v1.27.2 Nov 20, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 397b584 to 32c18ac Compare December 14, 2019 17:01
@renovate renovate bot changed the title Update dependency rollup to v1.27.2 Update dependency rollup to v1.27.12 Dec 14, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 32c18ac to 964778d Compare December 21, 2019 21:03
@renovate renovate bot changed the title Update dependency rollup to v1.27.12 Update dependency rollup to v1.27.13 Dec 21, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 964778d to 6270690 Compare December 30, 2019 08:59
@renovate renovate bot changed the title Update dependency rollup to v1.27.13 Update dependency rollup to v1.27.14 Dec 30, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 6270690 to 0a6efa2 Compare January 18, 2020 13:57
@renovate renovate bot changed the title Update dependency rollup to v1.27.14 Update dependency rollup to v1.29.0 Jan 18, 2020
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 0a6efa2 to 2702df1 Compare February 8, 2020 13:03
@renovate renovate bot changed the title Update dependency rollup to v1.29.0 Update dependency rollup to v1.31.0 Feb 8, 2020
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 2702df1 to bae8691 Compare February 16, 2020 06:56
@renovate renovate bot changed the title Update dependency rollup to v1.31.0 Update dependency rollup to v1.31.1 Feb 16, 2020
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from bae8691 to aec3ce6 Compare March 10, 2020 15:01
@renovate renovate bot changed the title Update dependency rollup to v1.31.1 Update dependency rollup to v1.32.1 Mar 10, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant