GithubHelp home page GithubHelp logo

Comments (14)

greenkeeper avatar greenkeeper commented on June 2, 2024

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

from babel-plugin-transform-react-handled-props.

greenkeeper avatar greenkeeper commented on June 2, 2024

Version 5.1.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v5.1.1

5.1.1 / 2018-04-18

πŸ› Fixes

Commits

The new version differs by 6 commits.

  • e0bc1c1 Release v5.1.1
  • eac31fe update package-lock.json [ci skip]
  • fde558d update CHANGELOG.md for v5.1.1 [ci skip]
  • a5fd5e6 Revert "remove default js in "--watch-extensions" option; closes #3275"
  • 7057638 update outdated info in docs/README.md [ci skip]
  • 5212718 fix ESLint problems and consolidate configuration

See the full diff

from babel-plugin-transform-react-handled-props.

greenkeeper avatar greenkeeper commented on June 2, 2024
  • The devDependency mocha was updated from 6.0.0 to 6.0.1.

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

Release Notes for v6.0.1

6.0.1 / 2019-02-21

The obligatory round of post-major-release bugfixes.

πŸ› Fixes

These issues were regressions.

  • #3754 - Mocha again finds test.js when run without arguments (@plroebuck)
  • #3756 - Mocha again supports third-party interfaces via --ui (@boneskull)
  • #3755 - Fix broken --watch (@boneskull)
  • #3759 - Fix unwelcome deprecation notice when Mocha run against languages (CoffeeScript) with implicit return statements; returning a non-undefined value from a describe callback is no longer considered deprecated (@boneskull)

πŸ“– Documentation

Commits

The new version differs by 218 commits ahead by 218, behind by 9.

  • 6d3d6b4 Release v6.0.1
  • 2146ece update CHANGELOG.md for v6.0.1
  • 7c9221d backout deprecation of value returned from suite; closes #3744
  • b7cfceb fix --watch not finding any files to execute; closes #3748
  • b836d73 Upgrade docdash version - issue #3663
  • 7926f47 fix --ui issues, closes #3746
  • 00f2ed9 dev dep upgrades from "npm audit" and "npm upgrade"
  • 34afb1a fix(cli/run.js): Revert default glob to match Mocha-5.2
  • 6d5a0db Bring the example congfiguration file in line with the documentation. (#3751)
  • 42303e2 Release v6.0.0
  • a553ca7 punctuation updates for changelog v6.0.0
  • c710792 grammar updates for changelog v6.0.0
  • 9f9293a update changelog for v6.0.0
  • a540eb0 remove "projects" section from MAINTAINERS.md [ci skip]
  • 52b5c42 Uppercased JSON reporter name in describe title (#3739)

There are 218 commits in total.

See the full diff

from babel-plugin-transform-react-handled-props.

greenkeeper avatar greenkeeper commented on June 2, 2024
  • The devDependency mocha was updated from 6.0.1 to 6.0.2.

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

Release Notes for v6.0.2

6.0.2 / 2019-02-25

πŸ› Fixes

Two more regressions fixed:

  • #3768: Test file paths no longer dropped from mocha.opts (@boneskull)
  • #3767: --require does not break on module names that look like certain node flags (@boneskull)
Commits

The new version differs by 224 commits ahead by 224, behind by 9.

  • 00a895f Release v6.0.2
  • 1edce76 update CHANGELOG for v6.0.2 [ci skip]
  • 347e9db fix broken positional arguments in config; ensure positional args are unique; closes #3763
  • 9e31e9d fix handling of bareword args matching node flags; closes #3761
  • 6535965 Update "karma-browserify" to eliminate Karma middleware warning (#3762)
  • 37febb6 improve issue template. (#3411)
  • 6d3d6b4 Release v6.0.1
  • 2146ece update CHANGELOG.md for v6.0.1
  • 7c9221d backout deprecation of value returned from suite; closes #3744
  • b7cfceb fix --watch not finding any files to execute; closes #3748
  • b836d73 Upgrade docdash version - issue #3663
  • 7926f47 fix --ui issues, closes #3746
  • 00f2ed9 dev dep upgrades from "npm audit" and "npm upgrade"
  • 34afb1a fix(cli/run.js): Revert default glob to match Mocha-5.2
  • 6d5a0db Bring the example congfiguration file in line with the documentation. (#3751)

There are 224 commits in total.

See the full diff

from babel-plugin-transform-react-handled-props.

greenkeeper avatar greenkeeper commented on June 2, 2024
  • The devDependency mocha was updated from 6.0.2 to 6.1.0.

Your tests are still failing with this version. Compare changes

Release Notes for v6.1.0

6.1.0 / 2019-04-07

πŸ”’ Security Fixes

  • #3845: Update dependency "js-yaml" to v3.13.0 per npm security advisory (@plroebuck)

πŸŽ‰ Enhancements

  • #3766: Make reporter constructor support optional options parameter (@plroebuck)
  • #3760: Add support for config files with .jsonc extension (@sstephant)

πŸ“  Deprecations

These are soft-deprecated, and will emit a warning upon use. Support will be removed in (likely) the next major version of Mocha:

πŸ› Fixes

  • #3829: Use cwd-relative pathname to load config file (@plroebuck)
  • #3745: Fix async calls of this.skip() in "before each" hooks (@juergba)
  • #3669: Enable --allow-uncaught for uncaught exceptions thrown inside hooks (@givanse)

and some regressions:

πŸ“– Documentation

πŸ”© Other

  • #3830: Replace dependency "findup-sync" with "find-up" for faster startup (@cspotcode)
  • #3799: Update devDependencies to fix many npm vulnerabilities (@XhmikosR)
Commits

The new version differs by 252 commits ahead by 252, behind by 9.

  • f4fc95a Release v6.1.0
  • bd29dbd update CHANGELOG for v6.1.0 [ci skip]
  • aaf2b72 Use cwd-relative pathname to load config file (#3829)
  • b079d24 upgrade deps as per npm audit fix; closes #3854
  • e87c689 Deprecate this.skip() for "after all" hooks (#3719)
  • 81cfa90 Copy Suite property "root" when cloning; closes #3847 (#3848)
  • 8aa2fc4 Fix issue 3714, hide pound icon showing on hover header on docs page (#3850)
  • 586bf78 Update JS-YAML to address security issue (#3845)
  • d1024a3 Update doc examples "tests.html" (#3811)
  • 1d570e0 Delete "/docs/example/chai.js"
  • ade8b90 runner.js: "self.test" undefined in Browser (#3835)
  • 0098147 Replace findup-sync with find-up for faster startup (#3830)
  • d5ba121 Remove "package" flag from sample config file because it can only be passes as CLI arg (#3793)
  • a3089ad update package-lock
  • 75430ec Upgrade yargs-parser dependency to avoid loading 2 copies of yargs

There are 250 commits in total.

See the full diff

from babel-plugin-transform-react-handled-props.

greenkeeper avatar greenkeeper commented on June 2, 2024
  • The devDependency mocha was updated from 6.1.0 to 6.1.1.

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

Release Notes for v6.1.1

6.1.1 / 2019-04-07

πŸ› Fixes

  • Fix Windows End-of-Line publishing issue
Commits

The new version differs by 3 commits.

See the full diff

from babel-plugin-transform-react-handled-props.

greenkeeper avatar greenkeeper commented on June 2, 2024
  • The devDependency mocha was updated from 6.1.1 to 6.1.2.

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

Release Notes for v6.1.2

6.1.2 / 2019-04-08

πŸ› Fixes

  • #3867: Re-publish v6.1.1 from POSIX OS to avoid dropped executable flags (@boneskull)
Commits

The new version differs by 5 commits.

See the full diff

from babel-plugin-transform-react-handled-props.

greenkeeper avatar greenkeeper commented on June 2, 2024
  • The devDependency mocha was updated from 6.1.2 to 6.1.3.

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

Commits

The new version differs by 10 commits.

See the full diff

from babel-plugin-transform-react-handled-props.

greenkeeper avatar greenkeeper commented on June 2, 2024
  • The devDependency mocha was updated from 6.1.3 to 6.1.4.

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

Release Notes for v6.1.4

6.1.4 / 2019-04-18

πŸ”’ Security Fixes

Commits

The new version differs by 13 commits.

  • 31c019e Release v6.1.4
  • c3d241e update CHANGELOG.md for v6.1.4 [ci skip]
  • 0d9d4a3 Update js-yaml from 3.13.0 to 3.13.1 (#3877)
  • f1fe632 Release v6.1.3
  • ae3d53f update CHANGELOG for v6.1.3 [ci skip]
  • e73941a upgrade node-environment-flags; closes #3868
  • 5121211 Do not pass argv twice
  • f05a58f Fix yargs global pollution
  • 86cd699 Release v6.1.2
  • 2e8f31f update CHANGELOG for v6.1.2
  • 9b516bf Release v6.1.1
  • 9e138b1 update CHANGELOG for v6.1.1 [ci skip]
  • d7de948 Set eol for publishing

See the full diff

from babel-plugin-transform-react-handled-props.

greenkeeper avatar greenkeeper commented on June 2, 2024
  • The devDependency mocha was updated from 6.1.4 to 6.2.0.

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

Release Notes for v6.2.0

6.2.0 / 2019-07-18

πŸŽ‰ Enhancements

πŸ› Fixes

πŸ“– Documentation

πŸ” Coverage

πŸ”© Other

Commits

The new version differs by 52 commits.

  • bd47776 Release v6.2.0
  • cc595af update CHANGELOG.md for v6.2.0 [ci skip]
  • 59d70ee fix: remove duplicate line-height property (#3957)
  • f77cac4 fix: do not redeclare variable (#3956)
  • 6201e42 Hide stacktrace when cli args are missing (#3963)
  • 88f45d5 Don't re-initialize grep option on watch re-run (#3960)
  • 5d4dd98 Fix No Files error when file is passed via --files (#3942)
  • 15b96af Collect test files later (#3953)
  • ccee5f1 Base reporter store ref to console.log (#3725)
  • 47318a7 update @mocha/contributors to v1.0.4 (#3944)
  • c903147 More, improved integration tests for watching (#3929)
  • e341ea4 Update CI config files to use Node-12.x (#3919)
  • 3064d25 update @mocha/docdash to v2.1.1 (#3945)
  • 9ea45e7 do not fork if no node flags present (#3827)
  • d02a096 modify Mocha constructor to accept options.global or options.globals (#3914)

There are 52 commits in total.

See the full diff

from babel-plugin-transform-react-handled-props.

greenkeeper avatar greenkeeper commented on June 2, 2024
  • The devDependency mocha was updated from 6.2.0 to 6.2.1.

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

Commits

The new version differs by 63 commits.

  • ef6c820 Release v6.2.1
  • 9524978 updated CHANGELOG for v6.2.1 [ci skip]
  • dfdb8b3 Update yargs to v13.3.0 (#3986)
  • 18ad1c1 treat '--require esm' as Node option (#3983)
  • fcffd5a Update yargs-unparser to v1.6.0 (#3984)
  • ad4860e Remove extraGlobals() (#3970)
  • b269ad0 Clarify effect of .skip() (#3947)
  • 1e6cf3b Add Matomo to website (#3765)
  • 91b3a54 fix style on mochajs.org (#3886)
  • 0e9d8ad tty.getWindowSize is not a function inside a "worker_threads" worker (#3955)
  • 48da42e Remove jsdoc index.html placeholder from eleventy file structure and fix broken link in jsdoc tutorial (#3966)
  • bd47776 Release v6.2.0
  • cc595af update CHANGELOG.md for v6.2.0 [ci skip]
  • 59d70ee fix: remove duplicate line-height property (#3957)
  • f77cac4 fix: do not redeclare variable (#3956)

There are 63 commits in total.

See the full diff

from babel-plugin-transform-react-handled-props.

greenkeeper avatar greenkeeper commented on June 2, 2024
  • The devDependency mocha was updated from 6.2.1 to 6.2.2.

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

Release Notes for v6.2.2

6.2.2 / 2019-10-18

πŸ› Fixes

πŸ“– Documentation

Commits

The new version differs by 75 commits.

  • 843a322 6.2.2
  • aec8b02 update CHANGELOG for v6.2.2 [ci skip]
  • 7a8b95a npm audit fixes
  • cebddf2 Improve reporter documentation for mocha in browser. (#4026)
  • 3f7b987 uncaughtException: report more than one exception per test (#4033)
  • ee82d38 modify alt text of image from Backers to Sponsors inside Sponsors section in Readme (#4046)
  • e9c036c special-case parsing of "require" in unparseNodeArgs(); closes #4035 (#4063)
  • 954cf0b Fix HTMLCollection iteration to make unhide function work as expected (#4051)
  • 816dc27 uncaughtException: fix double EVENT_RUN_END events (#4025)
  • 9650d3f add OpenJS Foundation logo to website (#4008)
  • f04b81d Adopt the OpenJSF Code of Conduct (#3971)
  • aca8895 Add link checking to docs build step (#3972)
  • ef6c820 Release v6.2.1
  • 9524978 updated CHANGELOG for v6.2.1 [ci skip]
  • dfdb8b3 Update yargs to v13.3.0 (#3986)

There are 75 commits in total.

See the full diff

from babel-plugin-transform-react-handled-props.

greenkeeper avatar greenkeeper commented on June 2, 2024
  • The devDependency mocha was updated from 7.0.1 to 7.1.0.

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

Release Notes for v7.1.0

7.1.0 / 2020-02-26

πŸŽ‰ Enhancements

#4038: Add Node.js native ESM support (@giltayar)

Mocha supports writing your test files as ES modules:

  • Node.js only v12.11.0 and above
  • Node.js below v13.2.0, you must set --experimental-modules option
  • current limitations: please check our documentation
  • for programmatic usage: see API: loadFilesAsync()

Note: Node.JS native ECMAScript Modules implementation has status: Stability: 1 - Experimental

πŸ› Fixes

πŸ“– Documentation

πŸ”© Other

Commits

The new version differs by 129 commits.

  • 09b948b Release v7.1.0
  • d43092e update CHANGELOG for v7.1.0 [ci skip]
  • 57be455 Add support for Node.JS native ES modules (#4038)
  • a995e33 Fix: programmatic API cannot access retried test objects (#4181)
  • ac12f2c Browser: fix 'allowUncaught' handling (#4174)
  • 2ff1cb2 uncaughtException: refactor, move and add tests
  • b431609 docs: update browser options
  • 883ae4b ESLint: use 'const' instead of 'let'
  • 2a1b637 Upgrade: ESLint v6.8 (#4138)
  • dbba276 Manage author list in AUTHORS instead of package.json (#4058)
  • d0f04e9 Release v7.0.1
  • 2277958 update CHANGELOG for v7.0.1 [ci skip]
  • 0be3f78 Fix exception when skipping tests programmatically (#4165)
  • c0f1d14 uncaughtException: fix recovery when current test is still running (#4150)
  • 9c10ada Fix backwards compability break for reporterOptions

There are 129 commits in total.

See the full diff

from babel-plugin-transform-react-handled-props.

greenkeeper avatar greenkeeper commented on June 2, 2024
  • The devDependency mocha was updated from 7.1.0 to 7.1.1.

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

Release Notes for v7.1.1

7.1.1 / 2020-03-18

πŸ”’ Security Fixes

  • #4204: Update dependencies mkdirp, yargs-parser and yargs (@juergba)

πŸ› Fixes

πŸ“– Documentation

Commits

The new version differs by 135 commits.

  • 7c09e63 Release v7.1.1
  • 7599535 update CHANGELOG for v7.1.1 [ci skip]
  • 3bf650c security: update mkdirp, yargs, yargs-parser (#4204)
  • e1389ef Fix: runner listening to 'start' and 'end' events (#3660)
  • 9cbb6f6 upgrade assetgraph-builder
  • 4dc3cd1 docs: show netlify badge on footer (#4190)
  • 09b948b Release v7.1.0
  • d43092e update CHANGELOG for v7.1.0 [ci skip]
  • 57be455 Add support for Node.JS native ES modules (#4038)
  • a995e33 Fix: programmatic API cannot access retried test objects (#4181)
  • ac12f2c Browser: fix 'allowUncaught' handling (#4174)
  • 2ff1cb2 uncaughtException: refactor, move and add tests
  • b431609 docs: update browser options
  • 883ae4b ESLint: use 'const' instead of 'let'
  • 2a1b637 Upgrade: ESLint v6.8 (#4138)

There are 135 commits in total.

See the full diff

from babel-plugin-transform-react-handled-props.

Related Issues (19)

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.