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

Update npm #64

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

Update npm #64

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@floating-ui/dom (source) 1.5.3 -> 1.6.12 age adoption passing confidence
@skeletonlabs/skeleton (source) 2.2.0 -> 2.10.4 age adoption passing confidence
@skeletonlabs/tw-plugin (source) ^0.2.1 -> ^0.4.0 age adoption passing confidence
@sveltejs/kit (source) 1.25.1 -> 1.30.4 age adoption passing confidence
@tailwindcss/forms 0.5.6 -> 0.5.9 age adoption passing confidence
@total-typescript/ts-reset (source) ^0.5.1 -> ^0.6.0 age adoption passing confidence
@types/node (source) 20.10.0 -> 20.17.10 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.7.4 -> 6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.7.4 -> 6.21.0 age adoption passing confidence
autoprefixer 10.4.16 -> 10.4.20 age adoption passing confidence
eslint (source) 8.51.0 -> 8.57.1 age adoption passing confidence
eslint-config-prettier 9.0.0 -> 9.1.0 age adoption passing confidence
eslint-plugin-svelte (source) 2.34.0 -> 2.46.1 age adoption passing confidence
postcss (source) 8.4.31 -> 8.4.49 age adoption passing confidence
prettier (source) 3.0.3 -> 3.4.2 age adoption passing confidence
prettier-plugin-svelte 3.0.3 -> 3.3.2 age adoption passing confidence
prettier-plugin-tailwindcss ^0.5.4 -> ^0.6.0 age adoption passing confidence
svelte (source) 4.2.1 -> 4.2.19 age adoption passing confidence
svelte-check 3.5.2 -> 3.8.6 age adoption passing confidence
svelte-feather-icons 4.0.1 -> 4.2.0 age adoption passing confidence
tailwindcss (source) 3.3.3 -> 3.4.17 age adoption passing confidence
tslib (source) 2.6.2 -> 2.8.1 age adoption passing confidence
typescript (source) 5.2.2 -> 5.7.2 age adoption passing confidence
vite (source) 5.0.2 -> 5.4.11 age adoption passing confidence
vite-plugin-tailwind-purgecss 0.1.3 -> 0.3.5 age adoption passing confidence

Release Notes

floating-ui/floating-ui (@​floating-ui/dom)

v1.6.12

Compare Source

Patch Changes
  • fix: handle relative html offset clipping rect
  • fix(getClippingRect): allow passing DOMRect as a boundary

v1.6.11

Compare Source

Patch Changes

v1.6.10

Compare Source

Patch Changes

v1.6.9

Compare Source

Patch Changes
  • fix: test if frameElement is readable to avoid errors in Safari and MSEdge with cross-origin iframes
  • Update dependencies: @floating-ui/[email protected]

v1.6.8

Compare Source

Patch Changes

v1.6.7

Compare Source

Patch Changes
  • chore: fix internal dependency versioning
  • Update dependencies: @floating-ui/[email protected]

v1.6.6

Compare Source

Patch Changes
  • fix(getContainingBlock): detect top layer elements
  • fix(types): add optional getClientRects() method to VirtualElement
  • chore: fix internal deps
  • refactor: improve types and internal codebase consistency. All documented types are now exported.
  • Update dependencies: @floating-ui/[email protected]

v1.6.5

Compare Source

Patch Changes
  • fix: correctly calculate <svg> arrow element offsetParent. Fixes arrow positioning when styling an inner element of the floating element with a border.
  • fix: ignore clippingAncestors collision boundary for top layer elements
  • fix(types): correct OffsetOptions alias

v1.6.4

Compare Source

Patch Changes
  • fix: avoid spreading rects to support DOMRect types
  • fix(types): use DOM Derivable type
  • perf(autoUpdate): reduce layoutShift update checks while reference is clipped from view

v1.6.3

Compare Source

Patch Changes
  • fix: calculate reference element offset relative to offsetParent iframe. Fixes issue with positioning in nested iframes, such as the following:
<html>
  <iframe>
    <div>floating</div>
    <iframe>
      <div>reference</div>
    </iframe>
  </iframe>
</html>

v1.6.2

Compare Source

Patch Changes
  • fix: top layer element positioning and collision detection when using absolute strategy

v1.6.1

Compare Source

Patch Changes
  • perf: avoid getContainingBlock call for non-top layer elements

v1.6.0

Compare Source

Minor Changes
Patch Changes

v1.5.4

Compare Source

Patch Changes
skeletonlabs/skeleton (@​skeletonlabs/skeleton)

v2.10.4

Compare Source

Patch Changes
  • bugfix: fix popup disappearing when dragging mouse out of the input box (#​2937)

v2.10.3

Compare Source

Patch Changes
  • chore: update peer dependencies to support Svelte 5 (#​2902)

v2.10.2

Compare Source

Patch Changes
  • bugfix: Added restProps to InputChip (#​2739)

  • chore: Resolve missing onclick events for AppRailTile and AppRailAnchor. (#​2751)

v2.10.1

Compare Source

Patch Changes
  • bugfix: InputChip issue resolved to support Svelte 5 (#​2715)

  • bugfix: Removed invalid role and forward events on AppRailAnchor component (#​2716)

v2.10.0

Compare Source

Minor Changes
  • Chore: resolved various accessibility issues and warnings. (#​2643)
Patch Changes
  • bugfix: Changed Autocomplete's input prop type to unknown (#​2648)

v2.9.2

Compare Source

Patch Changes
  • bugfix: Resolved a timing issue that could cause Toasts to animate incorrectly on close. (#​2622)

v2.9.1

Compare Source

Patch Changes
  • Bugfix: Removed duplicate class attribute on AccordionItem SVG caret icon (#​2597)

  • Chore: Fix JSDoc comment for AppRail border property #​2592 (#​2601)

v2.9.0

Compare Source

Minor Changes
  • feat: Added disabled prop to ListBox and ListBoxItem components. (#​2485)

v2.8.0

Compare Source

Minor Changes
  • feat: InputChips now allow you to add/remove chips programatically. (#​2347)
Patch Changes
  • bugfix: Removed recursive-tree-view's unused props for disabled and open (#​2427)

  • bugfix: CodeBlock copy button type is now button instead of default (submit) (#​2428)

  • bugfix: added label prop to InputChips to provide aria-label for a11y (#​2445)

  • chore: Applied @html interpretation to Autocomplete empty state (#​2448)

v2.7.1

Compare Source

Patch Changes
  • chore: Use the ActionReturn type for the clipboard action (#​2376)

v2.7.0

Compare Source

Minor Changes
  • feat: The focusTrap action can not take a set of tabIndex values to denote initial tab focus (#​2191)
Patch Changes
  • bugfix: Step events have been moved to the parent Stepper component to match the documentation spec (#​2341)

  • bugfix: The Modal system's subscription has been updated to avoid a potential memory leak issue (#​2336)

  • bugfix: Resolved a Safari browser styling issue when Avatars are placed inside AppBar (#​2333)

  • chore: Modal backdrop padding can now be overwritten via regionProp and backdropClasses (#​2332)

  • bugfix: Modal Prompt of type number now returns number instead of a string (#​2334)

  • bugfix: Fixed an issue where Models would shift or wobble slightly on open (#​2255)

v2.6.1

Compare Source

Patch Changes
  • chore: Added a animIndeterminate prop to customize the ProgressBar indeterminate animation. (#​2317)

  • chroe: AccordionItem now includes iconOpen and iconClosed slots for custom open/closed icons (#​2285)

  • chore: Added a new fontSize prop to the Avatar component to control the size of the initials (#​2322)

  • bugfix: RadioGroup now includes flexDirection and gap props for handling vertical layouts and item spacing respectively (#​2309)

v2.6.0

Compare Source

Minor Changes
  • bugfix: Resolves a bug in ProgressBar where the meter classes were applied twice (#​2288)
Patch Changes
  • bugfix: Accordion Item on:toggle event now provides properly formatted id and panelId values (#​2279)

  • bugfix: The Paginator numeric row now adheres to the disabled state (#​2269)

v2.5.1

Compare Source

Patch Changes
  • chore: Adjust popup 'onWindowClick' to respect an empty 'queryString' (#​2237)

v2.5.0

Compare Source

Minor Changes
  • feat: Autocomplete now accepts custom filter function using the prop filter (#​2208)
Patch Changes
  • bugfix: Fixed Tree View component bug that prevented clicking Tree elements. (#​2171)

  • bugfix: Table cells are only focusable when the interactive prop is enabled (#​2194)

  • bugfix: Improved keyboard interaction and accessability for the AppRailTile (#​2172)

  • bugfix: Drawers now have a smoother close animation by default (#​2219)

  • bugfix: Drawer touch events are now passive (#​2220)

  • chore: Progress Bar and Progress Radial now include dedicated transition props (#​2196)

v2.4.0

Compare Source

Minor Changes
  • feat: Added recursive Tree View component enhancements including: (#​2181)

    • Added click and toggle events.
    • The lead and content props now accepts Svelte components and HTML content.
  • feat: Added a transition duration property to the Drawer component as well as DrawerSettings (#​2139)

Patch Changes
  • bugfix: Fixed a linting error on the linting error on Progress Radial component (#​2134)

v2.3.0

Compare Source

Minor Changes
    • feat: File Dropzone and File Button now include a fileInput prop to reference to the input element. (#​2105)
    • feat: File Dropzone now forwards the on:focus, on:focusin, and on:focusout events.
  • feat: Added input-chip-interface and input-chip-wrapper region classes to Input Chips. (#​2089)

  • feat: Multiple revisions to the Tree View component: (#​2069)

    • Enhanced and properly named non-recursive Tree View events.
    • Separated the recursive Tree View under the new component RecursiveTreeView.
    • RecursiveTreeView now utilizes the relational prop to enable relational checking.
    • RecursiveTreeView is now using ID arrays with 2-way binding to control the Tree View state, including:
      • expandedNodes
      • disabledNodes
      • checkedNodes
      • indeterminateNodes (affects only multiple relational mode)
    • TreeViewNode now requires a unique ID to support the new checking system.
Patch Changes
  • bugfix: Resolved an issue that allowed focusTrap to escape hidden inputs (#​2077)

  • feat: Added a strokeLinecap property to to Progress Radials, enabling rounded styling (#​2093)

  • chore: Accordion now has RTL compatibility via the use of the text-start class (#​2109)

  • bugfix: Added title prop to Lightswitch component for better i18n support (#​2090)

sveltejs/kit (@​sveltejs/kit)

v1.30.4

Compare Source

Patch Changes
  • chore(deps): upgrade and unpin undici (#​11860)

v1.30.3

Compare Source

Patch Changes
  • fix: correct documentation for beforeNavigate (#​11300)

v1.30.2

Compare Source

Patch Changes
  • fix: revert recent 'correctly return 415' and 'correctly return 404' changes (#​11295)

v1.30.1

Compare Source

Patch Changes
  • fix: prerendered root page with paths.base config uses correct trailing slash option (#​10763)

  • fix: correctly return 404 when a form action is not found (#​11278)

v1.30.0

Compare Source

Minor Changes
  • feat: inline response.arrayBuffer() during ssr (#​10535)
Patch Changes
  • fix: allow "false" value for preload link options (#​10555)

  • fix: call worker unref instead of terminate (#​10120)

  • fix: correctly analyse exported server API methods during build (#​11019)

  • fix: avoid error when back navigating before page is initialized (#​10636)

  • fix: allow service-worker.js to import assets (#​9285)

  • fix: distinguish better between not-found and internal-error (#​11131)

v1.29.1

Compare Source

Patch Changes
  • fix: correctly return 415 when unexpected content types are submitted to actions (#​11255)

  • chore: deprecate preloadCode calls with multiple arguments (#​11266)

v1.29.0

Compare Source

Minor Changes
  • feat: add resolveRoute to $app/paths, deprecate resolvePath (#​11261)

v1.28.0

Compare Source

Minor Changes
  • chore: deprecate top level promise await behaviour (#​11175)
Patch Changes
  • fix: resolve relative cookie paths before storing (#​11253)

  • chore: deprecate cookies.set/delete without path option (#​11237)

  • fix: make sure promises from fetch handle errors (#​11228)

v1.27.7

Compare Source

Patch Changes
  • fix: set runes option in generated root (#​11111)

  • fix: retain URL query string for trailing slash redirects to prerendered pages (#​11142)

v1.27.6

Compare Source

Patch Changes
  • fix: use runes in generated root when detecting Svelte 5 (#​11028)

  • fix: correctly prerender pages that use browser globals and have SSR turned off (#​11032)

  • fix: correctly show 404 for prerendered dynamic routes when navigating client-side without a root layout server load (#​11025)

v1.27.5

Compare Source

Patch Changes
  • fix: add vite.config.js to included files in generated tsconfig (#​10788)

  • fix: cache location.origin on startup (#​11004)

v1.27.4

Compare Source

Patch Changes
  • fix: generate __data.json for prerendered pages when SSR is turned off (#​10988)

  • chore: add experimental compatibility for Svelte 5 (#​11002)

v1.27.3

Compare Source

Patch Changes
  • fix: use correct environment file for rendering spa fallback page (#​10963)

v1.27.2

Compare Source

Patch Changes
  • fix: missing File Node polyfill for Node version 18.11.0+ (#​10948)

v1.27.1

Compare Source

Patch Changes
  • fix: only apply some polyfills below node 18.11 (#​10920)

v1.27.0

Compare Source

Minor Changes
  • feat: add invalidateAll boolean option to enhance callback (#​9889)

v1.26.0

Compare Source

Minor Changes
  • feat: infer route parameter type from matcher's guard check if applicable (#​10755)
Patch Changes
  • fix: basic mime type handling for prerendered pages in preview (#​10851)

  • chore: use just a single library (mrmime) for mime type handling (#​10851)

  • chore: bump undici to address security issue (#​10885)

  • fix: follow whatwg fetch spec for handling redirect loops (#​10857)

  • fix: use window.fetch in load functions to allow libraries to patch it (#​10009)

  • chore(deps): update dependency undici to ~5.26.0 (#​10860)

v1.25.2

Compare Source

Patch Changes
  • fix: correctly update $page.url.hash when navigating history (#​10843)

  • fix: strip virtual module prefix from error messages (#​10776)

  • fix: cancel ongoing navigation when the browser back button is hit to prevent an incorrect page from being rendered (#​10727)

  • fix: only remove Vite manifest when copying files (#​10782)

tailwindlabs/tailwindcss-forms (@​tailwindcss/forms)

v0.5.9

Compare Source

Fixed
  • Fallback to static chevron color if theme is using variables (#​167)

v0.5.8

Compare Source

Fixed
  • Support installing with alpha versions of Tailwind CSS v4 (#​163)

v0.5.7

Compare Source

Fixed
  • Use normal checkbox and radio appearance in forced-colors mode (#​152)
total-typescript/ts-reset (@​total-typescript/ts-reset)

v0.6.1

Patch Changes
  • 757be40: Fixed a bug where creating an empty map would no longer infer types correctly.

v0.6.0

Minor Changes
  • 6574858: Added a rule, /map-constructor, to default Map to Map<unknown, unknown> when no arguments are passed to the constructor.

    Before, you'd get any for both key and value types. Now, the result of Map.get is unknown instead of any:

    const userMap = new Map();
    
    const value = userMap.get("matt"); // value: unknown

    This now is part of the recommended rules.

  • 5bf3a15: Added a rule, /promise-catch, to change the catch method to take unknown instead of any as an argument.

    const promise = Promise.reject("error");
    
    // BEFORE
    
    promise.catch((error) => {
      console.error(error); // error is any!
    });
    
    // AFTER
    
    promise.catch((error) => {
      console.error(error); // error is unknown!
    });
Patch Changes
  • 53cee4f: author: @​none23

    Fixed a bug where running .filter on a union of arrays would not work.

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

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

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

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [


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 renovate labels Nov 27, 2023
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from 9680f5a to 308fd24 Compare December 3, 2023 19:36
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 25b230b to 036327e Compare December 7, 2023 08:11
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from bf13e7b to 97ff9d1 Compare December 18, 2023 01:03
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 76384aa to 3ddddde Compare January 2, 2024 19:56
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from 46e544e to 38cdcbb Compare January 11, 2024 07:44
@renovate renovate bot force-pushed the renovate/npm branch 5 times, most recently from c38d671 to ad4a58e Compare January 17, 2024 07:15
@renovate renovate bot force-pushed the renovate/npm branch 8 times, most recently from f7f7908 to 852eda6 Compare January 31, 2024 00:25
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 0f0a5a8 to 228bd23 Compare February 1, 2024 10:04
@renovate renovate bot force-pushed the renovate/npm branch 6 times, most recently from 07b1fba to cc5c314 Compare November 3, 2024 06:56
@renovate renovate bot force-pushed the renovate/npm branch 5 times, most recently from ef73c4b to d0f0e09 Compare November 14, 2024 21:15
@renovate renovate bot force-pushed the renovate/npm branch 9 times, most recently from 6cd82af to 816ecc4 Compare November 26, 2024 15:35
@renovate renovate bot force-pushed the renovate/npm branch 6 times, most recently from 83815d1 to 157020d Compare December 4, 2024 10:48
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 585521d to ffe34b5 Compare December 17, 2024 23:00
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 renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants