Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 23, 2025

Bumps the npm-deps group with 7 updates:

Package From To
@types/chrome 0.1.29 0.1.31
eslint-plugin-jsdoc 61.2.1 61.4.1
lint-staged 16.2.6 16.2.7
puppeteer 24.30.0 24.31.0
stylelint 16.25.0 16.26.0
typescript-eslint 8.46.4 8.47.0
web-ext 9.1.0 9.2.0

Updates @types/chrome from 0.1.29 to 0.1.31

Commits

Updates eslint-plugin-jsdoc from 61.2.1 to 61.4.1

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v61.4.1

61.4.1 (2025-11-23)

Bug Fixes

  • require-rejects: do not treat synchronous throw as rejection; fixes #1603 (f776d63)

v61.4.0

61.4.0 (2025-11-20)

Features

v61.3.0

61.3.0 (2025-11-19)

Features

Commits
  • f776d63 fix(require-rejects): do not treat synchronous throw as rejection; fixes #1603
  • af2d940 Implement "always" mode support for list indentation preservation
  • da2c872 Add support for preserving list indentation in check-line-alignment (never mode)
  • 18e236e Add support for preserving list indentation in check-line-alignment (never mode)
  • 30b6335 Add support for preserving list indentation in check-line-alignment (never mode)
  • 99c7fbd feat: add require-rejects rule; fixes #755
  • 03adf63 refactor: forbid inconsistent indentation with new option
  • edaf615 feat: allowIndentedSections option; fixes #541
  • bba6dd8 chore(deps-dev): bump glob from 11.0.3 to 11.1.0
  • See full diff in compare view

Updates lint-staged from 16.2.6 to 16.2.7

Release notes

Sourced from lint-staged's releases.

v16.2.7

Patch Changes

  • #1711 ef74c8d Thanks @​iiroj! - Do not display a "failed to spawn" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed.
Changelog

Sourced from lint-staged's changelog.

16.2.7

Patch Changes

  • #1711 ef74c8d Thanks @​iiroj! - Do not display a "failed to spawn" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed.
Commits
  • 0c1b000 chore(changeset): release
  • 595b202 build(deps): update dependencies
  • ef74c8d fix: do display "failed to spawn" message when task fails normally
  • 5cf2a1e style: do not autofix when running lint-staged
  • ba40012 chore: drop npx from commit-msg hook
  • d67de9a chore: fix pre-push hook usage with changeset
  • 8017d1d build(deps): update dependencies
  • 922d7f4 ci: remove dependabot integration, it's not useful
  • 6aeeef1 docs: add PR template
  • a5728b5 docs: add AGENTS.md
  • Additional commits viewable in compare view

Updates puppeteer from 24.30.0 to 24.31.0

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.31.0

24.31.0 (2025-11-20)

🎉 Features

  • webdriver: use emulation.setNetworkConditions for offline emulation (#14431) (a9e7c1d)
  • webdriver: use emulation.setUserAgentOverride instead of network interception (#14335) (e48ae6b)

🛠️ Fixes

puppeteer: v24.31.0

24.31.0 (2025-11-20)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.30.0 to 24.31.0
Changelog

Sourced from puppeteer's changelog.

24.31.0 (2025-11-20)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.30.0 to 24.31.0

🎉 Features

  • webdriver: use emulation.setNetworkConditions for offline emulation (#14431) (a9e7c1d)
  • webdriver: use emulation.setUserAgentOverride instead of network interception (#14335) (e48ae6b)

🛠️ Fixes

Commits
  • 1ad21f5 chore: release main (#14421)
  • 3b83e65 fix: TS fix for path in ScreenshotOptions (#14443)
  • 4437670 ci: update permission for actions (#14441)
  • 3a588e3 chore(deps-dev): bump the dev-dependencies group with 6 updates (#14439)
  • 5bcfd2d chore(deps): bump webdriver-bidi-protocol from 0.3.8 to 0.3.9 in the dependen...
  • b3b7317 chore(deps): bump js-yaml from 3.14.1 to 3.14.2 in /website (#14433)
  • 5826088 chore: extract DeviceRequestPrompt interface (#14432)
  • 7e1eed0 fix: roll to Firefox 145.0.1 (#14437)
  • bc5ef9d chore(deps-dev): bump glob from 10.4.5 to 10.5.0 (#14436)
  • a9e7c1d feat(webdriver): use emulation.setNetworkConditions for offline emulation (...
  • Additional commits viewable in compare view

Updates stylelint from 16.25.0 to 16.26.0

Release notes

Sourced from stylelint's releases.

16.26.0

It adds 1 feature and fixes 2 bugs.

  • Added: support for customSyntax with function export (#8834) (@​silverwind).
  • Fixed: custom-property-no-missing-var-function false positives for style query in if() function (#8813) (@​sajdakabir).
  • Fixed: media-feature-range-notation false positives for multiple queries and except: exact-value (#8832) (@​jeddy3).
Changelog

Sourced from stylelint's changelog.

16.26.0 - 2025-11-21

It adds 1 feature and fixes 2 bugs.

  • Added: support for customSyntax with function export (#8834) (@​silverwind).
  • Fixed: custom-property-no-missing-var-function false positives for style query in if() function (#8813) (@​sajdakabir).
  • Fixed: media-feature-range-notation false positives for multiple queries and except: exact-value (#8832) (@​jeddy3).
Commits
  • 13737ba Release 16.26.0 (#8842)
  • a5c75d3 Fix semver type for added feature (#8841)
  • de3a8f0 Fix custom-property-no-missing-var-function false positives for style query...
  • dd008cd Fix vulnerable dependencies by npm audit fix (#8839)
  • 2ba1898 Add support for customSyntax with function export (#8834)
  • 782b741 Bump eslint from 9.38.0 to 9.39.0 in the eslint group (#8835)
  • 99b018d Fix media-feature-range-notation false positives for multiple queries and `...
  • b0fa564 Bump file-entry-cache from 10.1.4 to 11.1.0 (#8817)
  • 4ac232e Document larger message arguments example (#8803)
  • 4ba4da4 Bump @​stylelint/prettier-config from 3.0.0 to 4.0.0 in the stylelint group (#...
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.46.4 to 8.47.0

Release notes

Sourced from typescript-eslint's releases.

v8.47.0

8.47.0 (2025-11-17)

🚀 Features

  • eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.47.0 (2025-11-17)

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.

Commits

Updates web-ext from 9.1.0 to 9.2.0

Release notes

Sourced from web-ext's releases.

9.2.0

main changes

  • Fixed: Ensured navigator.webdriver != true in launched Chromium (#3553)
  • Added: web-ext lint now supports Firefox 145 and 146 schemas

dependencies

  • Updated: dependency addons-linter to 9.2.0 (#3559)
  • Updated: dependency open to 11.0.0 (#3554)
  • Updated: dependency pino to 10.1.0 (#3538)

dev dependencies

  • Updated: dependency mocha to 11.7.5 (#3546)
  • Updated: dependency chai to 6.2.1 (#3550)

others

  • Migrate project to ESLint v9 (#3552)

See all changes: mozilla/web-ext@9.1.0...9.2.0

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
puppeteer [>= 21.7.a, < 21.8]
puppeteer [>= 22.0.a, < 22.1]
puppeteer [>= 22.1.a, < 22.2]
puppeteer [>= 22.3.a, < 22.4]
puppeteer [>= 22.5.a, < 22.6]
puppeteer [>= 22.6.a, < 22.7]
puppeteer [>= 22.4.a, < 22.5]
puppeteer [>= 22.2.a, < 22.3]
puppeteer [>= 22.7.a, < 22.8]

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 npm-deps group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.1.29` | `0.1.31` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `61.2.1` | `61.4.1` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.6` | `16.2.7` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.30.0` | `24.31.0` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.25.0` | `16.26.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.4` | `8.47.0` |
| [web-ext](https://github.com/mozilla/web-ext) | `9.1.0` | `9.2.0` |


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

Updates `eslint-plugin-jsdoc` from 61.2.1 to 61.4.1
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v61.2.1...v61.4.1)

Updates `lint-staged` from 16.2.6 to 16.2.7
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.2.6...v16.2.7)

Updates `puppeteer` from 24.30.0 to 24.31.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.30.0...puppeteer-v24.31.0)

Updates `stylelint` from 16.25.0 to 16.26.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.25.0...16.26.0)

Updates `typescript-eslint` from 8.46.4 to 8.47.0
- [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/v8.47.0/packages/typescript-eslint)

Updates `web-ext` from 9.1.0 to 9.2.0
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](mozilla/web-ext@9.1.0...9.2.0)

---
updated-dependencies:
- dependency-name: "@types/chrome"
  dependency-version: 0.1.31
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 61.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: lint-staged
  dependency-version: 16.2.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: puppeteer
  dependency-version: 24.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: stylelint
  dependency-version: 16.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: typescript-eslint
  dependency-version: 8.47.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: web-ext
  dependency-version: 9.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-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 Nov 23, 2025
@dependabot dependabot bot requested a review from sosnovsky as a code owner November 23, 2025 22:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 23, 2025
@FlowCryptRobot FlowCryptRobot enabled auto-merge (squash) November 23, 2025 22:02
@FlowCryptRobot FlowCryptRobot merged commit ae5c4f6 into master Nov 24, 2025
11 of 12 checks passed
@FlowCryptRobot FlowCryptRobot deleted the dependabot/npm_and_yarn/npm-deps-c6b026e4ed branch November 24, 2025 09:45
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.

2 participants