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 frontend group in /frontend with 9 updates #208

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the frontend group in /frontend with 9 updates:

Package From To
@playwright/test 1.41.2 1.42.1
@skeletonlabs/skeleton 2.8.0 2.9.0
@sveltejs/kit 2.5.1 2.5.2
@types/node 20.11.20 20.11.24
@typescript-eslint/eslint-plugin 7.0.2 7.1.0
@typescript-eslint/parser 7.0.2 7.1.0
autoprefixer 10.4.17 10.4.18
prettier-plugin-svelte 3.2.1 3.2.2
svelte-check 3.6.4 3.6.6

Updates @playwright/test from 1.41.2 to 1.42.1

Release notes

Sourced from @​playwright/test's releases.

v1.42.1

Highlights

microsoft/playwright#29732 - [Regression]: HEAD requests to webServer.url since v1.42.0 microsoft/playwright#29746 - [Regression]: Playwright CT CLI scripts fail due to broken initializePlugin import microsoft/playwright#29739 - [Bug]: Component tests fails when imported a module with a dot in a name microsoft/playwright#29731 - [Regression]: 1.42.0 breaks some import statements microsoft/playwright#29760 - [Bug]: Possible regression with chained locators in v1.42

Browser Versions

  • Chromium 123.0.6312.4
  • Mozilla Firefox 123.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 122
  • Microsoft Edge 123

v1.42.0

New APIs

  • Test tags

    New tag syntax for adding tags to the tests (@-tokens in the test title are still supported).

    test('test customer login', { tag: ['@fast', '@login'] }, async ({ page }) => {
      // ...
    });
    

    Use --grep command line option to run only tests with certain tags.

    npx playwright test --grep @fast
    
  • Annotating skipped tests

    New annotation syntax for test annotations allows annotating the tests that do not run.

    test('test full report', {
      annotation: [
        { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/23180' },
        { type: 'docs', description: 'https://playwright.dev/docs/test-annotations#tag-tests' },
      ],
    }, async ({ page }) => {
      // ...
    });
    

... (truncated)

Commits


Updates @skeletonlabs/skeleton from 2.8.0 to 2.9.0

Release notes

Sourced from @​skeletonlabs/skeleton's releases.

@​skeletonlabs/skeleton@​2.9.0

Minor Changes

  • feat: Added disabled prop to ListBox and ListBoxItem components. (#2485)
Commits
  • 0af33f4 Merge pull request #2520 from skeletonlabs/changeset-release/master
  • 18d246a chore(release): version package
  • 7bc56a1 Merge pull request #2519 from skeletonlabs/dev
  • b78a3b4 docs/fix typo in file path for Datatable.svelte within SSD docs (#2515)
  • 3a27212 Feat/add disabled to listbox listboxitem (#2485)
  • a5a588d remove store link from sidebar navigation (#2500)
  • 9314b1f Testing build isolation
  • 2b72ae1 Merge pull request #2478 from kmalloy24/docs/ssd-typo
  • 191526d typo
  • c6a4ddc Merge pull request #2476 from skeletonlabs/changeset-release/master
  • Additional commits viewable in compare view


Updates @sveltejs/kit from 2.5.1 to 2.5.2

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.5.2

Patch Changes

  • fix: tsconfig includes should cover svelte.config.js (#11886)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.5.2

Patch Changes

  • fix: tsconfig includes should cover svelte.config.js (#11886)
Commits


Updates @types/node from 20.11.20 to 20.11.24

Commits


Updates @typescript-eslint/eslint-plugin from 7.0.2 to 7.1.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.1.0

7.1.0 (2024-02-26)

🚀 Features

  • eslint-plugin: add *-type-checked-only configs (#8367)
  • eslint-plugin: [naming-convention] support the auto-accessor syntax (#8084)
  • eslint-plugin: [consistent-return] add new rule (#8289)
  • typescript-estree: add debug logs for useProgramFromProjectService (#8426)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error (#8472)
  • eslint-plugin: [no-misused-promises] improve check union types (#8534)
  • eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies (#8474)
  • typescript-estree: use simpler absolutify behavior for project service client file paths (#8520)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.1.0 (2024-02-26)

🚀 Features

  • eslint-plugin: add *-type-checked-only configs

  • eslint-plugin: [naming-convention] support the auto-accessor syntax

  • eslint-plugin: [consistent-return] add new rule

🩹 Fixes

  • eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error

  • eslint-plugin: [no-misused-promises] improve check union types

  • eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies

❤️ Thank You

  • Arka Pratim Chaudhuri
  • Josh Goldberg ✨
  • YeonJuan

You can read about our versioning strategy and releases on our website.

Commits
  • 4bc6944 chore(release): publish 7.1.0
  • 1807d55 docs: add tabs in no-unsafe-unary-minus.md (#8542)
  • f2f57de test(eslint-plugin): [no-misused-promises] add test cases for spread args (#8...
  • fa67955 chore: drop T from internal types (#8521)
  • 60c1cd3 fix(eslint-plugin): [no-use-before-define] fix false positive type reference ...
  • 1458920 fix(eslint-plugin): [no-misused-promises] improve check union types (#8534)
  • c1441c8 fix(eslint-plugin): [prefer-optional-chan] allow typeof for avoiding referenc...
  • e7ec6f0 docs: from option instead of source in prefer-readonly-parameter-types (#8461)
  • 46cef96 feat(eslint-plugin): [consistent-return] add new rule (#8289)
  • f7198db feat(eslint-plugin): [naming-convention] support the auto-accessor syntax (#8...
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.0.2 to 7.1.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.1.0

7.1.0 (2024-02-26)

🚀 Features

  • eslint-plugin: add *-type-checked-only configs (#8367)
  • eslint-plugin: [naming-convention] support the auto-accessor syntax (#8084)
  • eslint-plugin: [consistent-return] add new rule (#8289)
  • typescript-estree: add debug logs for useProgramFromProjectService (#8426)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error (#8472)
  • eslint-plugin: [no-misused-promises] improve check union types (#8534)
  • eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies (#8474)
  • typescript-estree: use simpler absolutify behavior for project service client file paths (#8520)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.1.0 (2024-02-26)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits


Updates autoprefixer from 10.4.17 to 10.4.18

Release notes

Sourced from autoprefixer's releases.

10.4.18

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).
Changelog

Sourced from autoprefixer's changelog.

10.4.18

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).
Commits


Updates prettier-plugin-svelte from 3.2.1 to 3.2.2

Changelog

Sourced from prettier-plugin-svelte's changelog.

3.2.2

  • (fix) handle updated @render tag AST shape
Commits
  • 601ee41 chore: release 3.2.2
  • c968fef fix: adjust render tag printing for Svelte 5 AST changes
  • 08d7a8b chore: cross-test dirs test.only support
  • See full diff in compare view


Updates svelte-check from 3.6.4 to 3.6.6

Release notes

Sourced from svelte-check's releases.

svelte-check-3.6.6

  • fix: adjust render tag for latest AST version

svelte-check-3.6.5

  • fix: adjust $props() comment type logic (#2294)
  • fix: use Svelte 4 compiler from user when available
  • fix: adjust snippet helper type to new snippet API
  • fix: also take type argument into account when analyzing $props()
  • fix: don't add form type to zero types when property is not typed out
Commits
  • 4bd1424 chore: bump versions (#2304)
  • ff2f10a chore: update tests
  • c27a99b fix: adjust render tag for latest AST version
  • 259ff2c fix: don't add form types when not typed out
  • 6badc2f fix: also take type argument into account when analyzing $props()
  • 8976bbe fix: adjust snippet helper type to new snippet API
  • 0b1cb06 fix: use Svelte 4 compiler from user when available
  • 00e347e feat: completion for custom element tag name and event (#2300)
  • 1b5e913 fix: adjust $props() comment type logic (#2294)
  • See full diff 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