OpenShock / Firmware

Espressif Firmware for OpenShock, Controlling shock collars via Reverse engineered proprietary Sub-1 GHz Protocols.
GNU Affero General Public License v3.0
33 stars 12 forks source link

build(deps): Bump the frontend group in /frontend with 8 updates #307

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps the frontend group in /frontend with 8 updates:

Package From To
vite 5.4.9 5.4.10
@playwright/test 1.48.1 1.48.2
@skeletonlabs/skeleton 2.10.2 2.10.3
@sveltejs/adapter-static 3.0.5 3.0.6
@sveltejs/kit 2.7.2 2.7.3
@sveltejs/vite-plugin-svelte 3.1.2 4.0.0
@types/node 22.7.7 22.8.1
svelte 4.2.19 5.1.3

Updates vite from 5.4.9 to 5.4.10

Release notes

Sourced from vite's releases.

v5.4.10

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.10 (2024-10-23)

  • fix: backport #18367,augment hash for CSS files to prevent chromium erroring by loading previous fil (7d1a3bc), closes #18367 #18412
Commits


Updates @playwright/test from 1.48.1 to 1.48.2

Release notes

Sourced from @​playwright/test's releases.

v1.48.2

Highlights

microsoft/playwright#33141 - [Bug]: UI Mode crashed microsoft/playwright#33219 - [BUG] Trace Viewer PWA crashes with "Aw, Snap!" microsoft/playwright#33086 - [Bug]: UI Mode Memory problem microsoft/playwright#33000 - [Regression]: Inspector and Browser doesn't close on CTRL+C microsoft/playwright#33204 - [Bug]: Chrome tab and inspector not closing after terminating session in terminal

Browser Versions

  • Chromium 130.0.6723.19
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 129
  • Microsoft Edge 129
Commits


Updates @skeletonlabs/skeleton from 2.10.2 to 2.10.3

Release notes

Sourced from @​skeletonlabs/skeleton's releases.

@​skeletonlabs/skeleton@​2.10.3

Patch Changes

  • chore: update peer dependencies to support Svelte 5 (#2902)
Commits


Updates @sveltejs/adapter-static from 3.0.5 to 3.0.6

Release notes

Sourced from @​sveltejs/adapter-static's releases.

@​sveltejs/adapter-static@​3.0.6

Patch Changes

Changelog

Sourced from @​sveltejs/adapter-static's changelog.

3.0.6

Patch Changes

Commits


Updates @sveltejs/kit from 2.7.2 to 2.7.3

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.7.3

Patch Changes

  • fix: include importer in illegal import error message (#12820)

  • fix: don't try reading assets directly that aren't present (#12876)

  • fix: decode non-latin characters when previewing prerendered pages (#12874)

  • fix: better error message when a Result is returned from a form action (#12829)

  • docs: update URLs for new svelte.dev site (#12857)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.7.3

Patch Changes

  • fix: include importer in illegal import error message (#12820)

  • fix: don't try reading assets directly that aren't present (#12876)

  • fix: decode non-latin characters when previewing prerendered pages (#12874)

  • fix: better error message when a Result is returned from a form action (#12829)

  • docs: update URLs for new svelte.dev site (#12857)

Commits


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 @types/node from 22.7.7 to 22.8.1

Commits


Updates svelte from 4.2.19 to 5.1.3

Release notes

Sourced from svelte's releases.

svelte@5.1.3

Patch Changes

  • fix: rethrow errors from await block if no catch block exists (#13819)

  • fix: ensure SVG element attributes have case preserved (#13935)

  • fix: ensure bind:group works as intended with proxied state objects (#13939)

  • fix: ensure value is correctly set to zero on the progress element (#13924)

  • fix: skip comment nodes in snippet validation logic (#13936)

  • fix: typo in Action types (#13874)

  • fix: remove metadata from legacy AST (#13927)

svelte@5.1.2

Patch Changes

  • fix: improve consistency of transitions (#13895)

  • fix: enable bound store props in runes mode components (#13887)

  • fix: ensure each block references to imports are handled correctly (#13892)

  • fix: ensure SvelteMap reactivity persists through deriveds (#13877)

  • fix: ensure snippets after empty text correctly hydrate (#13870)

  • fix: prevent migration script from adding props. to the export let identifier (#13899)

  • fix: prevent var name clashing for delegated events without params (#13896)

svelte@5.1.1

Patch Changes

  • fix: internally wrap store subscribe in untrack (#13858)

  • fix: allow binding to const with spread in legacy mode (#13849)

  • fix: ensure props internally untracks current_value on sets (#13859)

  • fix: properly traverse children when checking matches for :has (#13866)

svelte@5.1.0

Minor Changes

  • feat: export mount() options as the MountOptions type (#13674)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.1.3

Patch Changes

  • fix: rethrow errors from await block if no catch block exists (#13819)

  • fix: ensure SVG element attributes have case preserved (#13935)

  • fix: ensure bind:group works as intended with proxied state objects (#13939)

  • fix: ensure value is correctly set to zero on the progress element (#13924)

  • fix: skip comment nodes in snippet validation logic (#13936)

  • fix: typo in Action types (#13874)

  • fix: remove metadata from legacy AST (#13927)

5.1.2

Patch Changes

  • fix: improve consistency of transitions (#13895)

  • fix: enable bound store props in runes mode components (#13887)

  • fix: ensure each block references to imports are handled correctly (#13892)

  • fix: ensure SvelteMap reactivity persists through deriveds (#13877)

  • fix: ensure snippets after empty text correctly hydrate (#13870)

  • fix: prevent migration script from adding props. to the export let identifier (#13899)

  • fix: prevent var name clashing for delegated events without params (#13896)

5.1.1

Patch Changes

  • fix: internally wrap store subscribe in untrack (#13858)

  • fix: allow binding to const with spread in legacy mode (#13849)

  • fix: ensure props internally untracks current_value on sets (#13859)

  • fix: properly traverse children when checking matches for :has (#13866)

5.1.0

... (truncated)

Commits
  • da1fefc Version Packages (#13920)
  • 83a5eaa fix: skip comment nodes in snippet validation logic (#13936)
  • 37fa34c fix: ensure value is correctly set to zero on the progress element (#13924)
  • 1e6cf1b fix: ensure bind:group works as intended with proxied state objects (#13939)
  • 7bbaedd fix: rethrow errors from await block if no catch block exists (#13819)
  • 81f9bdd fix: remove metadata from legacy AST (#13927)
  • 441124c fix: ensure SVG element attributes have case preserved (#13935)
  • 1a6a3e7 fix: typo in Action types (#13874)
  • 1ee2ac4 Version Packages (#13888)
  • b63fde3 fix: prevent migration script from adding props. to the export let identi...
  • Additional commits viewable in compare view


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
LucHeart commented 1 week ago

@dependabot ignore svelte major version

dependabot[bot] commented 1 week ago

OK, I won't notify you about version 5.x.x of svelte again, unless you unignore it.

dependabot[bot] commented 1 week ago

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