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 tape to v4.17.0 #126

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tape 4.13.3 -> 4.17.0 age adoption passing confidence

Release Notes

ljharb/tape (tape)

v4.17.0

Compare Source

Commits
  • [New] add t.intercept() e60aeca
  • [New] add t.capture and t.captureFn, modeled after tap 3d96d69
  • [Deps] switch from through and resumer to @ljharb/through and @ljharb/resumer a8a7d67
  • [Tests] simplify tests 83bc381
  • [Performance] use inline typeof c45db4e
  • [Deps] update minimist, resolve, string.prototype.trim feee094
  • [Dev Deps] update @ljharb/eslint-config, array.prototype.flatmap, aud 7123111
  • Revert "[meta] ensure not-in-publish‘s absence does not fail anything" 92aaa51
  • [Dev Deps] pin jackspeak since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 a576f8d

v4.16.2

Compare Source

Commits
  • [Fix] throws: avoid crashing on a nonconfigurable or nonextensible expected 0731b5f
  • [actions] update rebase action 834453c
  • [Deps] update defined, minimist, object-inspect, string.prototype.trim 01edce8
  • [Dev Deps] update @ljharb/eslint-config, array.prototype.flatmap, aud 1b3ad24
  • [meta] add missing npmrc config 15e2175

v4.16.1

Compare Source

Commits
  • [eslint] fix indentation b035590
  • [meta] add auto-changelog b467b85
  • [eslint] enforce no-use-before-define 87deb68
  • [eslint] clean up config a bit 3171edd
  • [Tests] stackTrace: use the common getDiag utility 65df5a4
  • [meta] fix repo URLs 85d86a4
  • Revert "[Tests] handle a broken error cause in node 16.9/16.10" 775ba37
  • [meta] use npmignore to autogenerate an npmignore file 1645abb
  • [eslint] enable func-style 75c0c3a
  • [readme] fix version badge 20ea48d

v4.16.0

Compare Source

Commits
  • [New] bin/tape: include the exact arg when there are no glob results; use require on --require files 6a1ce43
  • [meta] create FUNDING.yml 5b4752f
  • [Refactor] bin/tape: make it a bit more functional, for easier v5 backporting fbdbfc9
  • [Deps] update glob, object-inspect, resolve, string.prototype.trim 6a3c200
  • [Dev Deps] update @ljharb/eslint-config, array.prototype.flatmap, es-value-fixtures, falafel 934d49b
  • [Tests] fix no_only tests on Windows f35f71b
  • [Robustness] test observably looks up exec on the object 4575ca4
  • [meta] add SECURITY.md 7b0c901

v4.15.1

Compare Source

Commits
  • [Tests] handle a broken error cause in node 16.9/16.10 53d9e18
  • [Robustness] test observably looks up exec on the object 9dbe9ad
  • [meta] remove unused travis.yml file 5a52443
  • [meta] ensure prelint works on windows 48896e8
  • [Dev Deps] update eslint, @ljharb/eslint-config 3960ccf
  • [meta] improve prelint script when no .git dir is present 7c6dbbd
  • [Deps] update minimist 64677e0

v4.15.0

Compare Source

Merged
  • [New] add --no-only flag/NODE_TAPE_NO_ONLY_TEST #572
Commits
  • [New] t.match/t.doesNotMatch: fail the test instead of throw on wrong input types. [a1c266b`](tape-testing/tape@a1c266b)
  • [actions] reuse common workflows d3b4f46
  • [readme] port changes from v5 87f9b29
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud 51ae645
  • [Fix] bin/tape: delay requires until needed b803fd8
  • [readme] hard wraps bad, soft wraps good 82af5ed
  • [Dev Deps] update eslint, @ljharb/eslint-config, safe-publish-latest, array.prototype.flatmap 3287a68
  • [actions] update codecov uploader 8d6aa6c
  • [Tests] handle carriage returns in stack traces on Windows f79acdf
  • [Deps] update glob, is-regex, string.prototype.trim 470ca1c
  • [meta] better eccheck command fe6978d
  • [Deps] update object-inspect, resolve 50ea080
  • [meta] Exclude fs from browser bundles (#​565) 418dc94
  • [Tests] handle a broken error cause in node 16.9/16.10 ca1b906
  • [meta] fix prelint so it does not fail outside of a git repo a09133e
  • [Robustness] use cached .test 86ec0b2

v4.14.0

Compare Source

Merged
  • [New] add .teardown() on t instances #546
  • [readme] add tape-describe to 'other' section #523
Fixed
  • [New] add .teardown() on t instances (#​546) #531
  • [readme] add tape-describe to 'other' section (#​523) #522
Commits
  • [Tests] make stripFullStack output an array of lines, for better failure messages f299759
  • [eslint] fully enable @ljharb eslint config 836610d
  • [actions] use node/install instead of node/run; use codecov action 46aff81
  • [readme] improve t.throws documentation b36f816
  • [Refactor] avoid reassigning arguments 5c4052f
  • [Tests] add test case for #​519 for test.comment() in createStream/objectMode context 1700642
  • [Refactor] use call-bind/callBound instead of function-bind directly 967b73f
  • [readme] Another way to create custom reporters d81f9f6
  • [meta] do not publish github action workflow files 6bb3496
  • [Refactor] remove unused line, unneeded var initialization; add missing new da0cdf1
  • [Refactor] remove use of legacy exports a04439c
  • [Deps] update glob, is-regex, object-inspect, resolve, string.prototype.trim 6e71e6e
  • [eslint] remove useless regex escapes 1515ff4
  • [readme] remove travis badge; add actions and codecov badges 57a7cc9
  • [meta] run aud in posttest 3907aa5
  • [Refactor] generalize error message from calling .end more than once da8ca46
  • [Tests] handle stack differences in node 15 b7b01ec
  • [Deps] update is-regex, object-inspect, string.prototype.trim e344080
  • [New] Include name of test in log when test times out (#​524) 78b4d98
  • [Refactor] Avoid setting message property on primitives; use strict mode to catch this 9dfb680
  • [meta] add safe-publish-latest; use prepublishOnly script for npm 7+ c3d434d
  • [meta] ensure not-in-publish‘s absence does not fail anything 2a0619d
  • [readme] remove long-dead testling-ci badge 1461611
  • [Tests] ensure bin/tape is linted faa51b5
  • [Dev Deps] update eslint fad6165
  • [Dev Deps] update eslint 79a0f4b
  • [Tests] exclude examples from coverage 283f537

Configuration

📅 Schedule: Branch creation - "before 4am" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Aug 6, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
ERROR: npm v10.1.0 is known not to run on Node.js v8.17.0.  This version of npm supports the following node versions: `^18.17.0 || >=20.5.0`. You can find the latest version at https://nodejs.org/.

ERROR:
/opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/utils/exit-handler.js:19
  const hasLoadedNpm = npm?.config.loaded
                           ^

SyntaxError: Unexpected token .
    at createScript (vm.js:80:10)
    at Object.runInThisContext (vm.js:139:10)
    at Module._compile (module.js:617:28)
    at Object.Module._extensions..js (module.js:664:10)
    at Module.load (module.js:566:32)
    at tryModuleLoad (module.js:506:12)
    at Function.Module._load (module.js:498:3)
    at Module.require (module.js:597:17)
    at require (internal/module.js:11:18)
    at module.exports (/opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/cli-entry.js:15:23)
ERROR: npm v10.1.0 is known not to run on Node.js v8.17.0.  This version of npm supports the following node versions: `^18.17.0 || >=20.5.0`. You can find the latest version at https://nodejs.org/.

ERROR:
/opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/utils/exit-handler.js:19
  const hasLoadedNpm = npm?.config.loaded
                           ^

SyntaxError: Unexpected token .
    at createScript (vm.js:80:10)
    at Object.runInThisContext (vm.js:139:10)
    at Module._compile (module.js:617:28)
    at Object.Module._extensions..js (module.js:664:10)
    at Module.load (module.js:566:32)
    at tryModuleLoad (module.js:506:12)
    at Function.Module._load (module.js:498:3)
    at Module.require (module.js:597:17)
    at require (internal/module.js:11:18)
    at module.exports (/opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/cli-entry.js:15:23)

renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 6, 2023
@renovate renovate bot changed the title Update dependency tape to v4.16.2 Update dependency tape to v4.17.0 Sep 22, 2023
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.

None yet

0 participants