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 #43

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 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify/json (source) 2.2.274 -> 2.2.301 age adoption passing confidence
@sveltejs/adapter-cloudflare (source) 5.0.0 -> 5.0.1 age adoption passing confidence
@sveltejs/kit (source) 2.8.1 -> 2.16.1 age adoption passing confidence
@sveltejs/vite-plugin-svelte (source) 4.0.1 -> 4.0.4 age adoption passing confidence
@vite-pwa/sveltekit 0.6.6 -> 0.6.7 age adoption passing confidence
bits-ui 1.0.0-next.63 -> 1.0.0-next.81 age adoption passing confidence
layerchart ^0.59.1 -> ^0.91.0 age adoption passing confidence
lightningcss 1.28.1 -> 1.29.1 age adoption passing confidence
lucide-svelte (source) ^0.460.0 -> ^0.474.0 age adoption passing confidence
mode-watcher (source) 0.5.0 -> 0.5.1 age adoption passing confidence
pnpm (source) 9.14.1 -> 9.15.4 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence
prettier-plugin-svelte 3.2.8 -> 3.3.3 age adoption passing confidence
prettier-plugin-tailwindcss 0.6.9 -> 0.6.11 age adoption passing confidence
runed (source) ^0.15.3 -> ^0.23.0 age adoption passing confidence
svelte (source) 5.2.4 -> 5.19.6 age adoption passing confidence
svelte-check 4.0.9 -> 4.1.4 age adoption passing confidence
tailwind-merge 2.5.4 -> 2.6.0 age adoption passing confidence
tailwind-variants 0.3.0 -> 0.3.1 age adoption passing confidence
tailwindcss (source) 3.4.15 -> 3.4.17 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.3 age adoption passing confidence
vite (source) 5.4.11 -> 5.4.14 age adoption passing confidence
vite-plugin-pwa 0.21.0 -> 0.21.1 age adoption passing confidence

Release Notes

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

v2.2.301

Compare Source

v2.2.300

Compare Source

v2.2.299

Compare Source

v2.2.298

Compare Source

v2.2.297

Compare Source

v2.2.296

Compare Source

v2.2.295

Compare Source

v2.2.294

Compare Source

v2.2.293

Compare Source

v2.2.292

Compare Source

v2.2.291

Compare Source

v2.2.290

Compare Source

v2.2.289

Compare Source

v2.2.288

Compare Source

v2.2.287

Compare Source

v2.2.286

Compare Source

v2.2.285

Compare Source

v2.2.284

Compare Source

v2.2.283

Compare Source

v2.2.282

Compare Source

v2.2.281

Compare Source

v2.2.280

Compare Source

v2.2.279

Compare Source

v2.2.278

Compare Source

v2.2.277

Compare Source

v2.2.276

Compare Source

v2.2.275

Compare Source

sveltejs/kit (@​sveltejs/adapter-cloudflare)

v5.0.1

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/kit)

v2.16.1

Compare Source

Patch Changes
  • fix: avoid overwriting headers for sub-requests made while loading the error page (#​13341)

  • fix: correctly resolve index file entrypoints such as src/service-worker/index.js (#​13354)

  • fix: correctly handle relative anchors when using the hash router (#​13356)

v2.16.0

Compare Source

Minor Changes
  • feat: add ability to invalidate a custom identifier on goto() (#​13256)

  • feat: remove the postinstall script to support pnpm 10 (#​13304)

    NOTE: users should add "prepare": "svelte-kit sync" to their package.json in order to avoid the following warning upon first running Vite:

    ▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]
    
        tsconfig.json:2:12:
          2 │   "extends": "./.svelte-kit/tsconfig.json",
            ╵              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
  • feat: provide PageProps and LayoutProps types (#​13308)

Patch Changes
  • perf: shorten chunk file names (#​13003)

  • fix: strip internal data before passing URL to reroute (#​13092)

  • fix: support absolute URLs and reroutes with data-sveltekit-preload-code="viewport" (#​12217)

  • fix: use current window.fetch for server load fetch requests (#​13315)

  • fix: resolve symlinks when handling routes (#​12740)

  • fix: prevent infinite reload when using the hash router and previewing /index.html (#​13296)

  • fix: service worker base path in dev mode (#​12577)

  • chore: error during development when using use:enhance with +server (#​13197)

  • chore: add most common status codes to redirect() JS documentation (#​13301)

  • fix: correctly link to assets inlined by the inlineStyleThreshold option (#​13068)

  • fix: fall back to importing dynamic dependencies relative to SvelteKit package (#​12532)

  • fix: use arrow function types over bound funcs (#​12955)

  • fix: correctly navigate when hash router is enabled and the browser encodes extra hashes (#​13321)

v2.15.3

Compare Source

Patch Changes
  • fix: fix race-condition when not using SSR when pressing back before initial load (#​12925)

  • fix: remove ":$" from virtual module ids to allow dev server to work with proxies (#​12157)

  • fix: upgrade esm-env to remove warning when NODE_ENV is not set (#​13291)

  • fix: handle Redirect thrown from root layout load function when client-side navigating to a non-existent page (#​12005)

  • fix: make param matchers generated type import end with .js (#​13286)

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)

v2.15.1

Compare Source

Patch Changes
  • fix: add CSP hashes/nonces to inline styles when using bundleStrategy: 'inline' (#​13232)

  • fix: silence dev/prod warning during sync (#​13244)

v2.15.0

Compare Source

Minor Changes
  • feat: add bundleStrategy: 'inline' option (#​13193)

v2.14.1

Compare Source

Patch Changes
  • fix: do not mutate URL during reroute logic (#​13222)

v2.14.0

Compare Source

Minor Changes
  • feat: add hash-based routing option (#​13191)
Patch Changes
  • fix: create new URL when calling goto(...), to handle case where URL is mutated (#​13196)

v2.13.0

Compare Source

Minor Changes
  • feat: add bundleStrategy: 'split' | 'single' option (#​13173)

v2.12.2

Compare Source

Patch Changes
  • fix: correctly resolve no hooks file when a similarly named directory exists (#​13188)

  • fix: correctly resolve $app/state on the server with Vite 5 (#​13192)

v2.12.1

Compare Source

Patch Changes
  • fix: replace navigating.current.<x> with navigating.<x> (#​13174)

v2.12.0

Compare Source

Minor Changes
Patch Changes
  • chore: specify the route ID in the error message during development when making a form action request to a route without form actions (#​13167)

v2.11.1

Compare Source

Patch Changes
  • fix: adhere to Vite build.minify setting when building the service worker (#​13143)

v2.11.0

Compare Source

Minor Changes
  • feat: transport custom types across the server/client boundary (#​13149)
Patch Changes
  • fix: correctly resolve hooks file when a similarly named directory exists (#​13144)

v2.10.1

Compare Source

Patch Changes
  • fix: export init hook from get_hooks (#​13136)

v2.10.0

Compare Source

Minor Changes
  • feat: server and client init hook (#​13103)
Patch Changes
  • fix: prevent hooks exported from hooks.js from overwriting hooks from hooks.server.js (#​13104)

v2.9.1

Compare Source

Patch Changes
  • fix: correctly match route groups preceding optional parameters (#​13099)

v2.9.0

Compare Source

Minor Changes
Patch Changes
  • fix: transform link[rel='shortcut icon'] and link[rel='apple-touch-icon'] to be absolute to avoid console error when navigating (#​13077)

v2.8.5

Compare Source

Patch Changes
  • fix: don't hydrate when falling back to error page (#​13056)

v2.8.4

Compare Source

Patch Changes
  • fix: update inline css url generation for FOUC prevention in dev (#​13007)

v2.8.3

Compare Source

Patch Changes
  • fix: ensure error messages are escaped (#​13050)

  • fix: escape values included in dev 404 page (#​13039)

v2.8.2

Compare Source

Patch Changes
  • fix: prevent duplicate fetch request when using Request with load function's fetch (#​13023)

  • fix: do not override default cookie decoder to allow users to override the cookie library version (#​13037)

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

v4.0.4

Compare Source

Patch Changes
  • fix errorhandling to work with errors that don't have a code property (1a91581)

v4.0.3

Compare Source

Patch Changes
  • adapt internal handling of warning and error code property to changes in svelte5 (#​1046)

v4.0.2

Compare Source

Patch Changes
  • Allow script tags to span multiple lines (5309d7b)
vite-pwa/sveltekit (@​vite-pwa/sveltekit)

v0.6.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
huntabyte/bits-ui (bits-ui)

v1.0.0-next.81

Compare Source

Patch Changes
  • update runed to support Astro builds (#​1078)

v1.0.0-next.80

Compare Source

Patch Changes
  • fix: clean up event listeners for menus (#​1071)

  • fix(RangeCalendar): allow value to be cleared (#​1075)

v1.0.0-next.79

Compare Source

Patch Changes

v1.0.0-next.78

Compare Source

Patch Changes
  • Allow <Button/> with href to be disabled. (#​1055)

  • BREAKING: Select - change default value of allowDeselect to false to align with native HTML <select> (#​1049)

  • fix: ensure disabled is passed through to Dialog.Trigger and Dialog.Close (#​1057)

v1.0.0-next.77

Compare Source

Patch Changes

v1.0.0-next.76

Compare Source

Patch Changes
  • breaking: Slider.Root now requires a type prop to specify whether the slider should be a "single" or "multiple" slider, which determines whether the value and change function arguments should be of type number or number[] (#​1032)

  • fix: Popover trigger close detection (#​1030)

  • Dialog/Alert Dialog: change Dialog.Close and AlertDialog.Cancel events from pointerdown to click (#​1028)

v1.0.0-next.75

Compare Source

Patch Changes
  • fix: expose updatePositionStrategy prop for tooltip content (#​1026)

  • cleanup internals, update Svelte (#​1024)

v1.0.0-next.74

Compare Source

Patch Changes
  • revert to onclick events for most components except where it makes sense (like menus, select, etc.) (#​1011)

v1.0.0-next.73

Compare Source

Patch Changes
  • Update Svelte peerDependency from ^5.0.0-next.1 to ^5.0.0 (#​869)

v1.0.0-next.72

Compare Source

Minor Changes
  • feat: Checkbox.Group and Checkbox.GroupLabel components (#​1003)

v1.0.0-next.71

Compare Source

Patch Changes
  • fix: Command arrow navigation after empty state displayed (#​997)

v1.0.0-next.70

Compare Source

Patch Changes
  • feat: add onStateChange callback to Command component (#​972)

  • BREAKING: Update child snippet behavior of Floating UI-based Content components (#​994)

  • fix: issue where you were unable to navigate to the previous menu from within a menu of the menubar via arrow keys (#​990)

  • perf: optimize command methods (#​992)

v1.0.0-next.69

Compare Source

Patch Changes
  • fix: allow resetting DateField value (#​988)

  • optimize classes via prototype bindings (#​986)

v1.0.0-next.68

Compare Source

Patch Changes
  • fix: avoidCollisions in Floating UI components (#​984)

v1.0.0-next.67

Compare Source

Patch Changes
  • fix: allow Select to handle empty string values via keyboard (#​979)

v1.0.0-next.66

Compare Source

Patch Changes
  • fix: make open prop of DateRangePicker and DatePicker $bindable (#​975)

v1.0.0-next.65

Compare Source

Patch Changes
  • improve export strategy (#​966)

v1.0.0-next.64

Compare Source

Patch Changes
  • fix: only submit values with FormData on Combobox/Select type="multiple" if a value is selected to align with native <select multiple> behavior (#​961)
techniq/layerchart (layerchart)

v0.91.1

Compare Source

Patch Changes
  • fix(TooltipContext): Pass MouseEvent as first argument to onclick (match other event callbacks) (180d77a)

v0.91.0

Compare Source

Minor Changes
  • breaking(Brush): Lowercase event callbacks (1d5ad26)

v0.90.0

Compare Source

Minor Changes
  • feat(Canvas): Integrate hit canvas with component registration system for simplified pointer events (#​354)

  • breaking: Remove all usage of createEventDispatcher with on{event} callbacks. Aligns with Svelte 5 recommendation and unlocks canvas integration (#​354)

  • breaking: Lowercase all event names (onTooltipClick => ontooltipclick) for consistency with native events (preparing for Svelte 5) (#​354)

  • feat(Frame): Support Canvas render context (#​354)

  • feat(Link): Support Canvas render context (#​354)

  • feat(Voronoi): Support Canvas render context (#​354)

  • feat: Add debug prop to all simplfied charts to enable tooltip and renderContext debug mode (#​354)

  • feat(GeoPoint): Pass x / y as slot props (#​354)

  • feat(Rect): Support binding to underlying svg <rect> using element prop (#​354)

  • breaking: Remove HitCanvas (integrated into Canvas) (#​354)

  • breaking: Remove render prop from GeoPath, GeoPoint, and Points. No longer useful now that Canvas integrates functionality (#​354)

Patch Changes
  • fix(PieChart): Fix tooltips when using renderContext="canvas" (#​354)

  • fix(AreaChart|LineChart|Highlight): Support canvas pointer events, enabling series highlighting and click events when using `renderContext="canvas" (#​354)

  • fix(Canvas): Improve animation performance by only rendering hit canvas when <canvas> has active pointer over element (#​354)

v0.81.3

Compare Source

Patch Changes
  • fix(PieChart): Align interface $Props extends ... with other simplified charts to fix odd type issue (a7133b4)

v0.81.2

Compare Source

Patch Changes
  • feat(Brush): Add onReset callback event (5b95bc9)

  • fix(Brush): On reset, restore original configured domain values and not data derived domain values (5b95bc9)

v0.81.1

Compare Source

Patch Changes
  • fix(Brush): Add mode: 'integrated' | 'separated' to better support external state updates (default: integarted and no longer shows active selection when brush domain != original domain) (120f5e0)

v0.81.0

Compare Source

Minor Changes
  • breaking(Brush): Change events (change, brushStart, brushEnd) to callback functions (onChange, onBrushStart, onBrushEnd). Allows usage from simplified charts and moves towards Svelte 5 api (450feb8)

v0.80.0

Compare Source

Minor Changes
  • feat(AreaChart|LineChart|ScatterChart): Add Brush integration (#​348)

  • feat(ChartClipPath|CircleClipPath|RectClipPath): Support passing disabled to underlying ClipPath (#​348)

  • feat: Support passing props={{ tooltip: { context: ... } }} for all simplified charts (still support tooltip={...}) (#​348)

Patch Changes
  • fix: Restore ability to pass tooltip={false} to disable tooltip for all simplified charts (#​348)

  • fix(AreaChart|LineChart): Fade other series highlight points when hovering individual point (#​348)

v0.79.4

Compare Source

Patch Changes
  • fix: Properly handle null fill/stroke when creating objectId for canvas reactivity (c96c76f)

v0.79.3

Compare Source

Patch Changes
  • feat(Labels): Support passing data and x / y accessor overrides (c5b297c)

  • feat(Points): Support passing x / y accessor overrides (8ea6f12)

  • fix(AreaChart|BarChart|LineChart|ScatterChart): Hide labels and points when toggling selected series from legend. . Add getLabelsProps and getPointsProps slot props, useful when override slot (5602e04)

  • fix(AreaChart): Fix labels placements when using seriesLayout="stack" (5602e04)

v0.79.2

Compare Source

Patch Changes
  • fix(Circle|Line|Rect): Restore passing class to after recent refactor to handle reactive canvas styling (b025d19)

v0.79.1

Compare Source

Patch Changes
  • Bump dependencies (aee4fed)

  • fix(Arc): Restore passing class to after recent refactor to handle reactive canvas styling (2bd93e5)

v0.79.0

Compare Source

Minor Changes
  • fix: Improve canvas reactivity for all primatives (Arc, Area, Circle, Spline, etc) (#​339)
Patch Changes
  • fix(getComputedStyles): Ignore transition classes

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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

cloudflare-workers-and-pages bot commented Nov 25, 2024

Deploying lipu-svelte with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5d65826
Status: ✅  Deploy successful!
Preview URL: https://5d8c8df0.lipu-svelte.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.lipu-svelte.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 21 times, most recently from 3a1c9e4 to c02bfab Compare December 2, 2024 01:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from df520fc to cbcfe2f Compare December 3, 2024 19:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from ac02e3a to b54038e Compare January 23, 2025 22:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 882c14f to fb4b80c Compare January 31, 2025 01:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fb4b80c to 5d65826 Compare January 31, 2025 10:07
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.

1 participant