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 15 updates #160

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

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

Package From To
@floating-ui/dom 1.6.3 1.6.5
svelte-feathers 1.0.3 1.0.6
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/adapter-static 3.0.1 3.0.2
@sveltejs/kit 2.5.3 2.5.16
@sveltejs/vite-plugin-svelte 3.0.2 3.1.1
@types/prismjs 1.26.3 1.26.4
eslint-plugin-svelte 2.35.1 2.39.5
svelte 4.2.12 4.2.18
svelte-check 3.6.7 3.8.0
svelte-preprocess 5.1.3 6.0.1
typescript 5.4.2 5.4.5
vite 5.1.6 5.3.1

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.6

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.6

Patch Changes

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

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/adapter-static from 3.0.1 to 3.0.2

Release notes

Sourced from @​sveltejs/adapter-static's releases.

@​sveltejs/adapter-static@​3.0.2

Patch Changes

Changelog

Sourced from @​sveltejs/adapter-static's changelog.

3.0.2

Patch Changes

Commits

Updates @sveltejs/kit from 2.5.3 to 2.5.16

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.5.16

Patch Changes

  • fix: determine local Svelte version more reliably (#12350)

@​sveltejs/kit@​2.5.15

Patch Changes

  • fix: always decode asset URLs (#12352)

@​sveltejs/kit@​2.5.14

Patch Changes

  • fix: read non-encoded data URIs (#12347)

@​sveltejs/kit@​2.5.13

Patch Changes

  • fix: decode asset URLs in dev when reading them, but for real this time (#12344)

@​sveltejs/kit@​2.5.12

Patch Changes

  • fix: decode asset URLs in dev when reading them (#12341)

@​sveltejs/kit@​2.5.11

Patch Changes

  • fix: hrefs that start with config.prerender.origin are now crawled (#12277)

  • chore: add keywords for discovery in npm search (#12330)

  • fix: handle whitespace in HTTP Accept header (#12292)

@​sveltejs/kit@​2.5.10

Patch Changes

  • fix: exclude server files from optimizeDeps.entries (#12242)

  • fix: bump import-meta-resolve to remove deprecation warnings (#12240)

@​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

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.5.16

Patch Changes

  • fix: determine local Svelte version more reliably (#12350)

2.5.15

Patch Changes

  • fix: always decode asset URLs (#12352)

2.5.14

Patch Changes

  • fix: read non-encoded data URIs (#12347)

2.5.13

Patch Changes

  • fix: decode asset URLs in dev when reading them, but for real this time (#12344)

2.5.12

Patch Changes

  • fix: decode asset URLs in dev when reading them (#12341)

2.5.11

Patch Changes

  • fix: hrefs that start with config.prerender.origin are now crawled (#12277)

  • chore: add keywords for discovery in npm search (#12330)

  • fix: handle whitespace in HTTP Accept header (#12292)

2.5.10

Patch Changes

  • fix: exclude server files from optimizeDeps.entries (#12242)

  • fix: bump import-meta-resolve to remove deprecation warnings (#12240)

2.5.9

... (truncated)

Commits

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

Release notes

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

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

Patch Changes

  • fix: ensure vite config is only resolved once during lazy init of vitePreprocess (#917)

  • fix: disable hmr when vite config server.hmr is false (#917)

@​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.1

Patch Changes

  • fix: ensure vite config is only resolved once during lazy init of vitePreprocess (#917)

  • fix: disable hmr when vite config server.hmr is false (#917)

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.5

Release notes

Sourced from eslint-plugin-svelte's releases.

eslint-plugin-svelte@2.39.5

Patch Changes

eslint-plugin-svelte@2.39.4

Patch Changes

eslint-plugin-svelte@2.39.3

Patch Changes

eslint-plugin-svelte@2.39.2

Patch Changes

eslint-plugin-svelte@2.39.1

Patch Changes

  • #772 0ecab95 Thanks @​ota-meshi! - fix: false positive for kebab-case with svelte v5 in svelte/no-unused-svelte-ignore
Commits
  • 2115deb chore: release eslint-plugin-svelte (#791)
  • f7b7649 fix: false positives for import vars with TS in svelte/valid-compile (#790)
  • 23f7bf2 chore: release eslint-plugin-svelte (#788)
  • e7e25d6 deps: update svelte-eslint-parser to support Svelte 5.0.0-next.155 (#786)
  • dd64827 fix(deps): update dependency known-css-properties to ^0.32.0
  • 8433a8f chore: update deps and fix testcase (#784)
  • 336f0ee chore(deps): update dependency svelte to v5.0.0-next.153
  • f0d796a chore: release eslint-plugin-svelte (#779)
  • 3e2a732 fix: update svelte-eslint-parser (#778)
  • e5b2e19 chore(deps): update dependency nyc to v17
  • Additional commits viewable in compare view

Updates svelte from 4.2.12 to 4.2.18

Release notes

Sourced from svelte's releases.

svelte@4.2.18

Patch Changes

  • chore: speed up regex (#11922)

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.18

Patch Changes

  • chore: speed up regex (#11922)

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.8.0

Release notes

Sourced from svelte-check's releases.

svelte-check-3.8.0

  • fix: allow for whitespace in snippets declaration (#2366)
  • fix: allow as expressions for bindable props (#2372)
  • fix: force correct semantic tokens for $props types (#2379)
  • feat: Svelte 5 component class/function interop (#2380)

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
  • 2478212 feat: Svelte 5 component class/function interop (#2380)
  • 15a4aab fix: don't debounce document symbol request (#2382)
  • 6e57bce feat: syntax highlight for svelte code block in mdx (#2381)
  • cf00f03 fix: use correct semantic tokens for $props types (#2379)
  • 7409890 fix: component import quick-fix with "did you mean" diagnostics (#2373)
  • 3147c81 feat: allow as expressions for bindable props (#2372)
  • 80622df fix: allow for whitespace in snippets declaration (#2366)
  • 9d7907e fix: rework bindable types strategy (#2361)
  • 6cfb0d2 fix: revert waiting for config request in ts plugin (#2352)
  • 8236f63 fix: load user's Svelte version in TS plugin (#2351)
  • Additional commits viewable in compare view

Updates svelte-preprocess from 5.1.3 to 6.0.1

Changelog

Sourced from svelte-preprocess's changelog.

6.0.1 (2024-06-14)

Bug Fixes

  • deprecate default export in favor of named export (#641) (a43de10), closes #591

6.0.0 (2024-06-12)

BREAKING CHANGES

  • remove TS mixed imports support, require TS 5.0 or higher
  • remove preserve option as it's unnecessary
  • require Svelte 4+, Node 18+
  • add exports map

Bug Fixes

  • adjust globalifySelector to not split selectors with parentheses. (#632) (c435ebd), closes #501
  • fix: allow TS filename to be undefined, fixes #488
  • fix: adjust Svelte compiler type import
  • fix: remove pug types and magic-string from dependencies
  • chore: bump peer deps, fixes #553

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:

Commits
  • 27bcd4c Update LKG
  • 9f33bf1 🤖 Pick PR #58098 (Fix constraints of nested homomorph...) into release-5.4 (#...
  • 71b2f84 Bump version to 5.4.5 and LKG
  • 892936f 🤖 Pick PR #58083 (Don't propagate partial union/inter...) into release-5.4 (#...
  • 38a7c05 release-5.4: Always set node-version for setup-node (#58117)
  • b754fc3 🤖 Pick PR #57778 (fix type import check for default-i...) into release-5.4 (#...
  • 8eb3367 Bump version to 5.4.4 and LKG
  • de9096b 🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...
  • 06aae98 🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...
  • 6d8134e 🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...
  • Additional commits viewable in compare view

Updates vite from 5.1.6 to 5.3.1

Release notes

Sourced from vite's releases.

create-vite@5.2.3

Please refer to CHANGELOG.md for details.

create-vite@5.2.2

Please refer to CHANGELOG.md for details.

create-vite@5.2.1

Please refer to CHANGELOG.md for details.

create-vite@5.2.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.3.1 (2024-06-14)

  • fix(build): handle preload treeshaking for braces (#17479) (d355568), closes #17479
  • fix(build): handle preload treeshaking for commas (#17472) (3e27071), closes #17472
  • fix(build): prelo...

    Description has been truncated

Bumps the svelte-dependencies group with 15 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.6` |
| [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/adapter-static](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-static) | `3.0.1` | `3.0.2` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.5.3` | `2.5.16` |
| [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `3.0.2` | `3.1.1` |
| [@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.5` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.12` | `4.2.18` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.7` | `3.8.0` |
| [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) | `5.1.3` | `6.0.1` |
| [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.3.1` |



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.6
- [Release notes](https://github.com/shinokada/svelte-feathers/releases)
- [Changelog](https://github.com/shinokada/svelte-feathers/blob/main/CHANGELOG.md)
- [Commits](https://github.com/shinokada/svelte-feathers/commits)

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/adapter-static` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-static/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/adapter-static@3.0.2/packages/adapter-static)

Updates `@sveltejs/kit` from 2.5.3 to 2.5.16
- [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.16/packages/kit)

Updates `@sveltejs/vite-plugin-svelte` from 3.0.2 to 3.1.1
- [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/@sveltejs/vite-plugin-svelte@3.1.1/packages/vite-plugin-svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@3.1.1/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.5
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/v2.35.1...eslint-plugin-svelte@2.39.5)

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

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

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

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.3.1
- [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.3.1/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/adapter-static"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-major
  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 Jun 17, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 24, 2024

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

@dependabot dependabot bot closed this Jun 24, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/svelte-dependencies-0e37793f52 branch June 24, 2024 12:26
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