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 Dev Dependencies #347

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Update Dev Dependencies #347

merged 1 commit into from
Aug 1, 2024

Conversation

mend-for-github-com[bot]
Copy link
Contributor

@mend-for-github-com mend-for-github-com bot commented Apr 1, 2024

This PR contains the following updates:

Package Type Update Change
eslint-plugin-import devDependencies minor 2.28.1 -> 2.29.1
nodemon (source) devDependencies minor 3.0.1 -> 3.1.4
npm-run-all devDependencies replacement 4.1.5 -> 5.0.0
tape devDependencies minor 5.6.6 -> 5.8.1

This is a special PR that replaces npm-run-all with the community suggested minimal stable replacement version.


Release Notes

import-js/eslint-plugin-import (eslint-plugin-import)

v2.29.1

Compare Source

Fixed

v2.29.0

Compare Source

Added
remy/nodemon (nodemon)

v3.1.4

Compare Source

Bug Fixes

v3.1.3

Compare Source

Bug Fixes

v3.1.2

Compare Source

Bug Fixes

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Features

v3.0.3

Compare Source

Bug Fixes

v3.0.2

Compare Source

Bug Fixes
tape-testing/tape (tape)

v5.8.1

Compare Source

Fixed
  • [meta] fix URLs #608
Commits
  • [Fix] assertion: pass through assertion return value, for promises 2ad86d4

v5.8.0

Compare Source

Fixed
  • [New] add t.assertion #555
Commits
  • [meta] update URLs 77cabeb
  • [New] allow TODO tests to be "ok" with env var TODO_IS_OK 6cd06f5
  • [Tests] strip node’s deprecation warnings 8d40837
  • [Tests] increase coverage aa7de58
  • [Refactor] Test: minor tweaks ce4ce8a
  • [meta] simplify exports d39cb8d
  • [Deps] update @ljharb/resumer, @ljharb/through, hasown 77952d0
  • [Tests] handle more stack trace variation in Node v0.8 d2f0778
  • [Deps] update array.prototype.every, string.prototype.trim 732268b
  • [Dev Deps] update @ljharb/eslint-config 7b39e14
  • [Refactor] test: reduce binding by using polyfill entrypoints 91a83b6
  • [Dev Deps] remove unused intl-fallback-symbol, is-core-module eafacf6
  • [Deps] update object-is 1b01656
  • [meta] simplify exports f9eac5b

v5.7.5

Compare Source

Commits
  • [Fix] throws: fix crash when throwing primitives with a non-empty expected object 1b2681d
  • [Tests] clean up throws tests 9133c93
  • [Fix] default_stream: do not error on nullish data eff3725
  • [Fix] in IE 8, TypeError does not inherit from Error 93c1d12
  • [actions] remove redundant finisher 410e9e4
  • [Deps] update call-bind, hasown 82e7d71
  • [Deps] update @ljharb/resumer af2fe68
  • [Deps] update @ljharb/resumer bff9dad
  • [Deps] update @ljharb/through 5360d20
  • [Deps] update @ljharb/resumer ad0dd2e

v5.7.4

Compare Source

Fixed
  • [Fix] handle native ESM URLs in at: #601
Commits
  • [Deps] update has-dynamic-import 1e50cb3

v5.7.3

Compare Source

Commits
  • [Refactor] Test: cleaner at logic af4d109
  • [Fix] intercept: give a proper error message with a readonly Symbol property 4640a91
  • [Refactor] getHarness: avoid mutating opts, account for only one internal callsite for createExitHarness 19cfc8f
  • [Tests] Spawn processes during tests using execPath so that the tests pass on windows 4a57fbe
  • [Fix] createHarness: when no conf is provided, only should not throw 8a1cccc
  • [Fix] bin/tape: ignore options on windows a2b74f9
  • [Refactor] _assert: avoid reassigning arguments dc64c08
  • [Refactor] Results: use this instead of self 5f831b4
  • [Performance] avoid the extra call frame to new it 78fd0d6
  • [Dev Deps] update aud, npmignore ceabd99
  • [Tests] fix npm test on windows bcf6ce7
  • [Fix] stack trace path parsing on windows 9cbae8a
  • [Refactor] Results createStream: clean up _push handler 878a500
  • [Refactor] Test: a more precise check f6d30cf
  • [Deps] update object.assign 201e650
  • [Tests] ensure the import tests spawn properly d1987c0
  • [actions] skip engines check since bin/tape and the rest of the lib conflict 19af506
  • [Deps] update deep-equal 5d26485
  • [Deps] update mock-property d90c29a
  • [meta] add sideEffects flag 85f593b

v5.7.2

Compare Source

Commits
  • [Refactor] use hasown instead of has 489736a
  • [Deps] update call-bind, mock-property, object-inspect de34703
  • [Tests] use through properly 56d7a8b

v5.7.1

Compare Source

Commits
  • [Fix] default_stream: add handling for IE < 9 13f23ed
  • [Deps] update @ljharb/through, resolve 9135b40
  • Merge tag 'v4.17.0' e61cd40
  • [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

v5.7.0

Compare Source

Commits
  • [New] add t.intercept() 5d37060
  • [New] add t.capture and t.captureFn, modeled after tap 9e21f7a
  • [Refactor] prefer second .then arg over .catch 135a952
  • [Performance] use inline typeof 5ba89c9
  • [Deps] update array.prototype.every, glob, string.prototype.trim 4e2db4d
  • [Dev Deps] update array.prototype.flatmap df46769
  • Revert "[meta] ensure not-in-publish‘s absence does not fail anything" 1b3e0b1

Configuration

📅 Schedule: Branch creation - "on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

@mend-for-github-com mend-for-github-com bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the mend/dev-dependencies branch from aa59f1b to f61f6c0 Compare April 2, 2024 01:06
@mend-for-github-com mend-for-github-com bot force-pushed the mend/dev-dependencies branch from f61f6c0 to 330d4ce Compare April 27, 2024 05:57
@mend-for-github-com mend-for-github-com bot force-pushed the mend/dev-dependencies branch 2 times, most recently from 89a6863 to d635cff Compare May 26, 2024 05:02
@mend-for-github-com mend-for-github-com bot force-pushed the mend/dev-dependencies branch 2 times, most recently from 49cf848 to 3bca5a6 Compare June 4, 2024 05:25
@mend-for-github-com mend-for-github-com bot force-pushed the mend/dev-dependencies branch 3 times, most recently from 1057cfc to df518ad Compare June 21, 2024 05:58
@mend-for-github-com mend-for-github-com bot force-pushed the mend/dev-dependencies branch 2 times, most recently from 4771d2c to 0149953 Compare June 23, 2024 09:13
@mend-for-github-com mend-for-github-com bot force-pushed the mend/dev-dependencies branch from 0149953 to ada4c6c Compare July 18, 2024 08:04
@mend-for-github-com mend-for-github-com bot force-pushed the mend/dev-dependencies branch 13 times, most recently from 81b11d6 to 995495e Compare August 1, 2024 22:33
@mend-for-github-com mend-for-github-com bot force-pushed the mend/dev-dependencies branch from 995495e to f459a45 Compare August 1, 2024 22:34
@plegner plegner merged commit ad79d2d into main Aug 1, 2024
2 checks passed
@plegner plegner deleted the mend/dev-dependencies branch August 1, 2024 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

1 participant