Git Product home page Git Product logo

Comments (31)

greenkeeper avatar greenkeeper commented on July 3, 2024

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

from qlikview-extensions-starter.

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

Your tests are still failing with this version. Compare changes

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

See the full diff

from qlikview-extensions-starter.

greenkeeper avatar greenkeeper commented on July 3, 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 qlikview-extensions-starter.

greenkeeper avatar greenkeeper commented on July 3, 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 qlikview-extensions-starter.

greenkeeper avatar greenkeeper commented on July 3, 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 qlikview-extensions-starter.

greenkeeper avatar greenkeeper commented on July 3, 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 qlikview-extensions-starter.

greenkeeper avatar greenkeeper commented on July 3, 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 qlikview-extensions-starter.

greenkeeper avatar greenkeeper commented on July 3, 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 qlikview-extensions-starter.

greenkeeper avatar greenkeeper commented on July 3, 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 qlikview-extensions-starter.

greenkeeper avatar greenkeeper commented on July 3, 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 qlikview-extensions-starter.

greenkeeper avatar greenkeeper commented on July 3, 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 qlikview-extensions-starter.

greenkeeper avatar greenkeeper commented on July 3, 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 qlikview-extensions-starter.

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

Your tests are still failing with this version. Compare changes

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 qlikview-extensions-starter.

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

Your tests are still failing with this version. Compare changes

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

See the full diff

from qlikview-extensions-starter.

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

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

See the full diff

from qlikview-extensions-starter.

greenkeeper avatar greenkeeper commented on July 3, 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 4 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)

See the full diff

from qlikview-extensions-starter.

greenkeeper avatar greenkeeper commented on July 3, 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 qlikview-extensions-starter.

greenkeeper avatar greenkeeper commented on July 3, 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 qlikview-extensions-starter.

greenkeeper avatar greenkeeper commented on July 3, 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 qlikview-extensions-starter.

greenkeeper avatar greenkeeper commented on July 3, 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 qlikview-extensions-starter.

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

Your tests are still failing with this version. Compare changes

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 qlikview-extensions-starter.

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

Your tests are still failing with this version. Compare changes

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

See the full diff

from qlikview-extensions-starter.

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

Your tests are still failing with this version. Compare changes

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

See the full diff

from qlikview-extensions-starter.

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

Your tests are still failing with this version. Compare changes

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

See the full diff

from qlikview-extensions-starter.

greenkeeper avatar greenkeeper commented on July 3, 2024
  • The devDependency rollup was updated from 1.9.2 to 1.9.3.

Your tests are still failing with this version. Compare changes

Release Notes for v1.9.3

2019-04-10

Bug Fixes

  • Simplify return expressions that are evaluated before the surrounding function is bound (#2803)

Pull Requests

  • #2803: Handle out-of-order binding of identifiers to improve tree-shaking (@lukastaegert)
Commits

The new version differs by 3 commits.

  • 516a06d 1.9.3
  • a5526ea Update changelog
  • c3d73ff Handle out-of-order binding of identifiers to improve tree-shaking (#2803)

See the full diff

from qlikview-extensions-starter.

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

Your tests are still failing with this version. Compare changes

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

See the full diff

from qlikview-extensions-starter.

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

Your tests are still failing with this version. Compare changes

from qlikview-extensions-starter.

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

Your tests are still failing with this version. Compare changes

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

See the full diff

from qlikview-extensions-starter.

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

Your tests are still failing with this version. Compare changes

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

  • 67a717b 1.11.1
  • 773cecd Update changelog
  • 6238077 Fix removedExports to correctly track the exported item (#2835)

See the full diff

from qlikview-extensions-starter.

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

Your tests are still failing with this version. Compare changes

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

  • d24dd8e 1.11.2
  • bbeb536 Update changelog
  • 3596f1f Make sure circular export * from X does not stack overflow (#2836)

See the full diff

from qlikview-extensions-starter.

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

Your tests are still failing with this version. Compare changes

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

See the full diff

from qlikview-extensions-starter.

Related Issues (12)

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.