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.20.3 #35

Merged
merged 1 commit into from
Aug 29, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 3, 2019

This PR contains the following updates:

Package Type Update Change
rollup devDependencies minor 1.10.1 -> 1.20.3

Release Notes

rollup/rollup

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

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

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

@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.11.0 chore(deps): update dependency rollup to v1.11.1 May 4, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 3a65fb4 to b730865 Compare May 4, 2019 06:29
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.11.1 chore(deps): update dependency rollup to v1.11.2 May 4, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from b730865 to 930edaa Compare May 4, 2019 09:20
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.11.2 chore(deps): update dependency rollup to v1.11.3 May 5, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 930edaa to 72e5e82 Compare May 5, 2019 08:51
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.11.3 chore(deps): update dependency rollup to v1.12.0 May 15, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 72e5e82 to d38abef Compare May 15, 2019 06:43
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.12.0 chore(deps): update dependency rollup to v1.12.1 May 16, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from d38abef to 83b2691 Compare May 16, 2019 05:58
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.12.1 chore(deps): update dependency rollup to v1.12.2 May 17, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch 2 times, most recently from 05823fb to 0e9bdac Compare May 19, 2019 09:42
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.12.2 chore(deps): update dependency rollup to v1.12.3 May 19, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 0e9bdac to b943f14 Compare May 27, 2019 05:45
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.12.3 chore(deps): update dependency rollup to v1.12.4 May 27, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from b943f14 to 089d65d Compare May 30, 2019 10:06
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.12.4 chore(deps): update dependency rollup to v1.12.5 May 30, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 089d65d to b767a6e Compare May 31, 2019 08:10
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.12.5 chore(deps): update dependency rollup to v1.13.0 May 31, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from b767a6e to 0d13cf9 Compare June 1, 2019 11:07
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.13.0 chore(deps): update dependency rollup to v1.13.1 Jun 1, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 0d13cf9 to 5744758 Compare June 5, 2019 07:33
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.13.1 chore(deps): update dependency rollup to v1.14.0 Jun 5, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 5744758 to 52d37e1 Compare June 5, 2019 14:08
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.14.0 chore(deps): update dependency rollup to v1.14.1 Jun 5, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 52d37e1 to f863526 Compare June 5, 2019 15:22
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.14.1 chore(deps): update dependency rollup to v1.14.2 Jun 5, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from f863526 to 5e5e953 Compare June 6, 2019 13:58
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.14.2 chore(deps): update dependency rollup to v1.14.3 Jun 6, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.16.5 chore(deps): update dependency rollup to v1.16.6 Jul 4, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 826713e to ab61673 Compare July 9, 2019 04:49
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.16.6 chore(deps): update dependency rollup to v1.16.7 Jul 9, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from ab61673 to da07f00 Compare July 15, 2019 04:34
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.16.7 chore(deps): update dependency rollup to v1.17.0 Jul 15, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from da07f00 to 7a4dbf9 Compare August 1, 2019 11:17
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.17.0 chore(deps): update dependency rollup to v1.18.0 Aug 1, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 7a4dbf9 to a7966ed Compare August 5, 2019 18:01
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.18.0 chore(deps): update dependency rollup to v1.19.0 Aug 5, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from a7966ed to c08bd64 Compare August 5, 2019 19:00
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.19.0 chore(deps): update dependency rollup to v1.19.1 Aug 5, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from c08bd64 to 9b50dd5 Compare August 5, 2019 19:05
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.19.1 chore(deps): update dependency rollup to v1.19.2 Aug 5, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 9b50dd5 to af98bb2 Compare August 6, 2019 04:43
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.19.2 chore(deps): update dependency rollup to v1.19.3 Aug 6, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from af98bb2 to a0bbda8 Compare August 7, 2019 06:42
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.19.3 chore(deps): update dependency rollup to v1.19.4 Aug 7, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from a0bbda8 to 9aab3b5 Compare August 21, 2019 16:14
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.19.4 chore(deps): update dependency rollup to v1.20.0 Aug 21, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 9aab3b5 to dadf474 Compare August 22, 2019 17:19
@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 from dadf474 to 962f40b Compare August 25, 2019 06:07
@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 force-pushed the renovate/rollup-1.x branch from 962f40b to 6b2739f Compare August 28, 2019 12:08
@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 force-pushed the renovate/rollup-1.x branch from 6b2739f to 5665669 Compare August 28, 2019 20:35
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 5665669 to 9f9b99c Compare August 28, 2019 20:39
@jtassin jtassin merged commit 281d303 into master Aug 29, 2019
@jtassin jtassin deleted the renovate/rollup-1.x branch August 29, 2019 11: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.

2 participants