Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.

chore(deps): update dependency rollup to v1.32.1 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 9, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup (source) 1.26.3 -> 1.32.1 age adoption passing confidence

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

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.

@vercel
Copy link

vercel bot commented Nov 9, 2019

This pull request is being automatically deployed with ZEIT Now (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://zeit.co/rosnovsky/linux-news-app/90jm9lxha
✅ Preview: https://linux-news-app-git-renovate-rollup-1x.rosnovsky.now.sh

@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.26.4 chore(deps): update dependency rollup to v1.26.5 Nov 11, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.26.5 chore(deps): update dependency rollup to v1.27.0 Nov 12, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.0 chore(deps): update dependency rollup to v1.27.1 Nov 18, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.1 chore(deps): update dependency rollup to v1.27.2 Nov 18, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.2 chore(deps): update dependency rollup to v1.27.3 Nov 20, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.3 chore(deps): update dependency rollup to v1.27.4 Nov 22, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.4 chore(deps): update dependency rollup to v1.27.5 Nov 25, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.5 chore(deps): update dependency rollup to v1.27.6 Nov 30, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.6 chore(deps): update dependency rollup to v1.27.7 Dec 1, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.8 chore(deps): update dependency rollup to v1.27.9 Dec 7, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.9 chore(deps): update dependency rollup to v1.27.10 Dec 11, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.10 chore(deps): update dependency rollup to v1.27.11 Dec 12, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.11 chore(deps): update dependency rollup to v1.27.12 Dec 13, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.12 chore(deps): update dependency rollup to v1.27.13 Dec 14, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.13 chore(deps): update dependency rollup to v1.27.14 Dec 22, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.14 chore(deps): update dependency rollup to v1.29.0 Jan 18, 2020
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.29.0 chore(deps): update dependency rollup to v1.31.0 Feb 8, 2020
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.31.0 chore(deps): update dependency rollup to v1.31.1 Feb 16, 2020
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.31.1 chore(deps): update dependency rollup to v1.32.1 Mar 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant