Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

chore(deps-dev):(deps-dev): bump vite from 7.3.0 to 7.3.1 in /frontend#174

Merged
klappe-pm merged 2 commits intomainfrom
dependabot/npm_and_yarn/frontend/vite-7.3.1
Jan 31, 2026
Merged

chore(deps-dev):(deps-dev): bump vite from 7.3.0 to 7.3.1 in /frontend#174
klappe-pm merged 2 commits intomainfrom
dependabot/npm_and_yarn/frontend/vite-7.3.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps vite from 7.3.0 to 7.3.1.

Release notes

Sourced from vite's releases.

v7.3.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.3.1 (2026-01-07)

Features

  • add ignoreOutdatedRequests option to optimizeDeps (#21364) (9d39d37)
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)

Greptile Overview

Greptile Summary

This PR updates Vite from version 7.3.0 to 7.3.1 in the frontend dependencies. The update includes a single new feature addition: the ignoreOutdatedRequests option for optimizeDeps.

Key Changes:

  • package.json: Updates the vite version constraint from ^7.2.4 to ^7.3.1
  • package-lock.json: Updates the locked vite version from 7.3.0 to 7.3.1 with corresponding integrity hash

What's New in v7.3.1:
According to the changelog, this release adds:

  • ignoreOutdatedRequests option to optimizeDeps configuration (#21364)

Impact Assessment:

  • This is a patch version bump with no breaking changes
  • No transitive dependencies were modified
  • The existing vite.config.js remains compatible (uses only basic configuration)
  • No changes required to build scripts or development workflow
  • The update is safe and maintains backward compatibility

Note on Version Alignment:
The PR corrects a minor version misalignment. Previously, package.json specified ^7.2.4 while package-lock.json had 7.3.0 installed (which satisfies the semver range). This PR updates both files to explicitly reference 7.3.1, improving version clarity.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk - it's a routine patch update with no breaking changes
  • This is a straightforward dependency update with maximum confidence because: (1) It's a patch version bump (7.3.0→7.3.1) with only a new feature addition, no breaking changes; (2) No transitive dependencies are affected - only vite itself is updated; (3) The existing vite configuration is minimal and doesn't use deprecated features; (4) The change is generated by Dependabot following standard update practices; (5) The version range alignment (^7.2.4→^7.3.1) improves clarity without changing behavior
  • No files require special attention - both changes are standard Dependabot-generated updates

Important Files Changed

File Analysis

Filename Score Overview
frontend/package.json 5/5 Updates vite from ^7.2.4 to ^7.3.1, aligning with the actual installed version and adding support for new features
frontend/package-lock.json 5/5 Updates vite lockfile from 7.3.0 to 7.3.1 with new package integrity hash, no transitive dependency changes

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Dep as Dependabot
    participant NPM as NPM Registry
    participant PJ as package.json
    participant PL as package-lock.json
    participant Build as Build System
    
    Note over Dev,Build: Dependency Update Flow
    
    Dep->>NPM: Check for Vite updates
    NPM-->>Dep: v7.3.1 available
    
    Dep->>PJ: Update vite: ^7.2.4 → ^7.3.1
    Dep->>PL: Update locked version: 7.3.0 → 7.3.1
    Dep->>PL: Update integrity hash
    
    Note over PJ,PL: Both files now aligned at 7.3.1
    
    Dev->>Build: npm install
    Build->>NPM: Fetch vite@7.3.1
    NPM-->>Build: Download package
    Build->>Build: Verify integrity hash
    
    Dev->>Build: npm run build / npm run dev
    Build->>Build: Use Vite 7.3.1
    Note over Build: New feature available:<br/>ignoreOutdatedRequests option
    
    Build-->>Dev: Build successful
Loading

@dependabot dependabot bot added dependencies Pull requests that update a dependency file frontend Frontend related changes npm NPM dependencies labels Jan 12, 2026
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.3.0 to 7.3.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.1/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.1/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/vite-7.3.1 branch from 19388ea to 1696321 Compare January 31, 2026 23:24
@klappe-pm klappe-pm merged commit 3747c5c into main Jan 31, 2026
1 of 2 checks passed
@klappe-pm klappe-pm deleted the dependabot/npm_and_yarn/frontend/vite-7.3.1 branch January 31, 2026 23:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file frontend Frontend related changes npm NPM dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant