Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify/json (source) 2.2.291 -> 2.2.294 age adoption passing confidence
@sveltejs/kit (source) 2.15.1 -> 2.15.2 age adoption passing confidence
@testing-library/svelte 5.2.0-next.3 -> 5.2.6 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.19.0 -> 8.19.1 age adoption passing confidence
@typescript-eslint/parser (source) 8.19.0 -> 8.19.1 age adoption passing confidence
eslint (source) 9.17.0 -> 9.18.0 age adoption passing confidence
pnpm (source) 9.15.2 -> 9.15.3 age adoption passing confidence
svelte (source) 5.16.1 -> 5.17.3 age adoption passing confidence
svelte-check 4.1.1 -> 4.1.3 age adoption passing confidence
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence
typescript-eslint (source) 8.19.0 -> 8.19.1 age adoption passing confidence

Release Notes

iconify/icon-sets (@​iconify/json)

v2.2.294

Compare Source

v2.2.293

Compare Source

v2.2.292

Compare Source

sveltejs/kit (@​sveltejs/kit)

v2.15.2

Compare Source

Patch Changes
  • fix: correctly notify page store subscribers (#​13205)

  • fix: prerender data when there is no server load but the trailingSlash option is set from the server (#​13262)

  • fix: correctly remove navigation callbacks when returning function in onNavigate (#​13241)

testing-library/svelte-testing-library (@​testing-library/svelte)

v5.2.6

Compare Source

Bug Fixes

v5.2.5

Compare Source

Bug Fixes
  • types: adjust legacy types for eslint-plugin-svelte (#​409) (acbddfd)

v5.2.4

Compare Source

Bug Fixes
  • vite: set ssr.noExternal even if not in project package.json (#​404) (b5e0f3d)

v5.2.3

Compare Source

Bug Fixes
  • svelte5: ensure typings are actually included in the module (#​402) (f4b1508)

v5.2.2

Compare Source

Bug Fixes
  • svelte5: update typings to support new component types (#​400) (6f45a96)

v5.2.1

Compare Source

Bug Fixes
  • svelte5: synchronously flush changes after mount and unmount (#​396) (75a3f38)

v5.2.0

Compare Source

Features
  • svelte5: incorporate Svelte 5 support into main entry point (#​375) (9dce164)
Bug Fixes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.19.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle literal types (#​10523)
  • eslint-plugin: [no-deprecated] doesn't report on shorthand property in an object expression (#​10550)
  • eslint-plugin: [strict-boolean-expressions] remove remaining (unsafe) autofixes (#​10548)
  • eslint-plugin: [no-shadow] report correctly on parameters of functions declared with the declare keyword (#​10543)
  • eslint-plugin: [no-base-to-string] check array generic type (#​10437)
❤️ Thank You
  • Kirk Waiblinger
  • mdm317
  • Ronen Amiel
  • Yukihiro Hasegawa @​y-hsgw

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.19.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

eslint/eslint (eslint)

v9.18.0

Compare Source

pnpm/pnpm (pnpm)

v9.15.3

Compare Source

sveltejs/svelte (svelte)

v5.17.3

Compare Source

Patch Changes
  • fix: reset dependency read versions after reaction execution (#​14964)

v5.17.2

Compare Source

Patch Changes
  • fix: account for parent scale when animating elements (#​14957)

  • fix: apply overflow: hidden style when transitioning elements, where necessary (#​14930)

  • fix: properly add owners to function bindings (#​14962)

v5.17.1

Compare Source

Patch Changes
  • fix: remove bindable prop validation (#​14946)

  • chore: tweak "invalid assignment" compiler error message (#​14955)

  • fix: silence false-positive stale value warning (#​14958)

v5.17.0

Compare Source

Minor Changes
  • feat: allow non-numeric values to be tweened by snapping immediately to new value (#​14941)
Patch Changes
  • fix: handle default values in object destructuring within "each" blocks when using characters like "}" and "]" (#​14554)

  • fix: account for min-width/height in slide transition (#​14942)

  • fix: prevent long delays causing erratic spring behaviour (#​14940)

  • feat: warn on using slide transition with table elements (#​14936)

  • chore: improve signal performance by reducing duplicate deps (#​14945)

v5.16.6

Compare Source

Patch Changes
  • fix: Make Tween duration 0 set current to target immediately (#​14937)

  • fix: guard against customElements being unavailable in browser extension contexts (#​14933)

  • fix: treat inert as a boolean attribute (#​14935)

  • fix: remove leading newline from <pre> contents (#​14922)

v5.16.5

Compare Source

Patch Changes
  • fix: inherit correct namespace for <title> elements (#​14817)

  • fix: don't throw bind_invalid_export if there's also a bindable prop with the same name (#​14813)

v5.16.4

Compare Source

Patch Changes
  • fix: use cached indexOf array prototype method internally (#​14912)

  • fix: make Tween work with continuous target changes (#​14895)

v5.16.3

Compare Source

Patch Changes
  • fix: correctly parse each with loose parser (#​14887)

  • fix: apply clsx logic to custom element class attributes (#​14907)

v5.16.2

Compare Source

Patch Changes
  • fix: ensure disconnected deriveds correctly connect again (#​14899)

  • fix: correctly highlight sources reassigned inside trace (#​14811)

sveltejs/language-tools (svelte-check)

v4.1.3

Compare Source

  • fix: move snippets to correct place when only module script present

v4.1.2

Compare Source

  • feat: support generics attribute for JSDoc (#​2624)
  • fix: better snippet/interface hoistability analysis (#​2655)
  • chore: TypeScript 5.7 support (#​2585)
microsoft/TypeScript (typescript)

v5.7.3

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.19.1

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.


Configuration

📅 Schedule: Branch creation - "before 4am" (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.


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

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

Copy link

vercel bot commented Jan 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
calculator-utils ✅ Ready (Inspect) Visit Preview Jan 11, 2025 11:04pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fbc0d3a to 6f87237 Compare January 6, 2025 20:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6f87237 to 4e1b939 Compare January 7, 2025 00:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e1b939 to 8f98fe3 Compare January 8, 2025 16:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8f98fe3 to eb9fa04 Compare January 8, 2025 21:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eb9fa04 to cfc4017 Compare January 8, 2025 21:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cfc4017 to 01b1304 Compare January 9, 2025 14:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 01b1304 to 5122225 Compare January 9, 2025 18:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5122225 to 8546362 Compare January 10, 2025 09:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8546362 to 0d9df82 Compare January 10, 2025 22:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants