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 14 updates #620

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@sveltejs/vite-plugin-svelte 3.1.2 4.0.1
@testing-library/svelte 5.2.3 5.2.4
@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.2.8
svelte 4.2.19 5.2.3
svelte-i18n 4.0.0 4.0.1
unplugin-icons 0.19.3 0.20.1
vite 5.4.9 5.4.11
vitest 2.1.3 2.1.5

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

Release notes

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

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

  • fix: ensure svelte modules correctly run in DEV mode (#906)

  • ensure consistent use of compileOptions.hmr also for prebundling (#956)

... (truncated)

Changelog

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

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)

  • 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)

Commits

Updates @testing-library/svelte from 5.2.3 to 5.2.4

Release notes

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

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

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

Changelog

Sourced from prettier-plugin-svelte's changelog.

3.2.8

  • (chore) provide IDE tooling a way to pass Svelte compiler path
Commits

Updates svelte from 4.2.19 to 5.2.3

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

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

[email protected]

Patch Changes

  • fix: treat property accesses of literals as pure (#14325)

[email protected]

Patch Changes

  • fix: mark pseudo classes nested inside :not as used (#14303)

  • fix: disallow invalid attributes for <svelte:window> and <svelte:document> (#14228)

  • fix: ensure props passed to components via mount are updateable (#14210)

  • fix: mark subtree dynamic for img with loading attribute (#14317)

  • fix: avoid relying on Node specifics within compiler (#14314)

[email protected]

Minor Changes

  • feat: better inlining of static attributes (#14269)

[email protected]

Patch Changes

  • fix: account for :has(...) as part of :root (#14229)

  • fix: prevent nested pseudo class from being marked as unused (#14229)

  • fix: use strict equality for key block comparisons in runes mode (#14285)

  • fix: bump is-reference dependency to fix import.meta bug (#14286)

[email protected]

Patch Changes

  • fix: don't wrap pseudo classes inside :global(...) with another :global(...) during migration (#14267)

  • fix: bail on named slots with that have reserved keywords during migration (#14278)

[email protected]

Patch Changes

  • fix: consider static attributes that are inlined in the template (#14249)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.2.3

Patch Changes

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

5.2.2

Patch Changes

  • fix: treat property accesses of literals as pure (#14325)

5.2.1

Patch Changes

  • fix: mark pseudo classes nested inside :not as used (#14303)

  • fix: disallow invalid attributes for <svelte:window> and <svelte:document> (#14228)

  • fix: ensure props passed to components via mount are updateable (#14210)

  • fix: mark subtree dynamic for img with loading attribute (#14317)

  • fix: avoid relying on Node specifics within compiler (#14314)

5.2.0

Minor Changes

  • feat: better inlining of static attributes (#14269)

5.1.17

Patch Changes

  • fix: account for :has(...) as part of :root (#14229)

  • fix: prevent nested pseudo class from being marked as unused (#14229)

  • fix: use strict equality for key block comparisons in runes mode (#14285)

  • fix: bump is-reference dependency to fix import.meta bug (#14286)

5.1.16

Patch Changes

  • fix: don't wrap pseudo classes inside :global(...) with another :global(...) during migration (#14267)

... (truncated)

Commits
  • b145035 Version Packages (#14348)
  • 1c454c2 fix: ensure dynamic call expressions correctly generate output (#14345)
  • 396ea2e Version Packages (#14328)
  • 3a69b4c fix: ensure inline object literals are correctly serialised (#14325)
  • 95ab85f Version Packages (#14304)
  • 94471ca fix: avoid relying on Node specifics within compiler (#14314)
  • 1f0700f fix: mark subtree dynamic for img with loading attribute (#14317)
  • efc65d4 fix: mark pseudo classes nested inside :not as used (#14303)
  • e379319 fix: ensure props passed to components via mount are updateable (#14210)
  • 7fd3774 fix: disallow invalid attributes for \<svelte:window> and `<svelte:document>...
  • Additional commits viewable in compare view

Updates svelte-i18n from 4.0.0 to 4.0.1

Changelog

Sourced from svelte-i18n's changelog.

4.0.1 (2024-10-21)

Features

Commits

Updates tailwindcss from 3.4.13 to 3.4.15

Release notes

Sourced from tailwindcss's releases.

v3.4.15

  • Bump versions for security vulnerabilities (#14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#15003)

v3.4.14

Fixed

  • Don't set display: none on elements that use hidden="until-found" (#14625)
Changelog

Sourced from tailwindcss's changelog.

[3.4.15] - 2024-11-14

  • Bump versions for security vulnerabilities (#14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#15003)

[3.4.14] - 2024-10-15

Fixed

  • Don't set display: none on elements that use hidden="until-found" (#14625)
Commits

Updates unplugin-icons from 0.19.3 to 0.20.1

Release notes

Sourced from unplugin-icons's releases.

v0.20.1

   🚀 Features

    View changes on GitHub

v0.20.0

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 68acffe chore: release v0.20.1
  • dda1ad0 feat: support rspack (#388)
  • 0e0e3f4 feat(vue3 compiler): use setup instead data (options api can be disabled)...
  • a704572 chore: fix Next example con...

    Description has been truncated

… 14 updates

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

| Package | From | To |
| --- | --- | --- |
| [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `3.1.2` | `4.0.1` |
| [@testing-library/svelte](https://github.com/testing-library/svelte-testing-library) | `5.2.3` | `5.2.4` |
| [@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.2.8` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.19` | `5.2.3` |
| [svelte-i18n](https://github.com/kaisermann/svelte-i18n) | `4.0.0` | `4.0.1` |
| [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 `@sveltejs/vite-plugin-svelte` from 3.1.2 to 4.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.4
- [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.4)

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.2.8
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/v3.2.8/CHANGELOG.md)
- [Commits](sveltejs/prettier-plugin-svelte@v3.2.7...v3.2.8)

Updates `svelte` from 4.2.19 to 5.2.3
- [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 `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: "@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-patch
  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: 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 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2024

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

@dependabot dependabot bot closed this Nov 25, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend-deps-dc31f14334 branch November 25, 2024 20:41
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