OpenShock / Firmware

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

build(deps-dev): Bump the npm-dependencies group in /frontend with 5 updates #183

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the npm-dependencies group in /frontend with 5 updates:

Package From To
@sveltejs/kit 2.1.0 2.3.2
@types/node 20.10.7 20.11.1
prettier 3.1.1 3.2.2
svelte-check 3.6.2 3.6.3
vitest 1.1.3 1.2.0

Updates @sveltejs/kit from 2.1.0 to 2.3.2

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.3.2

Patch Changes

  • fix: return plaintext 404 for anything under appDir (#11597)

  • fix: populate dynamic public env without using top-level await, which fails in Safari (#11601)

@​sveltejs/kit@​2.3.1

Patch Changes

  • fix: amend onNavigate type (#11599)

  • fix: better error message when peer dependency cannot be found (#11598)

@​sveltejs/kit@​2.3.0

Minor Changes

  • feat: add reroute hook (#11537)

@​sveltejs/kit@​2.2.2

Patch Changes

  • fix: only add nonce to style-src CSP directive when unsafe-inline is not present (#11575)

@​sveltejs/kit@​2.2.1

Patch Changes

  • feat: add CSP support for style-src-elem (#11562)

  • fix: address CSP conflicts with sha/nonce during dev (#11562)

@​sveltejs/kit@​2.2.0

Minor Changes

  • feat: expose $env/static/public in service workers (#10994)

Patch Changes

  • fix: reload page on startup if document.URL contains credentials (#11179)

@​sveltejs/kit@​2.1.2

Patch Changes

  • fix: restore invalid route error message during build process (#11559)

@​sveltejs/kit@​2.1.1

Patch Changes

  • fix: respect the trailing slash option when navigating from the basepath root page (#11388)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.3.2

Patch Changes

  • fix: return plaintext 404 for anything under appDir (#11597)

  • fix: populate dynamic public env without using top-level await, which fails in Safari (#11601)

2.3.1

Patch Changes

  • fix: amend onNavigate type (#11599)

  • fix: better error message when peer dependency cannot be found (#11598)

2.3.0

Minor Changes

  • feat: add reroute hook (#11537)

2.2.2

Patch Changes

  • fix: only add nonce to style-src CSP directive when unsafe-inline is not present (#11575)

2.2.1

Patch Changes

  • feat: add CSP support for style-src-elem (#11562)

  • fix: address CSP conflicts with sha/nonce during dev (#11562)

2.2.0

Minor Changes

  • feat: expose $env/static/public in service workers (#10994)

Patch Changes

  • fix: reload page on startup if document.URL contains credentials (#11179)

2.1.2

Patch Changes

... (truncated)

Commits


Updates @types/node from 20.10.7 to 20.11.1

Commits


Updates prettier from 3.1.1 to 3.2.2

Release notes

Sourced from prettier's releases.

3.2.2

🔗 Changelog

3.2.1

🔗 Changelog

3.2.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.2.2

diff

Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#15896 by @​eelco)

For example this code would crash before:

<style {...spread}>{`.{}`}</style>

Fix formatting error on optional call expression and member chain (#15920 by @​sosukesuzuki)

// Input
a(() => {}, c?.d());

// Prettier 3.2.1 TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.2 a(() => {}, c?.d());

3.2.1

diff

Fix formatting error on member chain (#15915 by @​sosukesuzuki)

// Input
test().test2().test2(thing?.something);

// Prettier 3.2.0 TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.1 test().test2().test2(thing?.something);

3.2.0

diff

... (truncated)

Commits


Updates svelte-check from 3.6.2 to 3.6.3

Release notes

Sourced from svelte-check's releases.

svelte-check-3.6.3

  • fix: various snippet improvements
  • fix: don't remove non-null-assertion operator (#2248)
  • fix: prevent crash in moduleResolution Node16+ (#2230)
  • fix: correct declareMap reference line number (#2250)
  • feat: zero effort typings for reroute (#2252)
Commits
  • 57a548c fix: support snippets with multiple arguments
  • e9afe90 fix: don't remove non-null-assertion operator
  • c6a7994 fix: map optionalReplacementSpan for typescript-language-server (#2257)
  • e1eacce perf: auto import cache (#2237)
  • 5c08ff6 feat: zero effort typings for reroute (#2252)
  • f5ec504 feat: support rename/find reference for $props() (#2255)
  • b05c8ee fix: correct declareMap reference line number (#2250)
  • 6ba86d2 fix: handle svelte.ts/js files when emitting types
  • bc82064 fix: prevent crash in moduleResolution Node16+ (#2230)
  • 3f7f27b fix: workaround for move to file refactor restriction (#2227)
  • Additional commits viewable in compare view


Updates vitest from 1.1.3 to 1.2.0

Release notes

Sourced from vitest's releases.

v1.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
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
hhvrc commented 5 months ago

@dependabot merge