Skip to content

build(deps): bump vike from 0.4.259 to 0.4.260 - #1196

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vike-0.4.260
Open

build(deps): bump vike from 0.4.259 to 0.4.260#1196
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vike-0.4.260

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps vike from 0.4.259 to 0.4.260.

Release notes

Sourced from vike's releases.

v0.4.260

June 26, 2026

Bug Fixes

  • --port/--host/--force now override vite.config.js (05ff485)
  • add startupLog option to preview API (75f6125)
  • add global +configs to optimizeDeps scan (#3306) (eec4029)
  • add vike:vite-config debug flag (9fc8a01)
  • allow custom global configs to be set via CLI / env var (#3302) (5ab9602)
  • allow page-level configs via CLI/API/env (#3304) (613f174)
  • allow user to override Vite asset configs set by Vike (#3326) (7646d97)
  • catch abort error thrown by +onCreatePageContext (fix #3256) (2fe6cc7)
  • don't crash request logger on redirect from +middleware (fix #3357) (#3358) (aa6fa94)
  • don't force the esbuild CSS minifier on Vite 8+ (fix #3326) (#3332) (4273d7f)
  • don't overly strip vike:pointer import attribute (fix brillout/docpress#167) (#3366) (286b6d4)
  • don't swallow globalContext promise rejection (#3252) (146b243)
  • further nudge AI to read the docs (0024d49)
  • improve error message upon rare Vite module resolve race condition (d575835)
  • increase Vite RPC timeout (927739b)
  • log error-page render errors (fix #3286) (cce07dd)
  • make unkown config a warning instead of an error (#3303) (53da9e4)
  • make Vike extension installation idempotent (fix #3354) (#3355) (a91659b)
  • nudge AI agents to load vike.dev/llms.txt (#3298) (1f48061)
  • nudge AIs to load https://vike.dev/llms.txt more prominently (20ec687)
  • polish Vike CLI help message (8017bd1)
  • prepend base to prerender redirect target URLs (#3350) (ac2142e)
  • remove outdated vike-photon workarounds (b164b12)
  • remove outdated Vite printUrls workaround (7f57fbb)
  • remove requestId ALS assertion (fix #3289) (fffb051)
  • respect Vite CLI [root]/-c args in early config resolution (#3278) (ae71c2c)
  • route bare-specifier client entries to optimizeDeps.include (fix #3290) (b520132)
  • set pageContext.req and pageContext.res as alias to pageContext.runtime.{req,res} (if undefined) (#3338) (50a8955)
  • support CLI syntax --key=value (e44c5a1)
  • update @​brillout/json-serializer (#3319) (40cdc35)
  • wait for all Vite envs before force exit (#3294) (c9d00d4)

Features

Automatically synced from CHANGELOG.md

Changelog

Sourced from vike's changelog.

0.4.260 (2026-06-26)

Bug Fixes

  • --port/--host/--force now override vite.config.js (05ff485)
  • add startupLog option to preview API (75f6125)
  • add global +configs to optimizeDeps scan (#3306) (eec4029)
  • add vike:vite-config debug flag (9fc8a01)
  • allow custom global configs to be set via CLI / env var (#3302) (5ab9602)
  • allow page-level configs via CLI/API/env (#3304) (613f174)
  • allow user to override Vite asset configs set by Vike (#3326) (7646d97)
  • catch abort error thrown by +onCreatePageContext (fix #3256) (2fe6cc7)
  • don't crash request logger on redirect from +middleware (fix #3357) (#3358) (aa6fa94)
  • don't force the esbuild CSS minifier on Vite 8+ (fix #3326) (#3332) (4273d7f)
  • don't overly strip vike:pointer import attribute (fix brillout/docpress#167) (#3366) (286b6d4)
  • don't swallow globalContext promise rejection (#3252) (146b243)
  • further nudge AI to read the docs (0024d49)
  • improve error message upon rare Vite module resolve race condition (d575835)
  • increase Vite RPC timeout (927739b)
  • log error-page render errors (fix #3286) (cce07dd)
  • make unkown config a warning instead of an error (#3303) (53da9e4)
  • make Vike extension installation idempotent (fix #3354) (#3355) (a91659b)
  • nudge AI agents to load vike.dev/llms.txt (#3298) (1f48061)
  • nudge AIs to load https://vike.dev/llms.txt more prominently (20ec687)
  • polish Vike CLI help message (8017bd1)
  • prepend base to prerender redirect target URLs (#3350) (ac2142e)
  • remove outdated vike-photon workarounds (b164b12)
  • remove outdated Vite printUrls workaround (7f57fbb)
  • remove requestId ALS assertion (fix #3289) (fffb051)
  • respect Vite CLI [root]/-c args in early config resolution (#3278) (ae71c2c)
  • route bare-specifier client entries to optimizeDeps.include (fix #3290) (b520132)
  • set pageContext.req and pageContext.res as alias to pageContext.runtime.{req,res} (if undefined) (#3338) (50a8955)
  • support CLI syntax --key=value (e44c5a1)
  • update @​brillout/json-serializer (#3319) (40cdc35)
  • wait for all Vite envs before force exit (#3294) (c9d00d4)

Features

Commits
  • e0b532c release: v0.4.260
  • e3b0f28 chore: sync CHANGELOG.md with GitHub Releases (#3367)
  • 5f1c114 chore(deps): bump @​vikejs/express from 0.2.2 to 0.2.4 (#3373)
  • 90384d1 docs: add icons to +choices (#3370)
  • c560e34 chore(deps): bump @​brillout/docpress from 0.16.39 to 0.16.43 (#3362)
  • 286b6d4 fix: don't overly strip vike:pointer import attribute (fix brillout/docpres...
  • 90ee7eb chore(deps): bump @​vikejs/hono from 0.2.0 to 0.2.1 (#3364)
  • 7cad2dc chore(deps): bump semver from 7.8.4 to 7.8.5 (#3363)
  • 8ca0168 chore(deps): bump @​batijs/elements from 0.0.82 to 0.0.83 (#3361)
  • f6ecfb2 feat: +pages for programmatically defining pages (closes #1691) (#3356)
  • 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 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 [vike](https://github.com/vikejs/vike) from 0.4.259 to 0.4.260.
- [Release notes](https://github.com/vikejs/vike/releases)
- [Changelog](https://github.com/vikejs/vike/blob/v0.4.260/CHANGELOG.md)
- [Commits](vikejs/vike@v0.4.259...v0.4.260)

---
updated-dependencies:
- dependency-name: vike
  dependency-version: 0.4.260
  dependency-type: direct:production
  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 Aug 14, 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.

0 participants