chore(deps): bump the svelte group across 1 directory with 4 updates#183
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the svelte group across 1 directory with 4 updates#183dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the svelte group with 4 updates in the / directory: [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit), [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte), [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) and [svelte-check](https://github.com/sveltejs/language-tools). Updates `@sveltejs/kit` from 2.57.1 to 2.60.1 - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.60.1/packages/kit) Updates `svelte` from 5.55.4 to 5.55.8 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.55.8/packages/svelte) Updates `@sveltejs/vite-plugin-svelte` from 7.0.0 to 7.1.2 - [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases) - [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@7.1.2/packages/vite-plugin-svelte) Updates `svelte-check` from 4.4.6 to 4.4.8 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check@4.4.6...svelte-check@4.4.8) --- updated-dependencies: - dependency-name: "@sveltejs/kit" dependency-version: 2.60.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: svelte - dependency-name: svelte dependency-version: 5.55.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: svelte - dependency-name: "@sveltejs/vite-plugin-svelte" dependency-version: 7.1.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: svelte - dependency-name: svelte-check dependency-version: 4.4.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: svelte ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the svelte group with 4 updates in the / directory: @sveltejs/kit, svelte, @sveltejs/vite-plugin-svelte and svelte-check.
Updates
@sveltejs/kitfrom 2.57.1 to 2.60.1Release notes
Sourced from @sveltejs/kit's releases.
... (truncated)
Changelog
Sourced from @sveltejs/kit's changelog.
... (truncated)
Commits
d020406Version Packages (#15838)16b07a2chore: bump svelte and devalue (#15836)dadaefcMerge commit from forkdb8e8aeVersion Packages (#15810)2549a44feat: allow 'submit' and 'hidden' form fields to accept numbers and booleans ...d3b5257fix: skip refreshing queries on full-page reload form submissions (#15803)ea0b9a7fix: abort navigation after async rendering if obsolete (#15811)a45e720feat: warn on unread validation issues (#15653)9cfa07dVersion Packages (#15795)e547ec1fix: resolve user files with drive letter on Windows (#15793)Updates
sveltefrom 5.55.4 to 5.55.8Release notes
Sourced from svelte's releases.
... (truncated)
Changelog
Sourced from svelte's changelog.
... (truncated)
Commits
f9440dcVersion Packages (#18239)ca3f35bfix(print): handle svelte:body and fix keyframe percentage double-printing (#...2bc3592fix: use named symbols everywhere (#18238)dc1f037fix: don't run teardown effects when deriveds are unfreezed (#18227)1e899cbfix: execute uninitialized derived even if it's destroyed (#18228)eb10a70fix: unset context synchronously inrun(#18236)4d8f99aVersion Packages (#18220)0552308chore: bump devalue (#18219)e1cbbd9Merge commit from forka16ebc6Merge commit from forkUpdates
@sveltejs/vite-plugin-sveltefrom 7.0.0 to 7.1.2Release notes
Sourced from @sveltejs/vite-plugin-svelte's releases.
Changelog
Sourced from @sveltejs/vite-plugin-svelte's changelog.
Commits
471f822Version Packages (#1344)1a9bc08fix: always retrieve CSS using component filename first (#1342)508d91bVersion Packages (#1339)990e58cfix: correctly resolve Svelte CSS on the server during development (#1336)d5458a9fix: restore value imports stripped by oxc in script preprocessing (#1326)1c85126Version Packages (#1331)1a4d225feat: enable optimizer for server environments during dev (#1328)d91be5ffix: use correct pnpm catalog syntax4d3afb4chore: fix audit CI (#1327)8b3687buse modern JSDoc imports (#1309)Updates
svelte-checkfrom 4.4.6 to 4.4.8Release notes
Sourced from svelte-check's releases.
Commits
0070c6fVersion Packages (#3015)29e2894feat: typescript 6.0 support (#2985)d99bb34Version Packages (#2999)35428aefix: flush stdout/stderr before exit in svelte-check (#3014)a553963fix: report diagnostics in tsconfig.json (#3005)4c306ebfix: prevent incorrect $types imports being injected in update import (#3010)31488f9fix: properly place svelte-ignore comment in quickfix when\<script module>...5be821dfix: prevent duplicate diagnostics (#3000)8b103bafix: hoist self-referenced props interface (#2998)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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