Skip to content

deps: bump the vite group across 1 directory with 2 updates#17

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-76f7ed7ab3
Closed

deps: bump the vite group across 1 directory with 2 updates#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-76f7ed7ab3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the vite group with 2 updates in the / directory: vite and vite-plugin-svgr.

Updates vite from 6.4.3 to 8.0.16

Release notes

Sourced from vite's releases.

v8.0.16

Please refer to CHANGELOG.md for details.

v8.0.15

Please refer to CHANGELOG.md for details.

v8.0.14

Please refer to CHANGELOG.md for details.

v8.0.13

Please refer to CHANGELOG.md for details.

v8.0.12

Please refer to CHANGELOG.md for details.

v8.0.11

Please refer to CHANGELOG.md for details.

v8.0.10

Please refer to CHANGELOG.md for details.

v8.0.9

Please refer to CHANGELOG.md for details.

v8.0.8

Please refer to CHANGELOG.md for details.

v8.0.7

Please refer to CHANGELOG.md for details.

v8.0.6

Please refer to CHANGELOG.md for details.

v8.0.5

Please refer to CHANGELOG.md for details.

v8.0.4

Please refer to CHANGELOG.md for details.

create-vite@8.0.3

Please refer to CHANGELOG.md for details.

v8.0.3

Please refer to CHANGELOG.md for details.

create-vite@8.0.2

Please refer to CHANGELOG.md for details.

v8.0.2

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

8.0.16 (2026-06-01)

Bug Fixes

8.0.15 (2026-06-01)

Features

Bug Fixes

  • capitalize error messages and remove spurious space in parse error (#22488) (85a0eff)
  • deps: update all non-major dependencies (#22511) (2686d7d)
  • dev: fix html-proxy cache key mismatch for /@fs/ HTML paths (#21762) (47c4213)
  • glob: error on relative glob in virtual module when no files match (#22497) (5c8e98f)
  • optimizer: close the rolldown bundle when write() rejects (#22528) (e3cfb9d)
  • resolve: provide onWarn for viteResolvePlugin in JS plugin containers (#22509) (40985f1)

Miscellaneous Chores

Code Refactoring

8.0.14 (2026-05-21)

Features

Bug Fixes

  • deps: update all non-major dependencies (#22471) (98b8163)
  • dev: handle errors when sending messages to vite server (#22450) (e8e9a34)
  • html: handle trailing slash paths in transformIndexHtml (#22480) (5d94d1b)
  • optimizer: pass oxc jsx options to transformSync in dependency scan (#22342) (b3132da)

Miscellaneous Chores

  • deps: update rolldown-related dependencies (#22470) (7cb728e)
  • remove irrelevant commits from changelog (2c69495)

Code Refactoring

  • glob: do not rewrite import path for absolute base (#22310) (0ae2844)

... (truncated)

Commits

Updates vite-plugin-svgr from 4.5.0 to 5.2.0

Release notes

Sourced from vite-plugin-svgr's releases.

v5.2.0

No significant changes

    View changes on GitHub

v5.1.0

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v5.0.0

   🚨 Breaking Changes

    View changes on GitHub
Commits
  • 8ff69f4 5.2.0
  • dfbcb3b build: export cjs entry as callable default
  • 127eea3 chore: upgrade toolchain dependencies
  • 765a674 build: make TypeScript root dirs explicit
  • 9c0bdca ci: add publint workflow
  • 1b19812 build: switch to tsdown for dual-module output
  • 0605cf7 5.1.0
  • f598866 test: fix TypeScript typings
  • 8aadc43 perf: lazy load SVGR dependencies
  • 0ca4f6b fix: correct OxcTransformOptions type to expose jsx options (#144)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 16, 2026
@dependabot dependabot Bot changed the title deps: bump the vite group with 2 updates deps: bump the vite group across 1 directory with 2 updates Jun 16, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-76f7ed7ab3 branch from 525de9d to c5c58a6 Compare June 16, 2026 23:25
@markmandel

Copy link
Copy Markdown
Member

@NAME-ASHWANIYADAV - you know Typescript way better than I do - any idea why this failed checks?

@NAME-ASHWANIYADAV

NAME-ASHWANIYADAV commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

I guess this is a lockfile sync issue, the branch is not up to date with main
This PR was created before PR #11 were merged, and now this branch's package-lock.json no longer matches package.json so npm ci refuses to install

The error Missing: vite@7.3.5 from lock file indicates the mismatch - the lockfile is referencing a version not declared in package.json.

Just a rebase. Fix: @dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor Author

Sorry, only users with push access can use that command.

1 similar comment
@dependabot @github

dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor Author

Sorry, only users with push access can use that command.

Bumps the vite group with 2 updates in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [vite-plugin-svgr](https://github.com/pd4d10/vite-plugin-svgr).


Updates `vite` from 6.4.3 to 8.0.16
- [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/v8.0.16/packages/vite)

Updates `vite-plugin-svgr` from 4.5.0 to 5.2.0
- [Release notes](https://github.com/pd4d10/vite-plugin-svgr/releases)
- [Commits](pd4d10/vite-plugin-svgr@v4.5.0...v5.2.0)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.0.16
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite
- dependency-name: vite-plugin-svgr
  dependency-version: 5.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-76f7ed7ab3 branch from c5c58a6 to 83eabb6 Compare June 17, 2026 17:22
@NAME-ASHWANIYADAV

Copy link
Copy Markdown
Contributor

@markmandel i have deep analysed this out - its not a TypeScript issue, its a dependency constraint
@kinvolk/headlamp-plugin pins vite to ^6.4.1, which means it only accepts vite 6.x
Dependabot is trying to jump straight to 8.x which breaks the lockfile since the SDK cant resolve against that version.

We cannot bump vite past 6.x until the headlamp SDK itself updates its vite dependency
I do suggest safe to close this one

@markmandel

Copy link
Copy Markdown
Member

Got it! Closing!

(I know about Agones stuff, this frontend work is mysterious to me 😄 )

@markmandel markmandel closed this Jun 17, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/vite-76f7ed7ab3 branch June 17, 2026 20:55
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.

2 participants