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 6 updates #513

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 4 weeks ago

Bumps the frontend-deps group with 6 updates:

Package From To
@testing-library/svelte 5.1.0 5.2.0
flowbite 2.3.0 2.4.1
flowbite-svelte 0.46.5 0.46.13
postcss 8.4.38 8.4.39
typescript 5.5.2 5.5.3
vite 5.3.1 5.3.2

Updates @testing-library/svelte from 5.1.0 to 5.2.0

Release notes

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

v5.2.0

5.2.0 (2024-06-28)

Features

  • svelte5: incorporate Svelte 5 support into main entry point (#375) (9dce164)

Bug Fixes

  • deps: allow svelte 5.0.0-next as peer dep (#384) (2fb7423)
  • types: build types from JS source (#376) (a8f21f8)

v5.2.0-next.3

5.2.0-next.3 (2024-06-26)

Bug Fixes

  • deps: allow svelte 5.0.0-next as peer dep (#384) (2fb7423)

v5.2.0-next.2

5.2.0-next.2 (2024-06-26)

Bug Fixes

v5.2.0-next.1

5.2.0-next.1 (2024-06-20)

Features

  • svelte5: incorporate Svelte 5 support into main entry point (#375) (9dce164)
Commits
  • 953a4db chore(release): promote 5.2.0 to stable
  • 2fb7423 fix(deps): allow svelte 5.0.0-next as peer dep (#384)
  • a8f21f8 fix(types): build types from JS source (#376)
  • be82df1 docs(README): move links to sections that use them, remove unused links (#383)
  • 9dce164 feat(svelte5): incorporate Svelte 5 support into main entry point (#375)
  • ee1c966 ci(release): use conventionalcommits preset for release (#380)
  • 326fb58 chore(deps): update vite-plugin-svelte to disable hmr in test (#378)
  • cb66333 test(jest): add Jest to CI matrix (#372)
  • ac3248d test: fix auto-cleanup tests (#371)
  • 266e2df chore(deps-dev): bump the lint group across 1 directory with 9 updates (#370)
  • Additional commits viewable in compare view


Updates flowbite from 2.3.0 to 2.4.1

Release notes

Sourced from flowbite's releases.

v2.4.1

  • fix datepicker module declaration naming for TypeScript

v2.4.0

  • the datepicker is now a core component of Flowbite and has API methods, events, and options
  • updated the documentation for the datepicker component and related integration guides
  • minor visual bug fixes and improvements
Commits
  • 8c8d65e fix(typescript): datepicker naming and version bump to v2.4.1
  • 2a8c18e Merge branch 'datepicker-instance'
  • 6b160cc chore(version): bump to v2.4.0
  • e9b8ae3 Merge pull request #907 from themesberg/datepicker-instance
  • 1d76b8f docs(changelog): add changelog
  • 213577a docs(datepicker): update Phoenix and Rails docs for new datepicker update
  • 6a16510 docs(datepicker): fix TypeScript example from docs
  • 1e0d112 fix(typescript): fix fucking typescript config for cross npm declarations
  • 6d1fbf3 docs(nuxt): update Nuxt docs for Flowbite via composables
  • 36eeab7 docs(datepicker): update import statements for parent plugin
  • Additional commits viewable in compare view


Updates flowbite-svelte from 0.46.5 to 0.46.13

Release notes

Sourced from flowbite-svelte's releases.

v0.46.12

  • 1c08c3ac (HEAD -> main, origin/main, origin/HEAD) v0.46.12
  • b047d31d (tag: v0.46.12, new-dropdown) fix: Dropdown change to component prop since $$restProps does not work
  • 81f01f29 fix: docs: dropdown custome color
  • afe7393d fix: docs: list-group page typo
  • 2e8a4d4f docs: fix: footer default
  • fc1eda63 docs: fix: alert page event example
  • c3e29c77 fix: ColorVariant, toast and badge page
  • fe2f01bd v0.46.11
  • ab24e307 (tag: v0.46.11) fix: Badge and Toast component transition
  • ddb09b34 v0.46.10
  • 59108274 (tag: v0.46.10) fix: Checkbox group
  • 331a0b73 v0.46.9
  • 20686def (tag: v0.46.9) chore: changeset
  • ecce7667 fix: remove the default values for Checkbox group and choices
  • 23df9cd7 v0.46.8
  • 540e8c32 (tag: v0.46.8) chore: changeset
  • 47a90d2d fix: Checkbox group and example
  • 6583693c docs: fix: table page Click and double-click on row example
  • 1cc2df72 fix: pnpm install --frozen-lockfile=false
  • 31fd9423 v0.46.7
  • ba1705a6 (tag: v0.46.7) fix: TableBodyCell separate td and button
  • f15e331a fix: frozen-lockfile

v0.46.6

Full Changelog: https://github.com/themesberg/flowbite-svelte/compare/v0.46.5...v0.46.6

Changelog

Sourced from flowbite-svelte's changelog.

0.46.13

Patch Changes

0.46.12

Patch Changes

  • fix: : Dropdown change to component prop since $restProps does not work with Svelte 5

0.46.11

Patch Changes

0.46.10

Patch Changes

0.46.9

Patch Changes

0.46.8

Patch Changes

0.46.7

Patch Changes

0.46.6

Patch Changes

Commits
  • 6ff73c2 fix: add headerClass and footerClass to Textarea, #1380
  • 62b2f03 docs: fix: popover external reference
  • 9f28c30 docs: fix: tooltip placement and tooltip types
  • 31a63b2 docs: fix: remove Adding links and active class since it is done at the top s...
  • 4e69bb8 docs: fix: dropdown placement
  • 4398c29 fix: Carousel Advanced customization use arrow fn for Svelte 5
  • 1c08c3a v0.46.12
  • b047d31 fix: Dropdown change to component prop since $$restProps does not work
  • 81f01f2 fix: docs: dropdown custome color
  • afe7393 fix: docs: list-group page typo
  • Additional commits viewable in compare view


Updates postcss from 8.4.38 to 8.4.39

Release notes

Sourced from postcss's releases.

8.4.39

Changelog

Sourced from postcss's changelog.

8.4.39

Commits


Updates typescript from 5.5.2 to 5.5.3

Release notes

Sourced from typescript's releases.

TypeScript 5.5.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits


Updates vite from 5.3.1 to 5.3.2

Changelog

Sourced from vite's changelog.

5.3.2 (2024-06-27)

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
dependabot[bot] commented 3 weeks ago

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