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.10.1 #18

Merged
merged 1 commit into from
Apr 25, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 23, 2019

This PR contains the following updates:

Package Type Update Change References
rollup devDependencies minor 1.0.0 -> 1.10.1 source

Release Notes

rollup/rollup

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
  • Fix an issue where a variable was imported twice under the same name (#​2715)
Pull Requests

v1.2.3

Compare Source

2019-02-23

Bug Fixes
  • Use correct path when rendering dynamic imports where the entry module is empty (#​2714)
Pull Requests

v1.2.2

Compare Source

2019-02-19

Bug Fixes
  • Fix wrong external imports when using the paths options only for some outputs (#​2706)
Pull Requests

v1.2.1

Compare Source

2019-02-17

Bug Fixes
Pull Requests

v1.2.0

Compare Source

2019-02-17

Features
  • Fewer renamed variables due to a completely reimplemented deconflicting logic (#​2689)
Bug Fixes
  • Respect rendered and tree-shaken exports when determining chunk hashes (#​2695)
  • Fix an error when dynamic imports end up in the same chunk as one of their importees (#​2677)
  • Do not generate invalid code when expressions containing IIFEs are simplified (#​2696)
  • Do not throw an error when more than ten bundles are watched (#​2700)
  • Treat re-exported globals in a spec-compliant way (#​2691)
  • Fix issues related to wrongly renamed variables (#​2689)
  • Do not throw an error if config files contain non-default exports (#​2673)
  • Improve type of RollupOutput.output to guarantee at least one chunk (#​2679)
Pull Requests

v1.1.2

Compare Source

2019-01-21

Bug Fixes
  • Tree-shaken dynamic imports no longer leave behind undefined entries in the bundle information (#​2663)
  • Dynamic imports in dynamically imported files could lead to crashes and would not always create new chunks (#​2664)
Pull Requests

v1.1.1

Compare Source

2019-01-19

Bug Fixes
  • Make sure object prototype methods are not considered to be falsy when tree-shaking (#​2652)
Pull Requests

v1.1.0

Compare Source

2019-01-09

Features
  • Make this.meta available from the options plugin hook (#​2642)
  • Add a new writeBundle plugin hook that is called after all files have been written (#​2643)
Bug Fixes
  • Make sure the acorn import of the bundled non-ESM acorn plugins is correctly translated to ESM (#​2636)
  • Make sure input options are actually passed to the buildStart hook (#​2642)
Pull Requests

v1.0.2

Compare Source

2019-01-05

Bug Fixes
  • Make sure the transform hook is always reevaluated when a file watched by the hook changes (#​2633)
  • Fix a crash when generating hashes for tree-shaken dynamic imports (#​2638)
  • Fix a crash and some inconsistencies when using the acorn-bigint plugin (#​2640)
Pull Requests

v1.0.1

Compare Source

2019-01-03

Bug Fixes
  • Properly handle reexporting an external default export for non-ESM targets when using named exports mode (#​2620)
  • Do not (wrongly) re-declare input options in the merged RollupOptions type (#​2622)
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 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 faf8546 to 372d502 Compare March 24, 2019 12:47
@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 force-pushed the renovate/rollup-1.x branch from 372d502 to 01cdcb6 Compare March 24, 2019 13:27
@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 2 times, most recently from 75b6af5 to ed73654 Compare March 26, 2019 16:01
@renovate renovate bot changed the title Update dependency rollup to v1.7.3 chore(deps): update dependency rollup to v1.7.3 Mar 26, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.7.3 chore(deps): update dependency rollup to v1.7.4 Mar 28, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch 2 times, most recently from ce8df65 to e1471fb Compare March 30, 2019 08:44
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.7.4 chore(deps): update dependency rollup to v1.8.0 Apr 2, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from e1471fb to d451b4f Compare April 2, 2019 04:52
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.8.0 chore(deps): 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 af6a11c to afc9176 Compare April 10, 2019 04:15
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.9.0 chore(deps): update dependency rollup to v1.9.1 Apr 10, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from afc9176 to 4069a02 Compare April 10, 2019 06:38
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.9.1 chore(deps): update dependency rollup to v1.9.2 Apr 10, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.9.2 chore(deps): update dependency rollup to v1.9.3 Apr 10, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 4069a02 to b955062 Compare April 10, 2019 09:42
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.9.3 chore(deps): update dependency rollup to v1.10.0 Apr 11, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from b955062 to 813ae6a Compare April 11, 2019 06:58
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.10.0 chore(deps): update dependency rollup to v1.10.1 Apr 19, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 813ae6a to 2fbfd07 Compare April 19, 2019 07:57
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 2fbfd07 to 914e900 Compare April 25, 2019 14:45
@jtassin jtassin merged commit e82755f into master Apr 25, 2019
@jtassin jtassin deleted the renovate/rollup-1.x branch April 25, 2019 19:13
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