open-goal / launcher

A launcher for the OpenGOAL Project to simplify usage and installation
ISC License
62 stars 14 forks source link

build(deps-dev): bump the frontend-deps group with 4 updates #503

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the frontend-deps group with 4 updates: flowbite-svelte, prettier, svelte-preprocess and vite.

Updates flowbite-svelte from 0.46.1 to 0.46.2

Changelog

Sourced from flowbite-svelte's changelog.

0.46.2

Patch Changes

  • 1790b498 fix: add test-results to gitignore
  • 0833cf6d fix: correct border and background colors for textarea compon ent (#1363)
  • 6d75ffe5 docs: README update
  • 0ecae1f3 chore: cleanup
  • f6ed5e8f fix: blocks version and icon link update
  • 587682ac fix: remove bg color from icon pages
  • dec9ab7a (new-blocks) feat: add blocks
  • 95343155 (origin/new-blocks) > Gitignore updated at 2024-06-16 07:17:57
  • 04309ad8 fix: add admin dashboard to sidebar menu
  • deea452c feat: add admin-dashboard and icons
  • c4efa031 fix: create FlowbiteSvelteLayout and ComponentsLayout
  • bf2df482 Pass $$restProps to button (#1339)
  • 137f5570 fix:MultiSelect on:change triggered twice (#1341)
  • 21f03a61 feat: Add disableSwipe prop to Carousel (#1353)
  • 1b458271 docs: Properly setting Flowbite component link for Gallery (#1359)
  • e4e50278 [forms/Select] correctly initialize "selected" attribute for SSR (#1352)
  • 41f2fc92 fix: playwright version in workflows
  • 7a83eb1e fix: link to vercel for admin-dashboard
  • c6962464 fix: bg-color update
  • ce0e03f0 feat: add admin-dashboard
  • 4b1e19f7 feat: add prerender true
  • 2d808845 chore: add google file
  • 70b65c34 fix: add textarea on select handler (#1346)
  • 6d077922 fix: #1350 remove else from AccordionItem
  • 6ff61d2d fix: #1332 add imgClass prop
  • d51c7d86 remove console.log from InputAddon.svelte (#1333)
  • a15568b9 fix: link update
  • 7c2b90ac fix: url updates
Commits
  • 17acd58 chore: changeset
  • 1790b49 fix: add test-results to gitignore
  • 0833cf6 fix: correct border and background colors for textarea component (#1363)
  • 6d75ffe docs: README update
  • 0ecae1f chore: cleanup
  • f6ed5e8 fix: blocks version and icon link update
  • 587682a fix: remove bg color from icon pages
  • dec9ab7 feat: add blocks
  • 9534315 > Gitignore updated at 2024-06-16 07:17:57
  • 04309ad fix: add admin dashboard to sidebar menu
  • Additional commits viewable in compare view


Updates prettier from 3.3.1 to 3.3.2

Release notes

Sourced from prettier's releases.

3.3.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.3.2

diff

Fix handlebars path expressions starts with @ (#16358 by @​Princeyadav05)

{{! Input }}
<div>{{@x.y.z}}</div>

{{! Prettier 3.3.1 }} <div>{{@​x}}</div>

{{! Prettier 3.3.2 }} <div>{{@​x.y.z}}</div>

Commits


Updates svelte-preprocess from 5.1.4 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
Commits


Updates vite from 5.2.13 to 5.3.1

Changelog

Sourced from vite's changelog.

5.3.1 (2024-06-14)

5.3.0 (2024-06-13)

Features

Performance

Fixes

Chore

... (truncated)

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions