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 6 updates #38

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps the development-dependencies group with 6 updates:

Package From To
@sveltejs/vite-plugin-svelte 2.4.6 2.5.2
@typescript-eslint/eslint-plugin 6.9.1 6.10.0
eslint-plugin-svelte 2.34.1 2.35.0
prettier-plugin-svelte 3.0.3 3.1.0
svelte 4.2.2 4.2.3
svelte-check 3.5.2 3.6.0

Updates @sveltejs/vite-plugin-svelte from 2.4.6 to 2.5.2

Release notes

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

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

Patch Changes

  • fix compileModule call for optimizing libraries (#788)

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

Patch Changes

  • feat: support Svelte 5 compiler API (#785)

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

Minor Changes

  • feat: add experimental support for Svelte 5 (#782)
Changelog

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

2.5.2

Patch Changes

  • fix compileModule call for optimizing libraries (#788)

2.5.1

Patch Changes

  • feat: support Svelte 5 compiler API (#785)

2.5.0

Minor Changes

  • feat: add experimental support for Svelte 5 (#782)
Commits


Updates @typescript-eslint/eslint-plugin from 6.9.1 to 6.10.0

Release notes

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

v6.10.0

6.10.0 (2023-11-06)

Bug Fixes

  • eslint-plugin: [no-unused-vars] handle logical assignment (#7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#7866) (855abea)

Features

  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#7849) (5e73a48)

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

Changelog

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

6.10.0 (2023-11-06)

Bug Fixes

  • eslint-plugin: [no-unused-vars] handle logical assignment (#7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#7866) (855abea)

Features

  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#7849) (5e73a48)

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

Commits
  • 75c1288 chore: publish v6.10.0
  • 29c2e68 docs: flip the flag of skipCompoundAssignments in the example (#7868)
  • 855abea fix(eslint-plugin): [require-await] add support for "await using" (#7866)
  • 11e57c5 fix(eslint-plugin): [no-unused-vars] handle logical assignment (#7854)
  • 5e73a48 feat(eslint-plugin): [ban-ts-comments] suggest ts-expect-error over ts-ignore...
  • See full diff in compare view


Updates eslint-plugin-svelte from 2.34.1 to 2.35.0

Release notes

Sourced from eslint-plugin-svelte's releases.

v2.35.0

Minor Changes

Changelog

Sourced from eslint-plugin-svelte's changelog.

2.35.0

Minor Changes

Commits


Updates prettier-plugin-svelte from 3.0.3 to 3.1.0

Changelog

Sourced from prettier-plugin-svelte's changelog.

prettier-plugin-svelte changelog

Commits


Updates svelte from 4.2.2 to 4.2.3

Release notes

Sourced from svelte's releases.

svelte@4.2.3

Patch Changes

  • fix: improve a11y-click-events-have-key-events message (#9358)

  • fix: more robust hydration of html tag (#9184)

Changelog

Sourced from svelte's changelog.

4.2.3

Patch Changes

  • fix: improve a11y-click-events-have-key-events message (#9358)

  • fix: more robust hydration of html tag (#9184)

Commits


Updates svelte-check from 3.5.2 to 3.6.0

Release notes

Sourced from svelte-check's releases.

svelte-check-3.6.0

  • chore: various cleanup work
  • fix: enhance numberOnlyAttributes list
Commits
  • 66e6d97 fix: handle undefined stats
  • 221ee2e fix: handle runes looking like stores
  • 64d7b77 feat: experimental support for Svelte 5 (#2198)
  • 663e602 feat: add option to force-start svelte plugin (#2185)
  • 98848db fix: enhance numberOnlyAttributes list
  • 3dc6ede fix build with svelte 4 and estree-walker 3 (#2176)
  • d637d4e feat: folding range support (#2169)
  • 4424524 fix: enhance precompile blank for parser error workaround (#2173)
  • 582b76a feat: ts5.2 clickable inlay parameter hints (#2162)
  • 62a1c94 fix: patch file reference and navigate to items in ts plugin (#2174)
  • 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 9 months ago

Codecov Report

Merging #38 (c4f4c7a) into main (48b6d71) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #38   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          906       906           
  Branches        41        41           
=========================================
  Hits           906       906           

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!