Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the minor group with 6 updates in the / directory:

Package From To
@fastify/compress 8.3.0 8.3.1
@fastify/middie 9.0.3 9.1.0
@vue/server-renderer 3.5.25 3.5.26
vike 0.4.247 0.4.250
vite 7.2.6 7.3.0
vue 3.5.25 3.5.26

Updates @fastify/compress from 8.3.0 to 8.3.1

Release notes

Sourced from @​fastify/compress's releases.

v8.3.1

What's Changed

New Contributors

Full Changelog: fastify/fastify-compress@v8.3.0...v8.3.1

Commits

Updates @fastify/middie from 9.0.3 to 9.1.0

Release notes

Sourced from @​fastify/middie's releases.

v9.1.0

What's Changed

New Contributors

Full Changelog: fastify/middie@v9.0.3...v9.1.0

Commits
  • 8de54e3 v9.1.0
  • d44cd56 fix: decode paths before matching (#245)
  • ed987d6 build(deps-dev): bump @​types/node from 24.10.4 to 25.0.3 (#246)
  • ca2c812 ci(ci): add concurrency config (#244)
  • d405c42 build(deps-dev): remove @​fastify/pre-commit (#243)
  • 3c66977 chore(.npmrc): ignore scripts (#242)
  • d30c7cc build(deps-dev): bump tsd from 0.32.0 to 0.33.0 (#241)
  • eb6d790 chore(tests): removed simple-get (#239)
  • 94c7431 build(deps-dev): bump @​types/node from 22.15.34 to 24.0.8 (#238)
  • f49a80d chore(license): update date ranges; standardise style (#237)
  • Additional commits viewable in compare view

Updates @vue/server-renderer from 3.5.25 to 3.5.26

Release notes

Sourced from @​vue/server-renderer's releases.

v3.5.26

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from @​vue/server-renderer's changelog.

3.5.26 (2025-12-18)

Bug Fixes

Performance Improvements

  • compiler-core: use binary-search to get line and column (#14222) (1904053)
Commits

Updates vike from 0.4.247 to 0.4.250

Changelog

Sourced from vike's changelog.

0.4.250 (2025-12-22)

Bug Fixes

Features

0.4.249 (2025-12-14)

Bug Fixes

0.4.248 (2025-12-14)

Bug Fixes

  • add missing BREAKING CHANGE: for 903de25aa32172c132bc82e0305b2d81d6fe29c0 (878698c)
  • add Vike dependencies to ssr.optimizeDeps.exclude (897b89e)
  • also call +guard.client.js on first render (fix #1916) (#2848) (903de25)
  • avoid breaking ssrFixStacktrace (vitejs/vite#21269) (#2942) (5831f8b)
  • avoid history state collision with other libraries (fix #2894) (#2901) (dbcfa58)
  • expose Vike's history data (e331796)
  • fix auto-reloading of resolved runtime error in + file (#2920) (dae98ec)
  • fix module banner (908fc62)
  • fix RPC timeout (4a392fb)
  • fix utils/debug.js tree-shaking (fix #2879) (c3d567b)
  • fix Vite config early resolve (fix #2850) (#2865) (cdee1c4)
  • improve debug logs upon virtual module missing export (closes #2903) (f7a3fb8)
  • improve error message upon using old Vite version (fix #2853) (b624f37)
  • improve Vike's logs aesthetics (#2895) (a1e7c11)
  • properly handle file changes upon non-runnable process (fix #2898) (6ebbe6d)
  • virtual client entry for root location (#2846) (3961797)

... (truncated)

Commits
  • effadb2 release: v0.4.250
  • d0787b8 chore(deps-dev): bump @​photonjs/cloudflare from 0.1.12 to 0.1.13 (#2988)
  • f5467a3 chore(deps-dev): bump @​photonjs/vercel from 0.1.21 to 0.1.22 (#2989)
  • a6dcfee chore(deps): bump vike-photon from 0.1.23 to 0.1.24 (#2987)
  • f01b0db chore(deps-dev): bump @​photonjs/runtime from 0.1.15 to 0.1.16 (#2990)
  • 6c1f40a chore(deps): bump @​universal-middleware/core from 0.4.13 to 0.4.14 (#2986)
  • 2847227 add object support for +staticReplace (#2983)
  • 99d3239 enforce explicit import strings (#2980)
  • 27e1807 minor refactoring (#2979)
  • 567e1a9 feat: +staticReplace (#2976)
  • Additional commits viewable in compare view

Updates vite from 7.2.6 to 7.3.0

Release notes

Sourced from vite's releases.

v7.3.0

Please refer to CHANGELOG.md for details.

v7.2.7

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.3.0 (2025-12-15)

Features

  • deps: update esbuild from ^0.25.0 to ^0.27.0 (#21183) (cff26ec)

7.2.7 (2025-12-08)

Bug Fixes

Commits

Updates vue from 3.5.25 to 3.5.26

Release notes

Sourced from vue's releases.

v3.5.26

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.26 (2025-12-18)

Bug Fixes

Performance Improvements

  • compiler-core: use binary-search to get line and column (#14222) (1904053)
Commits
  • c68bebf release: v3.5.26
  • e857e12 fix(runtime-core): pass component instance to flushPreFlushCbs on unmount (#1...
  • f33b308 types(defineProps): avoid never props becoming boolean flags (#14059)
  • 94aeb64 fix(runtime-core): handle patch stable fragment edge case (#12411)
  • ed85953 fix(compat): fix compat handler of draggable (#12445)
  • 4783118 fix(compiler-ssr): handle ssr attr fallthrough when preserve whitespace (#12304)
  • 6611dda types(runtime-core): export DirectiveModifiers type (#14198)
  • e24ff7d fix(compiler-sfc): demote const reactive bindings used in v-model (#14214)
  • 69ce3c7 fix(hmr): handle cached text node update (#14134)
  • 1904053 perf(compiler-core): use binary-search to get line and column (#14222)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@fastify/compress](https://github.com/fastify/fastify-compress) | `8.3.0` | `8.3.1` |
| [@fastify/middie](https://github.com/fastify/middie) | `9.0.3` | `9.1.0` |
| [@vue/server-renderer](https://github.com/vuejs/core/tree/HEAD/packages/server-renderer) | `3.5.25` | `3.5.26` |
| [vike](https://github.com/vikejs/vike) | `0.4.247` | `0.4.250` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.2.6` | `7.3.0` |
| [vue](https://github.com/vuejs/core) | `3.5.25` | `3.5.26` |



Updates `@fastify/compress` from 8.3.0 to 8.3.1
- [Release notes](https://github.com/fastify/fastify-compress/releases)
- [Commits](fastify/fastify-compress@v8.3.0...v8.3.1)

Updates `@fastify/middie` from 9.0.3 to 9.1.0
- [Release notes](https://github.com/fastify/middie/releases)
- [Commits](fastify/middie@v9.0.3...v9.1.0)

Updates `@vue/server-renderer` from 3.5.25 to 3.5.26
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.26/packages/server-renderer)

Updates `vike` from 0.4.247 to 0.4.250
- [Changelog](https://github.com/vikejs/vike/blob/main/CHANGELOG.md)
- [Commits](vikejs/vike@v0.4.247...v0.4.250)

Updates `vite` from 7.2.6 to 7.3.0
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.0/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.0/packages/vite)

Updates `vue` from 3.5.25 to 3.5.26
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.25...v3.5.26)

---
updated-dependencies:
- dependency-name: "@fastify/compress"
  dependency-version: 8.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@fastify/middie"
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@vue/server-renderer"
  dependency-version: 3.5.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: vike
  dependency-version: 0.4.250
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: vite
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: vue
  dependency-version: 3.5.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

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 Jan 5, 2026
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