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

build(deps-dev): bump the frontend-deps group across 1 directory with 17 updates #627

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps the frontend-deps group with 16 updates in the / directory:

Package From To
@fullhuman/postcss-purgecss 6.0.0 7.0.2
@sveltejs/vite-plugin-svelte 3.1.2 5.0.1
@testing-library/svelte 5.2.3 5.2.6
@vitest/coverage-v8 2.1.3 2.1.8
execa 9.4.0 9.5.1
flowbite-svelte 0.47.0 0.47.4
flowbite-svelte-icons 1.6.2 2.0.2
postcss 8.4.47 8.4.49
prettier 3.3.3 3.4.1
prettier-plugin-svelte 3.2.7 3.3.2
svelte 4.2.19 5.4.0
svelte-i18n 4.0.0 4.0.1
typescript 5.6.3 5.7.2
unplugin-icons 0.19.3 0.20.2
vite 5.4.9 6.0.2
vitest 2.1.3 2.1.8

Updates @fullhuman/postcss-purgecss from 6.0.0 to 7.0.2

Release notes

Sourced from @​fullhuman/postcss-purgecss's releases.

v7.0.2

Bug Fixes

  • fix: fix issue where pseudo classes like :where, :not, :is were always removed at root level (89024ce), closes #1282 #978
  • build: add named export for postcss plugin (87d15b7), closes #1263

Features

  • feat(purgecss-from-pug): returns ExtractorResultDetailed instead of selectors (fb51dc6)

BREAKING CHANGES

  • PostCSS plugin should now be imported via purgeCSSPlugin
import { purgeCSSPlugin } from '@fullhuman/postcss-purgecss';
  • drop support for node 18.

Other

  • build(deps-dev): update dependencies
  • build(deps): update dependencies

Full Changelog: FullHuman/purgecss@v6.0.0...v7.0.2

Changelog

Sourced from @​fullhuman/postcss-purgecss's changelog.

7.0.0

Bug Fixes

  • fix: fix issue where pseudo classes like :where, :not, :is were always removed at root level (89024ce), closes #1282 #978
  • build: add named export for postcss plugin (87d15b7), closes #1263

Features

  • feat(purgecss-from-pug): returns ExtractorResultDetailed instead of selectors (fb51dc6)

BREAKING CHANGES

  • PostCSS plugin should now be imported via purgeCSSPlugin
import { purgeCSSPlugin } from '@fullhuman/postcss-purgecss';
  • drop support for node 18

(2024-03-29)

Commits
  • e95398d v7.0.2
  • bdb8d06 v7.0.1
  • 5a51b05 v7.0.1-alpha.0
  • ea04fce v7.0.0-alpha.0
  • 1077a0d build(deps): bump cross-spawn from 7.0.3 to 7.0.6 (#1294)
  • 89024ce fix: fix issue where pseudo classes like :where, :not, :is were always remove...
  • 28783b3 build(deps): bump webpack from 5.95.0 to 5.96.1 (#1287)
  • ee45a6b build(deps-dev): bump @​typescript-eslint/parser from 8.8.0 to 8.14.0 (#1293)
  • cb46b92 build(deps-dev): bump @​vuepress/plugin-search (#1284)
  • 74bf402 build(deps): bump coverallsapp/github-action from 2.3.0 to 2.3.4 (#1283)
  • Additional commits viewable in compare view

Updates @sveltejs/vite-plugin-svelte from 3.1.2 to 5.0.1

Release notes

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

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

Patch Changes

  • Fix peer dependencies warning (#1038)

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

Major Changes

  • Handle Vite 6 breaking change and remove Vite 5 handling (#1020)

  • Support Vite 6 (#1026)

Minor Changes

  • Add esm-env to ssr.noExternal by default to resolve its conditions with Vite (#1020)

  • Support ?inline query on Svelte style virtual modules (#1024)

Patch Changes

  • remove vite6 beta from peer range (#1035)

  • Allow script tags to span multiple lines (0db95a9)

  • Updated dependencies [4fefbc2, e262266]:

    • @​sveltejs/vite-plugin-svelte-inspector@​4.0.0

@​sveltejs/vite-plugin-svelte@​5.0.0-next.0

Major Changes

  • Handle Vite 6 breaking change and remove Vite 5 handling (#1020)

  • Support Vite 6 (#1026)

Minor Changes

  • Add esm-env to ssr.noExternal by default to resolve its conditions with Vite (#1020)

  • Support ?inline query on Svelte style virtual modules (#1024)

Patch Changes

  • Allow script tags to span multiple lines (0db95a9)

  • Updated dependencies [e262266]:

... (truncated)

Changelog

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

5.0.1

Patch Changes

  • Fix peer dependencies warning (#1038)

5.0.0

Major Changes

  • Handle Vite 6 breaking change and remove Vite 5 handling (#1020)

  • Support Vite 6 (#1026)

Minor Changes

  • Add esm-env to ssr.noExternal by default to resolve its conditions with Vite (#1020)

  • Support ?inline query on Svelte style virtual modules (#1024)

Patch Changes

  • remove vite6 beta from peer range (#1035)

  • Allow script tags to span multiple lines (0db95a9)

  • Updated dependencies [4fefbc2, e262266]:

    • @​sveltejs/vite-plugin-svelte-inspector@​4.0.0

5.0.0-next.0

Major Changes

  • Handle Vite 6 breaking change and remove Vite 5 handling (#1020)

  • Support Vite 6 (#1026)

Minor Changes

  • Add esm-env to ssr.noExternal by default to resolve its conditions with Vite (#1020)

... (truncated)

Commits

Updates @testing-library/svelte from 5.2.3 to 5.2.6

Release notes

Sourced from @​testing-library/svelte's releases.

v5.2.6

5.2.6 (2024-11-19)

Bug Fixes

  • types: do not erase component type constraint (#410) (90ba912)

v5.2.5

5.2.5 (2024-11-18)

Bug Fixes

  • types: adjust legacy types for eslint-plugin-svelte (#409) (acbddfd)

v5.2.4

5.2.4 (2024-10-18)

Bug Fixes

  • vite: set ssr.noExternal even if not in project package.json (#404) (b5e0f3d)
Commits
  • 90ba912 fix(types): do not erase component type constraint (#410)
  • acbddfd fix(types): adjust legacy types for eslint-plugin-svelte (#409)
  • 4b94019 ci: use production release of Svelte 5 by default (#405)
  • b5e0f3d fix(vite): set ssr.noExternal even if not in project package.json (#404)
  • See full diff in compare view

Updates @vitest/coverage-v8 from 2.1.3 to 2.1.8

Release notes

Sourced from @​vitest/coverage-v8's releases.

v2.1.8

   🐞 Bug Fixes

    View changes on GitHub

v2.1.7

   🐞 Bug Fixes

  • Revert support for Vite 6  -  by @​sheremet-va (fbe5c)
    • This introduced some breaking changes (vitest-dev/vitest#6992). We will enable support for it later. In the meantime, you can still use pnpm.overrides or yarn resolutions to override the vite version in the vitest package - the APIs are compatible.
    View changes on GitHub

v2.1.6

🚀 Features

  • Support Vite 6
    View changes on GitHub

v2.1.5

   🐞 Bug Fixes

   🏎 Performance

... (truncated)

Commits

Updates execa from 9.4.0 to 9.5.1

Release notes

Sourced from execa's releases.

v9.5.1

Bug fixes

v9.5.0

Features

await execa({stdout: {file: 'output.txt', append: true}})`npm run build`;

v9.4.1

Bug fixes

Commits

Updates flowbite-svelte from 0.47.0 to 0.47.4

Release notes

Sourced from flowbite-svelte's releases.

v0.47.4

What's Changed

New Contributors

Full Changelog: themesberg/flowbite-svelte@v0.47.3...v0.47.4

v0.47.3

What's Changed

New Contributors

Full Changelog: themesberg/flowbite-svelte@v0.47.2...v0.47.3

v0.47.2

What's Changed

New Contributors

Full Changelog: themesberg/flowbite-svelte@v0.47.1...v0.47.2

v0.47.1

Full Changelog: themesberg/flowbite-svelte@v0.47.0...v0.47.1

Changelog

Sourced from flowbite-svelte's changelog.

0.47.4

Patch Changes

  • fix: datepicker

0.47.3

Patch Changes

0.47.2

Patch Changes

0.47.1

Patch Changes

  • fix: remove flowbite-svelte-icons from Datepicker (e017ac0)
Commits

Updates flowbite-svelte-icons from 1.6.2 to 2.0.2

Release notes

Sourced from flowbite-svelte-icons's releases.

v2.0.2

Full Changelog: themesberg/flowbite-svelte-icons@v2.0.1...v2.0.2

v2.0.1

What's Changed

New Contributors

Full Changelog: themesberg/flowbite-svelte-icons@v2.0.0-next.18...v2.0.1

v2.0.0-next.18

Full Changelog: themesberg/flowbite-svelte-icons@v2.0.0-next.17...v2.0.0-next.18

v2.0.0-next.17

Full Changelog: themesberg/flowbite-svelte-icons@v2.0.0-next.15...v2.0.0-next.17

v2.0.0-next.15

Full Changelog: themesberg/flowbite-svelte-icons@v2.0.0-next.13...v2.0.0-next.15

v2.0.0-next.13

Full Changelog: themesberg/flowbite-svelte-icons@v2.0.0-next.11...v2.0.0-next.13

v2.0.0-next.11

Full Changelog: themesberg/flowbite-svelte-icons@v2.0.0-next.10...v2.0.0-next.11

v2.0.0-next.10

Full Changelog: themesberg/flowbite-svelte-icons@v2.0.0-next.9...v2.0.0-next.10

v2.0.0-next.9

Full Changelog: themesberg/flowbite-svelte-icons@v2.0.0-next.8...v2.0.0-next.9

v2.0.0-next.8

Full Changelog: themesberg/flowbite-svelte-icons@v2.0.0-next.7...v2.0.0-next.8

v2.0.0-next.7

Full Changelog: themesberg/flowbite-svelte-icons@v1.6.0...v2.0.0-next.7

v2.0.0-next.6

Full Changelog: themesberg/flowbite-svelte-icons@v2.0.0-next.5...v2.0.0-next.6

v2.0.0-next.5

Full Changelog: themesberg/flowbite-svelte-icons@v2.0.0-next.4...v2.0.0-next.5

v2.0.0-next.4

Full Changelog: themesberg/flowbite-svelte-icons@v2.0.0-next.3...v2.0.0-next.4

v2.0.0-next.3

Full Changelog: themesberg/flowbite-svelte-icons@v2.0.0-next.2...v2.0.0-next.3

... (truncated)

Changelog

Sourced from flowbite-svelte-icons's changelog.

2.0.2

Patch Changes

  • docs: README update

2.0.1

Patch Changes

  • fix: due to version 2.0.0 is already published on npm

2.0.0

Patch Changes

  • fix: extends Props from svelte SVGAttributes (3448d91)

  • fix: IconSolid and IconOutline (f79d471)

  • fix: component docs (b69a8b6)

  • fix: run lib-helpers (a9b36bf)

  • feat: extends SVGAttributes from svelte/elements (4b0750c)

  • fix: remove svelte:component from IconSolid and IconOutline (8e616bd)

  • types: move all type to types.ts (d99454d)

  • fix: change hasDescription to derived (047ab0f) fix: add test-results to .gitignore

  • fix: add ^5.0.0-next.1 to peerDependencies (4feca80)

  • chore: Enter prerelease mode and version packages (e68b5eb)

  • docs: update for custom icons page (8098c53)

  • feat: add new icons (9066686)

  • fix: extends BaseProps instead of Props (aafb851)

  • fix: update runes-webkit and svelte@next (cbddf36)

<<<<<<< HEAD

Commits

Updates postcss from 8.4.47 to 8.4.49

Release notes

Sourced from postcss's releases.

8.4.49

8.4.48

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
Changelog

Sourced from postcss's changelog.

8.4.49

8.4.48

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
Commits

Updates prettier from 3.3.3 to 3.4.1

Release notes

Sourced from prettier's releases.

3.4.1

🔗 Changelog

3.4.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.4.1

diff

Remove unnecessary parentheses around assignment in v-on (#16887 by @​fisker)

<!-- Input -->
\<template>
  <button @click="foo += 2">Click</button>
</template>
<!-- Prettier 3.4.0 -->
&lt;template>
<button @​click="(foo += 2)">Click</button>
</template>
<!-- Prettier 3.4.1 -->
&lt;template>
<button @​click="foo += 2">Click</button>
</template>

3.4.0

diff

🔗 Release Notes

Commits

Updates prettier-plugin-svelte from 3.2.7 to 3.3.2

Changelog

Sourced from prettier-plugin-svelte's changelog.

3.3.2

  • (fix) Svelte 5: handle type annotations on Svelte control flow blocks
  • (fix) preserve style/script tags at the end of the file when using svelteSortOrder: "none"

3.3.1

  • (feat) Svelte 5: support upcoming bind:value={get, set}

3.3.0

  • (feat) Svelte 5: support upcoming <svelte:boundary>
  • (feat) Svelte 5: support upcoming <svelte:html>
  • (feat) Svelte 5: support upcoming #each without as

3.2.8

  • (chore) provide IDE tooling a way to pass Svelte compiler path
Commits
  • 76c04eb fix: preserve style/script tags at the end of the file when using `svelte...
  • d81ffcb fix: handle type annotations on Svelte control flow blocks
  • ab6e713 feat: support bind:value={get, set}
  • 4e88090 chore: refactor printJS
  • cb3ab67 feat: support #each without as
  • 29d9f94 feat: support upcoming \<svelte:boundary> / \<svelte:html> (#474)
  • c496666 chore: release 3.2.8
  • 9010a44 chore: provide option to pass Svelte compiler path (#471)
  • See full diff in compare view

Updates svelte from 4.2.19 to 5.4.0

Release notes

Sourced from svelte's releases.

[email protected]

Minor Changes

  • feat: support #each without as (#14396)

[email protected]

Patch Changes

  • fix: correctly prune CSS for elements inside snippets (#14494)

  • fix: render attributes during SSR regardless of case (#14492)

[email protected]

Patch Changes

  • fix: treat spread elements the same as call expressions (#14488)

  • fix: correctly increment/decrement bigints (#14485)

[email protected]

Minor Changes

  • feat: add error boundaries with <svelte:boundary> (#14211)

[email protected]

Patch Changes

  • fix: upgrade to esm-env 1.2.1 to fix issues with non-Vite setups (#14470)

  • fix: prevent infinite loops when pruning CSS (#14474)

  • fix: generate correct code when encountering object expression statement (#14480)

[email protected]

Patch Changes

  • fix: ignore text and expressions outside the template when validating HTML (#14468)

  • fix: better account for render tags when pruning CSS (#14456)

[email protected]

Patch Changes

  • fix: correctly remove unused selectors in middle of selector lists (#14448)

  • chore: upgrade esm-env for Vite 6 support (#14460)

  • fix: strip exported TypeScript function overloads (#14458)

[email protected]

... (truncated)

Changelog

Sourced from svelte's changelog.

5.4.0

Minor Changes

  • feat: support #each without as (#14396)

5.3.2

Patch Changes

  • fix: correctly prune CSS for elements inside snippets (#14494)

  • fix: render attributes during SSR regardless of case (#14492)

5.3.1

Patch Changes

  • fix: treat spread elements the same as call expressions (#14488)

  • fix: correctly increment/decrement bigints (#14485)

5.3.0

Minor Changes

  • feat: add error boundaries with <svelte:boundary> (#14211)

5.2.12

Patch Changes

  • fix: upgrade to esm-env 1.2.1 to fix issues with non-Vite setups (#14470)

  • fix: prevent infinite loops when pruning CSS (#14474)

  • fix: generate correct code when encountering object expression statement (#14480)

5.2.11

Patch Changes

  • fix: ignore text and expressions outside the template when validating HTML (#14468)

  • fix: better account for render tags...

    Description has been truncated

… 17 updates

Bumps the frontend-deps group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@fullhuman/postcss-purgecss](https://github.com/FullHuman/purgecss) | `6.0.0` | `7.0.2` |
| [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `3.1.2` | `5.0.1` |
| [@testing-library/svelte](https://github.com/testing-library/svelte-testing-library) | `5.2.3` | `5.2.6` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.1.3` | `2.1.8` |
| [execa](https://github.com/sindresorhus/execa) | `9.4.0` | `9.5.1` |
| [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) | `0.47.0` | `0.47.4` |
| [flowbite-svelte-icons](https://github.com/themesberg/flowbite-svelte-icons) | `1.6.2` | `2.0.2` |
| [postcss](https://github.com/postcss/postcss) | `8.4.47` | `8.4.49` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.1` |
| [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.2.7` | `3.3.2` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.19` | `5.4.0` |
| [svelte-i18n](https://github.com/kaisermann/svelte-i18n) | `4.0.0` | `4.0.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` |
| [unplugin-icons](https://github.com/unplugin/unplugin-icons) | `0.19.3` | `0.20.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.9` | `6.0.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.3` | `2.1.8` |



Updates `@fullhuman/postcss-purgecss` from 6.0.0 to 7.0.2
- [Release notes](https://github.com/FullHuman/purgecss/releases)
- [Changelog](https://github.com/FullHuman/purgecss/blob/main/CHANGELOG.md)
- [Commits](FullHuman/purgecss@v6.0.0...v7.0.2)

Updates `@sveltejs/vite-plugin-svelte` from 3.1.2 to 5.0.1
- [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/[email protected]/packages/vite-plugin-svelte)

Updates `@testing-library/svelte` from 5.2.3 to 5.2.6
- [Release notes](https://github.com/testing-library/svelte-testing-library/releases)
- [Changelog](https://github.com/testing-library/svelte-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/svelte-testing-library@v5.2.3...v5.2.6)

Updates `@vitest/coverage-v8` from 2.1.3 to 2.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/coverage-v8)

Updates `execa` from 9.4.0 to 9.5.1
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](sindresorhus/execa@v9.4.0...v9.5.1)

Updates `flowbite-svelte` from 0.47.0 to 0.47.4
- [Release notes](https://github.com/themesberg/flowbite-svelte/releases)
- [Changelog](https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md)
- [Commits](themesberg/flowbite-svelte@v0.47.0...v0.47.4)

Updates `flowbite-svelte-icons` from 1.6.2 to 2.0.2
- [Release notes](https://github.com/themesberg/flowbite-svelte-icons/releases)
- [Changelog](https://github.com/themesberg/flowbite-svelte-icons/blob/main/CHANGELOG.md)
- [Commits](themesberg/flowbite-svelte-icons@v1.6.2...v2.0.2)

Updates `postcss` from 8.4.47 to 8.4.49
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.47...8.4.49)

Updates `prettier` from 3.3.3 to 3.4.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.1)

Updates `prettier-plugin-svelte` from 3.2.7 to 3.3.2
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/v3.3.2/CHANGELOG.md)
- [Commits](sveltejs/prettier-plugin-svelte@v3.2.7...v3.3.2)

Updates `svelte` from 4.2.19 to 5.4.0
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

Updates `svelte-i18n` from 4.0.0 to 4.0.1
- [Changelog](https://github.com/kaisermann/svelte-i18n/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kaisermann/svelte-i18n/commits)

Updates `tailwindcss` from 3.4.13 to 3.4.15
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.15/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.13...v3.4.15)

Updates `typescript` from 5.6.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

Updates `unplugin-icons` from 0.19.3 to 0.20.2
- [Release notes](https://github.com/unplugin/unplugin-icons/releases)
- [Commits](unplugin/unplugin-icons@v0.19.3...v0.20.2)

Updates `vite` from 5.4.9 to 6.0.2
- [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/v6.0.2/packages/vite)

Updates `vitest` from 2.1.3 to 2.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/vitest)

---
updated-dependencies:
- dependency-name: "@fullhuman/postcss-purgecss"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-deps
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-deps
- dependency-name: "@testing-library/svelte"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: execa
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-deps
- dependency-name: flowbite-svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: flowbite-svelte-icons
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-deps
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-deps
- dependency-name: prettier-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-deps
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-deps
- dependency-name: svelte-i18n
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-deps
- dependency-name: unplugin-icons
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-deps
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-deps
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Superseded by #631.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend-deps-b26868aa61 branch December 9, 2024 20:14
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants