Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 27, 2025

Bumps vite from 5.4.11 to 6.3.5.

Release notes

Sourced from vite's releases.

v6.3.5

Please refer to CHANGELOG.md for details.

v6.3.4

Please refer to CHANGELOG.md for details.

v6.3.3

Please refer to CHANGELOG.md for details.

v6.3.2

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

v6.3.1

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

v6.3.0

Please refer to CHANGELOG.md for details.

v6.3.0-beta.2

Please refer to CHANGELOG.md for details.

v6.3.0-beta.1

Please refer to CHANGELOG.md for details.

v6.3.0-beta.0

Please refer to CHANGELOG.md for details.

v6.2.7

Please refer to CHANGELOG.md for details.

v6.2.6

Please refer to CHANGELOG.md for details.

v6.2.5

Please refer to CHANGELOG.md for details.

v6.2.4

Please refer to CHANGELOG.md for details.

v6.2.3

Please refer to CHANGELOG.md for details.

v6.2.2

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

6.3.5 (2025-05-05)

Bug Fixes

  • ssr: handle uninitialized export access as undefined (#19959) (fd38d07)

6.3.4 (2025-04-30)

Bug Fixes

  • check static serve file inside sirv (#19965) (c22c43d)
  • optimizer: return plain object when using require to import externals in optimized dependencies (#19940) (efc5eab)

Code Refactoring

6.3.3 (2025-04-24)

Bug Fixes

  • assets: ensure ?no-inline is not included in the asset url in the production environment (#19496) (16a73c0)
  • css: resolve relative imports in sass properly on Windows (#19920) (ffab442)
  • deps: update all non-major dependencies (#19899) (a4b500e)
  • ignore malformed uris in tranform middleware (#19853) (e4d5201)
  • ssr: fix execution order of re-export (#19841) (ed29dee)
  • ssr: fix live binding of default export declaration and hoist exports getter (#19842) (80a91ff)

Performance Improvements

  • skip sourcemap generation for renderChunk hook of import-analysis-build plugin (#19921) (55cfd04)

Tests

  • ssr: test ssrTransform re-export deps and test stacktrace with first line (#19629) (9399cda)

6.3.2 (2025-04-18)

Features

Bug Fixes

  • css: respect css.lightningcss option in css minification process (#19879) (b5055e0)
  • deps: update all non-major dependencies (#19698) (bab4cb9)
  • match default asserts case insensitive (#19852) (cbdab1d)
  • open first url if host does not match any urls (#19886) (6abbdce)

6.3.1 (2025-04-17)

Bug Fixes

  • avoid using Promise.allSettled in preload function (#19805) (35c7f35)
  • backward compat for internal plugin transform calls (#19878) (a152b7c)

... (truncated)

Commits
  • 84e4647 release: v6.3.5
  • fd38d07 fix(ssr): handle uninitialized export access as undefined (#19959)
  • b040d54 release: v6.3.4
  • c22c43d fix: check static serve file inside sirv (#19965)
  • efc5eab fix(optimizer): return plain object when using require to import externals ...
  • d6d01c2 refactor: remove duplicate plugin context type (#19935)
  • db9eb97 release: v6.3.3
  • e4d5201 fix: ignore malformed uris in tranform middleware (#19853)
  • 55cfd04 perf: skip sourcemap generation for renderChunk hook of import-analysis-build...
  • ffab442 fix(css): resolve relative imports in sass properly on Windows (#19920)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 27, 2025
@fossabot
Copy link

fossabot bot commented Aug 27, 2025

Dependency Change Summary

vite (6.1.6 → 6.3.5)

✅ No Breaking Changes

There are no obvious breaking changes, security fixes, or deprecations.

📦 Other Updates

The update from Vite 6.1.6 to 6.3.5 contains various improvements and fixes detailed in the changelog. No specific new features or bug fixes are highlighted in this summary.

View all changes (0 features, 0 fixes, 1 other)
  • release notes (vv6.3.5): Please refer to CHANGELOG.md for details.

Dependency Usage Analysis

The vite package is used in 1 file within the codebase. This package appears to have broad implementation across the application, suggesting it serves as a core build tool or development server.

Usage Locations

vite - 1 usage across 1 file:

Impact Assessment - Action Required

This impact assessment analyzed a Vite upgrade to version 6.3.5 affecting one configuration file. The assessment identified a medium-impact breaking change but could not determine specific details without access to the changelog. Manual review of the Vite changelog is required before proceeding with the upgrade, as auto-upgrade is not recommended despite this being a minor version update.

Example Impact

vite 6.1.6 → 6.3.5

vite.config.ts:1
Unable to determine specific breaking changes without access to the detailed changelog

Fix: Review the Vite changelog at https://github.com/vitejs/vite/blob/v6.3.5/packages/vite/CHANGELOG.md to identify any breaking changes that may affect the vite.config.ts configuration

Top Impacted Locations


This comprehensive analysis uses AI to examine dependency changes, understand usage patterns, and assess the impact on your codebase.

@robszumski
Copy link
Owner

@fossa-robszumski analyze

@fossa-robszumski
Copy link

fossa-robszumski bot commented Aug 27, 2025

✓ Safe to upgrade

I recommend merging this update because The impact assessment analyzed 1 package (vite) affecting 1 file, with the upgrade marked as auto-upgradeable but flagged with medium impact due to potential breaking changes. The standard defineConfig import usage is unlikely to be affected, but the changelog indicates possible breaking changes that could impact configuration or build processes.

  • I analyzed usage patterns across 1 file
  • I researched dependency changes and release notes

What I analyzed

✓ Found all breaking changes in the upgraded dependencies
✓ Analyzed 1 usage pattern across 1 file
✓ Assessed impact on your specific usage patterns
✓ Confirmed no action required

Dependency Usage

Vite serves as the primary build tool and development server for this React application, configured with plugins for React support and SVG-as-components functionality. The project uses Vite's ecosystem including Vitest for testing, environment variable handling, and TypeScript integration with custom type definitions.

  • vite at vite.config.ts:1: This Vite configuration is setting up a React project with plugins, specifically adding React support via @​vitejs/plugin-react and enabling SVG imports as React components using vite-plugin-svgr.

Changes Summary

Found 1 important update

View all changes

vite (6.1.6 → 6.3.5)
Important for you: There are no obvious breaking changes, security fixes, or deprecations.
Interesting changes: This update contains internal changes with details available in the CHANGELOG.md file. No specific new features or bug fixes are highlighted in the provided change summary.


fossabot analyzed this PR using static analysis, dependency research and AI-powered impact detection.

Repository owner deleted a comment from fossa-robszumski bot Aug 27, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 10, 2025

Superseded by #15.

@dependabot dependabot bot closed this Sep 10, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vite-6.3.5 branch September 10, 2025 01:49
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.

2 participants