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

An in-range update of rollup is breaking the build 🚨 #14

Open
greenkeeper bot opened this issue Jun 6, 2019 · 107 comments
Open

An in-range update of rollup is breaking the build 🚨 #14

greenkeeper bot opened this issue Jun 6, 2019 · 107 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jun 6, 2019

The devDependency rollup was updated from 1.14.2 to 1.14.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

rollup is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v1.14.3

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

Commits

The new version differs by 4 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 6, 2019

After pinning to 1.14.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 7, 2019

  • The devDependency rollup was updated from 1.14.3 to 1.14.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.14.4

2019-06-07

Bug Fixes

  • Do not omit external re-exports for moduleSideEffects: false (#2905)

Pull Requests

  • #2905: Make sure external re-exports are included for moduleSideEffects: false (@lukastaegert)
Commits

The new version differs by 3 commits.

  • b22a264 1.14.4
  • 4392a3e Update changelog
  • 0a0b67f Make sure external re-exports are included for moduleSideEffects: false (#2905)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 9, 2019

  • The devDependency rollup was updated from 1.14.4 to 1.14.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.14.5

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

Commits

The new version differs by 10 commits.

  • 139c0b5 1.14.5
  • a931d1f Update changelog
  • 84bc002 Cache dynamic ids if possible (#2908)
  • fd2fe29 Do not resolve relative external ids when using the object form (#2907)
  • a10a4fb Fix treeshaken parameters around parentheses (#2911)
  • 6652a3e Update changelog
  • 98a91ef Update dependencies (#2906)
  • b22a264 1.14.4
  • 4392a3e Update changelog
  • 0a0b67f Make sure external re-exports are included for moduleSideEffects: false (#2905)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 10, 2019

  • The devDependency rollup was updated from 1.14.5 to 1.14.6.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.14.6

2019-06-10

Bug Fixes

  • Fix an issue where call arguments were not included in try statements (#2914)

Pull Requests

  • #2914: Properly include try statements for each pass when deoptimization is deactivated (@lukastaegert)
Commits

The new version differs by 13 commits.

  • 3ff3db8 1.14.6
  • a624540 Update changelog
  • 9abcb7e Properly include try statements for each pass when deoptimization is deactivated (#2914)
  • 139c0b5 1.14.5
  • a931d1f Update changelog
  • 84bc002 Cache dynamic ids if possible (#2908)
  • fd2fe29 Do not resolve relative external ids when using the object form (#2907)
  • a10a4fb Fix treeshaken parameters around parentheses (#2911)
  • 6652a3e Update changelog
  • 98a91ef Update dependencies (#2906)
  • b22a264 1.14.4
  • 4392a3e Update changelog
  • 0a0b67f Make sure external re-exports are included for moduleSideEffects: false (#2905)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 11, 2019

  • The devDependency rollup was updated from 1.14.6 to 1.15.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 11, 2019

  • The devDependency rollup was updated from 1.15.0 to 1.15.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 22 commits.

  • c9eeef7 1.15.1
  • 33513a9 Update changelog
  • dbe4492 Handle reexports from dynamic entries across chunks (#2928)
  • fb4632c 1.15.0
  • b0283f7 Update changelog
  • 9418822 Do not tree-shake arguments with side-effects (#2924)
  • 355c690 Deoptimize try-catch less radically (#2918)
  • b377163 Support implicit type coercion errors in es5-shim (#2917)
  • 1718faa Deoptimize typeof for regular expression literals to better support es6-shim (#2916)
  • 3ff3db8 1.14.6
  • a624540 Update changelog
  • 9abcb7e Properly include try statements for each pass when deoptimization is deactivated (#2914)
  • 139c0b5 1.14.5
  • a931d1f Update changelog
  • 84bc002 Cache dynamic ids if possible (#2908)

There are 22 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 13, 2019

  • The devDependency rollup was updated from 1.15.1 to 1.15.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.15.2

2019-06-13

Bug Fixes

  • Make sure chunks emitted from transform hooks are also emitted for incremental builds in watch mode (#2933)

Pull Requests

Commits

The new version differs by 25 commits.

  • c3247e6 1.15.2
  • 7a5057a Update changelog
  • bf43add Reemit chunks emitted from transform hooks (#2933)
  • c9eeef7 1.15.1
  • 33513a9 Update changelog
  • dbe4492 Handle reexports from dynamic entries across chunks (#2928)
  • fb4632c 1.15.0
  • b0283f7 Update changelog
  • 9418822 Do not tree-shake arguments with side-effects (#2924)
  • 355c690 Deoptimize try-catch less radically (#2918)
  • b377163 Support implicit type coercion errors in es5-shim (#2917)
  • 1718faa Deoptimize typeof for regular expression literals to better support es6-shim (#2916)
  • 3ff3db8 1.14.6
  • a624540 Update changelog
  • 9abcb7e Properly include try statements for each pass when deoptimization is deactivated (#2914)

There are 25 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 13, 2019

  • The devDependency rollup was updated from 1.15.2 to 1.15.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.15.3

2019-06-13

Bug Fixes

  • Always reemit assets and chunks from cached transform hooks (#2936)

Pull Requests

Commits

The new version differs by 28 commits.

  • d98eb95 1.15.3
  • f17910b Update changelog
  • 9d19a18 Fix repeated re-emission of files emitted from a transform hook (#2936)
  • c3247e6 1.15.2
  • 7a5057a Update changelog
  • bf43add Reemit chunks emitted from transform hooks (#2933)
  • c9eeef7 1.15.1
  • 33513a9 Update changelog
  • dbe4492 Handle reexports from dynamic entries across chunks (#2928)
  • fb4632c 1.15.0
  • b0283f7 Update changelog
  • 9418822 Do not tree-shake arguments with side-effects (#2924)
  • 355c690 Deoptimize try-catch less radically (#2918)
  • b377163 Support implicit type coercion errors in es5-shim (#2917)
  • 1718faa Deoptimize typeof for regular expression literals to better support es6-shim (#2916)

There are 28 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 14, 2019

  • The devDependency rollup was updated from 1.15.3 to 1.15.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.15.4

2019-06-14

Bug Fixes

  • Improve how asset and chunk URLs are resolved for UMD, IIFE and CJS output (#2937)

Pull Requests

  • #2937: Fix URL resolution to work when the current script contains query parameters (@lukastaegert)
Commits

The new version differs by 31 commits.

  • 74a3be1 1.15.4
  • fb497a5 Update changelog
  • 1934044 Fix URL resolution to work when the current script contains query parameters (#2937)
  • d98eb95 1.15.3
  • f17910b Update changelog
  • 9d19a18 Fix repeated re-emission of files emitted from a transform hook (#2936)
  • c3247e6 1.15.2
  • 7a5057a Update changelog
  • bf43add Reemit chunks emitted from transform hooks (#2933)
  • c9eeef7 1.15.1
  • 33513a9 Update changelog
  • dbe4492 Handle reexports from dynamic entries across chunks (#2928)
  • fb4632c 1.15.0
  • b0283f7 Update changelog
  • 9418822 Do not tree-shake arguments with side-effects (#2924)

There are 31 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 14, 2019

  • The devDependency rollup was updated from 1.15.4 to 1.15.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.15.5

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

Commits

The new version differs by 35 commits.

  • 3a5c17a 1.15.5
  • c1ba368 Update changelog
  • b216023 Completely omit files that do not have any included statements (#2940)
  • dd00ff5 Explicitly allow null as return value for various hooks (#2941)
  • 74a3be1 1.15.4
  • fb497a5 Update changelog
  • 1934044 Fix URL resolution to work when the current script contains query parameters (#2937)
  • d98eb95 1.15.3
  • f17910b Update changelog
  • 9d19a18 Fix repeated re-emission of files emitted from a transform hook (#2936)
  • c3247e6 1.15.2
  • 7a5057a Update changelog
  • bf43add Reemit chunks emitted from transform hooks (#2933)
  • c9eeef7 1.15.1
  • 33513a9 Update changelog

There are 35 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 16, 2019

  • The devDependency rollup was updated from 1.15.5 to 1.15.6.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 21, 2019

  • The devDependency rollup was updated from 1.15.6 to 1.16.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 45 commits.

  • eb16d2f 1.16.0
  • d711fc4 Update changelog
  • 1739459 Add option to handle use of features marked for deprecation as errors (#2950)
  • bae092c Update changelog
  • 0de95d0 Improve dynamic import interop (#2954)
  • 3681afa Keep annotations and comments when simplifying logical and conditional expressions (#2955)
  • 1347489 1.15.6
  • 9624952 Update changelog
  • f4b19ab Improve handling of conflicting namespace exports (#2893)
  • 7d1bd82 Get rid of alternate screen and simplify screen clearing (#2942)
  • 3a5c17a 1.15.5
  • c1ba368 Update changelog
  • b216023 Completely omit files that do not have any included statements (#2940)
  • dd00ff5 Explicitly allow null as return value for various hooks (#2941)
  • 74a3be1 1.15.4

There are 45 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 21, 2019

  • The devDependency rollup was updated from 1.16.0 to 1.16.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 48 commits.

  • dc7fc34 1.16.1
  • 53dfc84 Update changelog
  • 88b938d Add missing docs for strictDeprecations (#2956)
  • eb16d2f 1.16.0
  • d711fc4 Update changelog
  • 1739459 Add option to handle use of features marked for deprecation as errors (#2950)
  • bae092c Update changelog
  • 0de95d0 Improve dynamic import interop (#2954)
  • 3681afa Keep annotations and comments when simplifying logical and conditional expressions (#2955)
  • 1347489 1.15.6
  • 9624952 Update changelog
  • f4b19ab Improve handling of conflicting namespace exports (#2893)
  • 7d1bd82 Get rid of alternate screen and simplify screen clearing (#2942)
  • 3a5c17a 1.15.5
  • c1ba368 Update changelog

There are 48 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 22, 2019

  • The devDependency rollup was updated from 1.16.1 to 1.16.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 51 commits.

  • 3ed6c52 1.16.2
  • 48f7f6d Update changelog
  • 9cb67d2 Make sure errors from dynamic imports can be caught (#2958)
  • dc7fc34 1.16.1
  • 53dfc84 Update changelog
  • 88b938d Add missing docs for strictDeprecations (#2956)
  • eb16d2f 1.16.0
  • d711fc4 Update changelog
  • 1739459 Add option to handle use of features marked for deprecation as errors (#2950)
  • bae092c Update changelog
  • 0de95d0 Improve dynamic import interop (#2954)
  • 3681afa Keep annotations and comments when simplifying logical and conditional expressions (#2955)
  • 1347489 1.15.6
  • 9624952 Update changelog
  • f4b19ab Improve handling of conflicting namespace exports (#2893)

There are 51 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 29, 2019

  • The devDependency rollup was updated from 1.16.2 to 1.16.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.16.3

2019-06-29

Bug Fixes

  • Prevent name conflicts with unused function parameters (#2972)

Pull Requests

Commits

The new version differs by 54 commits.

  • ea68fbc 1.16.3
  • dbc2c17 Update changelog
  • 9fb1a48 Deconflict unused parameters (#2972)
  • 3ed6c52 1.16.2
  • 48f7f6d Update changelog
  • 9cb67d2 Make sure errors from dynamic imports can be caught (#2958)
  • dc7fc34 1.16.1
  • 53dfc84 Update changelog
  • 88b938d Add missing docs for strictDeprecations (#2956)
  • eb16d2f 1.16.0
  • d711fc4 Update changelog
  • 1739459 Add option to handle use of features marked for deprecation as errors (#2950)
  • bae092c Update changelog
  • 0de95d0 Improve dynamic import interop (#2954)
  • 3681afa Keep annotations and comments when simplifying logical and conditional expressions (#2955)

There are 54 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 2, 2019

  • The devDependency rollup was updated from 1.16.3 to 1.16.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.16.4

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

Commits

The new version differs by 64 commits.

  • 2896755 1.16.4
  • c2eb6e6 Update changelog
  • b02296a Use async readFile in getRollupDefaultPlugin (#2965)
  • 20b434d Update changelog
  • eb97a3d Fix sourcemap type and update dependencies (#2976)
  • 959df58 Update changelog
  • 5682ae9 Align TS types, docs and implementation for this.warn and this.error (#2975)
  • 21b7ce4 Compensate for netlify URL normalization and fix scrolling again
  • 928d7d6 Update website links
  • 0dd6c15 Remove accidental solo test run
  • ea68fbc 1.16.3
  • dbc2c17 Update changelog
  • 9fb1a48 Deconflict unused parameters (#2972)
  • 3ed6c52 1.16.2
  • 48f7f6d Update changelog

There are 64 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 4, 2019

  • The devDependency rollup was updated from 1.16.4 to 1.16.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.16.5

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

Commits

The new version differs by 68 commits.

  • c4dbb51 1.16.5
  • ee4f0fe Update changelog
  • b1afb6e Do not skip onwarn handler when --silent is used (#2981)
  • ef7486d Make tests run on Node 12, fix watcher cleanup issue (#2982)
  • 2896755 1.16.4
  • c2eb6e6 Update changelog
  • b02296a Use async readFile in getRollupDefaultPlugin (#2965)
  • 20b434d Update changelog
  • eb97a3d Fix sourcemap type and update dependencies (#2976)
  • 959df58 Update changelog
  • 5682ae9 Align TS types, docs and implementation for this.warn and this.error (#2975)
  • 21b7ce4 Compensate for netlify URL normalization and fix scrolling again
  • 928d7d6 Update website links
  • 0dd6c15 Remove accidental solo test run
  • ea68fbc 1.16.3

There are 68 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 4, 2019

  • The devDependency rollup was updated from 1.16.5 to 1.16.6.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.16.6

2019-07-04

Bug Fixes

  • Do not pass undefined to resolveDynamicImport for unresolvable template literals (#2984)

Pull Requests

Commits

The new version differs by 71 commits.

  • 198a7b6 1.16.6
  • 365e363 Update changelog
  • 61f021e Always forward AST nodes for unresolvable dynamic imports (#2984)
  • c4dbb51 1.16.5
  • ee4f0fe Update changelog
  • b1afb6e Do not skip onwarn handler when --silent is used (#2981)
  • ef7486d Make tests run on Node 12, fix watcher cleanup issue (#2982)
  • 2896755 1.16.4
  • c2eb6e6 Update changelog
  • b02296a Use async readFile in getRollupDefaultPlugin (#2965)
  • 20b434d Update changelog
  • eb97a3d Fix sourcemap type and update dependencies (#2976)
  • 959df58 Update changelog
  • 5682ae9 Align TS types, docs and implementation for this.warn and this.error (#2975)
  • 21b7ce4 Compensate for netlify URL normalization and fix scrolling again

There are 71 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 9, 2019

  • The devDependency rollup was updated from 1.16.6 to 1.16.7.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.16.7

2019-07-09

Bug Fixes

  • Fix an issue where exported import.meta properties would lead to invalid code (#2986)

Pull Requests

Commits

The new version differs by 77 commits.

  • faebb27 1.16.7
  • 05219ef Update changelog
  • 893c725 Only overwrite content when resolving import.meta properties (#2986)
  • e66d7be Sourcemap types (#2985)
  • 8fe1385 Minor stylistic improvements
  • 36f690a Remove leftover solo: true
  • 198a7b6 1.16.6
  • 365e363 Update changelog
  • 61f021e Always forward AST nodes for unresolvable dynamic imports (#2984)
  • c4dbb51 1.16.5
  • ee4f0fe Update changelog
  • b1afb6e Do not skip onwarn handler when --silent is used (#2981)
  • ef7486d Make tests run on Node 12, fix watcher cleanup issue (#2982)
  • 2896755 1.16.4
  • c2eb6e6 Update changelog

There are 77 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 15, 2019

  • The devDependency rollup was updated from 1.16.7 to 1.17.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.17.0

2019-07-15

Features

  • Allow plugins to access current combined sourcemap in transform hook for coverage instrumentation (#2986)

Pull Requests

Commits

The new version differs by 82 commits.

  • 5d1541a 1.17.0
  • 61989d4 Update changelog
  • 7b5aa2b Bump lodash from 4.17.11 to 4.17.14 (#2989)
  • 6b500b8 Add getCombinedSourceMap in transform plugin context (#2983) (#2993)
  • a36020d docs: Fix code fences for link (#2987)
  • faebb27 1.16.7
  • 05219ef Update changelog
  • 893c725 Only overwrite content when resolving import.meta properties (#2986)
  • e66d7be Sourcemap types (#2985)
  • 8fe1385 Minor stylistic improvements
  • 36f690a Remove leftover solo: true
  • 198a7b6 1.16.6
  • 365e363 Update changelog
  • 61f021e Always forward AST nodes for unresolvable dynamic imports (#2984)
  • c4dbb51 1.16.5

There are 82 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 1, 2019

  • The devDependency rollup was updated from 1.17.0 to 1.18.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.18.0

2019-08-01

Features

  • Add externalLiveBindings: false option to optimize code when live bindings are not needed (#3010)

Pull Requests

Commits

The new version differs by 90 commits.

There are 90 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 5, 2019

  • The devDependency rollup was updated from 1.18.0 to 1.19.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 96 commits.

  • 9af119d 1.19.0
  • b3f361c Update changelog
  • 456f4d2 Avoid variable from empty module name be empty (#3026)
  • 17eaa43 Use id of last module in chunk as name base for auto-generated chunks (#3025)
  • 871bfa0 Switch to a code-splitting build and update dependencies (#3020)
  • 2443783 Unified file emission api (#2999)
  • 57dd0b9 1.18.0
  • 997df87 Update changelog
  • 4a0fa56 Add option to prevent code for external live bindings (#3010)
  • def3ae2 Update changelog
  • 2219f24 Update badges (#2998)
  • 8f4a993 Update changelog
  • b194d4a Include working coverage script (#2997)
  • db6979d Update changelog
  • 5d1541a 1.17.0

There are 96 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 5, 2019

  • The devDependency rollup was updated from 1.19.0 to 1.19.1.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 5, 2019

  • The devDependency rollup was updated from 1.19.1 to 1.19.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 3 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 6, 2019

  • The devDependency rollup was updated from 1.19.2 to 1.19.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.19.3

2019-08-06

Bug Fixes

  • Fix wrong URLs in error messages (#3033)

Pull Requests

Commits

The new version differs by 6 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 7, 2019

  • The devDependency rollup was updated from 1.19.3 to 1.19.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.19.4

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

Commits

The new version differs by 11 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 21, 2019

  • The devDependency rollup was updated from 1.19.4 to 1.20.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.20.0

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 22, 2019

  • The devDependency rollup was updated from 1.20.0 to 1.20.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.20.1

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

Commits

The new version differs by 35 commits.

  • a7e5ff2 1.20.1
  • 0c70397 Update changelog
  • 372101f Fix wrong variable name in import expression (#3073)
  • 0314917 Fixes type definition on watch and Watcher constructor. (#3074)
  • 54dfb28 Fix lint error, update license
  • fb6aa6d 1.20.0
  • a6659d1 Update changelog
  • f6a6be0 Prevent infinite loop when scanning for line-breaks and there are comment-like strings (#3069)
  • 852e704 Auto-generate license file (#3063)
  • 9879cbc Update changelog
  • 8df2bc1 Update to acorn 7 (#3061)
  • f0b429c Refactor use async control flow (#3053)
  • 5979144 Update changelog
  • 4f1d004 avoid to change original options (.acorn) object (#3051)
  • 2593b04 Remove acorn-bigint and acorn-dynamic-import from bundle (#3058)

There are 35 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 25, 2019

  • The devDependency rollup was updated from 1.20.1 to 1.20.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.20.2

2019-08-25

Bug Fixes

  • Avoid an issue where circular namespace reexports would crash Rollup (#3074)

Pull Requests

Commits

The new version differs by 38 commits.

  • b1747e4 1.20.2
  • 9374704 Update changelog
  • 2c93e33 Handle namespaces that reexport themselves (#3077)
  • a7e5ff2 1.20.1
  • 0c70397 Update changelog
  • 372101f Fix wrong variable name in import expression (#3073)
  • 0314917 Fixes type definition on watch and Watcher constructor. (#3074)
  • 54dfb28 Fix lint error, update license
  • fb6aa6d 1.20.0
  • a6659d1 Update changelog
  • f6a6be0 Prevent infinite loop when scanning for line-breaks and there are comment-like strings (#3069)
  • 852e704 Auto-generate license file (#3063)
  • 9879cbc Update changelog
  • 8df2bc1 Update to acorn 7 (#3061)
  • f0b429c Refactor use async control flow (#3053)

There are 38 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 10, 2020

  • The devDependency rollup was updated from 2.3.5 to 2.4.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.4.0

2020-04-09

Features

  • Add support for most private and public class field features (#3492)

Bug Fixes

  • Do not replace this with undefined in class field definitions (#3492)

Pull Requests

Commits

The new version differs by 158 commits.

  • 5d655d7 2.4.0
  • 33aa606 Update changelog
  • 2508884 Rollup class fields support (#3488)
  • 7abfb93 2.3.5
  • 485bb33 Update changelog
  • 302c322 Always use a new inclusion context when including declarations of variables, always inlcude labels when not treeshaking, resolves #3473 (#3492)
  • 027e1e5 2.3.4
  • 4e2af60 Update changelog
  • aecd3e1 Handle re-exports of synthetic named exports (#3319)
  • d18cb37 2.3.3
  • 153cec8 Update changelog
  • 74cec2e feat: support external star exports on namespace objects (#3474)
  • 722bc25 Update changelog
  • 9e346a8 Update changelog
  • b97754c output.{compact,esModule} doc: move Default to newline (#3483)

There are 158 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 10, 2020

  • The devDependency rollup was updated from 2.4.0 to 2.5.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 10, 2020

  • The devDependency rollup was updated from 2.5.0 to 2.6.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.6.0

2020-04-10

Features

  • Allow regular expressions to declare external modules (#3482)

Pull Requests

Commits

The new version differs by 161 commits.

  • b463308 2.6.0
  • a7e2bc1 Update changelog
  • e4975a3 feat: allow regex in config.external (#3482)
  • 5d655d7 2.4.0
  • 33aa606 Update changelog
  • 2508884 Rollup class fields support (#3488)
  • 7abfb93 2.3.5
  • 485bb33 Update changelog
  • 302c322 Always use a new inclusion context when including declarations of variables, always inlcude labels when not treeshaking, resolves #3473 (#3492)
  • 027e1e5 2.3.4
  • 4e2af60 Update changelog
  • aecd3e1 Handle re-exports of synthetic named exports (#3319)
  • d18cb37 2.3.3
  • 153cec8 Update changelog
  • 74cec2e feat: support external star exports on namespace objects (#3474)

There are 161 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 12, 2020

  • The devDependency rollup was updated from 2.6.0 to 2.6.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.6.1

2020-04-12

Bug Fixes

  • Close watch mode when stdin closes in a non-TTY environment (#3493)

Pull Requests

Commits

The new version differs by 165 commits.

  • e440b70 Use chokidar as test watcher
  • 51b0b2e 2.6.1
  • 58b726b Update changelog
  • 57bb54e Ensure --watch mode exits correctly when stdin is closed. (#3493)
  • b463308 2.6.0
  • a7e2bc1 Update changelog
  • e4975a3 feat: allow regex in config.external (#3482)
  • 5d655d7 2.4.0
  • 33aa606 Update changelog
  • 2508884 Rollup class fields support (#3488)
  • 7abfb93 2.3.5
  • 485bb33 Update changelog
  • 302c322 Always use a new inclusion context when including declarations of variables, always inlcude labels when not treeshaking, resolves #3473 (#3492)
  • 027e1e5 2.3.4
  • 4e2af60 Update changelog

There are 165 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 21, 2020

  • The devDependency rollup was updated from 2.6.1 to 2.7.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.7.0

2020-04-21

Features

  • Add preserveEntrySignatures option to control how exports of entry points are handled (#3498)
  • Add preserveSignature flag to this.emitFile to control exports of emitted chunks (#3498)
  • Add output.minifyInternalExports option to control if internal exports are minified (#3498)

Pull Requests

Commits

The new version differs by 168 commits.

There are 168 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 22, 2020

  • The devDependency rollup was updated from 2.7.0 to 2.7.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.7.1

2020-04-21

Bug Fixes

  • Use correct path for dynamic imports if output.paths is used (#3508)

Pull Requests

Commits

The new version differs by 171 commits.

There are 171 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 22, 2020

  • The devDependency rollup was updated from 2.7.1 to 2.7.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.7.2

2020-04-22

Bug Fixes

  • Prevent an infinite loop when creating separate manual chunks with circular dependencies (#3510)
  • Do not fail if "super" is used in the definition of a class field (#3511)
  • Throw if a plugin tries to emit a file with an absolute Windows path (#3509)

Pull Requests

Commits

The new version differs by 176 commits.

  • 97e6fa8 2.7.2
  • eac5b3d Update changelog
  • bd2973a fix: ban emitFile via absolute paths on Windows OS (#3509)
  • 0d352bf Support "super" in class fields (#3511)
  • f65bae1 Do not fail for circular imports between manual chunks (#3510)
  • 925d302 2.7.1
  • a011329 Update changelog
  • 1916b6d Respect output.paths in dynamic imports (#3508)
  • 437934e 2.7.0
  • c953270 Update changelog
  • 9011204 Add option to configure if entry signatures are preserved (#3498)
  • c0c206e Use chokidar as test watcher
  • 51b0b2e 2.6.1
  • 58b726b Update changelog
  • 57bb54e Ensure --watch mode exits correctly when stdin is closed. (#3493)

There are 176 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 27, 2020

  • The devDependency rollup was updated from 2.7.2 to 2.7.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.7.3

2020-04-27

Bug Fixes

  • Do not access __proto__ when running Rollup (#3518)

Pull Requests

  • #3518: use acorn-class-fields and acorn-static-class-features from npm (@nitsky)
Commits

The new version differs by 179 commits.

  • 8db16bd 2.7.3
  • ea6dbc0 Update changelog
  • 21705fa use acorn-class-fields and acorn-static-class-features from npm (#3518)
  • 97e6fa8 2.7.2
  • eac5b3d Update changelog
  • bd2973a fix: ban emitFile via absolute paths on Windows OS (#3509)
  • 0d352bf Support "super" in class fields (#3511)
  • f65bae1 Do not fail for circular imports between manual chunks (#3510)
  • 925d302 2.7.1
  • a011329 Update changelog
  • 1916b6d Respect output.paths in dynamic imports (#3508)
  • 437934e 2.7.0
  • c953270 Update changelog
  • 9011204 Add option to configure if entry signatures are preserved (#3498)
  • c0c206e Use chokidar as test watcher

There are 179 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 29, 2020

  • The devDependency rollup was updated from 2.7.3 to 2.7.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.7.4

2020-04-29

Bug Fixes

  • Fix an issue where wrong variable names were used when preserving modules (#3521)

Pull Requests

Commits

The new version differs by 182 commits.

  • 7cf6f98 2.7.4
  • c42d18b Update changelog
  • e4f4d6a Fix and improve default export alias logic (#3521)
  • 8db16bd 2.7.3
  • ea6dbc0 Update changelog
  • 21705fa use acorn-class-fields and acorn-static-class-features from npm (#3518)
  • 97e6fa8 2.7.2
  • eac5b3d Update changelog
  • bd2973a fix: ban emitFile via absolute paths on Windows OS (#3509)
  • 0d352bf Support "super" in class fields (#3511)
  • f65bae1 Do not fail for circular imports between manual chunks (#3510)
  • 925d302 2.7.1
  • a011329 Update changelog
  • 1916b6d Respect output.paths in dynamic imports (#3508)
  • 437934e 2.7.0

There are 182 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 30, 2020

  • The devDependency rollup was updated from 2.7.4 to 2.7.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.7.5

2020-04-29

Bug Fixes

  • Prevent infinite loop when default values of function parameters in a default export contain a slash (#3522)

Pull Requests

  • #3522: Avoid infinite loop when finding position for id insertion in default export (@lukastaegert)
Commits

The new version differs by 185 commits.

  • a2b4883 2.7.5
  • 8ec40b1 Update changelog
  • f9a6042 Do not check over parameters when finding possible star in default exported function (#3522)
  • 7cf6f98 2.7.4
  • c42d18b Update changelog
  • e4f4d6a Fix and improve default export alias logic (#3521)
  • 8db16bd 2.7.3
  • ea6dbc0 Update changelog
  • 21705fa use acorn-class-fields and acorn-static-class-features from npm (#3518)
  • 97e6fa8 2.7.2
  • eac5b3d Update changelog
  • bd2973a fix: ban emitFile via absolute paths on Windows OS (#3509)
  • 0d352bf Support "super" in class fields (#3511)
  • f65bae1 Do not fail for circular imports between manual chunks (#3510)
  • 925d302 2.7.1

There are 185 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 30, 2020

  • The devDependency rollup was updated from 2.7.5 to 2.7.6.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.7.6

2020-04-30

Bug Fixes

  • Fix a type issue when a default export references a global variable (#3526)

Pull Requests

Commits

The new version differs by 188 commits.

  • 468010b 2.7.6
  • 909640a Update changelog
  • 1b588b6 Handles default exporting global variables (#3526)
  • a2b4883 2.7.5
  • 8ec40b1 Update changelog
  • f9a6042 Do not check over parameters when finding possible star in default exported function (#3522)
  • 7cf6f98 2.7.4
  • c42d18b Update changelog
  • e4f4d6a Fix and improve default export alias logic (#3521)
  • 8db16bd 2.7.3
  • ea6dbc0 Update changelog
  • 21705fa use acorn-class-fields and acorn-static-class-features from npm (#3518)
  • 97e6fa8 2.7.2
  • eac5b3d Update changelog
  • bd2973a fix: ban emitFile via absolute paths on Windows OS (#3509)

There are 188 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 6, 2020

  • The devDependency rollup was updated from 2.7.6 to 2.8.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.8.0

2020-05-06

Features

  • When a dynamically imported chunk contains more exports than the imported module namespace, do not create a facade chunk but an inline namespace (#3535)

Bug Fixes

  • Do not execute dynamically imported code before synchronous code in the importing module when generating CommonJS (#3535)

Pull Requests

Commits

The new version differs by 191 commits.

  • 35b0f78 2.8.0
  • e21f248 Update changelog
  • f514c76 Avoid dynamic facade chunks (#3535)
  • 468010b 2.7.6
  • 909640a Update changelog
  • 1b588b6 Handles default exporting global variables (#3526)
  • a2b4883 2.7.5
  • 8ec40b1 Update changelog
  • f9a6042 Do not check over parameters when finding possible star in default exported function (#3522)
  • 7cf6f98 2.7.4
  • c42d18b Update changelog
  • e4f4d6a Fix and improve default export alias logic (#3521)
  • 8db16bd 2.7.3
  • ea6dbc0 Update changelog
  • 21705fa use acorn-class-fields and acorn-static-class-features from npm (#3518)

There are 191 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 7, 2020

  • The devDependency rollup was updated from 2.8.0 to 2.8.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.8.1

2020-05-07

Bug Fixes

  • Allow using plugins on CLI that are exported as exports.default (#3529)
  • Do not fail side-effect detection in nested callbacks of builtins (#3539)

Pull Requests

  • #3529: Use default named export with plugins (@NotWoods)
  • #3539: Track call side-effects both by entity and CallExpression to avoid untracked side-effects in nested calls (@lukastaegert)
Commits

The new version differs by 195 commits.

  • c445d60 2.8.1
  • 1094f82 Update changelog
  • e5cf74c Use default named export with plugins (#3529)
  • a2b961d Track call side-effects both by entity and CallExpression to avoid untracked side-effects in nested calls (#3539)
  • 35b0f78 2.8.0
  • e21f248 Update changelog
  • f514c76 Avoid dynamic facade chunks (#3535)
  • 468010b 2.7.6
  • 909640a Update changelog
  • 1b588b6 Handles default exporting global variables (#3526)
  • a2b4883 2.7.5
  • 8ec40b1 Update changelog
  • f9a6042 Do not check over parameters when finding possible star in default exported function (#3522)
  • 7cf6f98 2.7.4
  • c42d18b Update changelog

There are 195 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 7, 2020

  • The devDependency rollup was updated from 2.8.1 to 2.8.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.8.2

2020-05-07

Bug Fixes

  • Avoid invalid code when simplifying the body of a shorthand arrow function expression (#3540)

Pull Requests

  • #3540: Wrap object expressions in parentheses if they become children of an arrow function expression (@lukastaegert)
Commits

The new version differs by 198 commits.

  • 0698b6e 2.8.2
  • a7a6db4 Update changelog
  • 1ca18a3 Wrap object expressions in parentheses if they become children of an arrow function expression (#3540)
  • c445d60 2.8.1
  • 1094f82 Update changelog
  • e5cf74c Use default named export with plugins (#3529)
  • a2b961d Track call side-effects both by entity and CallExpression to avoid untracked side-effects in nested calls (#3539)
  • 35b0f78 2.8.0
  • e21f248 Update changelog
  • f514c76 Avoid dynamic facade chunks (#3535)
  • 468010b 2.7.6
  • 909640a Update changelog
  • 1b588b6 Handles default exporting global variables (#3526)
  • a2b4883 2.7.5
  • 8ec40b1 Update changelog

There are 198 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 10, 2020

  • The devDependency rollup was updated from 2.8.2 to 2.9.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.9.0

2020-05-10

Features

  • Add ids of static and dynamic imports to this.getModuleInfo (#3542)
  • Provide getModuleInfo and getModuleIds to manualChunks functions (#3542)
  • Add nullish coalescing support (#3548)
  • Make the rebuild delay in watch mode configurable and set the default to 0 for snappy rebuilds (#3502)
  • Add this.getModuleIds to the plugin context as future replacement for this.moduleIds (#3542)

Pull Requests

Commits

The new version differs by 205 commits.

  • 67ebd53 2.9.0
  • 6d6a180 Fix watch tests on Mac
  • c6c2532 Update changelog
  • 7e5c0d2 Configurable Build Delay (Currently Hardcoded at 200ms) (#3502)
  • f63e54d Extend manualChunks API (#3542)
  • e6d6876 Support nullish coalescing with tree-shaking (#3548)
  • 6919037 Update changelog
  • 0698b6e 2.8.2
  • a7a6db4 Update changelog
  • 1ca18a3 Wrap object expressions in parentheses if they become children of an arrow function expression (#3540)
  • c445d60 2.8.1
  • 1094f82 Update changelog
  • e5cf74c Use default named export with plugins (#3529)
  • a2b961d Track call side-effects both by entity and CallExpression to avoid untracked side-effects in nested calls (#3539)
  • 35b0f78 2.8.0

There are 205 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 13, 2020

  • The devDependency rollup was updated from 2.9.1 to 2.10.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.10.0

2020-05-13

Features

  • Avoid unnecessary empty imports from a facade chunk to the original chunk (#3552)
  • Pin facade creation order so that if several user-defined chunks reference the same module, the first always becomes the "actual" chunk while the later ones become facades (#3552)

Bug Fixes

  • Do not omit reexports from secondary chunks when creating facades for entry points without hoisting transitive dependencies (#3552)

Pull Requests

Commits

The new version differs by 211 commits.

  • eb20e62 2.10.0
  • 95591b7 Update changelog
  • 07e0b20 Avoid unnecessary facade dependency inlining (#3552)
  • 3cbcc8d Improve manualChunks docs (#3553)
  • 1436473 2.9.1
  • 41fc2d7 Track updates of globals that are exported as default (#3550)
  • 67ebd53 2.9.0
  • 6d6a180 Fix watch tests on Mac
  • c6c2532 Update changelog
  • 7e5c0d2 Configurable Build Delay (Currently Hardcoded at 200ms) (#3502)
  • f63e54d Extend manualChunks API (#3542)
  • e6d6876 Support nullish coalescing with tree-shaking (#3548)
  • 6919037 Update changelog
  • 0698b6e 2.8.2
  • a7a6db4 Update changelog

There are 211 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 15, 2020

  • The devDependency rollup was updated from 2.10.0 to 2.10.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.10.1

2020-05-15

Bug Fixes

  • Do not throw when "undefined" is used as a default export (#3558)

Pull Requests

Commits

The new version differs by 214 commits.

  • e5872b0 2.10.1
  • baea8aa Update changelog
  • 336eca8 Properly handles default exporting undefined (#3558)
  • eb20e62 2.10.0
  • 95591b7 Update changelog
  • 07e0b20 Avoid unnecessary facade dependency inlining (#3552)
  • 3cbcc8d Improve manualChunks docs (#3553)
  • 1436473 2.9.1
  • 41fc2d7 Track updates of globals that are exported as default (#3550)
  • 67ebd53 2.9.0
  • 6d6a180 Fix watch tests on Mac
  • c6c2532 Update changelog
  • 7e5c0d2 Configurable Build Delay (Currently Hardcoded at 200ms) (#3502)
  • f63e54d Extend manualChunks API (#3542)
  • e6d6876 Support nullish coalescing with tree-shaking (#3548)

There are 214 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 15, 2020

  • The devDependency rollup was updated from 2.10.1 to 2.10.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.10.2

2020-05-15

Bug Fixes

  • Properly include calls to mutating array methods in certain scenarios (#3559)

Pull Requests

  • #3559: Make sure UnknownFooExpressions are included when referenced as return values in a MultiExpression (@lukastaegert)
Commits

The new version differs by 217 commits.

  • 21b09a2 2.10.2
  • 97142d0 Update changelog
  • 4ae97b5 Make sure UnknownXYExpressions are included when referenced as return values in a MultiExpression (#3559)
  • e5872b0 2.10.1
  • baea8aa Update changelog
  • 336eca8 Properly handles default exporting undefined (#3558)
  • eb20e62 2.10.0
  • 95591b7 Update changelog
  • 07e0b20 Avoid unnecessary facade dependency inlining (#3552)
  • 3cbcc8d Improve manualChunks docs (#3553)
  • 1436473 2.9.1
  • 41fc2d7 Track updates of globals that are exported as default (#3550)
  • 67ebd53 2.9.0
  • 6d6a180 Fix watch tests on Mac
  • c6c2532 Update changelog

There are 217 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 18, 2020

  • The devDependency rollup was updated from 2.10.2 to 2.10.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.10.3

2020-05-18

Bug Fixes

  • Validate return value of sourcemapPathTransform option (#3561)

Pull Requests

  • #3561: Throw error if sourcemapPathTransform-option does not return a string (@Simonwep)
Commits

The new version differs by 220 commits.

  • d91fa24 2.10.3
  • 425787f Update changelog
  • 9b60cb1 Throw error if sourcemapPathTransform-option does not return a string (#3484) (#3561)
  • 21b09a2 2.10.2
  • 97142d0 Update changelog
  • 4ae97b5 Make sure UnknownXYExpressions are included when referenced as return values in a MultiExpression (#3559)
  • e5872b0 2.10.1
  • baea8aa Update changelog
  • 336eca8 Properly handles default exporting undefined (#3558)
  • eb20e62 2.10.0
  • 95591b7 Update changelog
  • 07e0b20 Avoid unnecessary facade dependency inlining (#3552)
  • 3cbcc8d Improve manualChunks docs (#3553)
  • 1436473 2.9.1
  • 41fc2d7 Track updates of globals that are exported as default (#3550)

There are 220 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 19, 2020

  • The devDependency rollup was updated from 2.10.3 to 2.10.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 223 commits.

  • 7e1acb3 2.10.4
  • 7d1ed9d Update changelog
  • eacaa13 Make sure unused classes with fields are tree-shaken if possible (#3569)
  • d91fa24 2.10.3
  • 425787f Update changelog
  • 9b60cb1 Throw error if sourcemapPathTransform-option does not return a string (#3484) (#3561)
  • 21b09a2 2.10.2
  • 97142d0 Update changelog
  • 4ae97b5 Make sure UnknownXYExpressions are included when referenced as return values in a MultiExpression (#3559)
  • e5872b0 2.10.1
  • baea8aa Update changelog
  • 336eca8 Properly handles default exporting undefined (#3558)
  • eb20e62 2.10.0
  • 95591b7 Update changelog
  • 07e0b20 Avoid unnecessary facade dependency inlining (#3552)

There are 223 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 19, 2020

  • The devDependency rollup was updated from 2.10.4 to 2.10.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.10.5

2020-05-19

Bug Fixes

  • Do not remove side-effects that may influence an included default export declaration when side-effects are disabled (#3572)

Pull Requests

  • #3572: Observe side-effects in files containing a default export declaration that reexports a variable (@lukastaegert)
Commits

The new version differs by 227 commits.

  • 2835ee4 2.10.5
  • bcc7744 Update changelog
  • 6468e03 Observe side-effects in files containing a default export declaration that reexports a variable (#3572)
  • 6515151 update doc to point folks to @rollup/plugin-babel (#3567)
  • 7e1acb3 2.10.4
  • 7d1ed9d Update changelog
  • eacaa13 Make sure unused classes with fields are tree-shaken if possible (#3569)
  • d91fa24 2.10.3
  • 425787f Update changelog
  • 9b60cb1 Throw error if sourcemapPathTransform-option does not return a string (#3484) (#3561)
  • 21b09a2 2.10.2
  • 97142d0 Update changelog
  • 4ae97b5 Make sure UnknownXYExpressions are included when referenced as return values in a MultiExpression (#3559)
  • e5872b0 2.10.1
  • baea8aa Update changelog

There are 227 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 22, 2020

  • The devDependency rollup was updated from 2.10.5 to 2.10.6.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.10.6

2020-05-22

Bug Fixes

  • Fix some issues around class fields (#3580)
  • Prevent a maximum call stack error when a called entity references itself in its declaration (#3581)

Pull Requests

Commits

The new version differs by 231 commits.

  • e3ab391 2.10.6
  • 7205512 Update changelog
  • f5cfe1a Do not fail when including call arguments of recursively defined variables (#3581)
  • b347cc9 update acorn class features (#3580)
  • 2835ee4 2.10.5
  • bcc7744 Update changelog
  • 6468e03 Observe side-effects in files containing a default export declaration that reexports a variable (#3572)
  • 6515151 update doc to point folks to @rollup/plugin-babel (#3567)
  • 7e1acb3 2.10.4
  • 7d1ed9d Update changelog
  • eacaa13 Make sure unused classes with fields are tree-shaken if possible (#3569)
  • d91fa24 2.10.3
  • 425787f Update changelog
  • 9b60cb1 Throw error if sourcemapPathTransform-option does not return a string (#3484) (#3561)
  • 21b09a2 2.10.2

There are 231 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 22, 2020

  • The devDependency rollup was updated from 2.10.6 to 2.10.7.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.10.7

2020-05-22

Bug Fixes

  • Handle modules re-exporting namespaces without further own code (#3576)

Pull Requests

Commits

The new version differs by 234 commits.

  • c7b4733 2.10.7
  • a761e3f Update changelog
  • 186f31d fix "cannot read exports of undefined" error (#3576)
  • e3ab391 2.10.6
  • 7205512 Update changelog
  • f5cfe1a Do not fail when including call arguments of recursively defined variables (#3581)
  • b347cc9 update acorn class features (#3580)
  • 2835ee4 2.10.5
  • bcc7744 Update changelog
  • 6468e03 Observe side-effects in files containing a default export declaration that reexports a variable (#3572)
  • 6515151 update doc to point folks to @rollup/plugin-babel (#3567)
  • 7e1acb3 2.10.4
  • 7d1ed9d Update changelog
  • eacaa13 Make sure unused classes with fields are tree-shaken if possible (#3569)
  • d91fa24 2.10.3

There are 234 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 23, 2020

  • The devDependency rollup was updated from 2.10.7 to 2.10.8.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.10.8

2020-05-23

Bug Fixes

  • Fix issues when synthetic named exports are reexported as default exports (#3586)

Pull Requests

Commits

The new version differs by 240 commits.

  • 36a4527 2.10.8
  • d774487 Update changelog
  • c8eeb41 Handle default reexports of synthetic named exports over several stages (#3586)
  • bd97e40 Update changelog
  • 40b879b Target Node.js v14 instead of v13 (#3585)
  • 7f74198 Clarify documentation for output.paths (#3584)
  • c7b4733 2.10.7
  • a761e3f Update changelog
  • 186f31d fix "cannot read exports of undefined" error (#3576)
  • e3ab391 2.10.6
  • 7205512 Update changelog
  • f5cfe1a Do not fail when including call arguments of recursively defined variables (#3581)
  • b347cc9 update acorn class features (#3580)
  • 2835ee4 2.10.5
  • bcc7744 Update changelog

There are 240 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 24, 2020

  • The devDependency rollup was updated from 2.10.8 to 2.10.9.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.10.9

2020-05-24

Bug Fixes

  • Prevent invalid exports when facades are created (#3590)

Pull Requests

  • #3590: Prevent unneeded exports when entry facades are created and ensure all exported variables in facades are imported (@lukastaegert)
Commits

The new version differs by 243 commits.

  • 462bff7 2.10.9
  • dacbba8 Update changelog
  • c126c94 Prevent unneeded exports when entry facades are created and ensure all exported variables in facades are imported (#3590)
  • 36a4527 2.10.8
  • d774487 Update changelog
  • c8eeb41 Handle default reexports of synthetic named exports over several stages (#3586)
  • bd97e40 Update changelog
  • 40b879b Target Node.js v14 instead of v13 (#3585)
  • 7f74198 Clarify documentation for output.paths (#3584)
  • c7b4733 2.10.7
  • a761e3f Update changelog
  • 186f31d fix "cannot read exports of undefined" error (#3576)
  • e3ab391 2.10.6
  • 7205512 Update changelog
  • f5cfe1a Do not fail when including call arguments of recursively defined variables (#3581)

There are 243 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 27, 2020

  • The devDependency rollup was updated from 2.10.9 to 2.11.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.11.0

2020-05-27

Features

  • Add basic support for optional chaining (#3582)
  • Provide a normalized set of options with proper default values to buildStart and renderStart (#3597)
  • Do not count adding properties to the prototype of an unused class as a side-effect (#3598)
  • Support providing null for empty setters in SystemJS via option (#3592)

Bug Fixes

  • Do not fail when using a /*#__PURE__*/ annotation inside a class field (#3599)
  • Allow using --watch and --treeshake together with sub-options such as --watch.clearScreen on the command line (#3597)

Pull Requests

Commits

The new version differs by 251 commits.

  • ca0854e 2.11.0
  • 0634ee9 Update changelog
  • ad6c24a Support optional chaining via acorn fork (#3582)
  • 7285995 System format optional setters (#3592)
  • eb6ce17 Treeshake prototype modifications in classes (#3598)
  • e2a85a1 Retain pure annotations in class fields (#3599)
  • 9bff788 Provide normalized options (#3597)
  • 00e197f Convert tab to spaces (#3601)
  • 462bff7 2.10.9
  • dacbba8 Update changelog
  • c126c94 Prevent unneeded exports when entry facades are created and ensure all exported variables in facades are imported (#3590)
  • 36a4527 2.10.8
  • d774487 Update changelog
  • c8eeb41 Handle default reexports of synthetic named exports over several stages (#3586)
  • bd97e40 Update changelog

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 28, 2020

  • The devDependency rollup was updated from 2.11.0 to 2.11.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 254 commits.

  • 085cfc9 2.11.1
  • 2591660 Update changelog
  • 41778fe Handle side-effects next to side-effect-free default exports in case the default export is reexported (#3602)
  • ca0854e 2.11.0
  • 0634ee9 Update changelog
  • ad6c24a Support optional chaining via acorn fork (#3582)
  • 7285995 System format optional setters (#3592)
  • eb6ce17 Treeshake prototype modifications in classes (#3598)
  • e2a85a1 Retain pure annotations in class fields (#3599)
  • 9bff788 Provide normalized options (#3597)
  • 00e197f Convert tab to spaces (#3601)
  • 462bff7 2.10.9
  • dacbba8 Update changelog
  • c126c94 Prevent unneeded exports when entry facades are created and ensure all exported variables in facades are imported (#3590)
  • 36a4527 2.10.8

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 28, 2020

  • The devDependency rollup was updated from 2.11.1 to 2.11.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.11.2

2020-05-28

Bug Fixes

  • Include side-effects in the second argument of Array.from (#3604)

Pull Requests

  • #3604: Mark Array.from as side-effectful, use two-argument Array.from when mapping Sets (@lukastaegert)
Commits

The new version differs by 257 commits.

  • 2040f82 2.11.2
  • 2b7d5d0 Update changelog
  • 21b015e Make Array.from as side-effectful, use two-argument Array.from when mapping Sets (#3604)
  • 085cfc9 2.11.1
  • 2591660 Update changelog
  • 41778fe Handle side-effects next to side-effect-free default exports in case the default export is reexported (#3602)
  • ca0854e 2.11.0
  • 0634ee9 Update changelog
  • ad6c24a Support optional chaining via acorn fork (#3582)
  • 7285995 System format optional setters (#3592)
  • eb6ce17 Treeshake prototype modifications in classes (#3598)
  • e2a85a1 Retain pure annotations in class fields (#3599)
  • 9bff788 Provide normalized options (#3597)
  • 00e197f Convert tab to spaces (#3601)
  • 462bff7 2.10.9

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 31, 2020

  • The devDependency rollup was updated from 2.11.2 to 2.12.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.12.0

2020-05-31

Features

  • Add an option --waitForBundleInput to let the build wait until all entry point files are available before starting (#3577)

Pull Requests

Commits

The new version differs by 260 commits.

  • aa33e4b 2.12.0
  • ea9ad0b Update changelog
  • c302bb3 Wait for bundle input option (#3577)
  • 2040f82 2.11.2
  • 2b7d5d0 Update changelog
  • 21b015e Make Array.from as side-effectful, use two-argument Array.from when mapping Sets (#3604)
  • 085cfc9 2.11.1
  • 2591660 Update changelog
  • 41778fe Handle side-effects next to side-effect-free default exports in case the default export is reexported (#3602)
  • ca0854e 2.11.0
  • 0634ee9 Update changelog
  • ad6c24a Support optional chaining via acorn fork (#3582)
  • 7285995 System format optional setters (#3592)
  • eb6ce17 Treeshake prototype modifications in classes (#3598)
  • e2a85a1 Retain pure annotations in class fields (#3599)

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 2, 2020

  • The devDependency rollup was updated from 2.12.0 to 2.12.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.12.1

2020-06-02

Bug Fixes

  • Render valid imports when chunk names correspond to directory names in virtual setups (#3609)

Pull Requests

  • #3609: Handle imports from chunks with names that correspond to parent directory names of other chunks (@guybedford)
Commits

The new version differs by 263 commits.

  • 5bcb3d5 2.12.1
  • 309e8e1 Update changelog
  • 0ffbe94 Handle imports from chunks with names that correspond to parent directory names of other chunks (#3609)
  • aa33e4b 2.12.0
  • ea9ad0b Update changelog
  • c302bb3 Wait for bundle input option (#3577)
  • 2040f82 2.11.2
  • 2b7d5d0 Update changelog
  • 21b015e Make Array.from as side-effectful, use two-argument Array.from when mapping Sets (#3604)
  • 085cfc9 2.11.1
  • 2591660 Update changelog
  • 41778fe Handle side-effects next to side-effect-free default exports in case the default export is reexported (#3602)
  • ca0854e 2.11.0
  • 0634ee9 Update changelog
  • ad6c24a Support optional chaining via acorn fork (#3582)

There are 250 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants