Skip to content

build(deps-dev): bump the dev-deps group with 6 updates - #138

Merged
crimx merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-deps-cb0b2a7a5d
Sep 2, 2026
Merged

build(deps-dev): bump the dev-deps group with 6 updates#138
crimx merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-deps-cb0b2a7a5d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-deps group with 6 updates:

Package From To
@types/node 26.1.1 26.3.0
@vitest/coverage-v8 4.1.10 4.1.11
@wopjs/eslint-config 0.1.80 0.1.82
commit-and-tag-version 13.1.0 13.1.2
eslint 10.8.0 10.9.1
vitest 4.1.10 4.1.11

Updates @types/node from 26.1.1 to 26.3.0

Commits

Updates @vitest/coverage-v8 from 4.1.10 to 4.1.11

Release notes

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

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @wopjs/eslint-config from 0.1.80 to 0.1.82

Release notes

Sourced from @​wopjs/eslint-config's releases.

v0.1.82

0.1.82 (2026-08-05)

Build System

  • deps: bump brace-expansion from 5.0.7 to 5.0.9 (#212) (ae5dd8c)

v0.1.81

0.1.81 (2026-08-02)

Build System

  • deps: bump the all-deps group with 7 updates (#210) (224d0b7)
Changelog

Sourced from @​wopjs/eslint-config's changelog.

0.1.82 (2026-08-05)

Build System

  • deps: bump brace-expansion from 5.0.7 to 5.0.9 (#212) (ae5dd8c)

0.1.81 (2026-08-02)

Build System

  • deps: bump the all-deps group with 7 updates (#210) (224d0b7)
Commits

Updates commit-and-tag-version from 13.1.0 to 13.1.2

Release notes

Sourced from commit-and-tag-version's releases.

v13.1.2

13.1.2 (2026-07-28)

Bug Fixes

v13.1.1

13.1.1 (2026-07-28)

Bug Fixes

  • Fix issue where prereleases were calculated from the wrong base (fixes #310) (1261803)
Changelog

Sourced from commit-and-tag-version's changelog.

13.1.2 (2026-07-28)

Bug Fixes

13.1.1 (2026-07-28)

Bug Fixes

  • Fix issue where prereleases were calculated from the wrong base (fixes #310) (1261803)
Commits
  • 12204b8 chore(master): release 13.1.2 (#319)
  • 8b968bc fix(yaml): preserve long scalar lines (#313)
  • efc14c1 docs: recommend branch-based prerelease workflow (#312)
  • 0debe39 chore(master): release 13.1.1 (#318)
  • 8aa1098 chore: Run audit fix
  • 080bec7 build(deps-dev): bump eslint-plugin-n from 17.21.3 to 18.2.2 (#316)
  • cf60c59 build(deps): bump figures from 3.2.0 to 6.1.0 (#315)
  • 1261803 fix: Fix issue where prereleases were calculated from the wrong base (fixes #...
  • ef5a889 build(deps): bump yaml from 2.8.4 to 2.9.0 (#314)
  • See full diff in compare view

Updates eslint from 10.8.0 to 10.9.1

Release notes

Sourced from eslint's releases.

v10.9.1

Bug Fixes

  • 1e641c9 fix: no-loss-of-precision false positive with trailing decimal point (#21251) (Aleksandr Shoronov)

Documentation

  • ad74a8d docs: add deprecation steps for EOL package versions (#21248) (Francesco Trotta)

Chores

v10.9.0

Features

  • 08de88e feat: handle underflow in no-loss-of-precision (#21218) (Rithish S)
  • 55db479 feat: add checkConditionalExpressions to no-unmodified-loop-condition (#21175) (sethamus)

Bug Fixes

  • 2ba3025 fix: prevent unsafe no-var autofix with hoisted functions (#21213) (sethamus)
  • 8e69622 fix: Prevent no-var autofix when var is shadowed by catch parameter (#21204) (Yang Hyeonjong)
  • 684b579 fix: prefer-template invalid autofix creates a tagged template call (#21207) (김채영)

Documentation

  • 9ef407a docs: use eslint.config.* wherever config file names are listed (#21216) (Marry (Subin Yang))
  • 87f66f4 docs: Update README (GitHub Actions Bot)
  • 585ef37 docs: update architecture documentation (#21112) (Francesco Trotta)
  • f3993b0 docs: Update README (GitHub Actions Bot)
  • ffc87d6 docs: fix broken links in Further Reading sections (#21203) (Minsu)
  • 1a761e1 docs: update moved JSX specification links (#21198) (Imran Mustafa)
  • 4d00ca4 docs: update ESLint peer dependency to ^10.0.0 in shareable configs (#21202) (lumir)
  • 510d1a2 docs: Update README (GitHub Actions Bot)

Chores

  • 899dbf1 chore: update github/codeql-action action to v4.37.7 (#21243) (renovate[bot])
  • 9aa3873 chore: update ecosystem plugins (#21235) (ESLint Bot)
  • dc1e7a8 chore: update ecosystem plugins (#21208) (ESLint Bot)
  • f878d21 ci: bump pnpm/action-setup from 6.0.9 to 6.0.10 (#21200) (dependabot[bot])
  • 4891e50 ci: bump github/codeql-action from 4.37.4 to 4.37.6 (#21199) (dependabot[bot])

v10.8.1

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)

... (truncated)

Commits

Updates vitest from 4.1.10 to 4.1.11

Release notes

Sourced from vitest's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 9bd8d46 chore: release v4.1.11 (#10995)
  • 9851dbc fix(browser): trigger playwright/chromium gc on lower disk availability [back...
  • 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 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-deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.1` | `26.3.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.10` | `4.1.11` |
| [@wopjs/eslint-config](https://github.com/wopjs/eslint-config) | `0.1.80` | `0.1.82` |
| [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) | `13.1.0` | `13.1.2` |
| [eslint](https://github.com/eslint/eslint) | `10.8.0` | `10.9.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.10` | `4.1.11` |


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

Updates `@vitest/coverage-v8` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/coverage-v8)

Updates `@wopjs/eslint-config` from 0.1.80 to 0.1.82
- [Release notes](https://github.com/wopjs/eslint-config/releases)
- [Changelog](https://github.com/wopjs/eslint-config/blob/main/CHANGELOG.md)
- [Commits](wopjs/eslint-config@v0.1.80...v0.1.82)

Updates `commit-and-tag-version` from 13.1.0 to 13.1.2
- [Release notes](https://github.com/absolute-version/commit-and-tag-version/releases)
- [Changelog](https://github.com/absolute-version/commit-and-tag-version/blob/master/CHANGELOG.md)
- [Commits](absolute-version/commit-and-tag-version@v13.1.0...v13.1.2)

Updates `eslint` from 10.8.0 to 10.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.8.0...v10.9.1)

Updates `vitest` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@wopjs/eslint-config"
  dependency-version: 0.1.82
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: commit-and-tag-version
  dependency-version: 13.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: eslint
  dependency-version: 10.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
...

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 Sep 1, 2026
@crimx
crimx merged commit 7ac6b0c into main Sep 2, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dev-deps-cb0b2a7a5d branch September 2, 2026 02:16
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