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 5 updates #46

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the development-dependencies group with 5 updates:

Package From To
@typescript-eslint/eslint-plugin 6.14.0 6.15.0
@vitest/coverage-v8 1.0.4 1.1.0
@vitest/ui 1.0.4 1.1.0
svelte-preprocess 5.1.2 5.1.3
vitest 1.0.4 1.1.0

Updates @typescript-eslint/eslint-plugin from 6.14.0 to 6.15.0

Release notes

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

v6.15.0

6.15.0 (2023-12-18)

Features

  • eslint-plugin: [no-useless-template-literals] add new rule (#7957) (ff75785), closes #2846
  • eslint-plugin: [require-array-sort-compare] support toSorted (#8052) (c9661c8)

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

Changelog

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

6.15.0 (2023-12-18)

Features

  • eslint-plugin: [no-useless-template-literals] add new rule (#7957) (ff75785), closes #2846
  • require-array-sort-compare + toSorted (#8052) (c9661c8)

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

Commits
  • 6128a02 chore: publish v6.15.0
  • f5e712b docs(eslint-plugin): [require-array-sort-compare] generalize sort method name...
  • e6d49e4 docs(eslint-plugin): [require-array-sort-compare] sync rule description (#8061)
  • ff75785 feat(eslint-plugin): [no-useless-template-literals] add new rule (#7957)
  • c9661c8 feat: require-array-sort-compare + toSorted (#8052)
  • 7ec3022 test(eslint-plugin): include disable-type-checked.ts config in configs test...
  • 3175843 docs(eslint-plugin): simplify a sentence in no-misused-promises.md (#8050)
  • See full diff in compare view


Updates @vitest/coverage-v8 from 1.0.4 to 1.1.0

Release notes

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

v1.1.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits


Updates @vitest/ui from 1.0.4 to 1.1.0

Release notes

Sourced from @​vitest/ui's releases.

v1.1.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 9497f48 chore: release v1.1.0
  • f43fdd8 fix(ui): show file item when search filter matches only test cases (#4736)
  • 7191103 fix(ui): fix coverage iframe url for html report preview (#4717)
  • c4e865b chore(deps): update dependency @​iconify-json/logos to ^1.1.41 (#4769)
  • e0dde6a fix(ui): escape html for console log view (#4724)
  • See full diff in compare view


Updates svelte-preprocess from 5.1.2 to 5.1.3

Changelog

Sourced from svelte-preprocess's changelog.

5.1.3 (2023-12-18)

Bug Fixes

  • sass dependency list referencing source file in win32 (#621) (209312f)
Commits


Updates vitest from 1.0.4 to 1.1.0

Release notes

Sourced from vitest's releases.

v1.1.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 9497f48 chore: release v1.1.0
  • e975b57 types: use satisfies for defaults (#4738)
  • f859efc feat: add --exclude CLI flag (#4279)
  • 4d55a02 feat: add --no-isolate flag to improve performance, add documentation about p...
  • fd5d7e6 feat: add --no-file-parallelism, --maxWorkers, --minWorkers flags (#4705)
  • 67d93ed feat: add --workspace option, fix root resolution in workspaces (#4773)
  • 8dabef8 fix(vitest): pass down CLI options to override workspace configs (#4774)
  • 5a71eb3 fix: correctly reset provided values (#4775)
  • 9cc3668 fix(types): defineWorkspace fix intellisense and report type errors (#4743)
  • 9c552b6 chore(deps): update dependency @​types/prompts to ^2.4.9 (#4720)
  • 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
codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (fd944b3) 96.59% compared to head (2f305a2) 96.59%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #46 +/- ## ======================================= 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.