Skip to content

chore(deps): bump the npm group across 1 directory with 7 updates - #1627

Merged
ayushmanchhabra merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-9693fdb577
Jul 25, 2026
Merged

chore(deps): bump the npm group across 1 directory with 7 updates#1627
ayushmanchhabra merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-9693fdb577

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm group with 6 updates in the / directory:

Package From To
@nwutils/getter 0.2.4 0.2.5
@vitest/coverage-v8 4.1.9 4.1.10
eslint 10.6.0 10.8.0
eslint-plugin-jsdoc 63.0.10 63.2.2
nw 0.112.0 0.114.0
selenium-webdriver 4.45.0 4.46.0

Updates @nwutils/getter from 0.2.4 to 0.2.5

Release notes

Sourced from @​nwutils/getter's releases.

v0.2.5

0.2.5 (2026-07-18)

Bug Fixes

  • update to account for headers file name change (#41) (9185393)

Chores

  • ci: git ignore /types (499c7a0)
  • deps: bump the gha group in /.github/workflows with 2 updates (#32) (363e4d6)
Changelog

Sourced from @​nwutils/getter's changelog.

0.2.5 (2026-07-18)

Bug Fixes

  • update to account for headers file name change (#41) (9185393)

Chores

  • ci: git ignore /types (499c7a0)
  • deps: bump the gha group in /.github/workflows with 2 updates (#32) (363e4d6)
Commits
  • cf9c015 chore(main): release 0.2.5 (#34)
  • 9185393 fix: update to account for headers file name change (#41)
  • 499c7a0 chore(ci): git ignore /types
  • 363e4d6 chore(deps): bump the gha group in /.github/workflows with 2 updates (#32)
  • See full diff in compare view

Updates @vitest/coverage-v8 from 4.1.9 to 4.1.10

Release notes

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

v4.1.10

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates eslint from 10.6.0 to 10.8.0

Release notes

Sourced from eslint's releases.

v10.8.0

Features

  • 2fee9bb feat: export ConfigObject from eslint/config (#21082) (sethamus)

Bug Fixes

  • 6b8d2f7 fix: escape reserved characters in rule id in html formatter (#21129) (Francesco Trotta)
  • 9091071 fix: prevent no-unreachable-loop crash when all loop types are ignored (#21116) (Pixel)
  • e23fafe fix: prefer-object-spread add semicolon when adding parenthesis (#21081) (synthex-byte)
  • 20b5ad0 fix: quadratic-time regex in prefer-template (#21096) (Milos Djermanovic)
  • 8b6f6c0 fix: apply ignore configs to computed methods in class-methods-use-this (#21094) (Pixel)
  • b2c608c fix: NewExpression with parenthesized callee in preserve-caught-error (#21083) (Francesco Trotta)

Documentation

  • 6ddf858 docs: fix broken Specify Parser Options anchor link (#21106) (Minsu)
  • 784dfbe docs: Clarify no-eq-null description (#21120) (Park Harin)
  • 7ec733a docs: Fix typos and grammar in glossary (#21095) (Marry (Subin Yang))
  • 92bb13f docs: replace quake link (#21108) (Jung Hyeon Jun)
  • 68eb4a5 docs: fix broken Specify Globals anchor links in rule pages (#21103) (Minsu)
  • d28f697 docs: replace Code Climate CLI links with Qlty CLI links (#21099) (Jung Hyeon Jun)
  • eccc68d docs: correct --suppressions-location option description (#21093) (Ga eun Lee)
  • c5963f7 docs: Update README (GitHub Actions Bot)

Chores

  • 4fbf46d test: pin webpack version to 5.108.4 (#21137) (Francesco Trotta)
  • 2d063e2 chore: update HTTP URLs to HTTPS in JSDoc and comments (#21101) (Bo Hyun Kim)
  • eccbe7b test: add error locations to no-class-assign (#21123) (devoil)
  • e7d1e43 ci: bump actions/setup-go from 6 to 7 (#21118) (dependabot[bot])
  • e9d66d0 ci: bump actions/setup-node from 6 to 7 (#21119) (dependabot[bot])
  • ee225b6 test: Add error location details to no-eq-null rule (#21117) (Park Harin)
  • 044a627 chore: update minimatch to ^10.2.5 (#21107) (김채영)
  • fb09aa8 chore: update ecosystem plugins (#21115) (ESLint Bot)
  • 5abd878 test: add error locations to no-proto (#21114) (Gihyeon Jeong / 정기현)
  • 9715887 test: Add error location details to no-div-regex (#21110) (Park Harin)
  • a746ec6 test: add error locations to no-new-wrappers (#21109) (Gihyeon Jeong / 정기현)
  • 8dde645 test: add error locations to no-ex-assign (#21102) (devoil)
  • 13ab0ec test: add error locations to no-label-var (#21098) (Gihyeon Jeong / 정기현)
  • a99906f test: Add error location details to no-delete-var rule (#21105) (Park Harin)
  • c47e8dc chore: add missing backticks to languages/js/index.js (#21104) (beeen)
  • 0174428 chore: add missing backticks to translate-cli-options.js (#21097) (dongkyu lee)
  • 3d36589 chore: add missing backticks to serialization.js (#21091) (이규환)
  • dcc9312 test: add error locations to eqeqeq (#21090) (Ga eun Lee)
  • 2710b18 ci: Add explicit permissions to rebuild-docs-sites workflow (#21089) (Marry (Subin Yang))
  • 5d2f866 chore: update dependency prettier to v3.9.5 (#21086) (renovate[bot])
  • d584e31 chore: fix failing ecosystem test for eslint-plugin-unicorn (#21084) (Francesco Trotta)
  • bf3eda0 chore: update ecosystem plugins (#21079) (ESLint Bot)

v10.7.0

Features

  • cf2a9bf feat: add errorClassNames option to preserve-caught-error rule (#21032) (sethamus)
  • f8b873a feat: max-nested-callbacks option for constructor callbacks (#21063) (fnx)

... (truncated)

Commits

Updates eslint-plugin-jsdoc from 63.0.10 to 63.2.2

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v63.2.2

63.2.2 (2026-07-24)

Bug Fixes

v63.2.1

63.2.1 (2026-07-23)

Bug Fixes

  • update jsdoccomment, spdx-expression-parse, devDeps.; fixes #1727 (#1728) (9fd2f28)

v63.2.0

63.2.0 (2026-07-19)

Features

  • normalize-see-links: add wrapBareUrls option (#1726) (77a7b1a)

v63.1.0

63.1.0 (2026-07-18)

Features

v63.0.14

63.0.14 (2026-07-17)

Bug Fixes

  • escape-inline-tags: ignore Markdown code spans (786d12d)

v63.0.13

63.0.13 (2026-07-10)

Bug Fixes

  • failing pages build and deployment (3728347)

v63.0.12

63.0.12 (2026-07-06)

... (truncated)

Commits
  • 3663803 fix: update jsdoccomment and devDeps. (#1730)
  • 9fd2f28 fix: update jsdoccomment, spdx-expression-parse, devDeps.; fixes #1727 (#1728)
  • 77a7b1a feat(normalize-see-links): add wrapBareUrls option (#1726)
  • c03dd66 feat: add normalize-see-links rule (#1725)
  • 786d12d fix(escape-inline-tags): ignore Markdown code spans
  • 3728347 fix: failing pages build and deployment
  • df5813c fix: CJS builds; fixes #1719
  • 7676b50 fix(require-jsdoc): skip overloads to find method comment blocks; fixes #1688
  • 008470d chore: update semver, devDeps.; test Node 26
  • 86ae048 chore: use yargs 17.7.3 with release-age exclusion
  • See full diff in compare view

Updates nw from 0.112.0 to 0.114.0

Commits

Updates selenium-webdriver from 4.45.0 to 4.46.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.46.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

... (truncated)

Commits
  • df5a634 [build] Prepare for release of selenium-4.46.0 (#17763)
  • a6a14b4 bumping ts rules (#17760)
  • 726666b [rust] Prevent path traversal in tar and pkg extraction (#17668). Reported by...
  • 8b85e9a [build] Resolve Chrome milestone from Chrome-for-Testing channel version (#17...
  • 9f6ccde [java][bidi] Track events subscriptions using subscription ids (#17759)
  • 4177888 [java] Move BiDi creation to RemoteWebDriver. Add enable BiDi to SafariOption...
  • 185e626 [build] fix python linting in format.sh script
  • 15ee583 [build] document .local customization and add PR review guidance (#17756)
  • ee4057c Add guidance for testing conventions in each language (#16734)
  • 4c140e1 [build] Add update_cddl script to refresh pinned w3c/webref CDDL files (#17743)
  • Additional commits viewable in compare view

Updates vitest from 4.1.9 to 4.1.10

Release notes

Sourced from vitest's releases.

v4.1.10

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • db616d2 chore: release v4.1.10 (#10718)
  • bae52b5 fix(vm): fix external module resolve error with deps optimizer query for enco...
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 25, 2026
@github-actions

github-actions Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Coverage Report for Vitest Coverage (ubuntu-24.04)

Status Category Percentage Covered / Total
🔵 Lines 21.07% 110 / 522
🔵 Statements 21.03% 110 / 523
🔵 Functions 29.72% 11 / 37
🔵 Branches 24.54% 134 / 546
File CoverageNo changed files found.
Generated in workflow #1077 for commit 9c97802 by the Vitest Coverage Report Action

@github-actions

github-actions Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Coverage Report for Vitest Coverage (windows-2025)

Status Category Percentage Covered / Total
🔵 Lines 19.92% 104 / 522
🔵 Statements 19.88% 104 / 523
🔵 Functions 29.72% 11 / 37
🔵 Branches 22.34% 122 / 546
File CoverageNo changed files found.
Generated in workflow #1077 for commit 9c97802 by the Vitest Coverage Report Action

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-9693fdb577 branch from 84ce9f5 to b4effe0 Compare July 25, 2026 15:28
@github-actions

github-actions Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Coverage Report for Vitest Coverage (ubuntu-24.04-arm)

Status Category Percentage Covered / Total
🔵 Lines 21.07% 110 / 522
🔵 Statements 21.03% 110 / 523
🔵 Functions 29.72% 11 / 37
🔵 Branches 24.54% 134 / 546
File CoverageNo changed files found.
Generated in workflow #1077 for commit 9c97802 by the Vitest Coverage Report Action

@github-actions

github-actions Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Coverage Report for Vitest Coverage (windows-11-arm)

Status Category Percentage Covered / Total
🔵 Lines 19.92% 104 / 522
🔵 Statements 19.88% 104 / 523
🔵 Functions 29.72% 11 / 37
🔵 Branches 22.34% 122 / 546
File CoverageNo changed files found.
Generated in workflow #1077 for commit 9c97802 by the Vitest Coverage Report Action

@ayushmanchhabra

Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps the npm group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nwutils/getter](https://github.com/nwutils/getter) | `0.2.4` | `0.2.5` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.9` | `4.1.10` |
| [eslint](https://github.com/eslint/eslint) | `10.6.0` | `10.8.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `63.0.10` | `63.2.2` |
| [nw](https://github.com/nwjs/npm-installer) | `0.112.0` | `0.114.0` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.45.0` | `4.46.0` |



Updates `@nwutils/getter` from 0.2.4 to 0.2.5
- [Release notes](https://github.com/nwutils/getter/releases)
- [Changelog](https://github.com/nwutils/getter/blob/main/CHANGELOG.md)
- [Commits](nwutils/getter@v0.2.4...v0.2.5)

Updates `@vitest/coverage-v8` from 4.1.9 to 4.1.10
- [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.10/packages/coverage-v8)

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

Updates `eslint-plugin-jsdoc` from 63.0.10 to 63.2.2
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v63.0.10...v63.2.2)

Updates `nw` from 0.112.0 to 0.114.0
- [Changelog](https://github.com/nwjs/npm-installer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nwjs/npm-installer/commits)

Updates `selenium-webdriver` from 4.45.0 to 4.46.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.45.0...selenium-4.46.0)

Updates `vitest` from 4.1.9 to 4.1.10
- [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.10/packages/vitest)

---
updated-dependencies:
- dependency-name: "@nwutils/getter"
  dependency-version: 0.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: eslint
  dependency-version: 10.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 63.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: nw
  dependency-version: 0.114.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: selenium-webdriver
  dependency-version: 4.46.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: vitest
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-9693fdb577 branch from b4effe0 to 9c97802 Compare July 25, 2026 17:18
@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for Vitest Coverage (macos-26)

Status Category Percentage Covered / Total
🔵 Lines 29.31% 153 / 522
🔵 Statements 29.25% 153 / 523
🔵 Functions 43.24% 16 / 37
🔵 Branches 21.61% 118 / 546
File CoverageNo changed files found.
Generated in workflow #1077 for commit 9c97802 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for Vitest Coverage (macos-26-intel)

Status Category Percentage Covered / Total
🔵 Lines 29.31% 153 / 522
🔵 Statements 29.25% 153 / 523
🔵 Functions 43.24% 16 / 37
🔵 Branches 21.61% 118 / 546
File CoverageNo changed files found.
Generated in workflow #1077 for commit 9c97802 by the Vitest Coverage Report Action

@ayushmanchhabra
ayushmanchhabra merged commit 9a9cdd5 into main Jul 25, 2026
7 checks passed
@ayushmanchhabra
ayushmanchhabra deleted the dependabot/npm_and_yarn/npm-9693fdb577 branch July 25, 2026 17:21
ayushmanchhabra pushed a commit that referenced this pull request Jul 25, 2026
🤖 I have created a release *beep* *boop*
---


##
[4.18.0](v4.17.13...v4.18.0)
(2026-07-25)


### Features

* **bld:** add option to ignore files/folder during file globbing
([#1615](#1615))
([6a3eb87](6a3eb87))


### Bug Fixes

* **bld:** workaround for version mismatch in nwjs.app
([#1628](#1628))
([fdddcf0](fdddcf0)),
closes [#1624](#1624)


### Chores

* **ci:** run tests on {Linux, Mac, Windows} x {Intel, ARM}
([#1625](#1625))
([846ca3b](846ca3b))
* **deps:** bump the gha group across 1 directory with 3 updates
([#1622](#1622))
([9d4ed4f](9d4ed4f))
* **deps:** bump the npm group across 1 directory with 7 updates
([#1627](#1627))
([9a9cdd5](9a9cdd5))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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