Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump the dev-npm group across 1 directory with 20 updates #297

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps the dev-npm group with 20 updates in the / directory:

Package From To
@commitlint/cli 19.4.0 19.4.1
@commitlint/config-conventional 19.2.2 19.4.1
husky 9.1.4 9.1.5
@sveltejs/vite-plugin-svelte 3.1.1 3.1.2
@types/webextension-polyfill 0.10.7 0.12.1
postcss 8.4.41 8.4.43
svelte 4.2.18 4.2.19
svelte-check 3.8.5 3.8.6
tailwindcss 3.4.9 3.4.10
tslib 2.6.3 2.7.0
wxt 0.19.4 0.19.8
@sveltejs/adapter-auto 3.2.3 3.2.4
@sveltejs/kit 2.5.21 2.5.25
vite 5.4.0 5.4.2
@hey-api/openapi-ts 0.52.4 0.52.11
@tailwindcss/forms 0.5.7 0.5.8
eslint 9.9.0 9.9.1
typescript-eslint 8.0.1 8.3.0
@sveltejs/package 2.3.3 2.3.4
publint 0.2.9 0.2.10

Updates @commitlint/cli from 19.4.0 to 19.4.1

Release notes

Sourced from @​commitlint/cli's releases.

v19.4.1

19.4.1 (2024-08-28)

Bug Fixes

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.4.0...v19.4.1

Changelog

Sourced from @​commitlint/cli's changelog.

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/cli

Commits

Updates @commitlint/config-conventional from 19.2.2 to 19.4.1

Release notes

Sourced from @​commitlint/config-conventional's releases.

v19.4.1

19.4.1 (2024-08-28)

Bug Fixes

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.4.0...v19.4.1

v19.4.0

Features

Chore & Docs

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.3.1...v19.4.0

v19.3.1

19.3.1 (2024-05-13)

Bug Fixes

Chore

... (truncated)

Changelog

Sourced from @​commitlint/config-conventional's changelog.

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/config-conventional

Commits

Updates husky from 9.1.4 to 9.1.5

Release notes

Sourced from husky's releases.

v9.1.5

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.4...v9.1.5

Commits

Updates @sveltejs/vite-plugin-svelte from 3.1.1 to 3.1.2

Release notes

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

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

Patch Changes

  • add warning for svelte5 users to update to vite-plugin-svelte@4 (#964)
Changelog

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

3.1.2

Patch Changes

  • add warning for svelte5 users to update to vite-plugin-svelte@4 (#964)
Commits

Updates @types/webextension-polyfill from 0.10.7 to 0.12.1

Commits

Updates postcss from 8.4.41 to 8.4.43

Release notes

Sourced from postcss's releases.

8.4.43

  • Fixed markClean is not a function error.

8.4.42

  • Fixed CSS syntax error on long minified files (by @​varpstar).
Changelog

Sourced from postcss's changelog.

8.4.43

  • Fixed markClean is not a function error.

8.4.42

  • Fixed CSS syntax error on long minified files (by @​varpstar).
Commits

Updates svelte from 4.2.18 to 4.2.19

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: ensure typings for <svelte:options> are picked up (#12902)

  • fix: escape < in attribute strings (#12989)

Changelog

Sourced from svelte's changelog.

4.2.19

Patch Changes

  • fix: ensure typings for <svelte:options> are picked up (#12902)

  • fix: escape < in attribute strings (#12989)

Commits

Updates svelte-check from 3.8.5 to 3.8.6

Release notes

Sourced from svelte-check's releases.

svelte-check-3.8.6

  • fix: support Svelte 5 module script attribute (#2473)
Commits

Updates tailwindcss from 3.4.9 to 3.4.10

Release notes

Sourced from tailwindcss's releases.

v3.4.10

Fixed

  • Bump versions of plugins in the Standalone CLI (#14185)
Changelog

Sourced from tailwindcss's changelog.

[3.4.10] - 2024-08-13

Fixed

  • Bump versions of plugins in the Standalone CLI (#14185)
Commits

Updates tslib from 2.6.3 to 2.7.0

Release notes

Sourced from tslib's releases.

v2.7.0

What's Changed

Full Changelog: microsoft/tslib@v2.6.3...v2.7.0

Commits
  • 6abc075 Bump version to 2.7.0.
  • 227b5d6 Use global 'Iterator.prototype' for downlevel generators (#267)
  • 4f2902c Implement deterministic collapse of 'await' in 'await using' (#262)
  • See full diff in compare view

Updates wxt from 0.19.4 to 0.19.8

Release notes

Sourced from wxt's releases.

wxt v0.19.8

compare changes

🔥 Performance

  • Ignore output directories for all vite.watcher (#924)

🩹 Fixes

  • Fallback to GitHub API for listing templates when ungh is down (#944)

🏡 Chore

  • types: Cleanup types in wxt/browser/chrome (#932)

❤️ Contributors

  • 1natsu

wxt v0.19.7

compare changes

🚀 Enhancements

  • testing: Run WXT modules when setting up test environment (#926)
  • modules: Add addAlias helper (#928)

🩹 Fixes

  • testing: Stub chrome and browser globals with fakeBrowser automatically (#925)
  • Ensure TSConfig paths start with ../ or ./ so they are valid (#927)

📖 Documentation

  • Fix module name for wxt/browser/chrome (751706d)

🏡 Chore

  • Remove warning log for missing public directory (5f2e1c3)

wxt v0.19.6

compare changes

🔥 Performance

  • Ignore non-source code from the file watcher (#919)

🩹 Fixes

  • Typo in sidepanel options (browse_stylebrowser_style) (#914)

... (truncated)

Commits
  • 8771676 chore(release): wxt v0.19.8
  • aebbbb0 fix: Fallback to GitHub API for listing templates when ungh is down (#944)
  • 68183b6 chore(types): Cleanup types in wxt/browser/chrome (#932)
  • 45809c0 chore: Update lockfile
  • 13163c9 chore(dev-deps): Upgrade @aklinker1/buildc from v1.0.11 to v1.1.0
  • aedbba3 perf: Ignore output directories for all vite.watcher (#924)
  • 763dbd5 chore(release): wxt v0.19.7
  • 5821ae0 feat: New @wxt-dev/i18n package (#758)
  • 751706d docs: Fix module name for wxt/browser/chrome
  • cf85547 feat(modules): Add addAlias helper (#928)
  • Additional commits viewable in compare view

Updates @sveltejs/adapter-auto from 3.2.3 to 3.2.4

Release notes

Sourced from @​sveltejs/adapter-auto's releases.

@​sveltejs/adapter-auto@​3.2.4

Patch Changes

Changelog

Sourced from @​sveltejs/adapter-auto's changelog.

3.2.4

Patch Changes

Commits

Updates @sveltejs/kit from 2.5.21 to 2.5.25

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.5.25

Patch Changes

@​sveltejs/kit@​2.5.24

Patch Changes

  • extend peer dependency range for @​sveltejs/vite-plugin-svelte to include 4.0.0-next for improved svelte5 support (#12593)

@​sveltejs/kit@​2.5.23

Patch Changes

  • fix: use dynamic components in root.svelte instead of svelte:component for svelte 5 (#12584)

@​sveltejs/kit@​2.5.22

Patch Changes

  • chore: configure provenance in a simpler manner (#12570)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.5.25

Patch Changes

2.5.24

Patch Changes

  • extend peer dependency range for @​sveltejs/vite-plugin-svelte to include 4.0.0-next for improved svelte5 support (#12593)

2.5.23

Patch Changes

  • fix: use dynamic components in root.svelte instead of svelte:component for svelte 5 (#12584)

2.5.22

Patch Changes

  • chore: configure provenance in a simpler manner (#12570)
Commits

Updates vite from 5.4.0 to 5.4.2

Changelog

Sourced from vite's changelog.

5.4.2 (2024-08-20)

5.4.1 (2024-08-15)

Commits
  • b1ecdaf release: v5.4.2
  • e012f29 chore: remove stale TODOs (#17866)
  • 3b8f03d refactor: remove redundant prepend/strip base (#17887)
  • fac3a8e fix: resolve relative URL generated by renderBuiltUrl passed to module prel...
  • 7d8c0e2 feat: support originalFilename (#17867)
  • b44c20c release: v5.4.1
  • 391bb49 fix(worker): handle self reference url worker in dependency for build (#17846)
  • e686d74 fix(build): avoid re-define __vite_import_meta_env__ (#17876)
  • 9018255 chore: fix picocolors import for local dev (#17884)
  • 1bda847 fix: align CorsOptions.origin type with @​types/cors (#17836)
  • Additional commits viewable in compare view

Updates @hey-api/openapi-ts from 0.52.4 to 0.52.11

Release notes

Sourced from @​hey-api/openapi-ts's releases.

@​hey-api/openapi-ts@​0.52.11

Patch Changes

@​hey-api/openapi-ts@​0.52.10

Patch Changes

@​hey-api/openapi-ts@​0.52.9

Patch Changes

@​hey-api/openapi-ts@​0.52.8

Patch Changes

@​hey-api/openapi-ts@​0.52.7

Patch Changes

@​hey-api/openapi-ts@​0.52.6

Patch Changes

@​hey-api/openapi-ts@​0.52.5

Patch Changes

Commits
  • df9c928 Merge pull request #982 from hey-api/changeset-release/main
  • a60f2c0 Version Packages
  • dc2d6ef Merge pull request #974 from hey-api/dependabot/npm_and_yarn/prod-deps-d0ca3b...
  • 51a7763 Merge pull request #981 from hey-api/fix/tanstack-query-key
  • afd8c43 fix: export query key functions from TanStack Query plugin
  • ec91b99 chore(deps): bump the prod-deps group across 1 directory with 8 updates
  • 1094d46 Merge pull request #977 from hey-api/changeset-release/main
  • 89eff0f Version Packages
  • 771d762 Merge pull request #978 from hey-api/docs/tanstack-query-plugin
  • 2e051a5 docs: add basic TanStack Query plugin description
  • Additional commits viewable in compare view

Updates @tailwindcss/forms from 0.5.7 to 0.5.8

Release notes

Sourced from @​tailwindcss/forms's releases.

v0.5.8

Fixed

  • Support installing with alpha versions of Tailwind CSS v4 (#163)
Changelog

Sourced from @​tailwindcss/forms's changelog.

[0.5.8] - 2024-08-28

Fixed

  • Support installing with alpha versions of Tailwind CSS v4 (#163)
Commits

Updates eslint from 9.9.0 to 9.9.1

Release notes

Sourced from eslint's releases.

v9.9.1

Bug Fixes

  • 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M)

Documentation

  • 4840930 docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas)
  • f61f40d docs: Update globals examples (#18805) (Nicholas C. Zakas)
  • 241fcea docs: Use and define languages (#18795) (Nicholas C. Zakas)
  • 5dbdd63 docs: eslint-plugin-markdown -> @​eslint/markdown (#18797) (Nicholas C. Zakas)
  • c6c8ddd docs: update links to eslint-visitor-keys repo (#18796) (Francesco Trotta)
  • f981d05 docs: Update README (GitHub Actions Bot)
  • b516974 docs: update links to eslint/js repo (#18781) (Francesco Trotta)
  • fb7a3f5 docs: update note for package managers (#18779) (Jay)

Chores

  • b0c34d0 chore: upgrade to @​eslint/js@​9.9.1 (#18809) (Francesco Trotta)
  • cd5a0da chore: package.json update for @​eslint/js release (Jenkins)
  • e112642 refactor: Extract parsing logic from Linter (#18790) (Nicholas C. Zakas)
  • 0f68a85 chore: use eslint-plugin-yml on yaml files only (#18801) (Milos Djermanovic)
  • f8d1b3c chore: update dependencies for browser tests (#18794) (Christian Bromann)
  • aed2624 chore: update dependency @​eslint/config-array to ^0.18.0 (#18788) (renovate[bot])
  • 5c29128 chore: update dependency @​eslint/core to ^0.4.0 (#18789) (renovate[bot])
  • 5d66fb2 chore: migrate linting workflow to use trunk check meta-linter (#18643) (Chris Clearwater)
  • bf96855 chore: add ids to github issue templates (#18775) (Strek)
Changelog

Sourced from eslint's changelog.

v9.9.1 - August 23, 2024

  • b0c34d0 chore: upgrade to @​eslint/js@​9.9.1 (#18809) (Francesco Trotta)
  • cd5a0da chore: package.json update for @​eslint/js release (Jenkins)
  • 4840930 docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas)
  • f61f40d docs: Update globals examples (#18805) (Nicholas C. Zakas)
  • e112642 refactor: Extract parsing logic from Linter (#18790) (Nicholas C. Zakas)
  • 241fcea docs: Use and define languages (#18795) (Nicholas C. Zakas)
  • 0f68a85 chore: use eslint-plugin-yml on yaml files only (#18801) (Milos Djermanovic)
  • 5dbdd63 docs: eslint-plugin-markdown -> @​eslint/markdown (#18797) (Nicholas C. Zakas)
  • c6c8ddd docs: update links to eslint-visitor-keys repo (#18796) (Francesco Trotta)
  • f8d1b3c chore: update dependencies for browser tests (#18794) (Christian Bromann)
  • aed2624 chore: update dependency @​eslint/config-array to ^0.18.0 (#18788) (renovate[bot])
  • 5c29128 chore: update dependency @​eslint/core to ^0.4.0 (#18789) (renovate[bot])
  • 5d66fb2 chore: migrate linting workflow to use trunk check meta-linter (#18643) (Chris Clearwater)
  • f981d05 docs: Update README (GitHub Actions Bot)
  • b516974 docs: update links to eslint/js repo (#18781) (Francesco Trotta)
  • fb7a3f5 docs: update note for package managers (#18779) (Jay)
  • bf96855 chore: add ids to github issue templates (#18775) (Strek)Description has been truncated

…dates

Bumps the dev-npm group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.4.0` | `19.4.1` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.2.2` | `19.4.1` |
| [husky](https://github.com/typicode/husky) | `9.1.4` | `9.1.5` |
| [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `3.1.1` | `3.1.2` |
| [@types/webextension-polyfill](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webextension-polyfill) | `0.10.7` | `0.12.1` |
| [postcss](https://github.com/postcss/postcss) | `8.4.41` | `8.4.43` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.18` | `4.2.19` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `3.8.5` | `3.8.6` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.9` | `3.4.10` |
| [tslib](https://github.com/Microsoft/tslib) | `2.6.3` | `2.7.0` |
| [wxt](https://github.com/wxt-dev/wxt) | `0.19.4` | `0.19.8` |
| [@sveltejs/adapter-auto](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-auto) | `3.2.3` | `3.2.4` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.5.21` | `2.5.25` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.0` | `5.4.2` |
| [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) | `0.52.4` | `0.52.11` |
| [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) | `0.5.7` | `0.5.8` |
| [eslint](https://github.com/eslint/eslint) | `9.9.0` | `9.9.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.0.1` | `8.3.0` |
| [@sveltejs/package](https://github.com/sveltejs/kit/tree/HEAD/packages/package) | `2.3.3` | `2.3.4` |
| [publint](https://github.com/bluwy/publint/tree/HEAD/pkg) | `0.2.9` | `0.2.10` |



Updates `@commitlint/cli` from 19.4.0 to 19.4.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.4.1/@commitlint/cli)

Updates `@commitlint/config-conventional` from 19.2.2 to 19.4.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.4.1/@commitlint/config-conventional)

Updates `husky` from 9.1.4 to 9.1.5
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.4...v9.1.5)

Updates `@sveltejs/vite-plugin-svelte` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/@sveltejs/[email protected]/packages/vite-plugin-svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/[email protected]/packages/vite-plugin-svelte)

Updates `@types/webextension-polyfill` from 0.10.7 to 0.12.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webextension-polyfill)

Updates `postcss` from 8.4.41 to 8.4.43
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.41...8.4.43)

Updates `svelte` from 4.2.18 to 4.2.19
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/[email protected]/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

Updates `svelte-check` from 3.8.5 to 3.8.6
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](sveltejs/language-tools@svelte-check-3.8.5...svelte-check-3.8.6)

Updates `tailwindcss` from 3.4.9 to 3.4.10
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.10/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.9...v3.4.10)

Updates `tslib` from 2.6.3 to 2.7.0
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.6.3...v2.7.0)

Updates `wxt` from 0.19.4 to 0.19.8
- [Release notes](https://github.com/wxt-dev/wxt/releases)
- [Commits](wxt-dev/wxt@wxt-v0.19.4...wxt-v0.19.8)

Updates `@sveltejs/adapter-auto` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-auto/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/adapter-auto)

Updates `@sveltejs/kit` from 2.5.21 to 2.5.25
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/kit)

Updates `vite` from 5.4.0 to 5.4.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.2/packages/vite)

Updates `@hey-api/openapi-ts` from 0.52.4 to 0.52.11
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/[email protected]...@hey-api/[email protected])

Updates `@tailwindcss/forms` from 0.5.7 to 0.5.8
- [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-forms@v0.5.7...v0.5.8)

Updates `eslint` from 9.9.0 to 9.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.9.0...v9.9.1)

Updates `typescript-eslint` from 8.0.1 to 8.3.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.3.0/packages/typescript-eslint)

Updates `@sveltejs/package` from 2.3.3 to 2.3.4
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/package/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/package)

Updates `publint` from 0.2.9 to 0.2.10
- [Release notes](https://github.com/bluwy/publint/releases)
- [Commits](https://github.com/bluwy/publint/commits/v0.2.10/pkg)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: "@types/webextension-polyfill"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: wxt
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: "@sveltejs/adapter-auto"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: "@hey-api/openapi-ts"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: "@tailwindcss/forms"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: "@sveltejs/package"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: publint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 2, 2024
Copy link

vercel bot commented Sep 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
youtube-downloader ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 2, 2024 2:59am

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-npm-e158ba56f5 branch September 9, 2024 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant