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 11 updates #55

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the development-dependencies group with 11 updates:

Package From To
@picocss/pico 2.0.0 2.0.3
@typescript-eslint/eslint-plugin 6.21.0 7.0.1
@vitest/coverage-v8 1.2.2 1.3.0
@vitest/ui 1.2.2 1.3.0
husky 9.0.10 9.0.11
prettier-plugin-svelte 3.1.2 3.2.1
sass 1.70.0 1.71.0
svelte 4.2.10 4.2.11
vite 5.1.1 5.1.3
vite-plugin-pwa 0.18.1 0.19.0
vitest 1.2.2 1.3.0

Updates @picocss/pico from 2.0.0 to 2.0.3

Release notes

Sourced from @​picocss/pico's releases.

v2.0.3

Feature

Fixes

Chore

  • Update dependencies

A huge thank you to the contributors ❤️

Full changelog

Commits


Updates @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.1

Release notes

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

v7.0.1

7.0.1 (2024-02-12)

🩹 Fixes

  • eslint-plugin: update peer dep for parser (#8441)

❤️ Thank You

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

v7.0.0

7.0.0 (2024-02-12)

Read more about this release: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/

🚀 Features

  • add support for flat configs (#7935)

🩹 Fixes

  • eslint-plugin: [prefer-find] stop throwing type errors when converting symbols to numbers (#8390)

⚠️ Breaking Changes

  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements (#8377)

❤️ Thank You

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

Changelog

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

7.0.1 (2024-02-12)

🩹 Fixes

  • eslint-plugin: update peer dep for parser

❤️ Thank You

  • Tim Dorr

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

7.0.0 (2024-02-12)

🚀 Features

  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

  • add support for flat configs

🩹 Fixes

  • eslint-plugin: [prefer-find] stop throwing type errors when converting symbols to numbers

⚠️ Breaking Changes

  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

❤️ Thank You

  • Brad Zacher
  • Kirk Waiblinger
  • StyleShit
  • YeonJuan

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

Commits
  • 4f3215f chore(release): publish 7.0.1
  • 422791c fix(eslint-plugin): update peer dep for parser (#8441)
  • b27de99 chore(release): publish 7.0.0
  • 379f742 chore(eslint-plugin): [no-confusing-void-expression] explicitly state default...
  • b636baa docs: fix restrict-plus-operands example (#8362)
  • 1aa393c chore(deps): update dependency prettier to v3.2.5 (#8401)
  • 8ef5f4b feat: add support for flat configs (#7935)
  • c298350 fix(eslint-plugin): [prefer-find] stop throwing type errors when converting s...
  • 1200b4c chore(deps): update nx to v17.3.0 (#8317)
  • 584db29 feat: bump ESLint, NodeJS, and TS minimum version requirements (#8377)
  • Additional commits viewable in compare view


Updates @vitest/coverage-v8 from 1.2.2 to 1.3.0

Release notes

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

v1.3.0

🚀 Features

🐞 Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by vitestbot, a new releaser for @​vitest/coverage-v8 since your current version.


Updates @vitest/ui from 1.2.2 to 1.3.0

Release notes

Sourced from @​vitest/ui's releases.

v1.3.0

🚀 Features

🐞 Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by vitestbot, a new releaser for @​vitest/ui since your current version.


Updates husky from 9.0.10 to 9.0.11

Release notes

Sourced from husky's releases.

v9.0.11

Commits


Updates prettier-plugin-svelte from 3.1.2 to 3.2.1

Changelog

Sourced from prettier-plugin-svelte's changelog.

3.2.1

  • (fix) handle updated @render tag AST shape

3.2.0

  • (feat) format JSON script tags
  • (feat) introduce separate entry point using prettier/standalone
  • (fix) don't duplicate comments of nested script/style tags
  • (fix) handle updated Snippet block AST shape
Commits
  • 96049c6 fix: handle updated @render tag AST shape
  • c8317eb chore: release 3.2.0
  • d89241e feat: semi-standalone browser build (#430)
  • 288d915 fix: handle updated Snippet block AST shape
  • 99c885e chore: remove Buffer usage for browser environments (#423)
  • cc856a0 fix: don't duplicate comments of nested script/style tags (#425)
  • 1884f22 feat: format JSON script tags (#424)
  • See full diff in compare view


Updates sass from 1.70.0 to 1.71.0

Release notes

Sourced from sass's releases.

Dart Sass 1.71.0

To install Sass 1.71.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

For more information about pkg: importers, see the announcement on the Sass blog.

Command-Line Interface

  • Add a --pkg-importer flag to enable built-in pkg: importers. Currently this only supports the Node.js package resolution algorithm, via --pkg-importer=node. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss.

JavaScript API

  • Add a NodePackageImporter importer that can be passed to the importers option. This loads files using the pkg: URL scheme according to the Node.js package resolution algorithm. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single optional argument, which indicates the base directory to use when locating node_modules directories. It defaults to path.dirname(require.main.filename).

Dart API

  • Add a NodePackageImporter importer that can be passed to the importers option. This loads files using the pkg: URL scheme according to the Node.js package resolution algorithm. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single argument, which indicates the base directory to use when locating node_modules directories.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.71.0

For more information about pkg: importers, see the announcement on the Sass blog.

Command-Line Interface

  • Add a --pkg-importer flag to enable built-in pkg: importers. Currently this only supports the Node.js package resolution algorithm, via --pkg-importer=node. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss.

JavaScript API

  • Add a NodePackageImporter importer that can be passed to the importers option. This loads files using the pkg: URL scheme according to the Node.js package resolution algorithm. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single optional argument, which indicates the base directory to use when locating node_modules directories. It defaults to path.dirname(require.main.filename).

Dart API

  • Add a NodePackageImporter importer that can be passed to the importers option. This loads files using the pkg: URL scheme according to the Node.js package resolution algorithm. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single argument, which indicates the base directory to use when locating node_modules directories.
Commits


Updates svelte from 4.2.10 to 4.2.11

Release notes

Sourced from svelte's releases.

svelte@4.2.11

Patch Changes

  • fix: check that component wasn't instantiated in connectedCallback (#10466)
Changelog

Sourced from svelte's changelog.

4.2.11

Patch Changes

  • fix: check that component wasn't instantiated in connectedCallback (#10466)
Commits


Updates vite from 5.1.1 to 5.1.3

Changelog

Sourced from vite's changelog.

5.1.3 (2024-02-15)

5.1.2 (2024-02-14)

Commits


Updates vite-plugin-pwa from 0.18.1 to 0.19.0

Release notes

Sourced from vite-plugin-pwa's releases.

v0.19.0

   🚨 Breaking Changes

    View changes on GitHub

v0.18.2

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 4855128 chore: release v0.19.0
  • 537c9cc chore: update lock file
  • d9ffcb5 feat!: add experimental PWA assets generation and injection (#621)
  • d18c510 chore: small fix to match info in types.ts (#659)
  • 3bc9030 chore: release v0.18.2
  • e4ea907 bump to pnpm v8.15.3
  • ffeacf9 chore: deprecate null inject register value (#662)
  • aaa856b fix: use swDest folder to resolve mjs and map files in Vite build (#661)
  • See full diff in compare view


Updates vitest from 1.2.2 to 1.3.0

Release notes

Sourced from vitest's releases.

v1.3.0

🚀 Features