fix(deps): update non-major dependencies#218
Merged
Merged
Conversation
697e354 to
30654d5
Compare
30654d5 to
db66717
Compare
cca33dc to
53a6c74
Compare
5ba6387 to
7d4610f
Compare
7d4610f to
c79e2de
Compare
|
🎉 This PR is included in version 1.1.15 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
This PR contains the following updates:
^0.3.54→^0.3.55^2.2.465→^2.2.469^2.57.1→^2.59.07.0.0-dev.20260423.1→7.0.0-dev.20260503.1^2.18.0→^2.18.1^5.7.1→^5.8.0^10.2.1→^10.3.0^4.4.1→^4.5.0^17.5.0→^17.6.01.0.0-rc.17→1.0.0-rc.18^0.23.2→^0.24.1^5.55.4→^5.55.5^4.4.6→^4.4.7^0.7.53→^0.7.54^1.1.21→^1.1.24^1.8.16→^1.8.17^8.59.0→^8.59.1^0.3.51→^0.3.52Release Notes
actions/languageservices (@actions/languageserver)
v0.3.55Compare Source
iconify/icon-sets (@iconify/json)
v2.2.469Compare Source
v2.2.468Compare Source
v2.2.467Compare Source
v2.2.466Compare Source
sveltejs/kit (@sveltejs/kit)
v2.59.0Compare Source
Minor Changes
feat: support
query.batchinrequested(...)(#15751)breaking: on the server, make the promise returned from
refreshrepresent adding the refresh to the map, not the time it takes to run the remote function (#15705)feat: experimental
query.livefunction (#15705)Patch Changes
fix: unwrap
PromiseinRemoteCommandoutput type (#15771)fix: empty call to
.updates()on a command/form invocation means "don't update anything" (#15705)fix:
form.fields.foo.as('checkbox', default_value)now works (#15752)fix: remote forms with default values defined by
field.as('text', defaultValue)now correctly reset to the provided default values once submitted (#15753)fix: make sure queries always get started correctly (#15705)
fix: allow plain functions as overrides in
updates(#15705)v2.58.0Compare Source
Minor Changes
breaking: require
limitinrequested(as originally intended) (#15739)feat:
RemoteQueryFunctiongains an optional third generic parameterValidated(defaulting toInput) that represents the argument type after schema validation/transformation (#15739)breaking:
requestednow yields{ arg, query }entries instead of the validated argument (#15739)Patch Changes
fix: allow
query().current,.error,.loading, and.readyto work in non-reactive contexts (#15699)fix: prevent
deep_setcrash on nullish nested values (#15600)fix: restore correct
RemoteFormFieldstyping for nullable array fields (e.g. when a schema uses.default([])), so.as('checkbox')and friends work again (#15723)fix: don't warn about removed SSI comments in
transformPageChunk(#15695)Server-side include (SSI) directives like
<!--#include virtual="..." -->are HTML comments that are replaced by servers such as nginx. Previously, removing them intransformPageChunkwould trigger a false positive warning about breaking Svelte's hydration. Since SSI comments always start with<!--#and Svelte's hydration comments never do, they can be safely excluded from the check.Change enhance function return type from void to MaybePromise. (#15710)
fix: throw an error when
resolveis called with an external URL (#15733)fix: avoid FOUC for CSR-only pages by loading styles and fonts before CSR starts (#15718)
fix: reset form result on redirect (#15724)
microsoft/typescript-go (@typescript/native-preview)
v7.0.0-dev.20260503.1Compare Source
v7.0.0-dev.20260502.1Compare Source
v7.0.0-dev.20260501.1Compare Source
v7.0.0-dev.20260430.1Compare Source
v7.0.0-dev.20260429.1Compare Source
v7.0.0-dev.20260428.1Compare Source
v7.0.0-dev.20260427.1Compare Source
v7.0.0-dev.20260426.1Compare Source
v7.0.0-dev.20260425.1Compare Source
v7.0.0-dev.20260424.2Compare Source
v7.0.0-dev.20260424.1Compare Source
huntabyte/bits-ui (bits-ui)
v2.18.1Compare Source
Patch Changes
fix(text-selection-layer): snapshot enabled and pointer handlers for listeners (#2041)
fix(Tooltip): set wrapper pointer-events when hoverable content is disabled (#2041)
fix(Menu): prevent page scroll-jump on item hover when
scroll-paddingis set (#2035)sveltejs/devalue (devalue)
v5.8.0Compare Source
Minor Changes
c5115b0: feat: addstringifyAsyncfor async serializationeslint/eslint (eslint)
v10.3.0Compare Source
schoero/eslint-plugin-better-tailwindcss (eslint-plugin-better-tailwindcss)
v4.5.0Compare Source
compare changes
Features
ignoreoption toenforce-canonical-classes(#371)tabWidthoption toenforce-consistent-line-wrapping(#367)Fixes
sindresorhus/globals (globals)
v17.6.0Compare Source
rolldown/rolldown (rolldown)
v1.0.0-rc.18Compare Source
💥 BREAKING CHANGES
🐛 Bug Fixes
this.emitFilechunk path synchronous to avoid deadlock (#9031) by @lazarvbrowser: falseignored modules (#9192) by @shulaoda🚜 Refactor
📚 Documentation
⚙️ Miscellaneous Tasks
--separator before forwarded args invp run(#9246) by @shulaoda❤️ New Contributors
sxzz/rolldown-plugin-dts (rolldown-plugin-dts)
v0.24.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.24.0Compare Source
🚨 Breaking Changes
🏎 Performance
View changes on GitHub
sveltejs/svelte (svelte)
v5.55.5Compare Source
Patch Changes
fix: don't mark deriveds while an effect is updating (#18124)
fix: do not dispatch introstart event with animation of animate directive (#18122)
sveltejs/language-tools (svelte-check)
v4.4.7Compare Source
Patch Changes
fix: flush stdout/stderr before exit (#3014)
fix: report diagnostics in tsconfig.json (#3005)
ageorgeh/ts-ag (ts-ag)
v1.1.24Compare Source
Bug Fixes
v1.1.23Compare Source
Bug Fixes
v1.1.22Compare Source
Bug Fixes
justkey007/tsc-alias (tsc-alias)
v1.8.17: (2025-04-30)Compare Source
What's Changed
New Contributors
Full Changelog: justkey007/tsc-alias@v1.8.16...v1.8.17
typescript-eslint/typescript-eslint (typescript-eslint)
v8.59.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.