Skip to content

(auto merged) Common(deps-dev): Bump the dev-dependency group with 4 updates #138

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2025

Bumps the dev-dependency group with 4 updates: @vitest/eslint-plugin, eslint-import-resolver-typescript, knip and npm-run-all2.

Updates @vitest/eslint-plugin from 1.2.0 to 1.2.1

Release notes

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

v1.2.1

Bug Fixes

  • valid-title: Please allow function-typed variables and aliases as valid describe titles (#708) (76653c9)

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.2.0...v1.2.1

Commits
  • 0cf72bf chore: release v1.2.1
  • 76653c9 fix(valid-title): Please allow function-typed variables and aliases as valid ...
  • See full diff in compare view

Updates eslint-import-resolver-typescript from 4.3.5 to 4.4.1

Release notes

Sourced from eslint-import-resolver-typescript's releases.

v4.4.1

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v4.4.0...v4.4.1

v4.4.0

Minor Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v4.3.5...v4.4.0

Changelog

Sourced from eslint-import-resolver-typescript's changelog.

4.4.1

Patch Changes

4.4.0

Minor Changes

Commits
  • c7d0125 chore: release eslint-import-resolver-typescript (#458)
  • d9f3e68 fix(deps): bump eslint-import-context to v0.1.5 (#457)
  • 93aabc2 chore: release eslint-import-resolver-typescript (#455)
  • 7d87517 feat: integrate eslint-import-context to get correct context.cwd (#453)
  • See full diff in compare view

Updates knip from 5.57.2 to 5.58.1

Release notes

Sourced from knip's releases.

Release 5.58.1

  • Mark sentry config files as production entrypoints (#1104) (7138e8f330875b2911a3cca9d437d25dfb2739f2) - thanks @​camjackson!
  • Standardize on fixture directory and package names (a9cbf1913a6c217dc1e3b4a1665d17602849873f)
  • Fix dimmed count in reporter (ba392b0eeb6a1ad8508a5ae014c929a1fdc40491)
  • Improve negated workspace pattern method (b63f83bb97b37e234ece6126d6d2b3c6ba24d461)
  • Move isDisableConfigHints to clean up (aafda400003557c35d59321594f347e54dd64e6f)

Release 5.58.0

  • Add setup/teardown to plugins (to prepare env) (375bd427db7557ad74b3bd9b549ee5fea9d75902)
  • Move nuxt init to setup function (closes #1097) (951240e1f48a13a7008c99c2456535b23cdb7fc3)
  • feat(webpack): process resolveLoader.alias (#1100) (70ffa83bc59c4598b6d8bcaccd53bb8d47135352) - thanks @​TkDodo!
  • Add vite plugin to resolve file from resolve.extension (#1080) (a88d655c273441f28c7c0b62c118c8cea943d307) - thanks @​clickCA!
Commits
  • 46f494e Release 5.58.1
  • aafda40 Move isDisableConfigHints to clean up
  • b63f83b Improve negated workspace pattern method
  • ba392b0 Fix dimmed count in reporter
  • a9cbf19 Standardize on fixture directory and package names
  • 7138e8f Mark sentry config files as production entrypoints (#1104)
  • d6d5b1c Release 5.58.0
  • a88d655 Add vite plugin to resolve file from resolve.extension (#1080)
  • 70ffa83 feat(webpack): process resolveLoader.alias (#1100)
  • 951240e Move nuxt init to setup function (closes #1097)
  • Additional commits viewable in compare view

Updates npm-run-all2 from 8.0.3 to 8.0.4

Release notes

Sourced from npm-run-all2's releases.

v8.0.4

Commits

v8.0.4-beta.0

Merged

Commits

Changelog

Sourced from npm-run-all2's changelog.

v8.0.4

Commits

v8.0.4-beta.0 - 2025-05-20

Merged

Commits

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

Bumps the dev-dependency group with 4 updates: [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest), [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript), [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) and [npm-run-all2](https://github.com/bcomnes/npm-run-all2).


Updates `@vitest/eslint-plugin` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.2.0...v1.2.1)

Updates `eslint-import-resolver-typescript` from 4.3.5 to 4.4.1
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](import-js/eslint-import-resolver-typescript@v4.3.5...v4.4.1)

Updates `knip` from 5.57.2 to 5.58.1
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.58.1/packages/knip)

Updates `npm-run-all2` from 8.0.3 to 8.0.4
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases)
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md)
- [Commits](bcomnes/npm-run-all2@v8.0.3...v8.0.4)

---
updated-dependencies:
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependency
- dependency-name: eslint-import-resolver-typescript
  dependency-version: 4.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependency
- dependency-name: knip
  dependency-version: 5.58.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependency
- dependency-name: npm-run-all2
  dependency-version: 8.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependency
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Dependencies update label May 27, 2025
@github-actions github-actions bot changed the title Common(deps-dev): Bump the dev-dependency group with 4 updates (auto merged) Common(deps-dev): Bump the dev-dependency group with 4 updates May 27, 2025
@github-actions github-actions bot merged commit 5fa8de4 into main May 27, 2025
7 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/dev-dependency-870aac91b6 branch May 27, 2025 01:42
Copy link
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 0% 0 / 95
🔵 Statements 0% 0 / 95
🔵 Functions 25% 1 / 4
🔵 Branches 25% 1 / 4
File CoverageNo changed files found.
Generated in workflow #195 for commit 75842ec by the Vitest Coverage Report Action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants