Coder Social home page Coder Social logo

Comments (14)

greenkeeper avatar greenkeeper commented on August 20, 2024

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

from redux-select-when-matched.

greenkeeper avatar greenkeeper commented on August 20, 2024
  • The devDependency rollup was updated from 2.3.5 to 2.4.0.

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

Release Notes for v2.3.5

2020-04-09

Bug Fixes

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

Pull Requests

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

The new version differs by 3 commits.

  • 7abfb93 2.3.5
  • 485bb33 Update changelog
  • 302c322 Always use a new inclusion context when including declarations of variables, always inlcude labels when not treeshaking, resolves #3473 (#3492)

See the full diff

from redux-select-when-matched.

greenkeeper avatar greenkeeper commented on August 20, 2024
  • The devDependency rollup was updated from 2.3.5 to 2.4.0.

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

Release Notes for v2.4.0

2020-04-09

Features

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

Bug Fixes

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

Pull Requests

Commits

The new version differs by 6 commits.

  • 5d655d7 2.4.0
  • 33aa606 Update changelog
  • 2508884 Rollup class fields support (#3488)
  • 7abfb93 2.3.5
  • 485bb33 Update changelog
  • 302c322 Always use a new inclusion context when including declarations of variables, always inlcude labels when not treeshaking, resolves #3473 (#3492)

See the full diff

from redux-select-when-matched.

greenkeeper avatar greenkeeper commented on August 20, 2024
  • The devDependency rollup was updated from 2.5.0 to 2.6.0.

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

from redux-select-when-matched.

greenkeeper avatar greenkeeper commented on August 20, 2024
  • The devDependency rollup was updated from 2.5.0 to 2.6.0.

Your tests are still failing with this version. Compare changes

Release Notes for v2.6.0

2020-04-10

Features

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

Pull Requests

Commits

The new version differs by 9 commits.

  • b463308 2.6.0
  • a7e2bc1 Update changelog
  • e4975a3 feat: allow regex in config.external (#3482)
  • 5d655d7 2.4.0
  • 33aa606 Update changelog
  • 2508884 Rollup class fields support (#3488)
  • 7abfb93 2.3.5
  • 485bb33 Update changelog
  • 302c322 Always use a new inclusion context when including declarations of variables, always inlcude labels when not treeshaking, resolves #3473 (#3492)

See the full diff

from redux-select-when-matched.

greenkeeper avatar greenkeeper commented on August 20, 2024
  • The devDependency rollup was updated from 2.6.0 to 2.6.1.

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

Release Notes for v2.6.1

2020-04-12

Bug Fixes

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

Pull Requests

Commits

The new version differs by 4 commits.

  • e440b70 Use chokidar as test watcher
  • 51b0b2e 2.6.1
  • 58b726b Update changelog
  • 57bb54e Ensure --watch mode exits correctly when stdin is closed. (#3493)

See the full diff

from redux-select-when-matched.

greenkeeper avatar greenkeeper commented on August 20, 2024
  • The devDependency rollup was updated from 2.6.1 to 2.7.0.

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

Release Notes for v2.7.0

2020-04-21

Features

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

Pull Requests

Commits

The new version differs by 7 commits.

  • 437934e 2.7.0
  • c953270 Update changelog
  • 9011204 Add option to configure if entry signatures are preserved (#3498)
  • c0c206e Use chokidar as test watcher
  • 51b0b2e 2.6.1
  • 58b726b Update changelog
  • 57bb54e Ensure --watch mode exits correctly when stdin is closed. (#3493)

See the full diff

from redux-select-when-matched.

greenkeeper avatar greenkeeper commented on August 20, 2024
  • The devDependency rollup was updated from 2.7.0 to 2.7.1.

Your tests are still failing with this version. Compare changes

Release Notes for v2.7.1

2020-04-21

Bug Fixes

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

Pull Requests

Commits

The new version differs by 10 commits.

  • 925d302 2.7.1
  • a011329 Update changelog
  • 1916b6d Respect output.paths in dynamic imports (#3508)
  • 437934e 2.7.0
  • c953270 Update changelog
  • 9011204 Add option to configure if entry signatures are preserved (#3498)
  • c0c206e Use chokidar as test watcher
  • 51b0b2e 2.6.1
  • 58b726b Update changelog
  • 57bb54e Ensure --watch mode exits correctly when stdin is closed. (#3493)

See the full diff

from redux-select-when-matched.

greenkeeper avatar greenkeeper commented on August 20, 2024
  • The devDependency rollup was updated from 2.7.1 to 2.7.2.

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

Release Notes for v2.7.2

2020-04-22

Bug Fixes

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

Pull Requests

Commits

The new version differs by 5 commits.

  • 97e6fa8 2.7.2
  • eac5b3d Update changelog
  • bd2973a fix: ban emitFile via absolute paths on Windows OS (#3509)
  • 0d352bf Support "super" in class fields (#3511)
  • f65bae1 Do not fail for circular imports between manual chunks (#3510)

See the full diff

from redux-select-when-matched.

greenkeeper avatar greenkeeper commented on August 20, 2024
  • The devDependency rollup was updated from 2.7.2 to 2.7.3.

Your tests are still failing with this version. Compare changes

Release Notes for v2.7.3

2020-04-27

Bug Fixes

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

Pull Requests

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

The new version differs by 8 commits.

  • 8db16bd 2.7.3
  • ea6dbc0 Update changelog
  • 21705fa use acorn-class-fields and acorn-static-class-features from npm (#3518)
  • 97e6fa8 2.7.2
  • eac5b3d Update changelog
  • bd2973a fix: ban emitFile via absolute paths on Windows OS (#3509)
  • 0d352bf Support "super" in class fields (#3511)
  • f65bae1 Do not fail for circular imports between manual chunks (#3510)

See the full diff

from redux-select-when-matched.

greenkeeper avatar greenkeeper commented on August 20, 2024
  • The devDependency rollup was updated from 2.7.3 to 2.7.4.

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

Release Notes for v2.7.4

2020-04-29

Bug Fixes

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

Pull Requests

Commits

The new version differs by 3 commits.

See the full diff

from redux-select-when-matched.

greenkeeper avatar greenkeeper commented on August 20, 2024
  • The devDependency rollup was updated from 2.7.4 to 2.7.5.

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

Release Notes for v2.7.5

2020-04-29

Bug Fixes

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

Pull Requests

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

The new version differs by 6 commits.

  • a2b4883 2.7.5
  • 8ec40b1 Update changelog
  • f9a6042 Do not check over parameters when finding possible star in default exported function (#3522)
  • 7cf6f98 2.7.4
  • c42d18b Update changelog
  • e4f4d6a Fix and improve default export alias logic (#3521)

See the full diff

from redux-select-when-matched.

greenkeeper avatar greenkeeper commented on August 20, 2024
  • The devDependency rollup was updated from 2.7.5 to 2.7.6.

Your tests are still failing with this version. Compare changes

Release Notes for v2.7.6

2020-04-30

Bug Fixes

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

Pull Requests

Commits

The new version differs by 9 commits.

  • 468010b 2.7.6
  • 909640a Update changelog
  • 1b588b6 Handles default exporting global variables (#3526)
  • a2b4883 2.7.5
  • 8ec40b1 Update changelog
  • f9a6042 Do not check over parameters when finding possible star in default exported function (#3522)
  • 7cf6f98 2.7.4
  • c42d18b Update changelog
  • e4f4d6a Fix and improve default export alias logic (#3521)

See the full diff

from redux-select-when-matched.

greenkeeper avatar greenkeeper commented on August 20, 2024
  • The devDependency rollup was updated from 2.7.6 to 2.8.0.

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

Commits

The new version differs by 3 commits.

See the full diff

from redux-select-when-matched.

Related Issues (14)

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.