Coder Social home page Coder Social logo

Comments (140)

greenkeeper avatar greenkeeper commented on April 28, 2024

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

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.1.1 to 1.1.2.

Your tests are still failing with this version. Compare changes

Release Notes for v1.1.2

2019-01-21

Bug Fixes

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

Pull Requests

Commits

The new version differs by 4 commits.

  • 38f3ca6 1.1.2
  • 384e35d Update changelog
  • 296035e Do not include tree-shaken dynamic imports in bundle information (#2663)
  • a7eb784 Properly handle dynamic imports declared in dynamically imported files (#2664)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.1.2 to 1.2.0.

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

Commits

The new version differs by 17 commits.

  • 60e8df2 1.2.0
  • 56ff3e3 Update changelog
  • 19a7727 Reimplement variable deconflicting logic (#2689)
  • fe84e00 Update changelog
  • db42a04 Prevent final resolution and facade creation for inlined dynamic imports (#2677)
  • 4d082b0 Respect rendered exports when generating chunk hashes (#2695)
  • 14a17af Correctly render function expression inside simplified expression statements. (#2696)
  • 0a46310 Add a fix for MaxListenersExceededWarning (#2700)
  • 1454b90 Update rollup-pluginutils (#2703)
  • d883243 Update changelog
  • f8faa4b Allow config files to contain non-default exports (#2673)
  • d6a865e Update changelog
  • 1ae20fc Improve type of RollupOutput.output (#2679)
  • 7f79ab1 Update changelog
  • c702f3a Fix typo in export-globals test (#2693)

There are 17 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.2.0 to 1.2.1.

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

Release Notes for v1.2.1

2019-02-17

Bug Fixes

  • Fix ESM version of Rollup (#2705)

Pull Requests

Commits

The new version differs by 20 commits.

  • b96f5bc 1.2.1
  • b15d065 Update changelog
  • 8dbf347 Fix ESM version of Rollup (#2705)
  • 60e8df2 1.2.0
  • 56ff3e3 Update changelog
  • 19a7727 Reimplement variable deconflicting logic (#2689)
  • fe84e00 Update changelog
  • db42a04 Prevent final resolution and facade creation for inlined dynamic imports (#2677)
  • 4d082b0 Respect rendered exports when generating chunk hashes (#2695)
  • 14a17af Correctly render function expression inside simplified expression statements. (#2696)
  • 0a46310 Add a fix for MaxListenersExceededWarning (#2700)
  • 1454b90 Update rollup-pluginutils (#2703)
  • d883243 Update changelog
  • f8faa4b Allow config files to contain non-default exports (#2673)
  • d6a865e Update changelog

There are 20 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.2.1 to 1.2.2.

Your tests are still failing with this version. Compare changes

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.2.2 to 1.2.3.

Your tests are still failing with this version. Compare changes

Release Notes for v1.2.3

2019-02-23

Bug Fixes

  • Use correct path when rendering dynamic imports where the entry module is empty (#2714)

Pull Requests

Commits

The new version differs by 4 commits.

  • 5d6e01c 1.2.3
  • 6c346ba Update changelog
  • 585500e Add npm ci to prepublish script.
  • e8c078d Properly render dynamic imports when imported module is empty (#2714)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.2.3 to 1.2.4.

Your tests are still failing with this version. Compare changes

Release Notes for v1.2.4

2019-02-26

Bug Fixes

  • Fix an issue where a variable was imported twice under the same name (#2715)

Pull Requests

  • #2715: Deduplicate imports referencing default exports and their original variables (@lukastaegert)
Commits

The new version differs by 3 commits.

  • c499630 1.2.4
  • 369446b Update changelog
  • 297cc8c Deduplicate imports referencing default exports and their original variables (#2719)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.2.4 to 1.2.5.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.2.5 to 1.3.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.0

2019-02-26

Features

  • Treeshake call expressions prefixed with UglifyJS style @__PURE__ annotations (#2429)

Pull Requests

Commits

The new version differs by 3 commits.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.3.0 to 1.3.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.1

2019-02-27

Bug Fixes

  • Correctly reexport the default export from entry chunks (#2727)

Pull Requests

Commits

The new version differs by 3 commits.

  • e9abb56 1.3.1
  • 55ef193 Update changelog
  • 45518c2 Take chunk export mode into account when reexporting default, resolves #2721 (#2727)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.3.1 to 1.3.2.

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.2

2019-02-27

Bug Fixes

  • Allow ids of default exported classes to be exported separately (#2728)

Pull Requests

Commits

The new version differs by 3 commits.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.3.2 to 1.3.3.

Your tests are still failing with this version. Compare changes

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.3.3 to 1.4.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.4.0

2019-03-01

Features

  • Add option to change the name of the dynamic import function to allow polyfilling it (#2723)

Pull Requests

Commits

The new version differs by 3 commits.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.4.0 to 1.4.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.4.1

2019-03-04

Features

  • Do not treat the import target "" as external by default (#2733)

Pull Requests

Commits

The new version differs by 4 commits.

  • f15aefb 1.4.1
  • ccef873 Update changelog
  • 6010bdd fix: the empty string importee should not always be treated as external module id (#2733)
  • d27ee15 Add dynamicImportFunction to CLI guide

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.4.1 to 1.4.2.

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

Release Notes for v1.4.2

2019-03-07

Bug Fixes

  • Respect variable identity of exports when hashing (#2741)
  • Resolve a situations where a variable was imported twice with the same name (#2737)

Pull Requests

Commits

The new version differs by 6 commits.

  • adaa23e 1.4.2
  • 2d03a67 Update changelog
  • 858fea4 Resolve a situation where different default exports referencing the same (#2737)
  • 6903425 Update changelog
  • af41561 Fix an issue where the same hash was generated when different variables (#2741)
  • d27c0f6 Docs: Fix return type (#2738)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.4.2 to 1.5.0.

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

Release Notes for v1.5.0

2019-03-07

Features

  • Allow resolving to a different id while marking it as external at the same time (#2734)

Pull Requests

Commits

The new version differs by 9 commits.

  • ae000c9 1.5.0
  • f00f210 Update changelog
  • 5bf2144 Allow resolveId to return an object (#2734)
  • adaa23e 1.4.2
  • 2d03a67 Update changelog
  • 858fea4 Resolve a situation where different default exports referencing the same (#2737)
  • 6903425 Update changelog
  • af41561 Fix an issue where the same hash was generated when different variables (#2741)
  • d27c0f6 Docs: Fix return type (#2738)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.5.0 to 1.6.0.

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

Release Notes for v1.6.0

2019-03-08

Features

  • Add plugin hook to modify output options (#2736)

Pull Requests

Commits

The new version differs by 12 commits.

  • 88ceebd 1.6.0
  • b7499f3 Update changelog
  • 00f414d Add hook for modifying OutputOptions (#2736)
  • ae000c9 1.5.0
  • f00f210 Update changelog
  • 5bf2144 Allow resolveId to return an object (#2734)
  • adaa23e 1.4.2
  • 2d03a67 Update changelog
  • 858fea4 Resolve a situation where different default exports referencing the same (#2737)
  • 6903425 Update changelog
  • af41561 Fix an issue where the same hash was generated when different variables (#2741)
  • d27c0f6 Docs: Fix return type (#2738)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.6.0 to 1.6.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.6.1

2019-03-20

Bug Fixes

  • Avoid name clashes of unused default exports when tree-shaking is false (#2758)
  • Do not crash when generating SystemJS bundles containing array patterns with member expressions (#2760)

Pull Requests

Commits

The new version differs by 16 commits.

  • dfe1713 1.6.1
  • 7513859 Update changelog
  • 8166eb0 Handle member expressions in array patterns (#2760)
  • 26d2b31 Make sure unused default exports are deconflicted when tree-shaking is false (#2758)
  • 88ceebd 1.6.0
  • b7499f3 Update changelog
  • 00f414d Add hook for modifying OutputOptions (#2736)
  • ae000c9 1.5.0
  • f00f210 Update changelog
  • 5bf2144 Allow resolveId to return an object (#2734)
  • adaa23e 1.4.2
  • 2d03a67 Update changelog
  • 858fea4 Resolve a situation where different default exports referencing the same (#2737)
  • 6903425 Update changelog
  • af41561 Fix an issue where the same hash was generated when different variables (#2741)

There are 16 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.6.1 to 1.7.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.7.0 to 1.7.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.7.1

2019-03-24

Bug Fixes

  • Prevent invalid code when exporting several hundred identifiers from a chunk (#2768)
  • Do not wrongly deconflict labels (#2776)

Pull Requests

Commits

The new version differs by 7 commits.

  • 7c4ceca 1.7.1
  • 034034f Update changelog
  • 75b41e2 Do not treat break labels as identifiers (#2776)
  • 61dcba8 Update changelog
  • 9cbb73e Sanitize shortened internal export names (#2768)
  • dec4d83 Update changelog
  • 429942e Update dependencies and fix security issues (#2769)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.7.1 to 1.7.2.

Your tests are still failing with this version. Compare changes

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.7.2 to 1.7.3.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • e9e9636 1.7.3
  • 48251d5 Update changelog
  • e53c734 Support exporting live-bindings from other chunks or external dependencies (#2765)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.7.4 to 1.8.0.

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

Release Notes for v1.8.0

2019-04-02

Features

  • Support module as alias for esm and commonjs for cjs to match Node (#2783)

Pull Requests

Commits

The new version differs by 7 commits.

  • 712c56f 1.8.0
  • f083f50 Update changelog
  • dba1438 inline interopDefault in config loading (#2782)
  • 8825cdb Support Node-style format aliases (#2783)
  • f5a6c30 1.7.4
  • 5c6c884 Update changelog
  • b3578ae Make all properties in TreeshakingOptions optional (#2779)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.8.0 to 1.9.0.

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

Release Notes for v1.9.0

2019-04-05

Features

  • Add built-in support for bigint (#2789)

Pull Requests

Commits

The new version differs by 14 commits.

  • fadf7bc Fix linting
  • 2500f4c 1.9.0
  • c544083 Update changelog
  • c3d67ca Ship with bigint support built-in (#2789)
  • c6bad2f Update changelog
  • 7837fc5 Test that rollup-plugin-commonjs works with preserveModules (#2792)
  • fee090c Use shared extractAssignedNames from rollup-pluginutils (#2791)
  • 712c56f 1.8.0
  • f083f50 Update changelog
  • dba1438 inline interopDefault in config loading (#2782)
  • 8825cdb Support Node-style format aliases (#2783)
  • f5a6c30 1.7.4
  • 5c6c884 Update changelog
  • b3578ae Make all properties in TreeshakingOptions optional (#2779)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.9.0 to 1.9.1.

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

Release Notes for v1.9.1

2019-04-10

Bug Fixes

  • Make sure inline comments in dynamic imports are preserved (#2797)

Pull Requests

Commits

The new version differs by 17 commits.

  • 947067a 1.9.1
  • d6935ba Update changelog
  • 6709c17 Emit inline comments inside dynamic import (#2797)
  • fadf7bc Fix linting
  • 2500f4c 1.9.0
  • c544083 Update changelog
  • c3d67ca Ship with bigint support built-in (#2789)
  • c6bad2f Update changelog
  • 7837fc5 Test that rollup-plugin-commonjs works with preserveModules (#2792)
  • fee090c Use shared extractAssignedNames from rollup-pluginutils (#2791)
  • 712c56f 1.8.0
  • f083f50 Update changelog
  • dba1438 inline interopDefault in config loading (#2782)
  • 8825cdb Support Node-style format aliases (#2783)
  • f5a6c30 1.7.4

There are 17 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.9.1 to 1.9.2.

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

Release Notes for v1.9.2

2019-04-10

Bug Fixes

  • Allowing replacing output.file with output.dir in the outputOptions hook (#2802)

Pull Requests

Commits

The new version differs by 21 commits.

  • 479bf73 1.9.2
  • 844031c Update dependencies
  • 7d258ce Update changelog
  • 351cf69 Observe modified output options in bundle.write (#2802)
  • 947067a 1.9.1
  • d6935ba Update changelog
  • 6709c17 Emit inline comments inside dynamic import (#2797)
  • fadf7bc Fix linting
  • 2500f4c 1.9.0
  • c544083 Update changelog
  • c3d67ca Ship with bigint support built-in (#2789)
  • c6bad2f Update changelog
  • 7837fc5 Test that rollup-plugin-commonjs works with preserveModules (#2792)
  • fee090c Use shared extractAssignedNames from rollup-pluginutils (#2791)
  • 712c56f 1.8.0

There are 21 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.9.3 to 1.10.0.

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

Release Notes for v1.10.0

2019-04-11

Features

  • Improve generated code to polyfill import.meta.url (#2785)
  • Add plugin hook to configure handling of import.meta (#2785)
  • Improve generated code when accessing URLs of emitted assets (#2796)
  • Add plugin hook to configure the generated code when accessing URLs of emitted assets (#2796)

Bug Fixes

  • No longer resolve assets to their parent URL in some cases (#2796)

Pull Requests

Commits

The new version differs by 28 commits.

  • cc3cf1c 1.10.0
  • 2c3cbaa Update changelog
  • 9ffe6f5 Improve and fix asset emission (#2796)
  • 2ae0811 Refactor handling of import.meta.url and add option to configure behaviour (#2785)
  • 516a06d 1.9.3
  • a5526ea Update changelog
  • c3d73ff Handle out-of-order binding of identifiers to improve tree-shaking (#2803)
  • 479bf73 1.9.2
  • 844031c Update dependencies
  • 7d258ce Update changelog
  • 351cf69 Observe modified output options in bundle.write (#2802)
  • 947067a 1.9.1
  • d6935ba Update changelog
  • 6709c17 Emit inline comments inside dynamic import (#2797)
  • fadf7bc Fix linting

There are 28 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.10.0 to 1.10.1.

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

Commits

The new version differs by 36 commits.

  • e7b5214 1.10.1
  • ef69222 Update changelog
  • 099444d Catch invalid options.format values (#2813)
  • a5e33e3 Update changelog
  • 49fbf7d Update 999-big-list-of-options.md (#2812)
  • 36fb97b Update changelog
  • be0083c Update all dependencies to fix security issues (#2816)
  • 1738a2d Fix attribution in changelog
  • cc3cf1c 1.10.0
  • 2c3cbaa Update changelog
  • 9ffe6f5 Improve and fix asset emission (#2796)
  • 2ae0811 Refactor handling of import.meta.url and add option to configure behaviour (#2785)
  • 516a06d 1.9.3
  • a5526ea Update changelog
  • c3d73ff Handle out-of-order binding of identifiers to improve tree-shaking (#2803)

There are 36 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.10.1 to 1.11.0.

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

Release Notes for v1.11.0

2019-05-03

Features

  • Add emitChunk plugin context function to emit additional entry chunks that can be referenced from the code (#2809)
  • Allow manualChunks to be a function (#2831)
  • Omit .js extensions in AMD imports to make sure an AMD baseUrl would work (#2809)
  • Automatically use the name of the imported module as a base for dynamically imported chunks (#2809)
  • Add resolveFileUrl plugin hook to replace resolveAssetUrl and handle emitted chunks as well (#2809)
  • Add resolve plugin hook to replace resolveId and isExternal that returns an object (#2829)
  • Allow resolveDynamicImport to return an {id, external} object to also resolve unresolvable dynamic imports to a module (#2829)

Bug Fixes

  • Do not create invalid code if a dynamic import contains nothing but reexports (#2809)
  • Do not fail if modules that define a manual chunk depend on each other (#2809)
  • Do not fail if a module that defines a manual chunk is the dependency of a module defining a different manual chunk (#2809)
  • No longer fail for unnamed duplicate entry points but combine them (#2809)
  • Always return string | null from this.resolveId even if some resolveId hooks return objects (#2829)
  • Show proper warnings when resolveDynamicImport resolves to a non-external module that does not exist (#2829)

Pull Requests

Commits

The new version differs by 48 commits.

  • 61a7947 1.11.0
  • 20222ce Run npm test on appveyor again
  • e5f45d2 Update changelog
  • 5a5ccc8 Update dependencies (#2833)
  • c4d8440 Update changelog
  • d96a846 Manual chunks function (#2831)
  • 856707c Improve id resolution (#2829)
  • 18829da Add hook for dynamic entry chunk emission (#2809)
  • 980903b Update changelog
  • 933b322 Also mention code and map in the generateBundle hook documentation (#2832)
  • 0441723 Update changelog
  • 4b4ace3 Docs: Fix syntax error (#2821)
  • e7b5214 1.10.1
  • ef69222 Update changelog
  • 099444d Catch invalid options.format values (#2813)

There are 48 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.11.0 to 1.11.1.

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

Release Notes for v1.11.1

2019-05-04

Bug Fixes

  • Fix an issue where rendered exports were reported as "removed" in the bundle information (#2835)

Pull Requests

  • #2835: Fix removedExports to correctly track the exported item (@Swatinem)
Commits

The new version differs by 51 commits.

  • 67a717b 1.11.1
  • 773cecd Update changelog
  • 6238077 Fix removedExports to correctly track the exported item (#2835)
  • 61a7947 1.11.0
  • 20222ce Run npm test on appveyor again
  • e5f45d2 Update changelog
  • 5a5ccc8 Update dependencies (#2833)
  • c4d8440 Update changelog
  • d96a846 Manual chunks function (#2831)
  • 856707c Improve id resolution (#2829)
  • 18829da Add hook for dynamic entry chunk emission (#2809)
  • 980903b Update changelog
  • 933b322 Also mention code and map in the generateBundle hook documentation (#2832)
  • 0441723 Update changelog
  • 4b4ace3 Docs: Fix syntax error (#2821)

There are 51 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.11.1 to 1.11.2.

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

Release Notes for v1.11.2

2019-05-04

Bug Fixes

  • Prevent a crash when handling circular namespace exports (#2836)

Pull Requests

  • #2836: Make sure circular export * from X does not stack overflow (@Swatinem)
Commits

The new version differs by 54 commits.

  • d24dd8e 1.11.2
  • bbeb536 Update changelog
  • 3596f1f Make sure circular export * from X does not stack overflow (#2836)
  • 67a717b 1.11.1
  • 773cecd Update changelog
  • 6238077 Fix removedExports to correctly track the exported item (#2835)
  • 61a7947 1.11.0
  • 20222ce Run npm test on appveyor again
  • e5f45d2 Update changelog
  • 5a5ccc8 Update dependencies (#2833)
  • c4d8440 Update changelog
  • d96a846 Manual chunks function (#2831)
  • 856707c Improve id resolution (#2829)
  • 18829da Add hook for dynamic entry chunk emission (#2809)
  • 980903b Update changelog

There are 54 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.11.2 to 1.11.3.

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

Release Notes for v1.11.3

2019-05-05

Bug Fixes

  • Quote es3 keywords in namespace objects (#2825)

Pull Requests

  • #2825: Add es3 support for namespace object import (@sormy)
Commits

The new version differs by 57 commits.

There are 57 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.11.3 to 1.12.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.12.0

2019-05-15

Features

  • Add treeshake.moduleSideEffects option to allow removing empty imports without a side-effect check (#2844)
  • Extend plugin API to allow marking modules as side-effect-free (#2844)
  • Extend this.resolve plugin context function with an option to skip the resolveId hook of the calling plugin (#2844)
  • Add isEntry flag to this.getModuleInfo plugin context function (#2844)
  • Distribute Rollup as optimized ES2015 code (#2851)

Pull Requests

Commits

The new version differs by 61 commits.

  • fc1fa5b 1.12.0
  • 0cb505b Update changelog
  • 4cad1bd Switch to es2015 output (#2851)
  • 1de599f Add options and hooks to control module side effects (#2844)
  • 7d669eb 1.11.3
  • c04388d Update changelog
  • dee790e Add es3 support for namespace object import (#2825)
  • d24dd8e 1.11.2
  • bbeb536 Update changelog
  • 3596f1f Make sure circular export * from X does not stack overflow (#2836)
  • 67a717b 1.11.1
  • 773cecd Update changelog
  • 6238077 Fix removedExports to correctly track the exported item (#2835)
  • 61a7947 1.11.0
  • 20222ce Run npm test on appveyor again

There are 61 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.12.0 to 1.12.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • b25b16a 1.12.1
  • 6c88569 Update changelog
  • 33eba89 Allow transformers to return an empty string (#2861)
  • 53947a1 Update changelog
  • 3f27695 Update to latest plugins and extend file name sanitation (#2860)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.12.1 to 1.12.2.

Your tests are still failing with this version. Compare changes

Release Notes for v1.12.2

2019-05-17

Bug Fixes

  • Do not fail when using clearScreen:false in watchMode (#2858)
  • Properly resolve star reexports when preserving modules (#2860)

Pull Requests

Commits

The new version differs by 7 commits.

  • a4fbc53 1.12.2
  • 968cb2a Update changelog
  • 72f2e81 Cache transitive reexport detection (#2864)
  • 020e87f Update changelog
  • 7aaec61 Declare processConfigsErr before use (#2858)
  • 6a79bc1 keep nested exports with preserveModules (#2854) (#2863)
  • 7e3225f Fix date in changelog

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.12.2 to 1.12.3.

Your tests are still failing with this version. Compare changes

Release Notes for v1.12.3

2019-05-19

Bug Fixes

  • Prevent duplicate imports when exports are reexported as default exports (#2866)

Pull Requests

Commits

The new version differs by 5 commits.

  • 455e994 1.12.3
  • c72da4a Update changelog
  • 9f84980 Properly deduplicate reexported default exports (#2866)
  • 0655489 Update changelog
  • 65b6aef Enable TypeScript strictNullChecks (#2755)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.12.3 to 1.12.4.

Your tests are still failing with this version. Compare changes

Release Notes for v1.12.4

2019-05-27

Bug Fixes

  • Show correct error stack trace for errors throw in "load" hooks (#2871)

Pull Requests

Commits

The new version differs by 4 commits.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.12.4 to 1.12.5.

Your tests are still failing with this version. Compare changes

Release Notes for v1.12.5

2019-05-30

Pull Requests

Commits

The new version differs by 3 commits.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.12.5 to 1.13.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.13.0

2019-05-31

Features

  • Omit exports and module from SystemJS wrapper if possible (#2880)
  • Try to use the first letters of names when mangling exports (#2885)

Bug Fixes

  • Avoid conflicts with local variables when using format specific globals to render dynamic imports and file URLs (#2880)
  • Do not produce undefined reexports when reexporting from entry points (#2885)

Pull Requests

  • #2880: Deconflict global variables used inside format-specific code (@lukastaegert)
  • #2885: Do not produce undefined reexports when reexporting from entry points and refactor chunk linking (@lukastaegert)
Commits

The new version differs by 5 commits.

  • df11753 Fix linting
  • a630866 1.13.0
  • 52268a9 Update changelog
  • b006d13 Deconflict global variables used inside format-specific code (#2880)
  • 70b0844 Do not produce undefined reexports when reexporting from entry points and refactor chunk linking (#2885)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.13.0 to 1.13.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.13.1

2019-06-01

Bug Fixes

  • Avoid conflicts between top-level module, require etc. and CommonJS runtimes (#2889)

Pull Requests

Commits

The new version differs by 5 commits.

  • 6a8d5ef 1.13.1
  • 52032bb Update changelog
  • 53cde75 Protect all module globals for CJS output from being redefined (#2889)
  • 4a70e08 Update changelog
  • dc87d58 Enable full TypeScript strict mode (#2888)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.13.1 to 1.14.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.14.0

2019-06-05

Features

  • Deoptimize code inside and called from try-statements for feature detection (#2892)
  • Tree-shake unused call arguments (#2892)

Pull Requests

  • #2892: Implement try-statement-deoptimization for feature detection, tree-shake unused arguments (@lukastaegert)
Commits

The new version differs by 3 commits.

  • 6f9c3b5 1.14.0
  • 8186d22 Update changelog
  • cf398aa Implement try-statement-deoptimization for feature detection, tree-shake unused arguments (#2892)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.14.0 to 1.14.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.14.1

2019-06-05

Bug Fixes

  • Fix an issue where try-statements were not included properly when a variable declared inside the statement was accessed outside it (#2898)
  • Fix an issue where await expressions were not included properly (#2899)

Pull Requests

  • #2898: Properly include try-catch-statements even if they have already been included in some way (@lukastaegert)
  • #2899: Fix unintended early return in await inclusion handling (@lukastaegert)
Commits

The new version differs by 4 commits.

  • 7915205 1.14.1
  • 4f7fdda Update changelog
  • af1748d Fix unintended early return in await inclusion handling. (#2899)
  • 71f2fa8 Properly include try-catch-statements even if they have already been (#2898)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.14.1 to 1.14.2.

Your tests are still failing with this version. Compare changes

Release Notes for v1.14.2

2019-06-05

Bug Fixes

  • Prevent unnecessary inclusion of external namespace import in certain situations (#2900)

Pull Requests

Commits

The new version differs by 3 commits.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.14.2 to 1.14.3.

Your tests are still failing with this version. Compare changes

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

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.14.3 to 1.14.4.

Your tests are still failing with this version. Compare changes

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

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.14.4 to 1.14.5.

Your tests are still failing with this version. Compare changes

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

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.14.5 to 1.14.6.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 3ff3db8 1.14.6
  • a624540 Update changelog
  • 9abcb7e Properly include try statements for each pass when deoptimization is deactivated (#2914)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.14.6 to 1.15.0.

Your tests are still failing with this version. Compare changes

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.15.0 to 1.15.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • c9eeef7 1.15.1
  • 33513a9 Update changelog
  • dbe4492 Handle reexports from dynamic entries across chunks (#2928)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.15.1 to 1.15.2.

Your tests are still failing with this version. Compare changes

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

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.15.2 to 1.15.3.

Your tests are still failing with this version. Compare changes

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

  • d98eb95 1.15.3
  • f17910b Update changelog
  • 9d19a18 Fix repeated re-emission of files emitted from a transform hook (#2936)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.15.3 to 1.15.4.

Your tests are still failing with this version. Compare changes

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

  • 74a3be1 1.15.4
  • fb497a5 Update changelog
  • 1934044 Fix URL resolution to work when the current script contains query parameters (#2937)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.15.4 to 1.15.5.

Your tests are still failing with this version. Compare changes

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

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.15.5 to 1.15.6.

Your tests are still failing with this version. Compare changes

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.15.6 to 1.16.0.

Your tests are still failing with this version. Compare changes

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.16.0 to 1.16.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.16.1 to 1.16.2.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 3ed6c52 1.16.2
  • 48f7f6d Update changelog
  • 9cb67d2 Make sure errors from dynamic imports can be caught (#2958)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • 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 3 commits.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • 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 13 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)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.16.4 to 1.16.5.

Your tests are still failing with this version. Compare changes

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

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.16.5 to 1.16.6.

Your tests are still failing with this version. Compare changes

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

  • 198a7b6 1.16.6
  • 365e363 Update changelog
  • 61f021e Always forward AST nodes for unresolvable dynamic imports (#2984)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • 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 6 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

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • 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 11 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

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • 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 19 commits.

There are 19 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.19.0 to 1.19.1.

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

Commits

The new version differs by 28 commits.

  • 87f9262 1.19.1
  • 5044165 Update changelog
  • 81c4869 Fix wrong file extension (#3031)
  • 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

There are 28 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • 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 31 commits.

  • f9a61d3 1.19.2
  • 9606a25 Update changelog
  • c6b0483 Include bin in files
  • 87f9262 1.19.1
  • 5044165 Update changelog
  • 81c4869 Fix wrong file extension (#3031)
  • 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)

There are 31 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • 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 34 commits.

  • b1eef11 1.19.3
  • f97b75c Update changelog
  • a243d14 Fix reference url in error messages (#3033)
  • f9a61d3 1.19.2
  • 9606a25 Update changelog
  • c6b0483 Include bin in files
  • 87f9262 1.19.1
  • 5044165 Update changelog
  • 81c4869 Fix wrong file extension (#3031)
  • 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)

There are 34 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • 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 39 commits.

There are 39 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.19.4 to 1.20.0.

Your tests are still failing with this version. Compare changes

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

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.20.0 to 1.20.1.

Your tests are still failing with this version. Compare changes

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.20.1 to 1.20.2.

Your tests are still failing with this version. Compare changes

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

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.20.2 to 1.20.3.

Your tests are still failing with this version. Compare changes

Release Notes for v1.20.3

2019-08-28

Bug Fixes

  • Make sure file hashes change when a change of the naming pattern leads to a file name change of a dependency (#3083)
  • Fix several issues where reexporting an external "default" export could lead to invalid or incorrect code (#3084)

Pull Requests

Commits

The new version differs by 5 commits.

  • bce164e 1.20.3
  • ee4a3f8 Update changelog
  • 8ee03af Properly reflect dependency file names in hash (#3083)
  • e2fa18d Fix "default" reexport issues in non ESM/System formats (#3084)
  • cc5fd63 chore: add github actions workflow config for windows (#3078)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.20.3 to 1.21.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 9 commits.

  • 1b72941 1.21.0
  • 0ad169a Update changelog
  • 1d524f2 fix: remove 'use strict'; from systemjs when strict=false (#3101)
  • 8dceaf6 Add support for entryFileNames pattern used in combination with preserveModules option (#3088)
  • b226036 Make accessing unknown globals a side-effect (#3068)
  • bba1466 feat: OutputBundle Tagged union with 'type = chunk|asset' (#3080)
  • 18d1aed Watch files onbuild, even if build fails (#3081)
  • 1429d57 retrigger CI
  • 071f5e3 Fix date in changelog

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.21.0 to 1.21.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.21.1

2019-09-09

Bug Fixes

  • Allow legacy plugins to still add assets directly to the bundle object (#3105)

Pull Requests

  • #3105: Allow legacy plugins to still add assets directly to the bundle object (@lukastaegert)
Commits

The new version differs by 3 commits.

  • 96e691b 1.21.1
  • b7ebc49 Update changelog
  • cb5227c Permit plugins to add assets directly to the bundle in Rollup 1.x (#3105)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.21.1 to 1.21.2.

Your tests are still failing with this version. Compare changes

Release Notes for v1.21.2

2019-09-09

Bug Fixes

  • Fix wrong deprecation message to direct to this.emitFile instead of this.emitAsset
Commits

The new version differs by 3 commits.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.21.2 to 1.21.3.

Your tests are still failing with this version. Compare changes

Release Notes for v1.21.3

2019-09-09

Bug Fixes

  • Fix a regression where modifying a watched file did not trigger a rebuild (#3112)

Pull Requests

  • #3112: Fix .addWatchFile() dependencies failing to invalidate in watch mode (@tivac)
Commits

The new version differs by 3 commits.

  • 13b27ca 1.21.3
  • 6a216d0 Update changelog
  • ed880a0 Fix .addWatchFile() dependencies failing to invalidate in watch mode (#3112)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.21.3 to 1.21.4.

Your tests are still failing with this version. Compare changes

Release Notes for v1.21.4

2019-09-16

Bug Fixes

  • Recognize common browser globals (#3117)
  • Do not treat "typeof " as a side-effect (#3117)

Pull Requests

  • #3117: Add browser globals to known globals and prevent "typeof" side-effects (@lukastaegert)
Commits

The new version differs by 3 commits.

  • 9bd47a2 1.21.4
  • 7fd57c0 Update changelog
  • 86d98cb Add browser globals to known globals and prevent "typeof" side-effects (#3117)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.21.4 to 1.22.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.22.0

2019-09-29

Features

  • Add a new "hidden" sourcemap type that generates the map files but omits the sourcemap comment (#3120)
  • Generate more efficient code when using namespaceToStringTag: true (#3135)
  • Make sure namespace objects do not have a prototype (#3136)

Bug Fixes

  • Do not ignore side-effectful iterators by always preserving for..of loops for now (#3132)
  • Make sure --context is observed as a CLI option (#3134)
  • Do not require specific versions for @types dependencies (#3131)

Pull Requests

Commits

The new version differs by 9 commits.

  • 55dddd8 1.22.0
  • 647187c Update changelog
  • 962be76 Generate sourcemaps but omit the comment (#3120)
  • b8335db Set null prototype on namespace objects. (#3136)
  • a1ec55c Remove Symbol polyfill in module namespaces (#3135)
  • a92d09d Preserve empty for...of loops (#3132)
  • bc5b98d Use asterisk for @types/* dependencies (#3131)
  • 4b69c09 Wire up --context CLI flag (#3134)
  • a261cad Update dependencies (#3133)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.22.0 to 1.23.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.23.0

2019-10-03

Features

  • Add placeholders for extensions when preserving modules (#3116)

Pull Requests

Commits

The new version differs by 4 commits.

  • 5d53c04 1.23.0
  • 1d08d6b Update changelog and dependencies
  • 9a6d811 Fix typo (#3142)
  • 998ddf1 Include extensions in preserveModules output filenames for scriptified assets (#3116)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.23.0 to 1.23.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.23.1

2019-10-05

Bug Fixes

  • Fix a regression where the node types had a specific minimal version (#3143)

Pull Requests

Commits

The new version differs by 4 commits.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.23.1 to 1.24.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.24.0

2019-10-15

Features

  • Respect break, continue, return and throw when tree-shaking to detect dead code (#3153)
  • Do treat treat hoisted function declarations as "unknown" when checking for call side-effects (#3153)

Bug Fixes

  • Make sure that unknown import.meta properties produce valid code in SystemJS (#3152)
  • Make sure treeshake.annotations: false is respected for class instantiation (#3153)
  • Check property access side-effects for class instantiation (#3153)
  • Do not suppress break statements inside labeled statements (#3153)

Pull Requests

  • #3152: Allow import.meta.* for systemjs format (@dmail)
  • #3153: Get rid of immutable.js and implement tree-shaking for broken control flow (@lukastaegert)
Commits

The new version differs by 4 commits.

  • 4fd918f 1.24.0
  • b5a9f47 Update changelog
  • f6db7bc Allow import.meta.* for systemjs format (#3152)
  • 4b16548 Get rid of immutable.js and implement tree-shaking for broken control flow (#3153)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.24.0 to 1.25.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.25.0

2019-10-18

Features

  • Remove try-catch if there is no side-effect in the try-block (#3166)
  • Omit side-effect-free trailing cases in switch-statements (#3166)
  • Remove unused labels (#3170)

Bug Fixes

  • Do not remove code after labeled statements that contain a throw or return if the label is used (#3170)
  • Prevent invalid code when expressions are simplified that do not follow a white-space character (#3173)
  • Do not remove continue statements inside switch statements (#3166)
  • Prevent trailing empty lines when tree-shaking inside switch statements (#3166)

Pull Requests

Commits

The new version differs by 5 commits.

  • d677eb7 1.25.0
  • f307c89 Update changelog
  • 91cb8f0 Add missing spaces in certain statements and expressions to avoid invalid code (#3173)
  • 121a7f4 Handle optional control flow in labeled statements, remove unused labels (#3170)
  • 836a106 Better try statement tree shaking (#3166)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.25.1 to 1.25.2.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 11 commits.

  • b123169 1.25.2
  • 52e5ba5 Update changelog
  • e24bc46 RollupOptions accept output as array (#3184)
  • dae509d Add parentheses to factory function of UMD bundles (#3183)
  • b0d35e1 1.25.1
  • dc8e933 Update changelog
  • 24063a6 Handle conditional breaks in do-while loops with unconditional return (#3180)
  • 06fb16a Disable errors for duplicate emitted file names (#3175)
  • f99c7e4 Add original parser error to rollup error; Update tests (#3176)
  • 06047fc Fix switch case not being included correctly (#3178)
  • 73faf06 Update dependencies (#3179)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.25.2 to 1.26.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.26.0

2019-10-27

Features

  • Only warn when no output is provided for an IIFE bundle but still produce valid code (#3181)
  • Support reexporting namespaces as a binding (#3193)
  • Switch from hash.js to crypto for hashing in the Node build for better performance and support for very large assets (#3194)

Bug Fixes

  • Correctly handle chunks reexporting the same namespace as two different bindings (#3193)

Pull Requests

Commits

The new version differs by 5 commits.

  • 53fb6fe 1.26.0
  • 1fad958 Update changelog
  • 1e1a111 Add support for "export * as name from …" (#3193)
  • 2f7e064 Remove the need to provide an output name for IIFE bundles (#3181)
  • b4c8b43 [feat] Adds support for large assets (> 100 MB) (#3194)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.26.0 to 1.26.1.

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

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.26.1 to 1.26.2.

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

Release Notes for v1.26.2

2019-10-31

Bug Fixes

  • Do not create invalid code when using treeshake: false and star re-exports (#3209)

Pull Requests

Commits

The new version differs by 7 commits.

  • 5cbfdee 1.26.2
  • 2ed5bfe Update changelog
  • 066620e Also remove export-all declarations when not tree-shaking (#3209)
  • 38c3171 1.26.1
  • 4071fa8 Update changelog
  • d8becda Make the CLI run generate/output in serial (#3201)
  • 9c85d2a support all config file extensions (.js,.mjs,...) (#3204)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.26.2 to 1.26.3.

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

Release Notes for v1.26.3

2019-11-02

Bug Fixes

  • Work around an incompatibility with rollup-plugin-dts (#3211)

Pull Requests

  • #3211: Do no fail if the source attribute is undefined in an unused named export (@lukastaegert)
Commits

The new version differs by 10 commits.

  • f9b9a7c 1.26.3
  • 7ea824b Update changelog
  • 33b15cd Do no fail if the source attribute is undefined in an unused named export (#3211)
  • 5cbfdee 1.26.2
  • 2ed5bfe Update changelog
  • 066620e Also remove export-all declarations when not tree-shaking (#3209)
  • 38c3171 1.26.1
  • 4071fa8 Update changelog
  • d8becda Make the CLI run generate/output in serial (#3201)
  • 9c85d2a support all config file extensions (.js,.mjs,...) (#3204)

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.26.3 to 1.26.4.

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

Release Notes for v1.26.4

2019-11-09

Bug Fixes

  • Keep watching known files after a plugin error during the initial build (#3219)

Pull Requests

Commits

The new version differs by 16 commits.

  • 6fed410 1.26.4
  • 79d047f Update changelog
  • 1a63383 Also recover from plugin errors during the initial build (#3219)
  • 68fbefc Update changelog
  • 9ba33f0 docs: fix small typo (#3216)
  • b8ecf3d Update dependencies and fix security vulnerability (#3217)
  • f9b9a7c 1.26.3
  • 7ea824b Update changelog
  • 33b15cd Do no fail if the source attribute is undefined in an unused named export (#3211)
  • 5cbfdee 1.26.2
  • 2ed5bfe Update changelog
  • 066620e Also remove export-all declarations when not tree-shaking (#3209)
  • 38c3171 1.26.1
  • 4071fa8 Update changelog
  • d8becda Make the CLI run generate/output in serial (#3201)

There are 16 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.26.4 to 1.26.5.

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

Release Notes for v1.26.5

2019-11-11

Bug Fixes

  • Fix a regression where it was no longer to pass a certain option format to generate (#3223)

Pull Requests

Commits

The new version differs by 19 commits.

  • 8318bb4 1.26.5
  • 9bb2c92 Update changelog
  • af8801b Allow passing input options to output (#3223)
  • 6fed410 1.26.4
  • 79d047f Update changelog
  • 1a63383 Also recover from plugin errors during the initial build (#3219)
  • 68fbefc Update changelog
  • 9ba33f0 docs: fix small typo (#3216)
  • b8ecf3d Update dependencies and fix security vulnerability (#3217)
  • f9b9a7c 1.26.3
  • 7ea824b Update changelog
  • 33b15cd Do no fail if the source attribute is undefined in an unused named export (#3211)
  • 5cbfdee 1.26.2
  • 2ed5bfe Update changelog
  • 066620e Also remove export-all declarations when not tree-shaking (#3209)

There are 19 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.26.5 to 1.27.0.

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

Release Notes for v1.27.0

2019-11-12

Features

  • Add support for output-specific plugins (#3218)
  • Reenable parallel output processing when using the CLI (#3218)
  • Warn if files are emitted that would overwrite previously emitted files (#3218)

Bug Fixes

  • Do not overwrite files emitted in other builds if outputs are generated in parallel (#3218)

Pull Requests

Commits

The new version differs by 22 commits.

  • 4b78645 1.27.0
  • ee326c4 Update changelog
  • 17c14cd Per output plugins (#3218)
  • 8318bb4 1.26.5
  • 9bb2c92 Update changelog
  • af8801b Allow passing input options to output (#3223)
  • 6fed410 1.26.4
  • 79d047f Update changelog
  • 1a63383 Also recover from plugin errors during the initial build (#3219)
  • 68fbefc Update changelog
  • 9ba33f0 docs: fix small typo (#3216)
  • b8ecf3d Update dependencies and fix security vulnerability (#3217)
  • f9b9a7c 1.26.3
  • 7ea824b Update changelog
  • 33b15cd Do no fail if the source attribute is undefined in an unused named export (#3211)

There are 22 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.27.0 to 1.27.1.

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

Release Notes for v1.27.1

2019-11-18

Bug Fixes

  • Fix an issue where code after a switch-statement with removed cases was erroneously not included (#3241)

Pull Requests

Commits

The new version differs by 29 commits.

  • 0697166 1.27.1
  • d7ad410 Update changelog
  • 690d388 Do not truncate after switch-statement with removed case (#3241)
  • 3885a7f make acornOptions optional in parse() in docs (#3237)
  • 4227977 Update dependencies and fix vulnerability (#3240)
  • 5289fde docs: Fix tutorial example
  • d588810 docs: Fix phase for resolveDynamicImport
  • 4b78645 1.27.0
  • ee326c4 Update changelog
  • 17c14cd Per output plugins (#3218)
  • 8318bb4 1.26.5
  • 9bb2c92 Update changelog
  • af8801b Allow passing input options to output (#3223)
  • 6fed410 1.26.4
  • 79d047f Update changelog

There are 29 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.27.1 to 1.27.2.

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

Release Notes for v1.27.2

2019-11-18

Bug Fixes

  • Fix an issue where live bindings were not working correctly when using += in SystemJS (#3242)

Pull Requests

  • #3242: Export updated assignments when using shorthand update assignment expressions in SystemJS (@lukastaegert)
Commits

The new version differs by 32 commits.

  • 0366e24 1.27.2
  • 81a2726 Update changelog
  • 6dcc4e0 Export updated assignments when using shorthand update assignment expressions in SystemJS (#3242)
  • 0697166 1.27.1
  • d7ad410 Update changelog
  • 690d388 Do not truncate after switch-statement with removed case (#3241)
  • 3885a7f make acornOptions optional in parse() in docs (#3237)
  • 4227977 Update dependencies and fix vulnerability (#3240)
  • 5289fde docs: Fix tutorial example
  • d588810 docs: Fix phase for resolveDynamicImport
  • 4b78645 1.27.0
  • ee326c4 Update changelog
  • 17c14cd Per output plugins (#3218)
  • 8318bb4 1.26.5
  • 9bb2c92 Update changelog

There are 32 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.27.2 to 1.27.3.

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

Release Notes for v1.27.3

2019-11-20

Bug Fixes

  • Provide better warning when empty chunks are created in a code-splitting scenario (#3244)

Pull Requests

Commits

The new version differs by 36 commits.

  • 8f4f012 1.27.3
  • 486253f Update changelog
  • 91010bf Clearer empty chunk warning (#3244)
  • edddb12 Update dependencies (#3248)
  • 0366e24 1.27.2
  • 81a2726 Update changelog
  • 6dcc4e0 Export updated assignments when using shorthand update assignment expressions in SystemJS (#3242)
  • 0697166 1.27.1
  • d7ad410 Update changelog
  • 690d388 Do not truncate after switch-statement with removed case (#3241)
  • 3885a7f make acornOptions optional in parse() in docs (#3237)
  • 4227977 Update dependencies and fix vulnerability (#3240)
  • 5289fde docs: Fix tutorial example
  • d588810 docs: Fix phase for resolveDynamicImport
  • 4b78645 1.27.0

There are 36 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.27.3 to 1.27.4.

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

Release Notes for v1.27.4

2019-11-22

Bug Fixes

  • Aggregate circular dependency warnings in the CLI (#3249)
  • Do not defer non-aggregated handlers in the CLI (#3249)

Pull Requests

Commits

The new version differs by 40 commits.

  • 2f46901 1.27.4
  • ac9008f Update changelog
  • 3befd40 Add installation as a separate header (#3251)
  • 4eccc99 Fix broken Windows CLI tests (#3249)
  • 8f4f012 1.27.3
  • 486253f Update changelog
  • 91010bf Clearer empty chunk warning (#3244)
  • edddb12 Update dependencies (#3248)
  • 0366e24 1.27.2
  • 81a2726 Update changelog
  • 6dcc4e0 Export updated assignments when using shorthand update assignment expressions in SystemJS (#3242)
  • 0697166 1.27.1
  • d7ad410 Update changelog
  • 690d388 Do not truncate after switch-statement with removed case (#3241)
  • 3885a7f make acornOptions optional in parse() in docs (#3237)

There are 40 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.27.4 to 1.27.5.

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

Release Notes for v1.27.5

2019-11-25

Bug Fixes

  • Make sure namespaces for inlined dynamic imports are treated as variable accesses when deconflicting (#3256)

Pull Requests

Commits

The new version differs by 45 commits.

  • c547361 1.27.5
  • 6718a09 Update changelog
  • 973c046 Avoid name conflicts when inlining dynamic imports nested in functions (#3256)
  • 99a715a Update dependencies (#3257)
  • 54cbc81 Add note about generating source maps to load() and transform() (#3252)
  • 2f46901 1.27.4
  • ac9008f Update changelog
  • 3befd40 Add installation as a separate header (#3251)
  • 4eccc99 Fix broken Windows CLI tests (#3249)
  • 8f4f012 1.27.3
  • 486253f Update changelog
  • 91010bf Clearer empty chunk warning (#3244)
  • edddb12 Update dependencies (#3248)
  • 0366e24 1.27.2
  • 81a2726 Update changelog

There are 45 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.27.5 to 1.27.6.

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

Release Notes for v1.27.6

2019-11-30

Bug Fixes

  • Use "auto" export mode by default for all modules when preserving modules (#3265)
  • Observe "output.exports" when preserving modules and warn for mixed exports if necessary (#3265)

Pull Requests

Commits

The new version differs by 48 commits.

  • 5a01f05 1.27.6
  • fe0fced Update changelog
  • bdd1e03 Use export mode "auto" by default when preserving modules (#3265)
  • c547361 1.27.5
  • 6718a09 Update changelog
  • 973c046 Avoid name conflicts when inlining dynamic imports nested in functions (#3256)
  • 99a715a Update dependencies (#3257)
  • 54cbc81 Add note about generating source maps to load() and transform() (#3252)
  • 2f46901 1.27.4
  • ac9008f Update changelog
  • 3befd40 Add installation as a separate header (#3251)
  • 4eccc99 Fix broken Windows CLI tests (#3249)
  • 8f4f012 1.27.3
  • 486253f Update changelog
  • 91010bf Clearer empty chunk warning (#3244)

There are 48 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.27.7 to 1.27.8.

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

Release Notes for v1.27.8

2019-12-02

Bug Fixes

  • Deoptimize objects when a method is called on them to make sure modifications via "this" are observed (#3266)

Pull Requests

  • #3266: Workaround for various object literal mutation bugs (@kzc)
Commits

The new version differs by 55 commits.

  • 195bd62 1.27.8
  • f99054f Update changelog
  • 3e0aa46 workaround for various object literal mutation bugs (#3266)
  • c753a7f 1.27.7
  • 1b8a3de Update changelog
  • d5651be Fix incomplete computed property deoptimization (#3267)
  • d7e3993 Update changelog
  • 5a01f05 1.27.6
  • fe0fced Update changelog
  • bdd1e03 Use export mode "auto" by default when preserving modules (#3265)
  • c547361 1.27.5
  • 6718a09 Update changelog
  • 973c046 Avoid name conflicts when inlining dynamic imports nested in functions (#3256)
  • 99a715a Update dependencies (#3257)
  • 54cbc81 Add note about generating source maps to load() and transform() (#3252)

There are 55 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.27.8 to 1.27.9.

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

Release Notes for v1.27.9

2019-12-07

Bug Fixes

  • Fix an issue where reexports could be missing when preserving modules (#3273)
  • Allow turning of color output via NO_COLOR or FORCE_COLOR=0 environment variables (#3272)

Pull Requests

  • #3272: Support either NO_COLOR or FORCE_COLOR=0 to turn off color (@kikonen)
  • #3273: Make sure that indirectly reexported modules also become chunk dependencies when preserving modules(@lukastaegert)
Commits

The new version differs by 61 commits.

  • 4d809d1 1.27.9
  • 3c36f7d Update changelog
  • 2b56d7d FIX support either NO_COLOR or FORCE_COLOR=0 to turn off color (#3272)
  • 27201d8 Make sure that indirectly reexported modules also become chunk dependencies when preserving modules (#3273)
  • 6e92e52 Try to fix docs formatting issues
  • f489472 Update changelog
  • 195bd62 1.27.8
  • f99054f Update changelog
  • 3e0aa46 workaround for various object literal mutation bugs (#3266)
  • c753a7f 1.27.7
  • 1b8a3de Update changelog
  • d5651be Fix incomplete computed property deoptimization (#3267)
  • d7e3993 Update changelog
  • 5a01f05 1.27.6
  • fe0fced Update changelog

There are 61 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.27.9 to 1.27.10.

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

Release Notes for v1.27.10

2019-12-11

Bug Fixes

  • Keep track of function return values in more situations (#3278)

Pull Requests

Commits

The new version differs by 64 commits.

  • a562ec5 1.27.10
  • 6a2b3f8 Update changelog
  • 31747e3 Avoid some unnecessary value tracking deoptimizations (#3278)
  • 4d809d1 1.27.9
  • 3c36f7d Update changelog
  • 2b56d7d FIX support either NO_COLOR or FORCE_COLOR=0 to turn off color (#3272)
  • 27201d8 Make sure that indirectly reexported modules also become chunk dependencies when preserving modules (#3273)
  • 6e92e52 Try to fix docs formatting issues
  • f489472 Update changelog
  • 195bd62 1.27.8
  • f99054f Update changelog
  • 3e0aa46 workaround for various object literal mutation bugs (#3266)
  • c753a7f 1.27.7
  • 1b8a3de Update changelog
  • d5651be Fix incomplete computed property deoptimization (#3267)

There are 64 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 28, 2024
  • The devDependency rollup was updated from 1.27.10 to 1.27.11.

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

Release Notes for v1.27.11

2019-12-12

Bug Fixes

  • Resolve a crash due to an infinite loop (#3280)

Pull Requests

Commits

The new version differs by 67 commits.

  • 6d94f0e 1.27.11
  • 55ddc47 Update changelog
  • 9f77b73 Prevent infinite deoptimizations (#3280)
  • a562ec5 1.27.10
  • 6a2b3f8 Update changelog
  • 31747e3 Avoid some unnecessary value tracking deoptimizations (#3278)
  • 4d809d1 1.27.9
  • 3c36f7d Update changelog
  • 2b56d7d FIX support either NO_COLOR or FORCE_COLOR=0 to turn off color (#3272)
  • 27201d8 Make sure that indirectly reexported modules also become chunk dependencies when preserving modules (#3273)
  • 6e92e52 Try to fix docs formatting issues
  • f489472 Update changelog
  • 195bd62 1.27.8
  • f99054f Update changelog
  • 3e0aa46 workaround for various object literal mutation bugs (#3266)

There are 67 commits in total.

See the full diff

from color-map-rainbow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.