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.21.4 #149

Merged
merged 1 commit into from
Sep 29, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2019

This PR contains the following updates:

Package Type Update Change
rollup devDependencies minor 1.16.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

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.

@codecov-io
Copy link

codecov-io commented Aug 31, 2019

Codecov Report

Merging #149 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #149   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          17     17           
=====================================
  Hits           17     17

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 183cd7e...172c5ed. Read the comment docs.

@renovate renovate bot force-pushed the renovate/rollup-1.x branch 2 times, most recently from 925085d to 660e475 Compare September 8, 2019 13:17
@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
@neighborhood999 neighborhood999 merged commit 7583e8b into master Sep 29, 2019
@neighborhood999 neighborhood999 deleted the renovate/rollup-1.x branch September 29, 2019 01:21
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

3 participants