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 16 updates #625

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

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

Package From To
@fullhuman/postcss-purgecss 6.0.0 7.0.2
@sveltejs/vite-plugin-svelte 3.1.2 4.0.2
@testing-library/svelte 5.2.3 5.2.6
@vitest/coverage-v8 2.1.3 2.1.5
execa 9.4.0 9.5.1
flowbite-svelte 0.47.0 0.47.3
flowbite-svelte-icons 1.6.2 2.0.2
postcss 8.4.47 8.4.49
prettier-plugin-svelte 3.2.7 3.3.2
svelte 4.2.19 5.2.8
svelte-i18n 4.0.0 4.0.1
typescript 5.6.3 5.7.2
unplugin-icons 0.19.3 0.20.1
vite 5.4.9 5.4.11
vitest 2.1.3 2.1.5

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 4.0.2

Release notes

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

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

Patch Changes

  • Allow script tags to span multiple lines (5309d7b)

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

Patch Changes

  • removed references to compiler options no longer available in svelte5 (#1010)

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

Major Changes

  • only prebundle files with default filenames (.svelte for components, .svelte.(js|ts) for modules) (#901)

  • remove support for Svelte 4 (#892)

  • breaking(types): some types that have been unintentionally public are now private (#934)

  • disable script preprocessing in vitePreprocess() by default because Svelte 5 supports lang=ts out of the box (#892)

  • replaced svelte-hmr with Svelte 5 compiler hmr integration (#892)

Minor Changes

  • allow infix notation for svelte modules (#901)

    Previously, only suffix notation .svelte.js was allowed, now you can also use .svelte.test.js or .svelte.stories.js. This helps when writing testcases or other auxillary code where you may want to use runes too.

  • feat(config): dynamically extract list of svelte exports from peer dependency so that new exports work automatically" (#941)

  • feat(warnings): change default loglevel of warnings originating from files in node_modules to debug. To see them call DEBUG:vite-plugin-svelte:node-modules-onwarn pnpm build. (#989)

Patch Changes

  • fix: make defaultHandler a required argument for onwarn in plugin options (#895)

  • prebundle with dev: true by default (#901)

  • fix(dev): compile with hmr: false for prebundled deps as hmr does not work with that (#950)

... (truncated)

Changelog

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

4.0.2

Patch Changes

  • Allow script tags to span multiple lines (5309d7b)

4.0.1

Patch Changes

  • removed references to compiler options no longer available in svelte5 (#1010)

4.0.0

Major Changes

  • only prebundle files with default filenames (.svelte for components, .svelte.(js|ts) for modules) (#901)

  • remove support for Svelte 4 (#892)

  • breaking(types): some types that have been unintentionally public are now private (#934)

  • disable script preprocessing in vitePreprocess() by default because Svelte 5 supports lang=ts out of the box (#892)

  • replaced svelte-hmr with Svelte 5 compiler hmr integration (#892)

Minor Changes

  • allow infix notation for svelte modules (#901)

    Previously, only suffix notation .svelte.js was allowed, now you can also use .svelte.test.js or .svelte.stories.js. This helps when writing testcases or other auxillary code where you may want to use runes too.

  • feat(config): dynamically extract list of svelte exports from peer dependency so that new exports work automatically" (#941)

  • feat(warnings): change default loglevel of warnings originating from files in node_modules to debug. To see them call DEBUG:vite-plugin-svelte:node-modules-onwarn pnpm build. (#989)

Patch Changes

  • fix: make defaultHandler a required argument for onwarn in plugin options (#895)

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

Release notes

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

v2.1.5

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v2.1.4

   🚀 Features

This patch release includes a non-breaking feature for the experimental Browser Mode that doesn't follow SemVer. If you want to avoid picking up releases like this, make sure to pin the Vitest version in your package.json. See npm's documentation about semver for more information.

   🐞 Bug Fixes

... (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.3

Release notes

Sourced from flowbite-svelte's releases.

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

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: correctly prune each blocks (#14403)

  • fix: provide temporary LegacyComponentType (#14257)

  • fix: attach spread attribute events synchronously (#14387)

  • fix: ensure last empty text node correctly hydrates (#14425)

  • fix: correctly prune key blocks (#14403)

[email protected]

Patch Changes

  • fix: always use set for private identifiers (#14378)

[email protected]

Patch Changes

  • fix: remove template expression inlining (#14374)

[email protected]

Patch Changes

  • fix: correctly handle srcObject attribute on video elements (#14369)

  • add contentvisibilityautostatechange event to element definitions (#14373)

  • fix: tighten up export default validation (#14368)

  • fix: include method definitions in class private fields (#14365)

[email protected]

Patch Changes

  • fix: ensure internal cloning can work circular values (#14347)

  • fix: correctly update dynamic member expressions (#14359)

  • fix: ensure is_pure takes into account $effect.tracking() (#14333)

  • fix: coerce value to number when hydrating range/number input with changed value (#14349)

[email protected]

Patch Changes

  • fix: ensure dynamic call expressions correctly generate output (#14345)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.2.8

Patch Changes

  • fix: correctly prune each blocks (#14403)

  • fix: provide temporary LegacyComponentType (#14257)

  • fix: attach spread attribute events synchronously (#14387)

  • fix: ensure last empty text node correctly hydrates (#14425)

  • fix: correctly prune key blocks (#14403)

5.2.7

Patch Changes

  • fix: always use set for private identifiers (#14378)

5.2.6

Patch Changes

  • fix: remove template expression inlining (#14374)

5.2.5

Patch Changes

  • fix: correctly handle srcObject attribute on video elements (#14369)

  • add contentvisibilityautostatechange event to element definitions (#14373)

  • fix: tighten up export default validation (#14368)

  • fix: include method definitions in class private fields (#14365)

5.2.4

Patch Changes

  • fix: ensure internal cloning can work circular values (#14347)

  • fix: correctly update dynamic member expressions (#14359)

  • fix: ensure is_pure takes into account $effect.tracking() (#14333)

  • fix: coerce value to number when hydrating range/number input with changed value (#14349)

... (truncated)

Commits

… 16 updates

Bumps the frontend-deps group with 15 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` | `4.0.2` |
| [@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.5` |
| [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.3` |
| [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-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.2.8` |
| [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.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.9` | `5.4.11` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.3` | `2.1.5` |



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 4.0.2
- [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/@sveltejs/[email protected]/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.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.5/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.3
- [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.3)

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-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.2.8
- [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.1
- [Release notes](https://github.com/unplugin/unplugin-icons/releases)
- [Commits](unplugin/unplugin-icons@v0.19.3...v0.20.1)

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

Updates `vitest` from 2.1.3 to 2.1.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.5/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-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-patch
  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 Nov 25, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2024

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

@dependabot dependabot bot closed this Dec 2, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend-deps-413c1766c5 branch December 2, 2024 21:54
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