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 npm #241

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

chore(deps): update npm #241

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/adapter-static (source) ^3.0.5 -> ^3.0.8 age adoption passing confidence
@sveltejs/kit (source) ^2.7.2 -> ^2.15.1 age adoption passing confidence
@sveltejs/vite-plugin-svelte (source) ^4.0.0 -> ^4.0.4 age adoption passing confidence
bits-ui 1.0.0-next.21 -> 1.0.0-next.76 age adoption passing confidence
eslint (source) ^9.13.0 -> ^9.17.0 age adoption passing confidence
eslint-plugin-svelte (source) ^2.45.1 -> ^2.46.1 age adoption passing confidence
globals ^15.11.0 -> ^15.14.0 age adoption passing confidence
husky ^9.1.6 -> ^9.1.7 age adoption passing confidence
postcss (source) ^8.4.47 -> ^8.4.49 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.4.2 age adoption passing confidence
prettier-plugin-svelte ^3.2.7 -> ^3.3.2 age adoption passing confidence
prettier-plugin-tailwindcss ^0.6.8 -> ^0.6.9 age adoption passing confidence
svelte (source) ^5.0.3 -> ^5.16.0 age adoption passing confidence
svelte-check ^4.0.5 -> ^4.1.1 age adoption passing confidence
tailwind-merge ^2.5.4 -> ^2.6.0 age adoption passing confidence
tailwindcss (source) ^3.4.14 -> ^3.4.17 age adoption passing confidence
tslib (source) ^2.8.0 -> ^2.8.1 age adoption passing confidence
typescript (source) ^5.6.3 -> ^5.7.2 age adoption passing confidence
typescript-eslint (source) ^8.10.0 -> ^8.19.0 age adoption passing confidence
vite (source) ^5.4.9 -> ^5.4.11 age adoption passing confidence

Release Notes

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

v3.0.8

Compare Source

Patch Changes
  • fix: use optional chaining when checking router type (#​13218)

v3.0.7

Compare Source

Patch Changes
  • fix: allow dynamic routes with missing fallback in hash mode (#​13213)

v3.0.6

Compare Source

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

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)

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)

v2.8.0

Compare Source

Minor Changes
  • feat: add helper to identify ActionFailure objects (#​12878)

v2.7.7

Compare Source

Patch Changes

v2.7.6

Compare Source

Patch Changes
  • fix: update broken links in JSDoc (#​12960)

v2.7.5

Compare Source

Patch Changes
  • fix: warn on invalid cookie name characters (#​12806)

  • fix: when using @vitejs/plugin-basic-ssl, set a no-op proxy config to downgrade from HTTP/2 to TLS since undici does not yet enable HTTP/2 by default (#​12907)

v2.7.4

Compare Source

Patch Changes
  • fix: ensure element is focused after subsequent clicks of the same hash link (#​12866)

  • fix: avoid preload if event default was prevented for touchstart and mousedown events (#​12887)

  • fix: avoid reloading behaviour for hash links with data-sveltekit-reload if the hash is on the same page (#​12866)

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/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)

v4.0.1

Compare Source

Patch Changes
  • removed references to compiler options no longer available in svelte5 (#​1010)
huntabyte/bits-ui (bits-ui)

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)

v1.0.0-next.63

Compare Source

Patch Changes
  • fix: export Portal from Menubar namespace (#​955)

v1.0.0-next.62

Compare Source

Patch Changes
  • DropdownMenu.Trigger type="button" by default (#​953)

v1.0.0-next.61

Compare Source

Patch Changes
  • DropdownMenu.Trigger should default to type="button" while enabling users to override via the type prop (#​951)

  • fix: TabTrigger default tabindex handling (#​949)

v1.0.0-next.60

Compare Source

Patch Changes
  • fix: DateField 24 hour cycling (#​945)

  • fix: issue causing labels associated with radio group items not to select the item (#​943)

v1.0.0-next.59

Compare Source

Patch Changes
  • fix: radio group onValueChange loop (#​939)

v1.0.0-next.58

Compare Source

Patch Changes
  • fix: cleanup focus scope handlers (#​936)

  • Allow users to override the type attribute on Checkbox.Root (#​934)

  • fix: Dialog buttons not responding on certain mobile platforms (#​937)

v1.0.0-next.57

Compare Source

Patch Changes
  • fix: Avatar should render fallback if src is updated and is null/undefined (#​929)

v1.0.0-next.56

Compare Source

Patch Changes
  • fix: don't auto select first radio item unless there is already a selected value (#​927)

v1.0.0-next.55

Compare Source

Patch Changes
  • fix: Select and Combobox infinite loop on item selection (#​925)

v1.0.0-next.54

Compare Source

Patch Changes
  • fix: ensure highlighted item is reset when items mount/unmount (#​919)

v1.0.0-next.53

Compare Source

Patch Changes
  • fix: ensure disabled attribute is passed to a disabled tooltip trigger (#​916)

  • fix: ensure disabled is passed to Popover.Trigger (#​918)

v1.0.0-next.52

Compare Source

Patch Changes
  • fix(Pagination): disable prev/next buttons when no prev/next page (#​910)

v1.0.0-next.51

Compare Source

Patch Changes

v1.0.0-next.50

Compare Source

Patch Changes
  • add data-arrow attribute to floating arrow svg (#​906)

v1.0.0-next.49

Compare Source

Patch Changes
  • fix: make *Menu.CheckboxItem indeterminate prop bindable (#​900)

v1.0.0-next.48

Compare Source

Patch Changes
  • BREAKING: Checkbox and *Menu.CheckboxItem checked prop is now of type boolean with indeterminate being a separate prop (#​898)

v1.0.0-next.47

Compare Source

Patch Changes
  • fix: issue with nested scroll prevention (#​896)

  • fix: pagination with count={0} displaying page 0 (#​893)

  • fix: pin input paste not working without pattern (#​897)

v1.0.0-next.46

Compare Source

Patch Changes
  • fix: issue with LinkPreview where content wouldn't close when the trigger was entered and exited quickly (#​889)

v1.0.0-next.45

Compare Source

Patch Changes
  • fix: slider disabled still allowed pointer to change value (#​882)

v1.0.0-next.44

Compare Source

Patch Changes
  • fix: remove defaults from Tooltip.Root to favor Tooltip.Provider (#​880)

v1.0.0-next.43

Compare Source

Patch Changes
  • fix: ensure Tooltip.Provider props are applied to Tooltip.Root unless overridden (#​878)

v1.0.0-next.42

Compare Source

Patch Changes
  • fix: nested outside clicks (#​875)

v1.0.0-next.41

Compare Source

Patch Changes
  • fix: make layers global for use with other libs that depend on Bits UI (like vaul-svelte) (#​873)

v1.0.0-next.40

Compare Source

Patch Changes
  • fix: dont use display: table in scroll area (#​863)

v1.0.0-next.39

Compare Source

Patch Changes
  • add closeOnSelect prop to all the menu item components (#​859)

v1.0.0-next.38

Compare Source

Patch Changes
  • fix: add role="option" to select items (#​857)

v1.0.0-next.37

Compare Source

Patch Changes
  • fix: pagination page aria-label (#​854)

v1.0.0-next.36

Compare Source

Patch Changes
  • fix: Range Calendar external value updates (#​851)

v1.0.0-next.35

Compare Source

Patch Changes
  • fix: pin input pattern checking (#​848)

v1.0.0-next.34

Compare Source

Patch Changes
  • fix: Combobox forceMount (#​844)

  • fix: Tooltip forceMount (#​844)

  • fix: DropdownMenu & ContextMenu forceMount (#​844)

  • fix: Select forceMount (#​844)

  • fix: popover forceMount (#​844)

  • fix: LinkPreview forceMount (#​844)

v1.0.0-next.33

Compare Source

Patch Changes
  • ensure minimum esm-env version is a working version (#​840)

v1.0.0-next.32

Compare Source

Patch Changes
  • fix: Dialog and AlertDialog child transition and add restoreScrollDelay prop to support custom transitions (#​831)

v1.0.0-next.31

Compare Source

Patch Changes
  • Add ID Attribute to Toggle Root Component (#​823)

  • fix: Link preview not closing on pointer leave (#​825)

v1.0.0-next.30

Compare Source

Patch Changes
  • export REGEXP helpers from pin input (#​821)

v1.0.0-next.29

Compare Source

Patch Changes
  • Select/Combobox: add allowDeselect prop (#​819)

v1.0.0-next.28

Compare Source

Patch Changes
  • fix: command click events (#​816)

v1.0.0-next.27

Compare Source

Patch Changes
  • fix: toolbar item events (#​813)

v1.0.0-next.26

Compare Source

Patch Changes

v1.0.0-next.25

Compare Source

Patch Changes
  • fix: Scroll Area scrollbar positioning issue after scroll then hide (#​804)

v1.0.0-next.24

Compare Source

Patch Changes
  • fix: Combobox & Select trigger default to type="button" (#​802)

  • fix: derived updates (#​802)

v1.0.0-next.23

Compare Source

Patch Changes
  • fix(Button): make ref prop $bindable (#​798)

v1.0.0-next.22

Compare Source

Patch Changes
  • fix: various pointer/click issues (#​794)
eslint/eslint (eslint)

v9.17.0

Compare Source

v9.16.0

Compare Source

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#​19162) (Milos Djermanovic)

Documentation


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot added dependencies Pull requests that update a dependency file npm labels Oct 1, 2024
@renovate renovate bot requested a review from a team as a code owner October 1, 2024 16:12
@renovate renovate bot changed the title chore(deps): update dependency globals to ^15.10.0 chore(deps): update npm Oct 3, 2024
@renovate renovate bot force-pushed the renovate/npm branch 8 times, most recently from 036357c to d35d984 Compare October 9, 2024 12:14
@renovate renovate bot force-pushed the renovate/npm branch 7 times, most recently from 2b81709 to 1bd0b8e Compare October 17, 2024 19:36
@renovate renovate bot force-pushed the renovate/npm branch 11 times, most recently from da3cf8d to 776f63b Compare October 24, 2024 23:21
@renovate renovate bot force-pushed the renovate/npm branch 17 times, most recently from 185a416 to 9076686 Compare December 18, 2024 15:45
@renovate renovate bot force-pushed the renovate/npm branch 8 times, most recently from 6f9b100 to a157d61 Compare December 24, 2024 17:06
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from 579a300 to bc3e8b9 Compare December 31, 2024 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants