Skip to content

Bump the development-dependencies group with 3 updates#3371

Merged
ildyria merged 1 commit intomasterfrom
dependabot/npm_and_yarn/development-dependencies-c9053fd76b
May 26, 2025
Merged

Bump the development-dependencies group with 3 updates#3371
ildyria merged 1 commit intomasterfrom
dependabot/npm_and_yarn/development-dependencies-c9053fd76b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2025

Bumps the development-dependencies group with 3 updates: @tkskto/vue-component-analyzer, @types/node and @vitest/eslint-plugin.

Updates @tkskto/vue-component-analyzer from 0.9.1 to 0.10.0

Release notes

Sourced from @​tkskto/vue-component-analyzer's releases.

v0.10.0

Fixes

  • #411 set pre style for overflow contents

Chores

  • #397 express to v5
  • #398 node to v22 (And dropped v18.x)
  • #402 typescript-eslint monorepo to v8.32.1
  • #405 ws to v8.18.2
  • #409 get-tsconfig to v4.10.1

What's Changed

Full Changelog: tkskto/vue-component-analyzer@v0.9.1...v0.10.0

Changelog

Sourced from @​tkskto/vue-component-analyzer's changelog.

0.10.0

Fixes

  • set pre style for overflow contents

Chores

  • #397 express to v5
  • #398 node to v22 (And dropped v18.x)
  • #402 typescript-eslint monorepo to v8.32.1
  • #405 ws to v8.18.2
  • #409 get-tsconfig to v4.10.1
Commits
  • d3a2b60 Merge pull request #412 from tkskto/develop
  • cc41c89 docs: update CHANGELOG.md
  • 89c1f73 v0.10.0
  • cd148c8 test: add test case for withDefaults
  • 6075ee8 Merge pull request #405 from tkskto/renovate/ws-8.x
  • 502f0ff Merge pull request #411 from tkskto/fix/pre-style
  • 6d61efb fix: set pre style when overflow
  • 8e06473 Merge pull request #410 from tkskto/renovate/node-22.x-lockfile
  • c05cf70 Merge pull request #409 from tkskto/renovate/get-tsconfig-4.x
  • 4a26fef Merge pull request #408 from tkskto/renovate/rollup-plugin-node-resolve-16.x-...
  • Additional commits viewable in compare view

Updates @types/node from 22.15.19 to 22.15.21

Commits

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

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 development-dependencies group with 3 updates: [@tkskto/vue-component-analyzer](https://github.com/tkskto/vue-component-analyzer), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest).


Updates `@tkskto/vue-component-analyzer` from 0.9.1 to 0.10.0
- [Release notes](https://github.com/tkskto/vue-component-analyzer/releases)
- [Changelog](https://github.com/tkskto/vue-component-analyzer/blob/develop/CHANGELOG.md)
- [Commits](tkskto/vue-component-analyzer@v0.9.1...v0.10.0)

Updates `@types/node` from 22.15.19 to 22.15.21
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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)

---
updated-dependencies:
- dependency-name: "@tkskto/vue-component-analyzer"
  dependency-version: 0.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@types/node"
  dependency-version: 22.15.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 26, 2025
@dependabot dependabot Bot requested a review from a team as a code owner May 26, 2025 21:01
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 26, 2025
@ildyria ildyria merged commit e143237 into master May 26, 2025
34 checks passed
@ildyria ildyria deleted the dependabot/npm_and_yarn/development-dependencies-c9053fd76b branch May 26, 2025 22:19
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