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 with 7 updates #604

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps the frontend-deps group with 7 updates:

Package From To
@sveltejs/vite-plugin-svelte 3.1.2 4.0.0
@testing-library/svelte 5.2.3 5.2.4
execa 9.4.0 9.4.1
flowbite-svelte 0.47.0 0.47.1
svelte 4.2.19 5.0.5
svelte-i18n 4.0.0 4.0.1
tailwindcss 3.4.13 3.4.14

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

Release notes

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

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

  • fix(optimizeDeps): avoid to optimise server only entrypoints of svelte that are never used on the client (#941)

  • update peer on workspace packages to avoid packages bumping each other (#916)

... (truncated)

Changelog

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

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)

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 execa from 9.4.0 to 9.4.1

Release notes

Sourced from execa's releases.

v9.4.1

Bug fixes

Commits

Updates flowbite-svelte from 0.47.0 to 0.47.1

Release notes

Sourced from flowbite-svelte's releases.

v0.47.1

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

Changelog

Sourced from flowbite-svelte's changelog.

0.47.1

Patch Changes

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

Updates svelte from 4.2.19 to 5.0.5

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: mark :has selectors with multiple preceding selectors as used (#13750)

  • fix: ensure event context is reset before invoking callback (#13737)

  • fix: add more robust check for Element prototype (#13744)

  • fix: do not comment out unused selectors that are inside an unused selector (#13746)

  • fix: more accurately detect $derived migration opportunities (#13740)

  • fix: @​debug does not work with proxied-state (#13690)

  • fix: do not add jsdoc if no types found (#13738)

[email protected]

Patch Changes

  • fix: webview preload tag can be any string (#13733)

  • fix: better children snippet / default slot interop (#13734)

[email protected]

Patch Changes

  • chore: ensure transition events are dispatched without current reaction (#13719)

[email protected]

Patch Changes

  • fix: don't blank css on migration error (#13703)

[email protected]

Patch Changes

  • fix: use typedef for JSDoc props and maintain comments (#13698)

[email protected]

A new major version of Svelte has been released! 🎉

The new version brings:

  • even better performance,
  • a more granular reactivity system with runes,
  • more expressive template syntax with snippets and event attributes,
  • native TypeScript support,
  • and backwards compatibility with the previous syntax!

... (truncated)

Changelog

Sourced from svelte's changelog.

5.0.5

Patch Changes

  • fix: mark :has selectors with multiple preceding selectors as used (#13750)

  • fix: ensure event context is reset before invoking callback (#13737)

  • fix: add more robust check for Element prototype (#13744)

  • fix: do not comment out unused selectors that are inside an unused selector (#13746)

  • fix: more accurately detect $derived migration opportunities (#13740)

  • fix: @​debug does not work with proxied-state (#13690)

  • fix: do not add jsdoc if no types found (#13738)

5.0.4

Patch Changes

  • fix: webview preload tag can be any string (#13733)

  • fix: better children snippet / default slot interop (#13734)

5.0.3

Patch Changes

  • chore: ensure transition events are dispatched without current reaction (#13719)

5.0.2

Patch Changes

  • fix: don't blank css on migration error (#13703)

5.0.1

Patch Changes

  • fix: use typedef for JSDoc props and maintain comments (#13698)

5.0.0

A new major version of Svelte has been released! 🎉

The new version brings:

... (truncated)

Commits

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

Release notes

Sourced from tailwindcss's releases.

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.14] - 2024-10-15

Fixed

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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the frontend-deps group with 7 updates:

| 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.0` |
| [@testing-library/svelte](https://github.com/testing-library/svelte-testing-library) | `5.2.3` | `5.2.4` |
| [execa](https://github.com/sindresorhus/execa) | `9.4.0` | `9.4.1` |
| [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) | `0.47.0` | `0.47.1` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.19` | `5.0.5` |
| [svelte-i18n](https://github.com/kaisermann/svelte-i18n) | `4.0.0` | `4.0.1` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.13` | `3.4.14` |


Updates `@sveltejs/vite-plugin-svelte` from 3.1.2 to 4.0.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/[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 `execa` from 9.4.0 to 9.4.1
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](sindresorhus/execa@v9.4.0...v9.4.1)

Updates `flowbite-svelte` from 0.47.0 to 0.47.1
- [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.1)

Updates `svelte` from 4.2.19 to 5.0.5
- [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.14
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.13...v3.4.14)

---
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: execa
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: flowbite-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
...

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 Oct 21, 2024
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