Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #131

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@sveltejs/kit (source) 2.8.0 -> 2.8.1 age adoption passing confidence devDependencies patch
@sveltejs/vite-plugin-svelte (source) 4.0.0 -> 4.0.1 age adoption passing confidence devDependencies patch
@tanstack/svelte-query (source) 5.59.17 -> 5.60.5 age adoption passing confidence devDependencies minor 5.60.6
anyhow 1.0.92 -> 1.0.93 age adoption passing confidence dependencies patch
axum 0.7.7 -> 0.7.9 age adoption passing confidence dependencies patch
axum-extra 0.9.4 -> 0.9.6 age adoption passing confidence dependencies patch
eslint (source) 9.14.0 -> 9.15.0 age adoption passing confidence devDependencies minor
postcss (source) 8.4.47 -> 8.4.49 age adoption passing confidence devDependencies patch
prettier-plugin-svelte 3.2.7 -> 3.2.8 age adoption passing confidence devDependencies patch 3.3.1 (+1)
serde (source) 1.0.214 -> 1.0.215 age adoption passing confidence dependencies patch
serde_json 1.0.132 -> 1.0.133 age adoption passing confidence dependencies patch
svelte (source) 5.1.13 -> 5.2.2 age adoption passing confidence devDependencies minor 5.2.7 (+4)
svelte-check 4.0.5 -> 4.0.9 age adoption passing confidence devDependencies patch
sveltekit-superforms (source) 2.20.0 -> 2.20.1 age adoption passing confidence devDependencies patch
tailwindcss (source) 3.4.14 -> 3.4.15 age adoption passing confidence devDependencies patch
thiserror 1.0.67 -> 1.0.69 age adoption passing confidence dependencies patch
tokio (source) 1.41.0 -> 1.41.1 age adoption passing confidence dependencies patch
typescript-eslint (source) 8.12.2 -> 8.14.0 age adoption passing confidence devDependencies minor 8.15.0
unplugin-icons 0.20.0 -> 0.20.1 age adoption passing confidence devDependencies patch
vite (source) 5.4.10 -> 5.4.11 age adoption passing confidence devDependencies patch
vitest (source) 2.1.4 -> 2.1.5 age adoption passing confidence devDependencies patch

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.8.1

Compare Source

Patch Changes
  • fix: only add nonce to script-src-elem, style-src-attr and style-src-elem CSP directives when unsafe-inline is not present (#​11613)

  • fix: support HTTP/2 in dev and production. Revert the changes from #​12907 to downgrade HTTP/2 to TLS as now being unnecessary (#​12989)

sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v4.0.1

Compare Source

Patch Changes
  • removed references to compiler options no longer available in svelte5 (#​1010)
TanStack/query (@​tanstack/svelte-query)

v5.60.5

Compare Source

Version 5.60.5 - 11/15/24, 6:06 PM

Changes
Fix
  • useQueries: make sure we don"t lose property tracking (#​8295) (4a2e838) by Dominik Dorfmeister
Docs
Packages

v5.60.4

Compare Source

Version 5.60.4 - 11/15/24, 3:43 PM

Changes
Refactor
Packages

v5.59.20

Compare Source

Version 5.59.20 - 11/6/24, 2:13 PM

Changes
Fix
  • don"t ship test files (848df62) by Dominik Dorfmeister
Test
Docs
Packages
dtolnay/anyhow (anyhow)

v1.0.93

Compare Source

  • Update dev-dependencies to thiserror v2
tokio-rs/axum (axum)

v0.7.9: axum - v0.7.9

Compare Source

  • fixed: Avoid setting content-length before middleware (#​3031)

v0.7.8: axum - v0.7.8

Compare Source

  • fixed: Skip SSE incompatible chars of serde_json::RawValue in Event::json_data (#​2992)
  • added: Add method_not_allowed_fallback to set a fallback when a path matches but there is no handler for the given HTTP method (#​2903)
  • added: Add MethodFilter::CONNECT, routing::connect[_service]
    and MethodRouter::connect[_service] (#​2961)
  • added: Add NoContent as a self-described shortcut for StatusCode::NO_CONTENT (#​2978)
eslint/eslint (eslint)

v9.15.0

Compare Source

postcss/postcss (postcss)

v8.4.49

Compare Source

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)

v3.2.8

Compare Source

serde-rs/serde (serde)

v1.0.215

Compare Source

serde-rs/json (serde_json)

v1.0.133

Compare Source

  • Implement From<[T; N]> for serde_json::Value (#​1215)
sveltejs/svelte (svelte)

v5.2.2

Compare Source

Patch Changes
  • fix: treat property accesses of literals as pure (#​14325)

v5.2.1

Compare Source

Patch Changes
  • fix: mark pseudo classes nested inside :not as used (#​14303)

  • fix: disallow invalid attributes for <svelte:window> and <svelte:document> (#​14228)

  • fix: ensure props passed to components via mount are updateable (#​14210)

  • fix: mark subtree dynamic for img with loading attribute (#​14317)

  • fix: avoid relying on Node specifics within compiler (#​14314)

v5.2.0

Compare Source

Minor Changes
  • feat: better inlining of static attributes (#​14269)

v5.1.17

Compare Source

Patch Changes
  • fix: account for :has(...) as part of :root (#​14229)

  • fix: prevent nested pseudo class from being marked as unused (#​14229)

  • fix: use strict equality for key block comparisons in runes mode (#​14285)

  • fix: bump is-reference dependency to fix import.meta bug (#​14286)

v5.1.16

Compare Source

Patch Changes
  • fix: don't wrap pseudo classes inside :global(...) with another :global(...) during migration (#​14267)

  • fix: bail on named slots with that have reserved keywords during migration (#​14278)

v5.1.15

Compare Source

Patch Changes
  • fix: consider static attributes that are inlined in the template (#​14249)

v5.1.14

Compare Source

Patch Changes
  • fix: migration script messing with attributes (#​14260)

  • fix: do not treat reassigned synthetic binds as state in runes mode (#​14236)

  • fix: account for mutations in script module in ownership check (#​14253)

  • fix: consider img with loading attribute not static (#​14237)

sveltejs/language-tools (svelte-check)

v4.0.9

Compare Source

  • fix: detect shadowed variables/types during type hoisting (#​2590)

v4.0.8

Compare Source

  • fix: fall back to any instead of unknown for untyped $props (#​2582)
  • fix: robustify and fix file writing (#​2584)
  • fix: hoist types related to $props rune if possible (#​2571)

v4.0.7

Compare Source

  • fix: $props: infer types for $bindable, infer function type from arrow function

v4.0.6

Compare Source

  • chore: autotype const load = ... declarations (#​2540)
  • chore: provide component instance type in Svelte 5 (#​2553)
  • chore: support typescript 5.6 (#​2545)
  • fix: infer object and array shapes from fallback types (#​2562)
ciscoheat/sveltekit-superforms (sveltekit-superforms)

v2.20.1

Changed
  • Valibot updated to require 1.0.0-beta.3 (hoping for a stable release soon).
  • Arktype updated to require 2.0.0-rc.23 (hoping for a stable release soon).
Added
  • Support for Vine 2.0.
Fixed
  • customRequest didn't cancel when client-side validation failed.
tailwindlabs/tailwindcss (tailwindcss)

v3.4.15

Compare Source

  • Bump versions for security vulnerabilities (#​14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#​14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#​15003)
dtolnay/thiserror (thiserror)

v1.0.69

Compare Source

  • Backport 2.0.2 fixes

v1.0.68

Compare Source

  • Handle incomplete expressions more robustly in format arguments, such as while code is being typed (#​341, #​344)
tokio-rs/tokio (tokio)

v1.41.1: Tokio v1.41.1

Compare Source

1.41.1 (Nov 7th, 2024)

Fixed
  • metrics: fix bug with wrong number of buckets for the histogram (#​6957)
  • net: display net requirement for net::UdpSocket in docs (#​6938)
  • net: fix typo in TcpStream internal comment (#​6944)
typescript-eslint/typescript-eslint (typescript-eslint)

v8.14.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.

v8.13.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.

unplugin/unplugin-icons (unplugin-icons)

v0.20.1

Compare Source

   🚀 Features
    View changes on GitHub
vitejs/vite (vite)

v5.4.11

Compare Source

Please refer to CHANGELOG.md for details.

vitest-dev/vitest (vitest)

v2.1.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "every 2 week 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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from d47bf8c to 5fddb93 Compare November 21, 2024 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants