Closed renovate[bot] closed 1 year ago
This PR contains the following updates:
1.0.0-next.571
1.0.0-next.582
5.45.0
5.46.0
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
1.0.0-next.571
->1.0.0-next.582
5.45.0
->5.46.0
5.45.0
->5.46.0
Release Notes
sveltejs/kit
### [`v1.0.0-next.582`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next582) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.581...@sveltejs/kit@1.0.0-next.582) ##### Patch Changes - \[fix] improve split between Vite plugins ([#8055](https://togithub.com/sveltejs/kit/pull/8055)) - \[fix] set Vite base URL ([#8046](https://togithub.com/sveltejs/kit/pull/8046)) - add declaration for vitePreprocess reexport ([#8053](https://togithub.com/sveltejs/kit/pull/8053)) ### [`v1.0.0-next.581`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next581) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.580...@sveltejs/kit@1.0.0-next.581) ##### Patch Changes - \[feat] vitePreprocess ([#8036](https://togithub.com/sveltejs/kit/pull/8036)) ### [`v1.0.0-next.580`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next580) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.579...@sveltejs/kit@1.0.0-next.580) ##### Patch Changes - \[breaking] throw an error on invalid load response ([#8003](https://togithub.com/sveltejs/kit/pull/8003)) - \[fix] allow SvelteKit to be used without bundling ([#7950](https://togithub.com/sveltejs/kit/pull/7950)) ### [`v1.0.0-next.579`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next579) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.578...@sveltejs/kit@1.0.0-next.579) ##### Patch Changes - \[breaking] update svelte peerDependency to ^3.54.0 ([#7543](https://togithub.com/sveltejs/kit/pull/7543)) - update esbuild to ^0.16.3 ([#7543](https://togithub.com/sveltejs/kit/pull/7543)) - \[breaking] upgrade to Vite 4 ([#7543](https://togithub.com/sveltejs/kit/pull/7543)) ### [`v1.0.0-next.578`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next578) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.577...@sveltejs/kit@1.0.0-next.578) ##### Patch Changes - \[fix] respect fetch cache option ([#8024](https://togithub.com/sveltejs/kit/pull/8024)) - \[breaking] rename invalid() to fail() and ValidationError to ActionFailure ([#8012](https://togithub.com/sveltejs/kit/pull/8012)) - \[breaking] replace automatic fallback generation with `builder.generateFallback(fallback)` ([#8013](https://togithub.com/sveltejs/kit/pull/8013)) ### [`v1.0.0-next.577`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next577) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.576...@sveltejs/kit@1.0.0-next.577) ##### Patch Changes - \[breaking] add embedded option, turned off by default ([#7969](https://togithub.com/sveltejs/kit/pull/7969)) ### [`v1.0.0-next.576`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next576) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.575...@sveltejs/kit@1.0.0-next.576) ##### Patch Changes - \[breaking] make `sveltekit()` return a promise of array of Vite plugins ([#7994](https://togithub.com/sveltejs/kit/pull/7994)) ### [`v1.0.0-next.575`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next575) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.574...@sveltejs/kit@1.0.0-next.575) ##### Patch Changes - \[fix] throw error when using enhance on GET forms ([#7948](https://togithub.com/sveltejs/kit/pull/7948)) - \[breaking] strip `__data.json` from url ([#7979](https://togithub.com/sveltejs/kit/pull/7979)) ### [`v1.0.0-next.574`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next574) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.573...@sveltejs/kit@1.0.0-next.574) ##### Patch Changes - \[feat] split Vite plugin in two ([#7990](https://togithub.com/sveltejs/kit/pull/7990)) ### [`v1.0.0-next.573`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next573) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.572...@sveltejs/kit@1.0.0-next.573) ##### Patch Changes - \[fix] adjust ActionData type ([#7962](https://togithub.com/sveltejs/kit/pull/7962)) - \[breaking] disallow unknown exports (except when starting with an underscore) from `+(layout|page)(.server)?.js` and `+server.js` files ([#7878](https://togithub.com/sveltejs/kit/pull/7878)) - \[fix] continuous optionals should not throw conflict error ([#7939](https://togithub.com/sveltejs/kit/pull/7939)) - fix `enhance` error message when form action doesn't exist or csrf is enabled ([#7958](https://togithub.com/sveltejs/kit/pull/7958)) ### [`v1.0.0-next.572`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#100-next572) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.0.0-next.571...@sveltejs/kit@1.0.0-next.572) ##### Minor Changes - Checks that element is not null before reading getAttribute ([#7930](https://togithub.com/sveltejs/kit/pull/7930)) ##### Patch Changes - \[chore] update `magic-string` ([#7931](https://togithub.com/sveltejs/kit/pull/7931)) - add $app and $env to optimizeDeps.exclude so that libraries using these work correctly when prebundled ([#7933](https://togithub.com/sveltejs/kit/pull/7933)) - reload dev page on change of app.html ([#7944](https://togithub.com/sveltejs/kit/pull/7944))typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v5.46.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#5460-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5451v5460-2022-12-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0) ##### Bug Fixes - **eslint-plugin:** \[ban-types] update message to suggest `object` instead of `Recordtypescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v5.46.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#5460-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5451v5460-2022-12-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.45.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1) (2022-12-05) ##### Bug Fixes - **parser:** remove the jsx option requirement for automatic jsx pragma resolution ([#6134](https://togithub.com/typescript-eslint/typescript-eslint/issues/6134)) ([e777f5e](https://togithub.com/typescript-eslint/typescript-eslint/commit/e777f5e225b9ddfb6bb1eaa74cbc5171a17ac017)) ### [`v5.45.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#5451-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5450v5451-2022-12-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1) ##### Bug Fixes - **parser:** remove the jsx option requirement for automatic jsx pragma resolution ([#6134](https://togithub.com/typescript-eslint/typescript-eslint/issues/6134)) ([e777f5e](https://togithub.com/typescript-eslint/typescript-eslint/commit/e777f5e225b9ddfb6bb1eaa74cbc5171a17ac017))Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.