Skip to content

Commit

Permalink
release: v0.4.173
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jun 5, 2024
1 parent 1b7b761 commit 334634c
Show file tree
Hide file tree
Showing 69 changed files with 95 additions and 68 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [0.4.173](https://github.com/vikejs/vike/compare/v0.4.172...v0.4.173) (2024-06-05)


### Bug Fixes

* `export type { ImportString }` ([1161acd](https://github.com/vikejs/vike/commit/1161acd6f45d26a037631c238945b01dd1740667))
* add vite.config.js headers to SSR response ([#1669](https://github.com/vikejs/vike/issues/1669)) ([605b4a5](https://github.com/vikejs/vike/commit/605b4a502fc5e34ea8948216ddee607e9a558666))
* always show assert stack traces upon DEBUG=vike:error ([a437fe9](https://github.com/vikejs/vike/commit/a437fe9b67375cb124889eeee7e28db438caa854))
* enforce Vike extension conventions ([be770f2](https://github.com/vikejs/vike/commit/be770f2edcecf051c0556e0774e7b77b614b529f))
* fix deducing of extension name ([2c361cc](https://github.com/vikejs/vike/commit/2c361cc87228304af728164cc3615bd0900b7e9e))
* move dev code outside of prod runtime ([5d69efa](https://github.com/vikejs/vike/commit/5d69efa41688c1608fff215646b8641bc6a99b66))
* prettify logged URL ([#1658](https://github.com/vikejs/vike/issues/1658)) ([ea2b76c](https://github.com/vikejs/vike/commit/ea2b76c5fd96298f7b5b750c78a4993f11e1b2c2))
* remove ImportString from pageContext.config type ([1b7b761](https://github.com/vikejs/vike/commit/1b7b7613f9364e617341f5285b27646a72592edf))
* remove outdated Bun workaround ([6701c7b](https://github.com/vikejs/vike/commit/6701c7b4bfeb0fd23cccc6bd870ff4ade72c2267))
* remove too strict convention ([7b30d71](https://github.com/vikejs/vike/commit/7b30d7197dbee6545e4b0db65744d619f34c569c))
* support pre-releases for require setting ([24e2d90](https://github.com/vikejs/vike/commit/24e2d909ab49f128711e96de31d544a574a74c71))
* support UTF-9 file paths (fix [#1658](https://github.com/vikejs/vike/issues/1658)) ([a7cc8ad](https://github.com/vikejs/vike/commit/a7cc8adb3f8ccdf2718ad334280d232b3c6069a5))


### Features

* [experimental] new setting crawl.git (closes [#1655](https://github.com/vikejs/vike/issues/1655)) ([c1b0884](https://github.com/vikejs/vike/commit/c1b08840bd2a0d741bffc78a045edbc77fbf64f4))
* new setting `clientHooks` (closes [#1671](https://github.com/vikejs/vike/issues/1671)) ([c1dcd5f](https://github.com/vikejs/vike/commit/c1dcd5f3c01eee8cb888912f0860d30b87f71521))
* new setting `require` for Vike extensions (fix [#1668](https://github.com/vikejs/vike/issues/1668)) ([5ceeb1a](https://github.com/vikejs/vike/commit/5ceeb1ac0affae3de47bf4d881f477dccea62a94))



## [0.4.172](https://github.com/vikejs/vike/compare/v0.4.171...v0.4.172) (2024-05-26)


Expand Down
2 changes: 1 addition & 1 deletion boilerplates/boilerplate-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"sirv": "^2.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"vike": "^0.4.172",
"vike": "^0.4.173",
"vite": "^5.0.10"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/boilerplate-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sirv": "^2.0.3",
"vike": "^0.4.172",
"vike": "^0.4.173",
"vite": "^5.0.10"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/boilerplate-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"sirv": "^2.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"vike": "^0.4.172",
"vike": "^0.4.173",
"vite": "^5.0.10",
"vue": "^3.3.10",
"vue-tsc": "^2.0.11"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/boilerplate-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"express": "^4.18.2",
"node-fetch": "^3.3.2",
"sirv": "^2.0.3",
"vike": "^0.4.172",
"vike": "^0.4.173",
"vite": "^5.0.10",
"vue": "^3.3.10"
},
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-vike",
"version": "0.0.337",
"version": "0.0.338",
"license": "MIT",
"bin": {
"create-vike": "index.js"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3",
"vike": "0.4.172",
"vike": "0.4.173",
"vite": "^5.2.10"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion docs/utils/projectInfo.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const PROJECT_VERSION = '0.4.172'
const PROJECT_VERSION = '0.4.173'

export const projectInfo = {
projectName: 'Vike' as const,
Expand Down
2 changes: 1 addition & 1 deletion examples/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.2",
"vike": "0.4.172",
"vike": "0.4.173",
"vike-react": "^0.4.6",
"vite": "^5.0.10"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/base-url-cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.172"
"vike": "0.4.173"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/base-url-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.172"
"vike": "0.4.173"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/base-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.172"
"vike": "0.4.173"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/cloudflare-workers-react-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.2.0",
"react-streaming": "^0.3.24",
"vite": "^5.0.10",
"vike": "0.4.172",
"vike": "0.4.173",
"wrangler": "^2.9.1"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-workers-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.172",
"vike": "0.4.173",
"wrangler": "^2.9.1"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-workers-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@vue/compiler-sfc": "^3.4.27",
"@vue/server-renderer": "^3.4.27",
"vite": "^5.2.12",
"vike": "0.4.172",
"vike": "0.4.173",
"vue": "^3.4.27",
"wrangler": "^3.58.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.172"
"vike": "0.4.173"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/file-structure-domain-driven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.172"
"vike": "0.4.173"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/graphql-apollo-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.172"
"vike": "0.4.173"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/graphql-apollo-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"express": "^4.18.2",
"graphql": "^16.6.0",
"vite": "^5.0.10",
"vike": "0.4.172",
"vike": "0.4.173",
"vue": "^3.2.47"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/html-fragments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"typescript": "^4.6.4",
"vite": "^5.0.10",
"vike": "0.4.172"
"vike": "0.4.173"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.172"
"vike": "0.4.173"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/layouts-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.172"
"vike": "0.4.173"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/layouts-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@vue/compiler-sfc": "^3.2.33",
"@vue/server-renderer": "^3.2.33",
"vite": "^5.0.10",
"vike": "0.4.172",
"vike": "0.4.173",
"vue": "^3.2.33"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/path-aliases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"serve": "^13.0.2",
"typescript": "^5.2.2",
"vite": "^5.0.10",
"vike": "0.4.172"
"vike": "0.4.173"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/react-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-dom": "^18.2.0",
"react-streaming": "^0.3.24",
"typescript": "^5.3.3",
"vike": "0.4.172",
"vike": "0.4.173",
"vite": "^5.2.11"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.172"
"vike": "0.4.173"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/react-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-streaming": "^0.3.24",
"sirv": "^2.0.2",
"vite": "^5.0.10",
"vike": "0.4.172"
"vike": "0.4.173"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/render-modes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.172"
"vike": "0.4.173"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/telefunc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"telefunc": "^0.1.70",
"typescript": "^5.2.2",
"vite": "^5.0.10",
"vike": "0.4.172"
"vike": "0.4.173"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"typescript": "4.8.4",
"vite": "^5.0.10",
"vike": "0.4.172"
"vike": "0.4.173"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/vike-react-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react-dom": "^18.2.0",
"vike-react-simple": "^0.2.0",
"vite": "^5.0.10",
"vike": "0.4.172"
"vike": "0.4.173"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/vike-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.4.5",
"vike": "0.4.172",
"vike": "0.4.173",
"vike-react": "^0.4.11",
"vite": "^5.2.12"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node-fetch": "^3.3.2",
"typescript": "^5.4.5",
"unplugin-vue-markdown": "^0.26.2",
"vike": "0.4.172",
"vike": "0.4.173",
"vite": "^5.2.12",
"vue": "^3.4.27",
"vue-tsc": "^2.0.19"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@vue/compiler-sfc": "^3.2.47",
"@vue/server-renderer": "^3.2.47",
"vite": "^5.0.10",
"vike": "0.4.172",
"vike": "0.4.173",
"vue": "^3.2.47"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^18.2.0",
"rimraf": "^5.0.0",
"vite": "^5.0.10",
"vike": "0.4.172",
"vike": "0.4.173",
"webpack": "^5.79.0",
"webpack-cli": "^5.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion test-deprecated-design/base-url-cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.172"
"vike": "0.4.173"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion test-deprecated-design/base-url-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.172"
"vike": "0.4.173"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion test-deprecated-design/base-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.172"
"vike": "0.4.173"
},
"type": "module"
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.2.0",
"react-streaming": "^0.3.24",
"vite": "^5.0.10",
"vike": "0.4.172",
"vike": "0.4.173",
"wrangler": "^2.9.1"
},
"type": "module"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.172",
"vike": "0.4.173",
"wrangler": "^2.9.1"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion test-deprecated-design/cloudflare-workers-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@vue/compiler-sfc": "^3.2.47",
"@vue/server-renderer": "^3.2.47",
"vite": "^5.0.10",
"vike": "0.4.172",
"vike": "0.4.173",
"vue": "^3.2.47",
"wrangler": "^2.9.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.172"
"vike": "0.4.173"
},
"type": "module"
}
Loading

0 comments on commit 334634c

Please sign in to comment.