Skip to content

build(deps-dev): bump the dev-dependencies-major group across 1 directory with 5 updates - #86

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-major-532e853928
Closed

build(deps-dev): bump the dev-dependencies-major group across 1 directory with 5 updates#86
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-major-532e853928

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies-major group with 5 updates in the / directory:

Package From To
@types/node 24.13.0 26.1.1
bestzip 2.2.5 3.0.1
start-server-and-test 2.1.5 3.0.11
jest-extended 6.0.0 7.0.0
nyc 17.1.0 18.0.0

Updates @types/node from 24.13.0 to 26.1.1

Commits

Updates bestzip from 2.2.5 to 3.0.1

Commits

Updates start-server-and-test from 2.1.5 to 3.0.11

Release notes

Sourced from start-server-and-test's releases.

v3.0.11

3.0.11 (2026-06-11)

Bug Fixes

  • register --expected as an alias of --expect (#484) (57c221d)

v3.0.10

3.0.10 (2026-06-10)

Bug Fixes

  • allow both --proxy-password and --proxy-pass options (#482) (797973d)
  • conform to npm branding (lowercase) (#483) (f165b18)

v3.0.9

3.0.9 (2026-06-09)

Bug Fixes

v3.0.8

3.0.8 (2026-06-05)

Bug Fixes

v3.0.7

3.0.7 (2026-06-04)

Bug Fixes

v3.0.6

3.0.6 (2026-06-02)

Bug Fixes

  • deps: remove bluebird and use native Promise (#467) (c748117)

v3.0.5

... (truncated)

Commits
  • 57c221d fix: register --expected as an alias of --expect (#484)
  • f165b18 fix: conform to npm branding (lowercase) (#483)
  • 797973d fix: allow both --proxy-password and --proxy-pass options (#482)
  • 9f727ac chore(deps): replace got with fetch in test/client (#480)
  • 5df0c8f fix: normalize package.json with npm 11 (#481)
  • a54ba5b fix: make npm scripts cross-platform (#477)
  • fd6d077 docs: README cleanup and tweaks (#478)
  • d958d5a chore(deps): upgrade major devDependencies (#476)
  • c138a9d fix(deps): update lazy-ass to v2 (#474)
  • 301399e test: fix typos, wrong assertion, and placeholder test (#473)
  • Additional commits viewable in compare view
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates jest-extended from 6.0.0 to 7.0.0

Release notes

Sourced from jest-extended's releases.

v7.0.0

Major Changes

  • 50a96f9: Drop support for Node 18 and 23 and add support for Node 24 and 25
Changelog

Sourced from jest-extended's changelog.

7.0.0

Major Changes

  • 50a96f9: Drop support for Node 18 and 23 and add support for Node 24 and 25
Commits

Updates nyc from 17.1.0 to 18.0.0

Release notes

Sourced from nyc's releases.

nyc: v18.0.0

18.0.0 (2026-02-22)

⚠ BREAKING CHANGES

  • deps: transitive dependencies now require node 20 || >=22.

Bug Fixes

  • deps: update dependencies pulling in old glob (#1612) (0707729)
Changelog

Sourced from nyc's changelog.

18.0.0 (2026-02-22)

⚠ BREAKING CHANGES

  • deps: transitive dependencies now require node 20 || >=22.

Bug Fixes

  • deps: update dependencies pulling in old glob (#1612) (0707729)
Commits
  • 3ce6d97 chore(main): release nyc 18.0.0 (#1613)
  • b9f6781 build: publication is now manual again due to changes in tokens
  • 0707729 fix(deps)!: update dependencies pulling in old glob (#1612)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…tory with 5 updates

Bumps the dev-dependencies-major group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.13.0` | `26.1.1` |
| [bestzip](https://github.com/nfriedly/node-bestzip) | `2.2.5` | `3.0.1` |
| [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | `2.1.5` | `3.0.11` |
| [jest-extended](https://github.com/jest-community/jest-extended) | `6.0.0` | `7.0.0` |
| [nyc](https://github.com/istanbuljs/nyc) | `17.1.0` | `18.0.0` |



Updates `@types/node` from 24.13.0 to 26.1.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `bestzip` from 2.2.5 to 3.0.1
- [Commits](nfriedly/node-bestzip@v2.2.5...v3.0.1)

Updates `start-server-and-test` from 2.1.5 to 3.0.11
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v2.1.5...v3.0.11)

Updates `jest-extended` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/jest-community/jest-extended/releases)
- [Changelog](https://github.com/jest-community/jest-extended/blob/main/CHANGELOG.md)
- [Commits](jest-community/jest-extended@v6.0.0...v7.0.0)

Updates `nyc` from 17.1.0 to 18.0.0
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md)
- [Commits](istanbuljs/nyc@nyc-v17.1.0...nyc-v18.0.0)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies-major
- dependency-name: bestzip
  dependency-version: 3.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies-major
- dependency-name: start-server-and-test
  dependency-version: 3.0.11
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies-major
- dependency-name: jest-extended
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies-major
- dependency-name: nyc
  dependency-version: 18.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 21, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 28, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dev-dependencies-major-532e853928 branch July 28, 2026 04:18
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant