Skip to content

Commit

Permalink
release: v0.4.157
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jan 18, 2024
1 parent 4b753b8 commit 6c24a6a
Show file tree
Hide file tree
Showing 72 changed files with 91 additions and 71 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [0.4.157](https://github.com/vikejs/vike/compare/v0.4.156...v0.4.157) (2024-01-18)


### Bug Fixes

* apply env check also to eager imports (fix [#1423](https://github.com/vikejs/vike/issues/1423)) ([20674a7](https://github.com/vikejs/vike/commit/20674a7faf32d3854bf32eb29a348b32cfe36009))
* enable user to opt-out Vike's rollupOutput.*Names settings ([#1421](https://github.com/vikejs/vike/issues/1421)) ([d07fbe8](https://github.com/vikejs/vike/commit/d07fbe827118677177ef1226afb5ba23fc86fd43))
* fix and improve URL validation for `throw render()` and `throw redirect()` (fix [#1445](https://github.com/vikejs/vike/issues/1445)) ([4b753b8](https://github.com/vikejs/vike/commit/4b753b85143ffda30a0d8c5063f1acc1a429eb68))
* fix root cause for extractAssetsRemoveQuery() bug (fix [#1420](https://github.com/vikejs/vike/issues/1420)) ([3275e1c](https://github.com/vikejs/vike/commit/3275e1c7921c715c4e8dd65331334f34ca1bcbbe))
* improve client-side error handling ([9dcb1e1](https://github.com/vikejs/vike/commit/9dcb1e1f4354d4c81e9aaf04cc63dce8b183ef6b))
* improve deprecation warning ([f230cb3](https://github.com/vikejs/vike/commit/f230cb35d811e20337c8fd8199a0ba018a71ebde))
* improve error message upon invalid filename (fix [#1425](https://github.com/vikejs/vike/issues/1425)) ([04acbac](https://github.com/vikejs/vike/commit/04acbacf2c261b52963bccce9c5fa87019ebbe52))
* pageContext._routeMatch for vite-plugin-vercel ([ad0534c](https://github.com/vikejs/vike/commit/ad0534cb45479408c6e63eccb8f313abb978ac31))
* pick pageContext.urlLogical first (fix [#1436](https://github.com/vikejs/vike/issues/1436)) ([d8d55d2](https://github.com/vikejs/vike/commit/d8d55d27b018eddb55d1c7205d7fcb366bf4a1e5))
* remove faulty crawl assert (fix [#1440](https://github.com/vikejs/vike/issues/1440)) ([e46716d](https://github.com/vikejs/vike/commit/e46716d832215f25148dd57d6d9cc1c2193c0970))
* set ssr.external to true by default ([07b92e3](https://github.com/vikejs/vike/commit/07b92e3c2600c0874aa3101e4042503ba6ef2a31))
* temporarily don't make ssr.external true by default ([1b7b3c5](https://github.com/vikejs/vike/commit/1b7b3c531035d3c4735a343f450a29e52bc87f15))



## [0.4.156](https://github.com/vikejs/vike/compare/v0.4.155...v0.4.156) (2024-01-07)


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.156",
"vike": "^0.4.157",
"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.156",
"vike": "^0.4.157",
"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.156",
"vike": "^0.4.157",
"vite": "^5.0.10",
"vue": "^3.3.10"
},
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.156",
"vike": "^0.4.157",
"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.321",
"version": "0.0.322",
"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.0.3",
"vike": "0.4.156"
"vike": "0.4.157"
},
"type": "module"
}
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.156'
const PROJECT_VERSION = '0.4.157'

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.156",
"vike": "0.4.157",
"vike-react": "^0.3.4",
"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.156"
"vike": "0.4.157"
},
"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.156"
"vike": "0.4.157"
},
"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.156"
"vike": "0.4.157"
},
"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.9",
"vite": "^5.0.10",
"vike": "0.4.156",
"vike": "0.4.157",
"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.156",
"vike": "0.4.157",
"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.2.47",
"@vue/server-renderer": "^3.2.47",
"vite": "^5.0.10",
"vike": "0.4.156",
"vike": "0.4.157",
"vue": "^3.2.47",
"wrangler": "^2.9.1"
},
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.156"
"vike": "0.4.157"
},
"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.156"
"vike": "0.4.157"
},
"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.156"
"vike": "0.4.157"
},
"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.156",
"vike": "0.4.157",
"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.156"
"vike": "0.4.157"
},
"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.156"
"vike": "0.4.157"
},
"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.156"
"vike": "0.4.157"
},
"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.156",
"vike": "0.4.157",
"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 @@ -26,7 +26,7 @@
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^5.0.10",
"vike": "0.4.156"
"vike": "0.4.157"
},
"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 @@ -20,7 +20,7 @@
"react-streaming": "^0.3.18",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vike": "0.4.156"
"vike": "0.4.157"
},
"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.11",
"sirv": "^2.0.2",
"vite": "^5.0.10",
"vike": "0.4.156"
"vike": "0.4.157"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/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.156"
"vike": "0.4.157"
},
"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 @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.156"
"vike": "0.4.157"
},
"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.156"
"vike": "0.4.157"
},
"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.156"
"vike": "0.4.157"
},
"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.1.1",
"vite": "^5.0.10",
"vike": "0.4.156"
"vike": "0.4.157"
},
"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 @@ -13,7 +13,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3",
"vike": "0.4.156",
"vike": "0.4.157",
"vike-react": "^0.3.8",
"vite": "^5.0.10"
},
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 @@ -15,7 +15,7 @@
"typescript": "^5.2.2",
"vite": "^5.0.10",
"unplugin-vue-markdown": "^0.24.3",
"vike": "0.4.156",
"vike": "0.4.157",
"vue": "^3.3.4"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/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.156",
"vike": "0.4.157",
"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.156",
"vike": "0.4.157",
"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.156"
"vike": "0.4.157"
},
"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.156"
"vike": "0.4.157"
},
"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.156"
"vike": "0.4.157"
},
"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.9",
"vite": "^5.0.10",
"vike": "0.4.156",
"vike": "0.4.157",
"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.156",
"vike": "0.4.157",
"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.156",
"vike": "0.4.157",
"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.156"
"vike": "0.4.157"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion test-deprecated-design/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.156"
"vike": "0.4.157"
},
"type": "module"
}
Loading

0 comments on commit 6c24a6a

Please sign in to comment.