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 #341

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2019

This PR contains the following updates:

Package Type Update Change
rollup devDependencies major 0.68.2 -> 1.21.4

Release Notes

rollup/rollup

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
  • Make sure chunks emitted from transform hooks are also emitted for incremental builds in watch mode (#​2933)
Pull Requests

v1.15.1

Compare Source

2019-06-11

Bug Fixes
  • Do not fail when reexporting variables in dynamic entry points from other chunks (#​2928)
Pull Requests

v1.15.0

Compare Source

2019-06-11

Features
  • Tone down try-catch deoptimization while maintaining polyfill support (#​2918)
Bug Fixes
  • Handle feature detection with "typeof" for regular expressios (#​2916)
  • Deoptimize '' + variable' type coercion as expression statement for feature detection (#​2917)
  • Always observe argument side-effects when tree-shaking (#​2924)
Pull Requests

v1.14.6

Compare Source

2019-06-10

Bug Fixes
  • Fix an issue where call arguments were not included in try statements (#​2914)
Pull Requests

v1.14.5

Compare Source

2019-06-09

Bug Fixes
  • Keep external ids unmodified when using the object form of resolveId (#​2907)
  • Cache dynamic import resolutions when using Rollup cache (#​2908)
  • Keep all necessary parentheses when tree-shaking call arguments (#​2911)
Pull Requests

v1.14.4

Compare Source

2019-06-07

Bug Fixes
  • Do not omit external re-exports for moduleSideEffects: false (#​2905)
Pull Requests

v1.14.3

Compare Source

2019-06-06

Bug Fixes
  • Generate correct external imports when importing from a directory that would be above the root of the current working directory (#​2902)
Pull Requests

v1.14.2

Compare Source

2019-06-05

Bug Fixes
  • Prevent unnecessary inclusion of external namespace import in certain situations (#​2900)
Pull Requests

v1.14.1

Compare Source

2019-06-05

Bug Fixes
  • Fix an issue where try-statements were not included properly when a variable declared inside the statement was accessed outside it (#​2898)
  • Fix an issue where await expressions were not included properly (#​2899)
Pull Requests

v1.14.0

Compare Source

2019-06-05

Features
  • Deoptimize code inside and called from try-statements for feature detection (#​2892)
  • Tree-shake unused call arguments (#​2892)
Pull Requests
  • #​2892: Implement try-statement-deoptimization for feature detection, tree-shake unused arguments (@​lukastaegert)

v1.13.1

Compare Source

2019-06-01

Bug Fixes
  • Avoid conflicts between top-level module, require etc. and CommonJS runtimes (#​2889)
Pull Requests

v1.13.0

Compare Source

2019-05-31

Features
  • Omit exports and module from SystemJS wrapper if possible (#​2880)
  • Try to use the first letters of names when mangling exports (#​2885)
Bug Fixes
  • Avoid conflicts with local variables when using format specific globals to render dynamic imports and file URLs (#​2880)
  • Do not produce undefined reexports when reexporting from entry points (#​2885)
Pull Requests

v1.12.5

Compare Source

2019-05-30

Pull Requests

v1.12.4

Compare Source

2019-05-27

Bug Fixes
  • Show correct error stack trace for errors throw in "load" hooks (#​2871)
Pull Requests

v1.12.3

Compare Source

2019-05-19

Bug Fixes
  • Prevent duplicate imports when exports are reexported as default exports (#​2866)
Pull Requests

v1.12.2

Compare Source

2019-05-17

Bug Fixes
  • Do not fail when using clearScreen:false in watchMode (#​2858)
  • Properly resolve star reexports when preserving modules (#​2860)
Pull Requests

v1.12.1

Compare Source

2019-05-16

Bug Fixes
  • Extend file name sanitation to also replace "?" and "*" e.g. when preserving modules with the updated commonjs plugin (#​2860)
  • Do not ignore module transformer that return an empty string (#​2861)
Pull Requests

v1.12.0

Compare Source

2019-05-15

Features
  • Add treeshake.moduleSideEffects option to allow removing empty imports without a side-effect check (#​2844)
  • Extend plugin API to allow marking modules as side-effect-free (#​2844)
  • Extend this.resolve plugin context function with an option to skip the resolveId hook of the calling plugin (#​2844)
  • Add isEntry flag to this.getModuleInfo plugin context function (#​2844)
  • Distribute Rollup as optimized ES2015 code (#​2851)
Pull Requests

v1.11.3

Compare Source

2019-05-05

Bug Fixes
  • Quote es3 keywords in namespace objects (#​2825)
Pull Requests

v1.11.2

Compare Source

2019-05-04

Bug Fixes
  • Prevent a crash when handling circular namespace exports (#​2836)
Pull Requests

v1.11.1

Compare Source

2019-05-04

Bug Fixes
  • Fix an issue where rendered exports were reported as "removed" in the bundle information (#​2835)
Pull Requests

v1.11.0

Compare Source

2019-05-03

Features
  • Add emitChunk plugin context function to emit additional entry chunks that can be referenced from the code (#​2809)
  • Allow manualChunks to be a function (#​2831)
  • Omit .js extensions in AMD imports to make sure an AMD baseUrl would work (#​2809)
  • Automatically use the name of the imported module as a base for dynamically imported chunks (#​2809)
  • Add resolveFileUrl plugin hook to replace resolveAssetUrl and handle emitted chunks as well (#​2809)
  • Add resolve plugin hook to replace resolveId and isExternal that returns an object (#​2829)
  • Allow resolveDynamicImport to return an {id, external} object to also resolve unresolvable dynamic imports to a module (#​2829)
Bug Fixes
  • Do not create invalid code if a dynamic import contains nothing but reexports (#​2809)
  • Do not fail if modules that define a manual chunk depend on each other (#​2809)
  • Do not fail if a module that defines a manual chunk is the dependency of a module defining a different manual chunk (#​2809)
  • No longer fail for unnamed duplicate entry points but combine them (#​2809)
  • Always return string | null from this.resolveId even if some resolveId hooks return objects (#​2829)
  • Show proper warnings when resolveDynamicImport resolves to a non-external module that does not exist (#​2829)
Pull Requests

v1.10.1

Compare Source

2019-04-19

Bug Fixes
  • Invalid options.format values will now trigger a helpful error (#​2813)
Pull Requests

v1.10.0

Compare Source

2019-04-11

Features
  • Improve generated code to polyfill import.meta.url (#​2785)
  • Add plugin hook to configure handling of import.meta (#​2785)
  • Improve generated code when accessing URLs of emitted assets (#​2796)
  • Add plugin hook to configure the generated code when accessing URLs of emitted assets (#​2796)
Bug Fixes
  • No longer resolve assets to their parent URL in some cases (#​2796)
Pull Requests

v1.9.3

Compare Source

2019-04-10

Bug Fixes
  • Simplify return expressions that are evaluated before the surrounding function is bound (#​2803)
Pull Requests

v1.9.2

Compare Source

2019-04-10

Bug Fixes
  • Allowing replacing output.file with output.dir in the outputOptions hook (#​2802)
Pull Requests

v1.9.1

Compare Source

2019-04-10

Bug Fixes
  • Make sure inline comments in dynamic imports are preserved (#​2797)
Pull Requests

v1.9.0

Compare Source

2019-04-05

Features
  • Add built-in support for bigint (#​2789)
Pull Requests

v1.8.0

Compare Source

2019-04-02

Features
  • Support module as alias for esm and commonjs for cjs to match Node (#​2783)
Pull Requests

v1.7.4

Compare Source

2019-03-28

Bug Fixes
  • Improve TypeScript type of the treeshaking options (#​2779)
Pull Requests

v1.7.3

Compare Source

2019-03-24

Bug Fixes
  • Use getters when re-exporting live-bindings (#​2765)
Pull Requests

v1.7.2

Compare Source

2019-03-24

Bug Fixes
  • Make sure relative external ids are resolved correctly (#​2774)
Pull Requests

v1.7.1

Compare Source

2019-03-24

Bug Fixes
  • Prevent invalid code when exporting several hundred identifiers from a chunk (#​2768)
  • Do not wrongly deconflict labels (#​2776)
Pull Requests

v1.7.0

Compare Source

2019-03-20

Features
  • Sort chunk exports by name for greater consistency (#​2757)
Bug Fixes
  • Fix a situation where tree-shakeable code would not be removed in an indeterminate manner (#​2757)
Pull Requests

v1.6.1

Compare Source

2019-03-20

Bug Fixes
  • Avoid name clashes of unused default exports when tree-shaking is false (#​2758)
  • Do not crash when generating SystemJS bundles containing array patterns with member expressions (#​2760)
Pull Requests

v1.6.0

Compare Source

2019-03-08

Features
  • Add plugin hook to modify output options (#​2736)
Pull Requests

v1.5.0

Compare Source

2019-03-07

Features
  • Allow resolving to a different id while marking it as external at the same time (#​2734)
Pull Requests

v1.4.2

Compare Source

2019-03-07

Bug Fixes
  • Respect variable identity of exports when hashing (#​2741)
  • Resolve a situations where a variable was imported twice with the same name (#​2737)
Pull Requests

v1.4.1

Compare Source

2019-03-04

Bug Fixes
  • Do not treat the import target "" as external by default (#​2733)
Pull Requests

v1.4.0

Compare Source

2019-03-01

Features
  • Add option to change the name of the dynamic import function to allow polyfilling it (#​2723)
Pull Requests

v1.3.3

Compare Source

2019-03-01

Bug Fixes
  • Fix performance regression when handling long chains of calls to property methods (#​2732)
Pull Requests

v1.3.2

Compare Source

2019-02-27

Bug Fixes
  • Allow ids of default exported classes to be exported separately (#​2728)
Pull Requests

v1.3.1

Compare Source

2019-02-27

Bug Fixes
  • Correctly reexport the default export from entry chunks (#​2727)
Pull Requests

v1.3.0

Compare Source

2019-02-26

Features
  • Treeshake call expressions prefixed with UglifyJS style @__PURE__ annotations (#​2429)
Pull Requests

v1.2.5

Compare Source

2019-02-26

Bug Fixes
  • Store external ids reported by plugins in watch mode (#​2718)
Pull Requests

v1.2.4

Compare Source

2019-02-26

Bug Fixes

Renovate configuration

📅 Schedule: "every weekend" in timezone Europe/Paris.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, 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

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot force-pushed the renovate/rollup-1.x branch 15 times, most recently from 0c9d77e to ffcda72 Compare January 5, 2019 16:39
@armandabric
Copy link
Collaborator

armandabric commented Jan 6, 2019

Before upgrading rollup, wait to understand what happens with #304 the to upgrade are linked. Maybe one PR to upgrade all the rollup dependencies will fix it

Also related to #334

@renovate renovate bot force-pushed the renovate/rollup-1.x branch 5 times, most recently from 251fa36 to fc40d9d Compare January 13, 2019 18:10
@renovate renovate bot force-pushed the renovate/rollup-1.x branch 9 times, most recently from 60ae730 to a60c281 Compare January 20, 2019 10:06
@renovate renovate bot force-pushed the renovate/rollup-1.x branch 5 times, most recently from ce82852 to 9cd6b53 Compare August 11, 2019 03:21
@renovate renovate bot force-pushed the renovate/rollup-1.x branch 4 times, most recently from ed0de15 to 19ee887 Compare August 22, 2019 17:27
@renovate renovate bot force-pushed the renovate/rollup-1.x branch 6 times, most recently from 0d3be1c to 0e1535b Compare August 29, 2019 10:08
@renovate renovate bot force-pushed the renovate/rollup-1.x branch 3 times, most recently from 8943753 to 1efd8db Compare August 31, 2019 02:12
@renovate renovate bot force-pushed the renovate/rollup-1.x branch 5 times, most recently from e430263 to a0b97c5 Compare September 9, 2019 09:38
@renovate renovate bot force-pushed the renovate/rollup-1.x branch 4 times, most recently from 8e82ec3 to 2cb135d Compare September 15, 2019 10:11
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

2 participants