d-band / better-xlsx

A better xlsx library.
https://d-band.github.io/better-xlsx/
420 stars 36 forks source link

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

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency rollup was updated from 1.31.0 to 1.31.1.

🚨 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 failed ([Details](https://travis-ci.org/d-band/better-xlsx/builds/650298547?utm_source=github_status&utm_medium=notification)). - βœ… **coverage/coveralls:** First build on greenkeeper/rollup-1.31.1 at 96.313% ([Details](https://coveralls.io/builds/28728614)).

Release Notes for v1.31.1

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

Commits

The new version differs by 6 commits.

  • 6f28151 1.31.1
  • 4ed7091 Update changelog
  • 305363a Run transform hooks again in watch mode on files that errored (#3388)
  • f3d3cd8 Update changelog
  • bc52fbb Adjust bug template to mention REPL.it (#3371)
  • 7c0417f docs: correct spelling minifaction to minification (#3366)

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 4 years ago

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

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.32.0

2020-02-28

Features

  • Allow adding plugins on the command line via --plugin <plugin> (#3379)

Pull Requests

Commits

The new version differs by 8 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.32.1

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

  • #3372: Add warning code for missing output.name of IIFE bundle that has export (@rail44)
  • #3401: Missing exports errors now print the importing module (@timiyay)
  • #3418: Structure lifecycle hooks, add links to build time hooks (@lukastaegert)
  • #3420: Update generated code of getInteropBlock() to work with null prototype objects (@jdalton)
  • #3421: Avoid invalid code when "else" branch is simplified (@lukastaegert)
Commits

The new version differs by 16 commits.

  • f458cbf 1.32.1
  • 8cbf216 Update changelog
  • 97b8c40 warn.code for missing output.name of IIFE bundle that has export (#3372)
  • eeda078 Update generated code of getInteropBlock() to work with null prototype objects (#3420)
  • 85c54ee Avoid invalid code when "else" branch is simplified (#3421)
  • 1e6284f Missing exports errors now print the importing module (#3401)
  • baf382a Fix internal documentation links
  • 6f0f62b Structure lifecycle hooks, add links to build time hooks (#3418)
  • 9d68d8e 1.32.0
  • f3320a0 Update changelog
  • 07223eb introduce CLI --plugin support (#3379)
  • 1b5f505 Update resolveFileUrl docs (#3404)
  • 1d8a09e Update changelog
  • b6251df Bump codecov from 3.6.1 to 3.6.5 (#3392)
  • db576f3 Update changelog

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v2.1.0

2020-03-18

Features

  • Allow specifying an importer when emitting files to resolve relative ids (#3442)

Pull Requests

Commits

The new version differs by 61 commits.

  • f8bc018 2.1.0
  • 1f37bff Updage changelog
  • 60ed91f Add optional importer parameter to this.emitFile (#3442)
  • e019ea0 Correctly specify type of writeBundle hook in docs (#3441)
  • c0b73e4 2.0.6
  • cb8ec41 Update changelog
  • a6c450e Use correct file names when writing sourcemaps for multiple outputs (#3440)
  • 99a9c41 2.0.5
  • 4dc25ef Update changelog
  • 5a45128 Make sure logical expressions always check the left argument for side-effects (#3438)
  • 2895a55 2.0.4
  • b805138 Update changelog
  • ff72e90 fix(deconflictChunk): Deconflict multiple index imports for ES format using nested export star statements (#3435)
  • 3ef6f07 2.0.3
  • b363c43 Update changelog

There are 61 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v2.2.0

2020-03-24

Features

  • Add renderDynamicImport hook to rewrite dynamic import expressions (#3449)
  • Add information about dynamically imported modules to this.getModuleInfo (#3449)

Bug Fixes

  • Make file emission work with Uin8Array sources when using Rollup in the browser (#3452)
  • Fix types to allow watch to accept an array of configs (#3453)
  • Do not strip .js extensions from AMD imports when the import is a user-supplied replacement for a non-resolvable dynamic import target (#3453)

Pull Requests

Commits

The new version differs by 68 commits.

  • dade1fc 2.2.0
  • 33c8b01 Update changelog
  • 28ffcf4 Add hook to rewrite dynamic import expressions (#3449)
  • 485700e feat(watch): add skipWrite option (#3454)
  • e9ece1d Avoid the assumption of Buffer in browser envs (#3452)
  • 399bbf4 docs: fix SystemJS url in tutorial (#3456)
  • 530e259 fix(types): watch accepts single or array config (#3453)
  • f8bc018 2.1.0
  • 1f37bff Updage changelog
  • 60ed91f Add optional importer parameter to this.emitFile (#3442)
  • e019ea0 Correctly specify type of writeBundle hook in docs (#3441)
  • c0b73e4 2.0.6
  • cb8ec41 Update changelog
  • a6c450e Use correct file names when writing sourcemaps for multiple outputs (#3440)
  • 99a9c41 2.0.5

There are 68 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v2.3.0

2020-03-29

Features

  • Do not transpile config files with .mjs extension in Node 13+ or .cjs extension in any Node version and load them appropriately (#3445)
  • Extract helper to load a config file the way rollup does it via rollup/dist/loadConfigFile (#3445)

Bug Fixes

  • Keep watching the config file if an error occurs during initial load in watch node (#3445)
  • Add a helpful error message when using a transpiled config in a repository with "type": "module" (#3445)

Pull Requests

  • #3445: Support native ESM configs in Node 13, support untranspiled configs (@lukastaegert)
  • #3468: Don't use esm output format alias in the documentation (@vsn4ik)
Commits

The new version differs by 72 commits.

  • 9fa326f 2.3.0
  • d6376f4 Update changelog
  • 7eea04a Support native ESM configs in Node 13, support untranspiled configs (#3445)
  • 618e7f6 Don't Use esm Output Format (Alias) (#3468)
  • dade1fc 2.2.0
  • 33c8b01 Update changelog
  • 28ffcf4 Add hook to rewrite dynamic import expressions (#3449)
  • 485700e feat(watch): add skipWrite option (#3454)
  • e9ece1d Avoid the assumption of Buffer in browser envs (#3452)
  • 399bbf4 docs: fix SystemJS url in tutorial (#3456)
  • 530e259 fix(types): watch accepts single or array config (#3453)
  • f8bc018 2.1.0
  • 1f37bff Updage changelog
  • 60ed91f Add optional importer parameter to this.emitFile (#3442)
  • e019ea0 Correctly specify type of writeBundle hook in docs (#3441)

There are 72 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v2.3.1

2020-03-30

Bug Fixes

  • Do not fail if the config file returns an function returning a Promise (#3472)

Pull Requests

Commits

The new version differs by 75 commits.

  • 925e42c 2.3.1
  • d88bc14 Update changelog
  • 943995d Fix support for async functions as config (#3472)
  • 9fa326f 2.3.0
  • d6376f4 Update changelog
  • 7eea04a Support native ESM configs in Node 13, support untranspiled configs (#3445)
  • 618e7f6 Don't Use esm Output Format (Alias) (#3468)
  • dade1fc 2.2.0
  • 33c8b01 Update changelog
  • 28ffcf4 Add hook to rewrite dynamic import expressions (#3449)
  • 485700e feat(watch): add skipWrite option (#3454)
  • e9ece1d Avoid the assumption of Buffer in browser envs (#3452)
  • 399bbf4 docs: fix SystemJS url in tutorial (#3456)
  • 530e259 fix(types): watch accepts single or array config (#3453)
  • f8bc018 2.1.0

There are 75 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v2.3.2

2020-03-31

Bug Fixes

  • Only warn but do not fail build when a namespace is called as a function (#3475)
  • Make sure pre-existing sourcemap comments are also removed when rebuilding using the cache (#3476)

Pull Requests

Commits

The new version differs by 80 commits.

  • 85c59ba 2.3.2
  • 0580f82 Update changelog
  • 36cea37 Store locations for removed comments in cache (#3476)
  • c69c41b feat: Call namespace error as a warning (#3475)
  • 5eb01fb Fix documentation
  • 925e42c 2.3.1
  • d88bc14 Update changelog
  • 943995d Fix support for async functions as config (#3472)
  • 9fa326f 2.3.0
  • d6376f4 Update changelog
  • 7eea04a Support native ESM configs in Node 13, support untranspiled configs (#3445)
  • 618e7f6 Don't Use esm Output Format (Alias) (#3468)
  • dade1fc 2.2.0
  • 33c8b01 Update changelog
  • 28ffcf4 Add hook to rewrite dynamic import expressions (#3449)

There are 80 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v2.3.3

2020-04-04

Bug Fixes

  • Add external namespaces to dynamic namespace objects (#3474)

Pull Requests

Commits

The new version differs by 86 commits.

  • 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)
  • 85c59ba 2.3.2
  • 0580f82 Update changelog
  • 36cea37 Store locations for removed comments in cache (#3476)
  • c69c41b feat: Call namespace error as a warning (#3475)
  • 5eb01fb Fix documentation
  • 925e42c 2.3.1
  • d88bc14 Update changelog
  • 943995d Fix support for async functions as config (#3472)
  • 9fa326f 2.3.0

There are 86 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v2.3.4

2020-04-07

Bug Fixes

  • Handle re-exporting synthetic exports from entry-points (#3319)
  • Fix cross-chunk imports of synthetic exports (#3319)
  • Handle namespace objects that contain re-exported synthetic namespaces (#3319)
Commits

The new version differs by 89 commits.

  • 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)
  • 85c59ba 2.3.2
  • 0580f82 Update changelog
  • 36cea37 Store locations for removed comments in cache (#3476)
  • c69c41b feat: Call namespace error as a warning (#3475)
  • 5eb01fb Fix documentation
  • 925e42c 2.3.1

There are 89 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v2.3.5

2020-04-09

Bug Fixes

  • Never remove labels when tree-shaking is disabled (#3492)

Pull Requests

  • #3492: Always use a new inclusion context when including declarations of variables, always inlcude labels when not treeshaking (@lukastaegert)
Commits

The new version differs by 92 commits.

  • 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)
  • 85c59ba 2.3.2
  • 0580f82 Update changelog
  • 36cea37 Store locations for removed comments in cache (#3476)

There are 92 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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 95 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 95 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

greenkeeper[bot] commented 4 years ago

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 98 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 98 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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 102 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 102 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 105 commits.

There are 105 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 3 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 5 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)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 3 commits.

  • 8db16bd 2.7.3
  • ea6dbc0 Update changelog
  • 21705fa use acorn-class-fields and acorn-static-class-features from npm (#3518)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 3 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 3 commits.

  • a2b4883 2.7.5
  • 8ec40b1 Update changelog
  • f9a6042 Do not check over parameters when finding possible star in default exported function (#3522)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 3 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 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)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 3 commits.

  • 0698b6e 2.8.2
  • a7a6db4 Update changelog
  • 1ca18a3 Wrap object expressions in parentheses if they become children of an arrow function expression (#3540)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 7 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

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.9.1

2020-05-11

Bug Fixes

  • Do not create unintended live-bindings or invalid reexports when reexporting global variables (#3550)

Pull Requests

Commits

The new version differs by 2 commits.

  • 1436473 2.9.1
  • 41fc2d7 Track updates of globals that are exported as default (#3550)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 4 commits.

  • eb20e62 2.10.0
  • 95591b7 Update changelog
  • 07e0b20 Avoid unnecessary facade dependency inlining (#3552)
  • 3cbcc8d Improve manualChunks docs (#3553)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 3 commits.

  • 21b09a2 2.10.2
  • 97142d0 Update changelog
  • 4ae97b5 Make sure UnknownXYExpressions are included when referenced as return values in a MultiExpression (#3559)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 3 commits.

  • d91fa24 2.10.3
  • 425787f Update changelog
  • 9b60cb1 Throw error if sourcemapPathTransform-option does not return a string (#3484) (#3561)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 7e1acb3 2.10.4
  • 7d1ed9d Update changelog
  • eacaa13 Make sure unused classes with fields are tree-shaken if possible (#3569)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 4 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)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 4 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)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 3 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 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)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 3 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)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 8 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)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 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)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 3 commits.

  • 2040f82 2.11.2
  • 2b7d5d0 Update changelog
  • 21b015e Make Array.from as side-effectful, use two-argument Array.from when mapping Sets (#3604)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 3 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 3 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)

See the full diff