Skip to content

chore(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates - #8

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-138ab147a9
Open

chore(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-138ab147a9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 3 updates in the / directory: @nuxt/test-utils, @types/node and typescript.

Updates @nuxt/test-utils from 4.1.0 to 4.2.0

Release notes

Sourced from @​nuxt/test-utils's releases.

v4.2.0

v4.2.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements

  • browser: add render helper for vitest browser mode (#1725)
  • runtime-utils: add spy option to mount + render helpers (#1762)

🩹 Fixes

  • runtime-utils: mockNuxtImport sourcemap mapped position (#1787)
  • config: tolerate non-cloneable values when cloning config (#1771)
  • e2e: honour setupTimeout in playwright + surface server logs (#1785)
  • e2e: add explanation if server exited before being ready (#1761)
  • module: handle string presets in auto-imports (#1784)
  • config: don't run includeSource in both projects in defineVitestConfig (#1763)
  • e2e: use taskkill to kill processes on windows (#1760)
  • config: support nuxt v5 with nitro vite environment (#1758)

🏡 Chore

  • avoid missing file extension warning in test/examples (#1775)
  • exempt first-party packages from pnpm minimumReleaseAge (#1774)
  • replace latest ranges with caret ranges (#1773)
  • move vite environment api tests to example tests (#1755)

✅ Tests

  • re-enable bun browser e2e on windows (#1791)

🤖 CI

  • migrate to uppt for release workflow (#1792)

🎉 New Contributors

❤️ Contributors

Commits
  • 4e03567 v4.2.0
  • fa9d90f feat(browser): add render helper for vitest browser mode (#1725)
  • 218c180 ci: migrate to uppt for release workflow (#1792)
  • 1844dcd fix(runtime-utils): mockNuxtImport sourcemap mapped position (#1787)
  • c7b6b36 fix(config): tolerate non-cloneable values when cloning config (#1771)
  • c334f89 test: re-enable bun browser e2e on windows (#1791)
  • fb5cc57 chore(deps): update all non-major dependencies (#1790)
  • 5d8adc7 chore(deps): update vitest to v4.1.11 (#1789)
  • debaf18 fix(e2e): honour setupTimeout in playwright + surface server logs (#1785)
  • 3e1a1d9 fix(e2e): add explanation if server exited before being ready (#1761)
  • Additional commits viewable in compare view

Updates @types/node from 26.3.0 to 26.4.0

Commits

Updates typescript from 5.9.3 to 7.0.2

Release notes

Sourced from typescript's releases.

TypeScript 7.0.2

https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/

This tag was originally released at: https://github.com/microsoft/typescript-go/releases/tag/typescript%2Fv7.0.2

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0.1 RC

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • 1e4744d Merge branch 'main' into ts7-release
  • a5a219cmicrosoft/typescript-go#4558
  • ecfe30d Update status localization
  • 5de25b5 Hide executable name in TypeScript status
  • d7ce74a Show bundled TypeScript version for packaged servers
  • 29be66a Correct TS 7 release version to 7.0.2
  • ed2bd1b Merge branch 'main' into ts7-release
  • 8873075 Bump the github-actions group across 1 directory with 3 updates (microsoft/ty...
  • 9427131 Set up stable / nightly extension split, other prep (microsoft/typescript-go#...
  • d4eaca5microsoft/typescript-go#4549
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


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

…ith 3 updates

Bumps the dev-dependencies group with 3 updates in the / directory: [@nuxt/test-utils](https://github.com/nuxt/test-utils), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript).


Updates `@nuxt/test-utils` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/nuxt/test-utils/releases)
- [Commits](nuxt/test-utils@v4.1.0...v4.2.0)

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

Updates `typescript` from 5.9.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v7.0.2)

---
updated-dependencies:
- dependency-name: "@nuxt/test-utils"
  dependency-version: 4.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

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 Sep 4, 2026
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.

0 participants