Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps vite from 7.2.2 to 7.2.6.

Release notes

Sourced from vite's releases.

v7.2.6

Please refer to CHANGELOG.md for details.

v7.2.5

Please refer to CHANGELOG.md for details.

Note: 7.2.5 failed to publish so it is skipped on npm

v7.2.4

Please refer to CHANGELOG.md for details.

v7.2.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.2.6 (2025-12-01)

7.2.5 (2025-12-01)

Bug Fixes

Performance Improvements

Documentation

  • clarify manifest.json imports field is JS chunks only (#21136) (46d3077)

Miscellaneous Chores

7.2.4 (2025-11-20)

Bug Fixes

  • revert "perf(deps): replace debug with obug (#21107)" (2d66b7b)

7.2.3 (2025-11-20)

Bug Fixes

  • allow multiple bindCLIShortcuts calls with shortcut merging (#21103) (5909efd)
  • deps: update all non-major dependencies (#21096) (6a34ac3)
  • deps: update all non-major dependencies (#21128) (4f8171e)

Performance Improvements

Miscellaneous Chores

  • deps: update dependency @​rollup/plugin-commonjs to v29 (#21099) (02ceaec)
  • deps: update rolldown-related dependencies (#21095) (39a0a15)
  • deps: update rolldown-related dependencies (#21127) (5029720)
Commits

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)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.2.2 to 7.2.6.
- [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/v7.2.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 Dec 1, 2025
@greptile-apps
Copy link

greptile-apps bot commented Dec 1, 2025

Greptile Overview

Greptile Summary

Updates Vite from 7.2.2 to 7.2.6, a patch release containing bug fixes and dependency updates with no breaking changes.

Key improvements in this update:

  • Fixed config shebang handling
  • Fixed shortcuts not rebinding after server restart
  • Fixed external: true merging behavior
  • Updated internal dependencies

The lockfile also updated posthog-js from 1.292.0 to 1.296.0 as part of dependency resolution. All changes are backward-compatible.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • This is a straightforward patch version update from 7.2.2 to 7.2.6 containing only bug fixes and dependency updates. The changelog shows no breaking changes, no security vulnerabilities, and only improvements to existing functionality. The changes are minimal and well-documented by the Vite team.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
package.json 5/5 Updates vite from 7.2.2 to 7.2.6 - patch version bump with bug fixes only
bun.lock 5/5 Updates lock file for vite 7.2.6 and posthog-js 1.296.0 - standard lockfile changes

Sequence Diagram

sequenceDiagram
    participant D as Dependabot
    participant P as package.json
    participant L as bun.lock
    participant V as Vite
    participant PH as PostHog

    D->>P: Update vite version constraint
    Note over P: ^7.2.2 → ^7.2.6
    D->>L: Resolve dependencies
    L->>V: Lock vite@7.2.6
    Note over V: Includes bug fixes:<br/>- Shebang handling<br/>- Server restart shortcuts<br/>- External merging
    L->>PH: Lock posthog-js@1.296.0
    Note over PH: Auto-updated from 1.292.0
Loading

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

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