chore(deps): update all non-major dependencies #1008
Merged
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:
^3.2.5
->^3.3.1
3.2.5
->3.3.1
^5.2.8
->^5.2.9
^2.7.2
->^2.7.3
^2.3.5
->^2.3.7
^20.16.13
->^20.17.1
^0.85.2
->^0.85.3
^12.12.0
->^12.13.0
^6.2.4
->^6.2.6
~1.48.1
->~1.48.2
9.12.2
->9.12.3
^0.2.11
->^0.2.12
^1.80.3
->^1.80.4
^5.0.3
->^5.1.3
^4.0.0
->^4.0.1
^8.10.0
->^8.11.0
^5.4.9
->^5.4.10
Release Notes
sveltejs/kit (@sveltejs/adapter-auto)
v3.3.1
Patch Changes
docs: update URLs for new svelte.dev site (#12857)
Updated dependencies [
dcbe4222a194c5f90cfc0fc020cf065f7a4e4c46
,4cdbf76fbbf0c0ce7f574ef69c8daddcf954d39d
,3a9b78f04786898ca93f6d4b75ab18d26bc45192
,723eb8b31e6a22c82f730c30e485386c8676b746
,8ec471c875345b751344e67580ff1b772ef2735b
]:v3.3.0
Minor Changes
sveltejs/kit (@sveltejs/adapter-node)
v5.2.9
Compare Source
Patch Changes
docs: update URLs for new svelte.dev site (#12857)
Updated dependencies [
dcbe4222a194c5f90cfc0fc020cf065f7a4e4c46
,4cdbf76fbbf0c0ce7f574ef69c8daddcf954d39d
,3a9b78f04786898ca93f6d4b75ab18d26bc45192
,723eb8b31e6a22c82f730c30e485386c8676b746
,8ec471c875345b751344e67580ff1b772ef2735b
]:sveltejs/kit (@sveltejs/kit)
v2.7.3
Compare Source
Patch Changes
fix: include importer in illegal import error message (#12820)
fix: don't try reading assets directly that aren't present (#12876)
fix: decode non-latin characters when previewing prerendered pages (#12874)
fix: better error message when a
Result
is returned from a form action (#12829)docs: update URLs for new svelte.dev site (#12857)
sveltejs/kit (@sveltejs/package)
v2.3.7
Patch Changes
v2.3.6
Patch Changes
carbon-design-system/carbon-components-svelte (carbon-components-svelte)
v0.85.3
Compare Source
carbon-design-system/carbon-icons-svelte (carbon-icons-svelte)
v12.13.0
Compare Source
Features
@carbon/icons
to v11.52.0 (net +49 icons)bcomnes/npm-run-all2 (npm-run-all2)
v6.2.6
Compare Source
Commits
d928f9a
v6.2.5
Compare Source
microsoft/playwright (playwright-core)
v1.48.2
Compare Source
pnpm/pnpm (pnpm)
v9.12.3
Compare Source
Patch Changes
node_modules
, when typing "n" in the prompt that asks whether to removenode_modules
before installation #8655.manage-package-manager-versions=true
is set and the.tools
directory is corrupt.crypto.hash
, when available, for improved performance #8629.package.json
at the root of the workspace #8667.manage-package-manager-versions
is set totrue
, errors spawning a self-managed version ofpnpm
will now be shown (instead of being silent).bluwy/publint (publint)
v0.2.12
Compare Source
Features
"license"
field is not set inpackage.json
, a suggestion will now be shown to add the field (https://github.com/bluwy/publint/issues/111)Bug fixes
"repostory"
field, string shorthands with nested paths likegitlab:org/user/repo
is now considered valid (https://github.com/bluwy/publint/issues/113)Site
Full Changelog: bluwy/publint@v0.2.11...v0.2.12
sass/dart-sass (sass)
v1.80.4
Compare Source
sveltejs/svelte (svelte)
v5.1.3
Compare Source
Patch Changes
fix: rethrow errors from await block if no catch block exists (#13819)
fix: ensure SVG element attributes have case preserved (#13935)
fix: ensure bind:group works as intended with proxied state objects (#13939)
fix: ensure value is correctly set to zero on the progress element (#13924)
fix: skip comment nodes in snippet validation logic (#13936)
fix: typo in
Action
types (#13874)fix: remove metadata from legacy AST (#13927)
v5.1.2
Compare Source
Patch Changes
fix: improve consistency of transitions (#13895)
fix: enable bound store props in runes mode components (#13887)
fix: ensure each block references to imports are handled correctly (#13892)
fix: ensure SvelteMap reactivity persists through deriveds (#13877)
fix: ensure snippets after empty text correctly hydrate (#13870)
fix: prevent migration script from adding
props.
to theexport let
identifier (#13899)fix: prevent var name clashing for delegated events without params (#13896)
v5.1.1
Compare Source
Patch Changes
fix: internally wrap store subscribe in untrack (#13858)
fix: allow binding to const with spread in legacy mode (#13849)
fix: ensure props internally untracks current_value on sets (#13859)
fix: properly traverse children when checking matches for
:has
(#13866)v5.1.0
Compare Source
Minor Changes
feat: export mount() options as the MountOptions type (#13674)
feat: allow usage of getContext() within $derived runes (#13830)
Patch Changes
fix: properly migrate ts with inferred type comments (#13761)
fix: correct property name conversion in custom transitions (#13820)
fix: ensure $effect.tracking returns false inside transition functions (#13775)
fix: migrate default slots to children snippet (#13760)
fix: don't print errors on migration errors (#13754)
fix: prevent spread attribute from overriding class directive (#13763)
fix: ensure
:has
selectors followed by other selectors match (#13824)fix: ensure muted DOM property works correctly in FF (#13751)
fix: show filename information in
legacy_recursive_reactive_block
(#13764)v5.0.5
Compare Source
Patch Changes
fix: mark
:has
selectors with multiple preceding selectors as used (#13750)fix: ensure event context is reset before invoking callback (#13737)
fix: add more robust check for
Element
prototype (#13744)fix: do not comment out unused selectors that are inside an unused selector (#13746)
fix: more accurately detect
$derived
migration opportunities (#13740)fix: @debug does not work with proxied-state (#13690)
fix: do not add jsdoc if no types found (#13738)
v5.0.4
Compare Source
Patch Changes
fix: webview preload tag can be any string (#13733)
fix: better children snippet / default slot interop (#13734)
kaisermann/svelte-i18n (svelte-i18n)
v4.0.1
Features
typescript-eslint/typescript-eslint (typescript-eslint)
v8.11.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitejs/vite (vite)
v5.4.10
Compare Source
Please refer to CHANGELOG.md for details.
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 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.