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 13 updates #286

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

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

Package From To
husky 9.0.11 9.1.1
tailwindcss 3.4.4 3.4.6
wxt 0.18.12 0.18.15
vite 5.3.3 5.3.4
@hey-api/openapi-ts 0.48.2 0.50.0
prettier 3.3.2 3.3.3
@ianvs/prettier-plugin-sort-imports 4.3.0 4.3.1
eslint 9.6.0 9.7.0
eslint-plugin-svelte 2.41.0 2.43.0
prettier-plugin-svelte 3.2.5 3.2.6
svelte-eslint-parser 0.39.2 0.41.0
typescript-eslint 7.15.0 7.16.1
publint 0.2.8 0.2.9

Updates husky from 9.0.11 to 9.1.1

Release notes

Sourced from husky's releases.

v9.1.1

Super saiyan god dog! It's over 9.0.0!

What's new

You can now run package commands directly, no need for npx or equivalents. It makes writing hooks more intuitive and is also slightly faster 🐺⚡️

# .husky/pre-commit
- npx jest
+ jest # ~0.2s faster

A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.

# .husky/pre-commit
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
git update-index --again

For more advanced use cases, see lint-staged.

Fixes

  • bunx husky init command
  • Workaround for some hooks implementation on Windows

Deprecations

  • #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" are deprecated. husky command will automatically remove them, no action required.
  • If you're having code in ~/.huskyrc please move it to .config/husky/init.sh

Support for these will be removed in v10.

Friendly reminder

If Git hooks don't fit your workflow, you can disable Husky globally. Just add export HUSKY=0 to .config/husky/init.sh.

I've seen some confusion about this on X, so just a heads-up!

Sponsoring

Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: GitHub Sponsors.

... (truncated)

Commits

Updates tailwindcss from 3.4.4 to 3.4.6

Release notes

Sourced from tailwindcss's releases.

v3.4.6

Fixed

  • Fix detection of some utilities in Slim/Pug templates (#14006)

Changed

  • Loosen :is() wrapping rules when using an important selector (#13900)

v3.4.5

Fixed

  • Disable automatic var() injection for anchor properties (#13826)
  • Use no value instead of blur(0px) for backdrop-blur-none and blur-none utilities (#13830)
  • Add .mts and .cts config file detection (#13940)
  • Don't generate utilities like px-1 unnecessarily when using utilities like px-1.5 (#13959)
  • Always generate -webkit-backdrop-filter for backdrop-* utilities (#13997)
Changelog

Sourced from tailwindcss's changelog.

[3.4.6] - 2024-07-16

Fixed

  • Fix detection of some utilities in Slim/Pug templates (#14006)

Changed

  • Loosen :is() wrapping rules when using an important selector (#13900)

[3.4.5] - 2024-07-15

Fixed

  • Disable automatic var() injection for anchor properties (#13826)
  • Use no value instead of blur(0px) for backdrop-blur-none and blur-none utilities (#13830)
  • Add .mts and .cts config file detection (#13940)
  • Don't generate utilities like px-1 unnecessarily when using utilities like px-1.5 (#13959)
  • Always generate -webkit-backdrop-filter for backdrop-* utilities (#13997)
Commits

Updates wxt from 0.18.12 to 0.18.15

Release notes

Sourced from wxt's releases.

wxt v0.18.15

compare changes

🩹 Fixes

  • Don't throw error if localization file is missing (#832)
  • Build latest version of package before packing (88a1244)
  • Externalize app config during dependency optimization (#833)

📖 Documentation

  • Fix links to Guide pages (#821)

❤️ Contributors

wxt v0.18.14

compare changes

🩹 Fixes

  • modules: Add types from all wxt node_modules, not just ones with config (#817)

wxt v0.18.13

compare changes

🚀 Enhancements

  • config: dev.server.hostname (#807)
  • Add XPath support to getAnchor() (#813)

🩹 Fixes

  • Add debug logs for vite builder (#816)

❤️ Contributors

Commits
  • a7963e2 chore(release): wxt v0.18.15
  • 069bd6c fix: Externalize app config during dependency optimization (#833)
  • 88a1244 fix: Build latest version of package before packing
  • 7ee391f fix: Don't throw error if localization file is missing (#832)
  • 2b3eab9 docs: Add link to google's update testing tool in migration guide and improve...
  • a3fc9e1 docs: fix link to unimport (#826)
  • 559d32e Update README.md
  • f904b79 Update README.md
  • 9cd7cca docs: fix links to Guide pages (#821)
  • 3366c1e chore(release): wxt v0.18.14
  • Additional commits viewable in compare view

Updates vite from 5.3.3 to 5.3.4

Changelog

Sourced from vite's changelog.

5.3.4 (2024-07-16)

Commits

Updates @hey-api/openapi-ts from 0.48.2 to 0.50.0

Release notes

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

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

Minor Changes

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

Minor Changes

Patch Changes

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

Patch Changes

Commits
  • 757d2b4 Merge pull request #791 from hey-api/changeset-release/main
  • c222ef4 Version Packages
  • b642d4c Merge pull request #613 from hey-api/fix/client-beta-2
  • b0e8a98 test: remove axios client bundle test before publishing
  • c0ee1e3 docs: add changesets
  • 6fbadb8 chore: update axios example dependencies
  • 165be2c test: update tests
  • b3786dc docs: add changesets
  • 6c73848 docs: update documentation for Axios client
  • 0e24658 chore: get a running example
  • Additional commits viewable in compare view

Updates prettier from 3.3.2 to 3.3.3

Release notes

Sourced from prettier's releases.

3.3.3

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.3.3

diff

Add parentheses for nullish coalescing in ternary (#16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;
// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;
// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);

Add parentheses for decorator expressions (#16458 by @​y-schneider)

Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.

// Input
@(foo`tagged template`)
class X {}
// Prettier 3.3.2
@​footagged template
class X {}
// Prettier 3.3.3
@(footagged template)
class X {}

Support @let declaration syntax (#16474 by @​sosukesuzuki)

Adds support for Angular v18 @let declaration syntax.

Please see the following code example. The @let declaration allows you to define local variables within the template:

... (truncated)

Commits

Updates @ianvs/prettier-plugin-sort-imports from 4.3.0 to 4.3.1

Release notes

Sourced from @​ianvs/prettier-plugin-sort-imports's releases.

v4.3.1

What's Changed

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.3.0...v4.3.1

Commits

Updates eslint from 9.6.0 to 9.7.0

Release notes

Sourced from eslint's releases.

v9.7.0

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta)

Documentation

  • 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#18641) (Francesco Trotta)

Chores

  • 793b718 chore: upgrade @​eslint/js@​9.7.0 (#18680) (Francesco Trotta)
  • 7ed6f9a chore: package.json update for @​eslint/js release (Jenkins)
  • 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas)
  • 51bf57c chore: add tech sponsors through actions (#18624) (Strek)
  • 6320732 refactor: don't use parent property in NodeEventGenerator (#18653) (Milos Djermanovic)
  • 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v9.7.0 - July 12, 2024

  • 793b718 chore: upgrade @​eslint/js@​9.7.0 (#18680) (Francesco Trotta)
  • 7ed6f9a chore: package.json update for @​eslint/js release (Jenkins)
  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta)
  • 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas)
  • 51bf57c chore: add tech sponsors through actions (#18624) (Strek)
  • 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M)
  • 6320732 refactor: don't use parent property in NodeEventGenerator (#18653) (Milos Djermanovic)
  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar)
  • 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#18641) (Francesco Trotta)
Commits

Updates eslint-plugin-svelte from 2.41.0 to 2.43.0

Release notes

Sourced from eslint-plugin-svelte's releases.

[email protected]

Minor Changes

[email protected]

Minor Changes

Commits
  • b1d59b4 chore: release eslint-plugin-svelte (#828)
  • dc7eefc fix(deps): update dependency svelte-eslint-parser to ^0.41.0 (#827)
  • 5d53db1 chore(deps): update dependency rimraf to v6
  • b8258d9 chore: release eslint-plugin-svelte (#823)
  • 88da3cf fix(deps): update dependency svelte-eslint-parser to ^0.40.0 (#822)
  • 8454791 docs: fix links (#820)
  • 7ec6c0f chore(deps): update dependency esbuild to ^0.23.0
  • 1a1f9ba chore(deps): update dependency esbuild to ^0.22.0
  • See full diff in compare view

Updates prettier-plugin-svelte from 3.2.5 to 3.2.6

Changelog

Sourced from prettier-plugin-svelte's changelog.

3.2.6

  • (feat) Svelte 5: never quote single-expression-attributes
Commits

Updates svelte-eslint-parser from 0.39.2 to 0.41.0

Release notes

Sourced from svelte-eslint-parser's releases.

v0.41.0

Minor Changes

v0.40.0

Minor Changes

Changelog

Sourced from svelte-eslint-parser's changelog.

0.41.0

Minor Changes

0.40.0

Minor Changes

Commits
  • 3b85054 chore: release svelte-eslint-parser (#551)
  • ef24a69 feat: support for svelte 5.0.0-next.191 (#550)
  • 7b29182 chore: release svelte-eslint-parser (#549)
  • dfe5cb8 fix: update svelte to 5.0.0-next.181 and fix for {:else if} (#548)
  • 79b22e6 Revert "fix: update svelte to 5.0.0-next.181 and fix for {:else if}"
  • 19e0099 chore(deps): update typescript-eslint monorepo to ~7.16.0 (#545)
  • 7b0e194 chore(deps): update dependency rimraf to v6 (#547)
  • 3693817 chore(deps): update dependency esbuild to ^0.23.0
  • 01f0ed5 fix: update svelte to 5.0.0-next.181 and fix for {:else if}
  • See full diff in compare view

Updates typescript-eslint from 7.15.0 to 7.16.1

Release notes

Sourced from typescript-eslint's releases.

v7.16.1

7.16.1 (2024-07-15)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters (#9530)

❤️ Thank You

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

v7.16.0

7.16.0 (2024-07-08)

🚀 Features

  • ast-spec: add parent property to AccessorProperty node types (#9487)
  • eslint-plugin: [no-unnecessary-type-parameters] port from v8 to v7 (#9473)
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule (#8903)
  • eslint-plugin: add support for nested namespaces to unsafe-member-access (#9478)
  • eslint-plugin: [no-floating-promises] add checkThenables option (#9263)
  • rule-tester: stricter rule test validations (#9086)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.11.0 (#9497)
  • eslint-plugin: [no-floating-promises] add suggestions to tests from #9263 checkThenables (#9515, #9263)
  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled (#9492)
  • utils: context.parserPath may be undefined (#9486)
  • website: react key error on internal pages of website (#9506)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

7.16.1 (2024-07-15)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

7.16.0 (2024-07-08)

🚀 Features

  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • website: react key error on internal pages of website

❤️ Thank You

  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

Commits
  • d1d0ba5 chore(release): publish 7.16.1
  • e803c50 chore(release): publish 7.16.0
  • 451e738 feat(eslint-plugin): [no-unnecessary-parameter-property-assignment] add new r...
  • 88dd828 feat(eslint-plugin): [no-unnecessary-type-parameters] port from v8 to v7 (#9473)
  • See full diff in compare view

Updates publint from 0.2.8 to 0.2.9

Release notes

Sourced from publint's releases.

v0.2.9

Bug fixes

New Contributors

Full Changelog: bluwy/publint@v0.2.8...v0.2.9

Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Copy link

vercel bot commented Jul 22, 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 Jul 22, 2024 11:02am

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 22, 2024
…dates

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

| Package | From | To |
| --- | --- | --- |
| [husky](https://github.com/typicode/husky) | `9.0.11` | `9.1.1` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.4` | `3.4.6` |
| [wxt](https://github.com/wxt-dev/wxt) | `0.18.12` | `0.18.15` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.3` | `5.3.4` |
| [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) | `0.48.2` | `0.50.0` |
| [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` |
| [@ianvs/prettier-plugin-sort-imports](https://github.com/ianvs/prettier-plugin-sort-imports) | `4.3.0` | `4.3.1` |
| [eslint](https://github.com/eslint/eslint) | `9.6.0` | `9.7.0` |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.41.0` | `2.43.0` |
| [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.2.5` | `3.2.6` |
| [svelte-eslint-parser](https://github.com/sveltejs/svelte-eslint-parser) | `0.39.2` | `0.41.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `7.15.0` | `7.16.1` |
| [publint](https://github.com/bluwy/publint/tree/HEAD/pkg) | `0.2.8` | `0.2.9` |



Updates `husky` from 9.0.11 to 9.1.1
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.0.11...v9.1.1)

Updates `tailwindcss` from 3.4.4 to 3.4.6
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.6/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.4...v3.4.6)

Updates `wxt` from 0.18.12 to 0.18.15
- [Release notes](https://github.com/wxt-dev/wxt/releases)
- [Commits](wxt-dev/wxt@wxt-v0.18.12...wxt-v0.18.15)

Updates `vite` from 5.3.3 to 5.3.4
- [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.3.4/packages/vite)

Updates `@hey-api/openapi-ts` from 0.48.2 to 0.50.0
- [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 `prettier` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.2...3.3.3)

Updates `@ianvs/prettier-plugin-sort-imports` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/ianvs/prettier-plugin-sort-imports/releases)
- [Changelog](https://github.com/IanVS/prettier-plugin-sort-imports/blob/main/CHANGELOG.md)
- [Commits](IanVS/prettier-plugin-sort-imports@v4.3.0...v4.3.1)

Updates `eslint` from 9.6.0 to 9.7.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.6.0...v9.7.0)

Updates `eslint-plugin-svelte` from 2.41.0 to 2.43.0
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/[email protected]@2.43.0)

Updates `prettier-plugin-svelte` from 3.2.5 to 3.2.6
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](sveltejs/prettier-plugin-svelte@v3.2.5...v3.2.6)

Updates `svelte-eslint-parser` from 0.39.2 to 0.41.0
- [Release notes](https://github.com/sveltejs/svelte-eslint-parser/releases)
- [Changelog](https://github.com/sveltejs/svelte-eslint-parser/blob/main/CHANGELOG.md)
- [Commits](sveltejs/svelte-eslint-parser@v0.39.2...v0.41.0)

Updates `typescript-eslint` from 7.15.0 to 7.16.1
- [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/v7.16.1/packages/typescript-eslint)

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

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: wxt
  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-minor
  dependency-group: dev-npm
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: "@ianvs/prettier-plugin-sort-imports"
  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-minor
  dependency-group: dev-npm
- dependency-name: eslint-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: prettier-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: svelte-eslint-parser
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2024

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

@dependabot dependabot bot closed this Jul 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-npm-a4f0b1a14e branch July 29, 2024 02:37
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