Git Product home page Git Product logo

Comments (14)

greenkeeper avatar greenkeeper commented on July 17, 2024

After pinning to 1.4.2 your tests are passing again. Downgrade this dependency 📌.

from fitbit-sdk-toolchain.

greenkeeper avatar greenkeeper commented on July 17, 2024
  • The dependency 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 fitbit-sdk-toolchain.

greenkeeper avatar greenkeeper commented on July 17, 2024
  • The dependency 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 fitbit-sdk-toolchain.

greenkeeper avatar greenkeeper commented on July 17, 2024
  • The dependency 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 fitbit-sdk-toolchain.

greenkeeper avatar greenkeeper commented on July 17, 2024
  • The dependency 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 fitbit-sdk-toolchain.

greenkeeper avatar greenkeeper commented on July 17, 2024
  • The dependency rollup was updated from 1.7.1 to 1.7.2.

Your tests are still failing with this version. Compare changes

from fitbit-sdk-toolchain.

greenkeeper avatar greenkeeper commented on July 17, 2024
  • The dependency 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 fitbit-sdk-toolchain.

greenkeeper avatar greenkeeper commented on July 17, 2024
  • The dependency 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 fitbit-sdk-toolchain.

greenkeeper avatar greenkeeper commented on July 17, 2024
  • The dependency 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 fitbit-sdk-toolchain.

greenkeeper avatar greenkeeper commented on July 17, 2024
  • The dependency 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 fitbit-sdk-toolchain.

greenkeeper avatar greenkeeper commented on July 17, 2024
  • The dependency 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 fitbit-sdk-toolchain.

greenkeeper avatar greenkeeper commented on July 17, 2024
  • The dependency 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 fitbit-sdk-toolchain.

greenkeeper avatar greenkeeper commented on July 17, 2024
  • The dependency 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 fitbit-sdk-toolchain.

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

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

from fitbit-sdk-toolchain.

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.