SavageCore / pd3-vault-cracker

Generates vault code possibilities from fingerprints
https://savagecore.github.io/pd3-vault-cracker/
GNU General Public License v3.0
9 stars 2 forks source link

Bump the development-dependencies group with 9 updates #52

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the development-dependencies group with 9 updates:

Package From To
@sveltejs/vite-plugin-svelte 3.0.1 3.0.2
@testing-library/jest-dom 6.2.0 6.3.0
@testing-library/svelte 4.0.5 4.1.0
@typescript-eslint/eslint-plugin 6.19.0 6.19.1
@vitest/coverage-v8 1.2.1 1.2.2
@vitest/ui 1.2.1 1.2.2
husky 8.0.3 9.0.6
vite-plugin-pwa 0.17.4 0.17.5
vitest 1.2.1 1.2.2

Updates @sveltejs/vite-plugin-svelte from 3.0.1 to 3.0.2

Release notes

Sourced from @​sveltejs/vite-plugin-svelte's releases.

@​sveltejs/vite-plugin-svelte@​3.0.2

Patch Changes

  • fix(compile): correctly determine script lang in files where a comment precedes the script tag (#844)
Changelog

Sourced from @​sveltejs/vite-plugin-svelte's changelog.

3.0.2

Patch Changes

  • fix(compile): correctly determine script lang in files where a comment precedes the script tag (#844)
Commits


Updates @testing-library/jest-dom from 6.2.0 to 6.3.0

Release notes

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

v6.3.0

6.3.0 (2024-01-24)

Features

  • Support for regular expressions in toHaveClass (#563) (9787ed5)

v6.2.1

6.2.1 (2024-01-22)

Bug Fixes

  • Standalone types for "./matchers" export and add Bun support (#566) (5675b86)
Commits
  • 9787ed5 feat: Support for regular expressions in toHaveClass (#563)
  • 5675b86 fix: Standalone types for "./matchers" export and add Bun support (#566)
  • See full diff in compare view


Updates @testing-library/svelte from 4.0.5 to 4.1.0

Release notes

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

v4.1.0

4.1.0 (2024-01-27)

Features

v4.0.6

4.0.6 (2024-01-24)

Bug Fixes

  • types: correct type annotation for act (38f7518)
Commits
  • ee1b1f7 feat(vitest): add vitest cleanup export (#294)
  • 16a7a4b chore: fix linting, formatting, and git hooks configs (#291)
  • 9bd2f39 Merge pull request #287 from testing-library/gh209-setContext
  • 9fdce65 Merge pull request #289 from testing-library/simplify-act
  • f5121e1 chore: simplify implementation of act
  • 9ef86c7 Merge pull request #288 from mcous/fix-134
  • 38f7518 fix(types): correct type annotation for act
  • 614b9b7 add new context test
  • See full diff in compare view


Updates @typescript-eslint/eslint-plugin from 6.19.0 to 6.19.1

Release notes

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

v6.19.1

6.19.1 (2024-01-22)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable (#8235)
  • type-utils: preventing isUnsafeAssignment infinite recursive calls (#8237)

❤️ Thank You

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

Changelog

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

6.19.1 (2024-01-22)

🩹 Fixes

  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You

  • YeonJuan

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

Commits
  • a911214 chore(release): publish 6.19.1
  • 920f909 fix(eslint-plugin): [no-unnecessary-condition] fix false positive for type va...
  • 01556f5 fix(type-utils): preventing isUnsafeAssignment infinite recursive calls (#8237)
  • See full diff in compare view


Updates @vitest/coverage-v8 from 1.2.1 to 1.2.2

Release notes

Sourced from @​vitest/coverage-v8's releases.

v1.2.2

   🐞 Bug Fixes

    View changes on GitHub
Commits


Updates @vitest/ui from 1.2.1 to 1.2.2

Release notes

Sourced from @​vitest/ui's releases.

v1.2.2

   🐞 Bug Fixes

    View changes on GitHub
Commits


Updates husky from 8.0.3 to 9.0.6

Release notes

Sourced from husky's releases.

v9.0.6

v9.0.5

v9.0.4

v9.0.3

v9.0.2

v9.0.1

TLDR;

Improved user experience and a (even) smaller package size while packing in more features!

Note: install using husky@latest to get the bug fixes that were released after.

👋 By the Way

I'm available for remote work (Front-end/Back-end mainly JS/TS but open to other stacks Rails, Go, Elixir). You can contact me at my mail: typicode at gmail :slightly_smiling_face:

Introducing husky init

Adding husky to a project is now easier than ever. Although the installation process was straightforward, it often required consulting the documentation.

... (truncated)

Commits


Updates vite-plugin-pwa from 0.17.4 to 0.17.5

Release notes

Sourced from vite-plugin-pwa's releases.

v0.17.5

   🚀 Features

    View changes on GitHub
Commits


Updates vitest from 1.2.1 to 1.2.2

Release notes

Sourced from vitest's releases.

v1.2.2

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • b1462a4 chore: release v1.2.2
  • 6689856 fix(coverage): don't crash when re-run removes earlier run's reports (#5022)
  • fff1a27 fix(vitest): don't throw an error if mocked file was already imported (#5050)
  • 6dae3fe fix(typecheck): fix ignoreSourceErrors in run mode (#5044)
  • cf5641a fix(vitest): support older NodeJS with async import.meta.resolve (#5045)
  • 915d6c4 fix(threads): mention common work-around for the logged error (#5024)
  • a9a486f fix(vitest): allow useFakeTimers to fake requestIdleCallback on non brows...
  • 253df1c fix(vitest): throw an error if vi.mock is exported (#5034)
  • 7344870 feat(vitest): expose getHooks & setHooks (#5032)
  • 9c7c0fc fix(vitest): test deep dependencies change detection (#4934)
  • 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
codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f51a68d) 96.59% compared to head (9c9900a) 96.59%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #52 +/- ## ======================================= Coverage 96.59% 96.59% ======================================= Files 20 20 Lines 941 941 Branches 39 39 ======================================= Hits 909 909 Misses 28 28 Partials 4 4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.