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 #472

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the frontend-deps group with 6 updates:

Package From To
@octokit/plugin-throttling 9.1.0 9.2.0
@testing-library/svelte 4.1.0 5.0.1
flowbite-svelte 0.44.24 0.46.0
svelte 4.2.14 4.2.15
svelte-preprocess 5.1.3 5.1.4
vite 5.2.8 5.2.10

Updates @octokit/plugin-throttling from 9.1.0 to 9.2.0

Release notes

Sourced from @​octokit/plugin-throttling's releases.

v9.2.0

9.2.0 (2024-04-15)

Features

  • routes changed from repository_id to nwo and enterprise groups now includes the enterprise in route (#684) (734bcba)
Commits
  • 734bcba feat: routes changed from repository_id to nwo and enterprise groups now incl...
  • 92cbf3b build(deps): lock file maintenance (#691)
  • See full diff in compare view


Updates @testing-library/svelte from 4.1.0 to 5.0.1

Release notes

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

v5.0.1

5.0.1 (2024-04-18)

Bug Fixes

  • release: trigger release (0b857d6)

v5.0.0

5.0.0 (2024-04-18)

chore

  • release: note breaking changes for v5 (#347) (496c455)

BREAKING CHANGES

  • release: render is now more strict about the target option, and the container result is now the direct parent of your component instance.

v4.2.3

4.2.3 (2024-04-18)

Bug Fixes

  • svelte5: ensure proper act used in cleanup (#346) (3eaa04e)

v4.2.2

4.2.2 (2024-03-25)

Bug Fixes

v4.2.1

4.2.1 (2024-02-24)

Bug Fixes

v4.2.0

4.2.0 (2024-02-13)

... (truncated)

Commits
  • cb9fc3a Merge pull request #355 from testing-library/trigger-release
  • 0b857d6 fix(release): trigger release
  • 42a4ce9 Merge pull request #352 from testing-library/next
  • 496c455 chore(release): note breaking changes for v5 (#347)
  • 3eaa04e fix(svelte5): ensure proper act used in cleanup (#346)
  • e951b9a test: remove Svelte 5 + HappyDOM skips after bugfix (#348)
  • d4e60f7 ci: run weekly check with latest svelte versions (#344)
  • 40feeb4 fix: ensure fireEvent is exported (#339)
  • 16f6b40 test: remove unnecessary tests and skips (#338)
  • 8d98aa5 fix!: align target and baseElement options with testing-library (#325)
  • Additional commits viewable in compare view


Updates flowbite-svelte from 0.44.24 to 0.46.0

Release notes

Sourced from flowbite-svelte's releases.

v0.46.0

  • 998d0176 BREAKING: #1277 change style prop to tabStyle to avoid conflict with CSS attr (40a1d6581d555c28ff00e5b373d5742a314b6b02)
  • 572888c4 docs: #1282 add warnings in the docs where components are using @​html
  • bb479286 fix: docsearch style using @​docsearch/css@​3
  • 656f2223 fix: #1287 #1304
  • 113de668 fix: add disabled prop to Button component
  • 4fbd9bd0 docs: change tailwind.config.cjs darkMode class to selector

v0.45.1

  • 3eb228d3 fix: node from 20.0.0 to 18.0.0 in package.json engines (987f564b0e7cc62c68898fd5e0b73af96610c406)
  • 0d9a9332 fix: adjust eslint configuration to eslint-plugin-svelte (previously used eslint-plugin-svelte3) (#1310)
  • 191ca2e0 fix: add define to vite.config.ts for VERSION
  • ad3d1c7f fix: move FATHOM_ID to .env and use FathomAnalytics.svelte
  • 6011780a > Gitignore updated at 2024-04-18 06:10:47
  • ba81e3bb fix: update gitignore

v0.45.0

What's Changed

New Contributors

Full Changelog: https://github.com/themesberg/flowbite-svelte/compare/v0.44.24...v0.45.0

Changelog

Sourced from flowbite-svelte's changelog.

0.46.0

Minor Changes

    • 998d0176 BREAKING: #1277 change style prop to tabStyle to avoid conflict with CSS attr (40a1d6581d555c28ff00e5b373d5742a314b6b02)
    • 572888c4 docs: #1282 add warnings in the docs where components are using @​html
    • bb479286 fix: docsearch style using @​docsearch/css@​3
    • 656f2223 fix: #1287 #1304
    • 113de668 fix: add disabled prop to Button component
    • 4fbd9bd0 docs: change tailwind.config.cjs darkMode class to selector

0.45.1

Patch Changes

    • 3eb228d3 fix: node from 20.0.0 to 18.0.0 in package.json engines (987f564b0e7cc62c68898fd5e0b73af96610c406)
    • 0d9a9332 fix: adjust eslint configuration to eslint-plugin-svelte (previously used eslint-plugin-svelte3) (#1310)
    • 191ca2e0 fix: add define to vite.config.ts for VERSION
    • ad3d1c7f fix: move FATHOM_ID to .env and use FathomAnalytics.svelte
    • 6011780a > Gitignore updated at 2024-04-18 06:10:47
    • ba81e3bb fix: update gitignore

0.45.0

Minor Changes

  • BREAKING: flowbie-svelte-icons updated 1.5.0 (#1308)

    fix: update icon sizes

    chore: lib-helpers

    fix: update engines node >=20.0.0

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

Commits


Updates svelte from 4.2.14 to 4.2.15

Release notes

Sourced from svelte's releases.

svelte@4.2.15

Patch Changes

  • support attribute selector inside :global() (#11135)
Changelog

Sourced from svelte's changelog.

4.2.15

Patch Changes

  • support attribute selector inside :global() (#11135)
Commits


Updates svelte-preprocess from 5.1.3 to 5.1.4

Changelog

Sourced from svelte-preprocess's changelog.

5.1.4 (2024-04-16)

Bug Fixes

Commits


Updates vite from 5.2.8 to 5.2.10

Changelog

Sourced from vite's changelog.

5.2.10 (2024-04-20)

5.2.9 (2024-04-15)

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