deps: bump the dependencies-major group with 6 updates#212
deps: bump the dependencies-major group with 6 updates#212dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the dependencies-major group with 6 updates: | Package | From | To | | --- | --- | --- | | [next](https://github.com/vercel/next.js) | `15.5.6` | `16.0.1` | | [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser) | `3.2.4` | `4.0.6` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.2.4` | `4.0.6` | | [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `3.2.4` | `4.0.6` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.5.6` | `16.0.1` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.0.6` | Updates `next` from 15.5.6 to 16.0.1 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.5.6...v16.0.1) Updates `@vitest/browser` from 3.2.4 to 4.0.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.6/packages/browser) Updates `@vitest/coverage-v8` from 3.2.4 to 4.0.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.6/packages/coverage-v8) Updates `@vitest/ui` from 3.2.4 to 4.0.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.6/packages/ui) Updates `eslint-config-next` from 15.5.6 to 16.0.1 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.0.1/packages/eslint-config-next) Updates `vitest` from 3.2.4 to 4.0.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.6/packages/vitest) --- updated-dependencies: - dependency-name: next dependency-version: 16.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies-major - dependency-name: "@vitest/browser" dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies-major - dependency-name: "@vitest/coverage-v8" dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies-major - dependency-name: "@vitest/ui" dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies-major - dependency-name: eslint-config-next dependency-version: 16.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies-major - dependency-name: vitest dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
❌ Deploy Preview for nitrokittr failed. Why did it fail? →
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📦 Next.js Bundle Analysis for nitrokit-nextjsThis analysis was generated by the Next.js Bundle Analysis action. 🤖 🎉 Global Bundle Size Decreased
DetailsThe global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster. Any third party scripts you have added directly to your app using the If you want further insight into what is behind the changes, give @next/bundle-analyzer a try! |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the dependencies-major group with 6 updates:
15.5.616.0.13.2.44.0.63.2.44.0.63.2.44.0.615.5.616.0.13.2.44.0.6Updates
nextfrom 15.5.6 to 16.0.1Release notes
Sourced from next's releases.
... (truncated)
Commits
e08402bv16.0.151d9631Upgrade React from6160773f-20251023tob4455a6e-20251027(#85464)163fc17v16.0.1-canary.6a986e17Fix crash when suspending in Components usinguseActionQueue(#85459)4067214Turbopack: correctly trace files with npm (#85323)976a222[test] Ensure we can toggle the DevTools menu while status indicators are act...b95dbe6fix: Proxy not picked up on Windows (#85443)b0837e0[test] Exclude likely Next.js internal Components from component stacks in Re...456d8e7fix: ensure req.query is writable (#81573)0b6fe15[test] Exclude Next.js internal stack frames from cache-component-error CLI o...Updates
@vitest/browserfrom 3.2.4 to 4.0.6Release notes
Sourced from
@vitest/browser's releases.... (truncated)
Commits
2e7b2b8chore: release v4.0.6f50ea7afix(browser): ensure setup files are re-evaluated on each test run (fixes #88...9e24a59fix(browser): support module tracking (#8877)ed9fc71chore: release v4.0.57ee283cfix(browser): allowLocatortype in selectOptions element parameter (#8848)0696898perf(expect): optimize checking the input type (#8840)9b75ec5chore: release v4.0.4ca1766fchore: release v4.0.3622977efix(browser): more stable in-source testing validation (#8793)07bc56achore: release v4.0.2Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@vitest/browsersince your current version.Updates
@vitest/coverage-v8from 3.2.4 to 4.0.6Release notes
Sourced from
@vitest/coverage-v8's releases.... (truncated)
Commits
2e7b2b8chore: release v4.0.6e3b7775fix(coverage): prevent filtering out virtual files before remapping to source...ed9fc71chore: release v4.0.59b75ec5chore: release v4.0.4ca1766fchore: release v4.0.307bc56achore: release v4.0.24a28faachore: release v4.0.1da7ce17chore: release v4.0.03e4b6b7chore: release v4.0.0-beta.1935816fefix(coverage): v8 to ignore Vite's generated cjs import helpers (#8718)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@vitest/coverage-v8since your current version.Updates
@vitest/uifrom 3.2.4 to 4.0.6Release notes
Sourced from
@vitest/ui's releases.... (truncated)
Commits
2e7b2b8chore: release v4.0.6ed9fc71chore: release v4.0.59b75ec5chore: release v4.0.4ca1766fchore: release v4.0.307bc56achore: release v4.0.24a28faachore: release v4.0.1da7ce17chore: release v4.0.0624032echore(ui): use vitest-browser-vue for UI tests, remove auto loading, typechec...3e4b6b7chore: release v4.0.0-beta.19bc7c20dchore: release v4.0.0-beta.18Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@vitest/uisince your current version.Updates
eslint-config-nextfrom 15.5.6 to 16.0.1Release notes
Sourced from eslint-config-next's releases.
... (truncated)
Commits
e08402bv16.0.1163fc17v16.0.1-canary.6c72b426v16.0.1-canary.5213c425v16.0.1-canary.4234984cv16.0.1-canary.3498349cv16.0.1-canary.2a8e1557v16.0.1-canary.17e41c12v16.0.1-canary.0950609fv16.0.0fcc3157v16.0.0-canary.19Updates
vitestfrom 3.2.4 to 4.0.6Release notes
Sourced from vitest's releases.
... (truncated)
Commits
2e7b2b8chore: release v4.0.631706dffix: reuse the same environment whenisolateandfileParallelismare fals...10a06d8fix(happy-dom): properly teardown additional keys (#8888)