Skip to content

chore(deps): bump vite from 7.3.1 to 8.0.0 in /apps/web#300

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/web/vite-8.0.0
Closed

chore(deps): bump vite from 7.3.1 to 8.0.0 in /apps/web#300
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/web/vite-8.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps vite from 7.3.1 to 8.0.0.

Release notes

Sourced from vite's releases.

create-vite@8.0.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.0.0

Please refer to CHANGELOG.md for details.

v8.0.0

Please refer to CHANGELOG.md for details.

v8.0.0-beta.18

Please refer to CHANGELOG.md for details.

v8.0.0-beta.17

Please refer to CHANGELOG.md for details.

v8.0.0-beta.16

Please refer to CHANGELOG.md for details.

v8.0.0-beta.15

Please refer to CHANGELOG.md for details.

v8.0.0-beta.14

Please refer to CHANGELOG.md for details.

v8.0.0-beta.13

Please refer to CHANGELOG.md for details.

v8.0.0-beta.12

Please refer to CHANGELOG.md for details.

v8.0.0-beta.11

Please refer to CHANGELOG.md for details.

v8.0.0-beta.10

Please refer to CHANGELOG.md for details.

v8.0.0-beta.9

Please refer to CHANGELOG.md for details.

v8.0.0-beta.8

Please refer to CHANGELOG.md for details.

v8.0.0-beta.7

Please refer to CHANGELOG.md for details.

v8.0.0-beta.6

Please refer to CHANGELOG.md for details.

v8.0.0-beta.5

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

8.0.0 (2026-03-12)

Vite 8 is here!

Today, we're thrilled to announce the release of the next Vite major:

⚠ BREAKING CHANGES

  • remove import.meta.hot.accept resolution fallback (#21382)
  • update default browser target (#21193)
  • the epic rolldown-vite merge (#21189)

Features

... (truncated)

Commits
  • ea68a88 chore(deps): update rolldown-related dependencies (#20810)
  • 693d255 release: v7.1.7
  • 98a3484 fix(hmr): wait for import.meta.hot.prune callbacks to complete before runni...
  • 9f32b1d fix(hmr): trigger prune event when import is removed from non hmr module (#20...
  • 9f2247c fix(deps): update all non-major dependencies (#20811)
  • 105abe8 fix(glob): handle glob imports from folders starting with dot (#20800)
  • 4c4583c fix(build): fix ssr environment emitAssets: true when `sharedConfigBuild: t...
  • 9bc9d12 fix(client): use CSP nonce when rendering error overlay (#20791)
  • 54377f7 release: v7.1.6
  • 88af2ae fix(deps): update all non-major dependencies (#20773)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2026

Labels

The following labels could not be found: javascript. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 16, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/web/vite-8.0.0 branch from 5aa4f71 to 9da0d17 Compare March 16, 2026 22:18
hessius added a commit that referenced this pull request Mar 16, 2026
Merge main into version/2.3.0:
- Gemini model fix (gemini-2.0-flash → gemini-2.5-flash)
- get_model_name() call-time resolution
- Fix _MODEL_NAME → get_model_name() in profile_recommendation_service.py

Python dependency bumps (3):
- uvicorn 0.41.0 → 0.42.0
- sse-starlette 3.2.0 → 3.3.2
- zeroconf 0.134.0 → 0.148.0

NPM dependency bumps (28):
Production (12): @tailwindcss/vite 4.2.1, @tanstack/react-query 5.90.21,
  framer-motion 12.37.0, i18next 25.8.18, i18next-browser-languagedetector 8.2.1,
  modern-screenshot 4.6.8, react 19.2.4, react-day-picker 9.14.0,
  react-dom 19.2.4, react-error-boundary 6.1.1, react-i18next 16.5.8,
  react-resizable-panels 4.7.3
Dev (16): @chromatic-com/storybook 5.0.1, @playwright/test 1.58.2,
  @storybook/addon-a11y 10.2.19, @storybook/addon-docs 10.2.19,
  @storybook/react-vite 10.2.19, @tailwindcss/postcss 4.2.1,
  @testing-library/react 16.3.2, @types/react 19.2.14,
  @vitejs/plugin-react-swc 4.3.0, @vitest/browser-playwright 4.1.0,
  @vitest/coverage-v8 4.1.0, happy-dom 20.8.4, storybook 10.2.19,
  tailwindcss 4.2.1, typescript-eslint 8.57.1, vite 8.0.0 (MAJOR)

Vite 8 compatibility: added build.cssMinify: 'esbuild' to work around
lightningcss/tailwindcss interaction issue (tailwindlabs/tailwindcss#19789).

Closes: #294, #295, #296, #297, #298, #299, #300, #301, #302, #303, #304, #275, #277

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.3.1 to 8.0.0.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@8.0.0/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/web/vite-8.0.0 branch from 9da0d17 to 7aa222f Compare March 25, 2026 13:59
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 25, 2026

Superseded by #315.

@dependabot dependabot bot closed this Mar 25, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/apps/web/vite-8.0.0 branch March 25, 2026 14:01
hessius added a commit that referenced this pull request Mar 25, 2026
Merge main into version/2.3.0:
- Gemini model fix (gemini-2.0-flash → gemini-2.5-flash)
- get_model_name() call-time resolution
- Fix _MODEL_NAME → get_model_name() in profile_recommendation_service.py

Python dependency bumps (3):
- uvicorn 0.41.0 → 0.42.0
- sse-starlette 3.2.0 → 3.3.2
- zeroconf 0.134.0 → 0.148.0

NPM dependency bumps (28):
Production (12): @tailwindcss/vite 4.2.1, @tanstack/react-query 5.90.21,
  framer-motion 12.37.0, i18next 25.8.18, i18next-browser-languagedetector 8.2.1,
  modern-screenshot 4.6.8, react 19.2.4, react-day-picker 9.14.0,
  react-dom 19.2.4, react-error-boundary 6.1.1, react-i18next 16.5.8,
  react-resizable-panels 4.7.3
Dev (16): @chromatic-com/storybook 5.0.1, @playwright/test 1.58.2,
  @storybook/addon-a11y 10.2.19, @storybook/addon-docs 10.2.19,
  @storybook/react-vite 10.2.19, @tailwindcss/postcss 4.2.1,
  @testing-library/react 16.3.2, @types/react 19.2.14,
  @vitejs/plugin-react-swc 4.3.0, @vitest/browser-playwright 4.1.0,
  @vitest/coverage-v8 4.1.0, happy-dom 20.8.4, storybook 10.2.19,
  tailwindcss 4.2.1, typescript-eslint 8.57.1, vite 8.0.0 (MAJOR)

Vite 8 compatibility: added build.cssMinify: 'esbuild' to work around
lightningcss/tailwindcss interaction issue (tailwindlabs/tailwindcss#19789).

Closes: #294, #295, #296, #297, #298, #299, #300, #301, #302, #303, #304, #275, #277

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants