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

Bump the svelte-dependencies group across 1 directory with 14 updates #146

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps the svelte-dependencies group with 14 updates in the / directory:

Package From To
@floating-ui/dom 1.6.3 1.6.5
svelte-feathers 1.0.3 1.0.5
svelte-loading-spinners 0.3.4 0.3.6
@skeletonlabs/skeleton 2.9.0 2.10.0
@skeletonlabs/tw-plugin 0.3.1 0.4.0
@sveltejs/kit 2.5.3 2.5.9
@sveltejs/vite-plugin-svelte 3.0.2 3.1.0
@types/prismjs 1.26.3 1.26.4
eslint-plugin-svelte 2.35.1 2.39.0
svelte 4.2.12 4.2.17
svelte-check 3.6.7 3.7.1
svelte-preprocess 5.1.3 5.1.4
typescript 5.4.2 5.4.5
vite 5.1.6 5.2.11

Updates @floating-ui/dom from 1.6.3 to 1.6.5

Release notes

Sourced from @​floating-ui/dom's releases.

@​floating-ui/dom@​1.6.5

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

@​floating-ui/dom@​1.6.4

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
Changelog

Sourced from @​floating-ui/dom's changelog.

1.6.5

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

1.6.4

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
Commits

Updates svelte-feathers from 1.0.3 to 1.0.5

Release notes

Sourced from svelte-feathers's releases.

v1.0.5

What's Changed

New Contributors

Full Changelog: shinokada/svelte-feathers@v1.0.1...v1.0.5

Changelog

Sourced from svelte-feathers's changelog.

1.0.5

Patch Changes

1.0.4

Patch Changes

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

Commits
  • 4b335d7 chore: changeset version
  • 011c9cf fix: add {...$$restProps}, remove tabindex add withEvents, remove fill
  • fc763cc version 1.0.4
  • 6b7ecd2 chore: changeset
  • 18518f8 chore: add changeset
  • df1ebaa feat: add pull_request_template.md
  • 474813a Merge pull request #1 from lynnlo/main
  • 78bb012 Added Fill and TabIndex props to Icons
  • e368497 fix: add google analytics
  • 6a35e79 fix: ko-fi banner update
  • Additional commits viewable in compare view

Updates svelte-loading-spinners from 0.3.4 to 0.3.6

Commits

Updates @skeletonlabs/skeleton from 2.9.0 to 2.10.0

Release notes

Sourced from @​skeletonlabs/skeleton's releases.

@​skeletonlabs/skeleton@​2.10.0

Minor Changes

  • Chore: resolved various accessibility issues and warnings. (#2643)

Patch Changes

  • bugfix: Changed Autocomplete's input prop type to unknown (#2648)

@​skeletonlabs/skeleton@​2.9.2

Patch Changes

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

@​skeletonlabs/skeleton@​2.9.1

Patch Changes

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

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

Commits

Updates @skeletonlabs/tw-plugin from 0.3.1 to 0.4.0

Release notes

Sourced from @​skeletonlabs/tw-plugin's releases.

@​skeletonlabs/tw-plugin@​0.4.0

Minor Changes

Commits

Updates @sveltejs/kit from 2.5.3 to 2.5.9

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.5.9

Patch Changes

  • fix: yield main thread before navigating (#12225)

  • fix: correctly handle aliases to files in the .svelte-kit directory (#12220)

@​sveltejs/kit@​2.5.8

Patch Changes

  • fix: prevent excessive Vite dependency optimizations on navigation (#12182)

@​sveltejs/kit@​2.5.7

Patch Changes

  • chore(deps): update devalue to v5 ignore non-enumerable symbols during serialization (#12141)

@​sveltejs/kit@​2.5.6

Patch Changes

  • fix: avoid incorrectly un- and re-escaping cookies collected during a server-side fetch (#11904)

@​sveltejs/kit@​2.5.5

Patch Changes

  • fix: only hydrate when page is server-rendered (#12050)

@​sveltejs/kit@​2.5.4

Patch Changes

  • fix: prevent navigation when data-sveltekit-preload-data fails to fetch due to network error (#11944)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.5.9

Patch Changes

  • fix: yield main thread before navigating (#12225)

  • fix: correctly handle aliases to files in the .svelte-kit directory (#12220)

2.5.8

Patch Changes

  • fix: prevent excessive Vite dependency optimizations on navigation (#12182)

2.5.7

Patch Changes

  • chore(deps): update devalue to v5 ignore non-enumerable symbols during serialization (#12141)

2.5.6

Patch Changes

  • fix: avoid incorrectly un- and re-escaping cookies collected during a server-side fetch (#11904)

2.5.5

Patch Changes

  • fix: only hydrate when page is server-rendered (#12050)

2.5.4

Patch Changes

  • fix: prevent navigation when data-sveltekit-preload-data fails to fetch due to network error (#11944)
Commits

Updates @sveltejs/vite-plugin-svelte from 3.0.2 to 3.1.0

Release notes

Sourced from @​sveltejs/vite-plugin-svelte's releases.

@​sveltejs/vite-plugin-svelte@​3.1.0

Minor Changes

  • feat(svelte5): enable hmr option in dev (#836)

Patch Changes

Changelog

Sourced from @​sveltejs/vite-plugin-svelte's changelog.

3.1.0

Minor Changes

  • feat(svelte5): enable hmr option in dev (#836)

Patch Changes

Commits

Updates @types/prismjs from 1.26.3 to 1.26.4

Commits

Updates eslint-plugin-svelte from 2.35.1 to 2.39.0

Release notes

Sourced from eslint-plugin-svelte's releases.

v2.39.0

Minor Changes

v2.38.0

Minor Changes

v2.37.0

Minor Changes

v2.36.0

Minor Changes

Patch Changes

v2.36.0-next.13

Patch Changes

... (truncated)

Changelog

Sourced from eslint-plugin-svelte's changelog.

2.39.0

Minor Changes

2.38.0

Minor Changes

2.37.0

Minor Changes

2.36.0

Minor Changes

Patch Changes

2.36.0-next.13

... (truncated)

Commits
  • 7e4e258 chore: release eslint-plugin-svelte (#756)
  • 6ee50c8 feat: Update svelte-eslint-parser to 0.36 (#758)
  • 49adff2 fix(deps): update dependency known-css-properties to ^0.31.0
  • da4d535 feat: add svelte/no-svelte-internal rule (#749)
  • bb245f1 chore(deps): update dependency eslint-plugin-markdown to v5
  • 8ec1934 chore(deps): update dependency @​types/markdown-it-emoji to v3
  • c540344 chore(deps): update dependency esbuild to ^0.21.0
  • b746b02 chore(deps): update dependency stylelint to ~16.5.0
  • 8070ab3 fix: disable a few rules in docs-svelte-kit (#752)
  • 2dac0a3 chore: add Node22 in CI (#750)
  • Additional commits viewable in compare view

Updates svelte from 4.2.12 to 4.2.17

Release notes

Sourced from svelte's releases.

svelte@4.2.17

Patch Changes

  • fix: correctly handle falsy values of style directives in SSR mode (#11584)

svelte@4.2.16

Patch Changes

  • fix: check if svelte component exists on custom element destroy (#11489)

svelte@4.2.15

Patch Changes

  • support attribute selector inside :global() (#11135)

svelte@4.2.14

Patch Changes

  • fix parsing camelcase container query name (#11131)

svelte@4.2.13

Patch Changes

  • fix: applying :global for +,~ sibling combinator when slots are present (#9282)
Changelog

Sourced from svelte's changelog.

4.2.17

Patch Changes

  • fix: correctly handle falsy values of style directives in SSR mode (#11584)

4.2.16

Patch Changes

  • fix: check if svelte component exists on custom element destroy (#11489)

4.2.15

Patch Changes

  • support attribute selector inside :global() (#11135)

4.2.14

Patch Changes

  • fix parsing camelcase container query name (#11131)

4.2.13

Patch Changes

  • fix: applying :global for +,~ sibling combinator when slots are present (#9282)
Commits

Updates svelte-check from 3.6.7 to 3.7.1

Release notes

Sourced from svelte-check's releases.

svelte-check-3.7.1

  • fix: rework bindable types strategy (#2361)

svelte-check-3.7.0

  • feat: mark only properties as bindable that were declared using $bindable() in Svelte 5 runes mode (#2336)
  • chore: better Svelte 5 interop (#2336)
  • fix: preserve event attribute casing in Svelte 5 (#2347)
  • fix: handle #await inside #snippet (#2348)
  • fix: better bind:group transformation (#2349)
  • fix: handle boolean css var (#2350)

svelte-check-3.6.9

  • fix: ensure type widening for bind:group
  • perf: improve perf in deleteUnresolvedResolutionsFromCache (#2320)
  • fix: adjust for moved compiler file in Svelte 5 (#2327)

svelte-check-3.6.8

  • chore: support TypeScript 5.4 (#2313)
  • fix: allow falsy values for render tags
Commits

Updates svelte-preprocess from 5.1.3 to 5.1.4

Changelog

Sourced from svelte-preprocess's changelog.

5.1.4 (2024-04-16)

Bug Fixes

Commits

Updates typescript from 5.4.2 to 5.4.5

Release notes

Sourced from typescript's releases.

TypeScript 5.4.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Bumps the svelte-dependencies group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) | `1.6.3` | `1.6.5` |
| [svelte-feathers](https://github.com/shinokada/svelte-feathers) | `1.0.3` | `1.0.5` |
| [svelte-loading-spinners](https://github.com/schum123/svelte-loading-spinners) | `0.3.4` | `0.3.6` |
| [@skeletonlabs/skeleton](https://github.com/skeletonlabs/skeleton) | `2.9.0` | `2.10.0` |
| [@skeletonlabs/tw-plugin](https://github.com/skeletonlabs/skeleton) | `0.3.1` | `0.4.0` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.5.3` | `2.5.9` |
| [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `3.0.2` | `3.1.0` |
| [@types/prismjs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prismjs) | `1.26.3` | `1.26.4` |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.35.1` | `2.39.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.12` | `4.2.17` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.7` | `3.7.1` |
| [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) | `5.1.3` | `5.1.4` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.2` | `5.4.5` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.1.6` | `5.2.11` |



Updates `@floating-ui/dom` from 1.6.3 to 1.6.5
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.6.5/packages/dom)

Updates `svelte-feathers` from 1.0.3 to 1.0.5
- [Release notes](https://github.com/shinokada/svelte-feathers/releases)
- [Changelog](https://github.com/shinokada/svelte-feathers/blob/main/CHANGELOG.md)
- [Commits](shinokada/svelte-feathers@v1.0.3...v1.0.5)

Updates `svelte-loading-spinners` from 0.3.4 to 0.3.6
- [Commits](https://github.com/schum123/svelte-loading-spinners/commits)

Updates `@skeletonlabs/skeleton` from 2.9.0 to 2.10.0
- [Release notes](https://github.com/skeletonlabs/skeleton/releases)
- [Commits](https://github.com/skeletonlabs/skeleton/compare/@skeletonlabs/skeleton@2.9.0...@skeletonlabs/skeleton@2.10.0)

Updates `@skeletonlabs/tw-plugin` from 0.3.1 to 0.4.0
- [Release notes](https://github.com/skeletonlabs/skeleton/releases)
- [Commits](https://github.com/skeletonlabs/skeleton/compare/@skeletonlabs/tw-plugin@0.3.1...@skeletonlabs/tw-plugin@0.4.0)

Updates `@sveltejs/kit` from 2.5.3 to 2.5.9
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.5.9/packages/kit)

Updates `@sveltejs/vite-plugin-svelte` from 3.0.2 to 3.1.0
- [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@3.1.0/packages/vite-plugin-svelte)

Updates `@types/prismjs` from 1.26.3 to 1.26.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prismjs)

Updates `eslint-plugin-svelte` from 2.35.1 to 2.39.0
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/CHANGELOG.md)
- [Commits](sveltejs/eslint-plugin-svelte@v2.35.1...v2.39.0)

Updates `svelte` from 4.2.12 to 4.2.17
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.17/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.17/packages/svelte)

Updates `svelte-check` from 3.6.7 to 3.7.1
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](sveltejs/language-tools@svelte-check-3.6.7...svelte-check-3.7.1)

Updates `svelte-preprocess` from 5.1.3 to 5.1.4
- [Changelog](https://github.com/sveltejs/svelte-preprocess/blob/main/CHANGELOG.md)
- [Commits](sveltejs/svelte-preprocess@v5.1.3...v5.1.4)

Updates `typescript` from 5.4.2 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.2...v5.4.5)

Updates `vite` from 5.1.6 to 5.2.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.11/packages/vite)

---
updated-dependencies:
- dependency-name: "@floating-ui/dom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: svelte-dependencies
- dependency-name: svelte-feathers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: svelte-dependencies
- dependency-name: svelte-loading-spinners
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: svelte-dependencies
- dependency-name: "@skeletonlabs/skeleton"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: svelte-dependencies
- dependency-name: "@skeletonlabs/tw-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: svelte-dependencies
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: svelte-dependencies
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: svelte-dependencies
- dependency-name: "@types/prismjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: svelte-dependencies
- dependency-name: eslint-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: svelte-dependencies
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: svelte-dependencies
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: svelte-dependencies
- dependency-name: svelte-preprocess
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: svelte-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: svelte-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: svelte-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 20, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 27, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 27, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/svelte-dependencies-0543a1b931 branch May 27, 2024 12:30
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants