Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency vows to v0.8.3 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mend-5034428[bot]
Copy link

@mend-5034428 mend-5034428 bot commented Oct 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vows 0.7.x -> 0.8.3 age adoption passing confidence

Release Notes

cloudhead/vows (vows)

v0.8.3

Compare Source

v0.8.2

Compare Source

v0.8.1

Compare Source

=========================

  • 81333f3 [dist] Version bump. 0.8.1 (indexzero)
  • 73872a8 [fix doc] Remove all mentions of the word "promise", vows is based on the EventEmitter. (indexzero)
  • a8314b8 Delay process.exit for proper drain of streams on node 0.10 (Illya Klymov)
  • 01590ff make importSuites work with jscover (Reno Reckling)
  • a39d1b8 Ensure that assertions fail when arguments are missing (Christian Tegnér)
  • 049b026 [fix] One significant digit for code coverage. Fixes #​240. (indexzero)
  • 9ee52a7 Round coverage percentage down. (David I. Lehn)
  • acbb20a [fix] Partially revert bc4c239. Fixes #​325. (indexzero)
  • 2405195 [fix] Use .toStringEx() in test from #​324. (indexzero)
  • e9b4d76 Show full path in error traces (execjosh)
  • d6118ec Refactor error stack trace file path extraction (execjosh)
  • 5dced8e Fixed recursive call of assertion errors which led to a huge delay when a test failed - Fixes #​278 (Pascal Mathis)
  • f5cec76 Tests for assert.epsilon failing on NaN (James Gibson)
  • ec0442c Make assert.epsilon fail for NaN actual value (James Gibson)
  • 64857e3 [dist] Towards a meaningful CHANGELOG.md. Generated from: https://github.com/indexzero/dotfiles/blob/master/scripts/git-changelog-all (indexzero)
  • f18b325 [fix dist] Fix travis and the "^" operator on node@0.8.x. (indexzero)
  • 875f0d3 Correct assignment for assert.notInclude() synonym assert.notIncludes() (Evan Prodromou)
  • 1c598f0 [fix] Properly handle NaN in assert.inDelta extension. Fixes #​120. Thanks @​mbostock! (indexzero)
  • 1b44458 [fix] Fix typos in some reporters. Fixes #​287. (indexzero)
  • b14f762 [test] Add failing tests for #​287. (indexzero)
  • e9fb10d Add instructive error message to importSuites that could help new users. (Michael Floering)

v0.8.0

Compare Source

========================

  • 775db8f [dist] Version bump. 0.8.0 (indexzero)
  • 623b375 [dist] Update dependencies to latest. (indexzero)
  • bf8e6aa [dist] Update contributors on README and package.json. (indexzero)
  • f113849 [doc] Added TravisCI build status. (indexzero)
  • f9f37df sh instead of js (Ionică Bizău)
  • 8db36b9 Code highlight (Ionică Bizău)
  • 43e917c Regenerated package.json (Ionică Bizău)
  • a7764ad Add tests on context and sub context, synchronous and asynchronous (Romain)
  • 03a04db [fix] Support backwards compatibility for Object reporters in #​190. (indexzero)
  • f120d45 Ability to programmatically specify reporter (Ilya Shaisultanov)
  • 7939c94 [test] fix .travis.yml file needs quote, remove 0.9, add 0.11 (Swaagie)
  • a5acef5 Typo fix. (Brian Donovan)
  • 1e8fa11 Make coffeescript register itself if it has a register function. (Steven H. Noble)
  • 42f23c3 refactor: remove line that was made redundant after the last merge from upstream (adamstallard)
  • ef5e76b ignore hg files (adamstallard)
  • e6bcc64 update vows package (adamstallard)
  • 45e9fdf Moved tag master to changeset 45104b1 (from changeset 45e0b0d) (adamstallard)
  • ecac185 Moved tag default/master to changeset 45104b1 (from changeset 5797560) (adamstallard)
  • ce6c2c6 update vows package (adamstallard)
  • c8c2ff0 Backed out changeset: be18031 (adamstallard)
  • e86bddd Backed out changeset: 19f9533 (adamstallard)
  • f031545 Added tag default for changeset 162f542 (adamstallard)
  • eaaf51a Moved tag master to changeset 45e0b0d (from changeset be18031) (adamstallard)
  • 7595734 Moved tag default/master to changeset 45e0b0d (from changeset 5797560) (adamstallard)
  • d6e2872 Added tag master for changeset be18031 (adamstallard)
  • e1d3d16 remove accidental commit (adamstallard)
  • 2d77a7a update vows package (adamstallard)
  • 1ed1b8c Added repository field to package.json (Gabe De)
  • d1d02e0 [test] Test on recent versions of node (Maciej Małecki)
  • bc4c239 [fix] Do not use util.{print,puts} (Maciej Małecki)
  • a23a1c9 continue to run subtopics even if a parent topic has an error in it (fixes #​231) (adamstallard)
  • eb66421 Set the return value to 'undefined' on an unexpected error (since we always use a callback); improve comments (adamstallard)
  • 8e4c8b8 use node-glob instead of wildcard for better pattern support (J. Lee Coltrane)
  • d6604c3 Don't print out extra blank lines in the spec reporter when end of suite fires. (adamstallard)
  • e10dc94 Make the xunit reporter follow the established pattern of using the vows console module and allowing for overriding the stream. (adamstallard)
  • 98470cb revert accidental inclusion of print statement (adamstallard)
  • 4acd17e Check that tests report errors like they should (adamstallard)
  • 50a13b5 Handle errors correctly based on suite.options.error and the number of parameters expected by the vow: When suite.options.error is set to false or a vow expects two or more parameters, get the error as the first argument and don't report it; When suite.options.error is set to true and a vow expects zero or one parameters, report the error and do not run the vow. (adamstallard)
  • 26e5941 fix typo in comment (adamstallard)
  • a7843f4 [dist doc] Remove unnecessary Makefile and document that tests should be run with npm test. Fixes #​241 (indexzero)
  • 458eb3e diff colors were reversed (Andrew Petersen)
  • 154b6cd Add a not include assertion (Fred Cox)
  • 4a9dc5d added nopstream to mimic writing to /dev/null on windows (Dale Stammen)
  • 5d087fc added nullstream.js to mock /dev/null on windows (Dale Stammen)
  • 92868a9 support for windows drives other than c: (Dale Stammen)
  • f7d09c5 node can't write to nul. reserved filename in windows. changed to .nul. updated .gitignore (Dale Stammen)
  • 4c53be1 fix for issue 248. file starts with a c (Dale Stammen)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants