Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 22, 2025

Bumps the npm-deps group with 5 updates:

Package From To
eslint-plugin-jsdoc 51.0.1 51.2.0
puppeteer 24.10.1 24.10.2
stylelint 16.20.0 16.21.0
typescript-eslint 8.34.0 8.34.1
web-ext 8.7.1 8.8.0

Updates eslint-plugin-jsdoc from 51.0.1 to 51.2.0

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v51.2.0

51.2.0 (2025-06-22)

Features

  • strip property when there is a class tag and the context is set (#1414) (08f7834), closes #1376

v51.1.3

51.1.3 (2025-06-22)

Bug Fixes

  • no-undefined-types: liberalize checks to reallow for unknown properties on imports and defined globals; fixes #1412 (#1413) (a083c81)

v51.1.2

51.1.2 (2025-06-22)

Bug Fixes

v51.1.1

51.1.1 (2025-06-21)

Bug Fixes

  • require-jsdoc: check interfaces within file for comment blocks; fixes #768 (#1410) (2875c2d)

v51.1.0

51.1.0 (2025-06-21)

Features

  • lines-before-block: add default-on ignoreSingleLines option; fixes #1295 (#1408) (b0faae7)

v51.0.7

51.0.7 (2025-06-21)

Bug Fixes

  • check-template-names: checks class body for comments where template names used; fixes #1354 (#1407) (ae2b314)

v51.0.6

51.0.6 (2025-06-21)

... (truncated)

Commits
  • 08f7834 feat: strip property when there is a class tag and the context is set (#1414)
  • a083c81 fix(no-undefined-types): liberalize checks to reallow for unknown propertie...
  • 3d2d379 fix: update jsdoccomment (#1411)
  • 2875c2d fix(require-jsdoc): check interfaces within file for comment blocks; fixes ...
  • b0faae7 feat(lines-before-block): add default-on ignoreSingleLines option; fixes ...
  • ae2b314 fix(check-template-names): checks class body for comments where template na...
  • 26ae169 fix(require-jsdoc): update jsdoccomment (and espree) to get comment-finding...
  • fcc7b26 fix(no-undefined-types): check existence of class methods/properties (#1405)
  • 9bb554a fix(no-undefined-types): mark sister method and property names as defined; ...
  • ec387d6 fix: revert are-docs-informative while still using CJS; fixes #1400 (#1401)
  • Additional commits viewable in compare view

Updates puppeteer from 24.10.1 to 24.10.2

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.10.2

24.10.2 (2025-06-18)

Bug Fixes

puppeteer: v24.10.2

24.10.2 (2025-06-18)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.10.1 to 24.10.2
Changelog

Sourced from puppeteer's changelog.

24.10.2 (2025-06-18)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.10.1 to 24.10.2

Bug Fixes

Commits
  • acf469e chore: release main (#13948)
  • 14a61d6 fix: roll to Chrome 137.0.7151.119 (#13953)
  • f9a1405 test: fix cors error test (#13952)
  • 03b19b7 chore: a script to compare field trials in Chromium (#13951)
  • 67ad01f fix: correctly conver referrerPolicy to protocol value (#13954)
  • c27134c docs: added request.resourceType to the list of not supported features (#13947)
  • cd87b53 fix: handle target close errors in NetworkManager (#13946)
  • 9e108ad chore(deps): Bump brace-expansion from 1.1.11 to 1.1.12 in /website (#13935)
  • 1def6ed chore(deps): Bump node from 0b5b940 to 71bcbb3 in /docker in the all grou...
  • See full diff in compare view

Updates stylelint from 16.20.0 to 16.21.0

Release notes

Sourced from stylelint's releases.

16.21.0

It rounds out the message secondary option and marks it as stable, adds 1 new option to a rule, and fixes 4 bugs.

  • Added: non-experimental support for functional message secondary option (#8595) (@​ybiquitous).
  • Added: ignore: ["after-custom-property"] to custom-property-empty-line-before (#8627) (@​imkesin).
  • Fixed: cache configuration property not being respected (#8599) (@​ybiquitous).
  • Fixed: fastest-levenshtein import when bundling (#8621) (@​onigoetz).
  • Fixed: named-grid-areas-no-invalid false positives for interpolated grid-template-areas in CSS-in-JS (#8606) (@​shahana308).
  • Fixed: selector-pseudo-*-no-unknown false positives for the missing form control styling selectors (#8623) (@​tyrann0us).
Changelog

Sourced from stylelint's changelog.

16.21.0 - 2025-06-19

It rounds out the message secondary option and marks it as stable, adds 1 new option to a rule, and fixes 4 bugs.

  • Added: non-experimental support for functional message secondary option (#8595) (@​ybiquitous).
  • Added: ignore: ["after-custom-property"] to custom-property-empty-line-before (#8627) (@​imkesin).
  • Fixed: cache configuration property not being respected (#8599) (@​ybiquitous).
  • Fixed: fastest-levenshtein import when bundling (#8621) (@​onigoetz).
  • Fixed: named-grid-areas-no-invalid false positives for interpolated grid-template-areas in CSS-in-JS (#8606) (@​shahana308).
  • Fixed: selector-pseudo-*-no-unknown false positives for the missing form control styling selectors (#8623) (@​tyrann0us).
Commits
  • 90ffc0b 16.21.0
  • e34a2a3 Prepare 16.21.0 (#8598)
  • 18c9d63 Fix selector-pseudo-*-no-unknown false positives for form control styling s...
  • b006c58 Fix cache configuration property not being respected (#8599)
  • b764c23 Fix named-grid-areas-no-invalid false positives for interpolated grid-templ...
  • 103c2d2 Add ignore: ["after-custom-property"] to `custom-property-empty-line-before...
  • 1f9791b Document custom-property-empty-line-before ignore examples correctly (#8628)
  • 8a9a830 Fix fastest-levenshtein import when bundling (#8621)
  • 651a1b4 Document notation typo fix (#8624)
  • 93d1af1 Bump known-css-properties from 0.36.0 to 0.37.0 (#8619)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.34.0 to 8.34.1

Release notes

Sourced from typescript-eslint's releases.

v8.34.1

8.34.1 (2025-06-16)

🩹 Fixes

  • types: add 2026/17 to EcmaVersion (#11304)
  • typescript-estree: emit a Literal instead of Identifier for constructor when the identifier is a string (#11299)
  • visitor-keys: bump eslint-visitor-keys dependency (#11294)

❤️ Thank You

  • David Archibald
  • overlookmotel
  • Tao

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

Changelog

Sourced from typescript-eslint's changelog.

8.34.1 (2025-06-16)

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 8.7.1 to 8.8.0

Release notes

Sourced from web-ext's releases.

8.8.0

main changes

  • Added: Support loading extensions in Chrome 137+ (#3434)
  • Added: Auto-reload support for Chrome using CDP (#3434)
  • Updated: dependency addons-linter to 7.15.0, which includes the Fx140 schema (#3448)
  • Fixed: npm audit for brace-expansion (#3450)

dependencies

  • Updated: dependency @babel/runtime to 7.27.6 (#3444)

dev dependencies

  • Updated: dependency @babel/core to 7.27.4 (#3438)
  • Updated: dependency @babel/eslint-parser to 7.27.5 (#3442)
  • Updated: dependency mocha to 11.7.0 (#3449)
  • Updated: dependency pretty-quick to 4.2.2 (#3440)

See all changes: mozilla/web-ext@8.7.1...8.8.0

Commits
  • 20bfd9d 8.8.0
  • 7f18c86 chore(deps-dev): bump mocha from 11.5.0 to 11.7.0 (#3449)
  • da267d7 chore(deps): bump addons-linter from 7.13.0 to 7.15.0 (#3448)
  • add869f Fix npm audit for brace-expansion (#3450)
  • fa87e95 chore(deps-dev): bump @​babel/eslint-parser from 7.27.1 to 7.27.5 (#3442)
  • e39bb4e chore(deps): bump @​babel/runtime from 7.27.4 to 7.27.6 (#3444)
  • b5e0e25 test(functional): Add test for auto-reload after failed load
  • 478115f feat: Support loading extensions in Chrome 137+
  • ba0537f feat: auto-reload support for Chrome using CDP
  • 085481f chore: Remove WebSocket-based reloading from chromium runner
  • Additional commits viewable in compare view

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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `51.0.1` | `51.2.0` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.10.1` | `24.10.2` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.20.0` | `16.21.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.34.0` | `8.34.1` |
| [web-ext](https://github.com/mozilla/web-ext) | `8.7.1` | `8.8.0` |


Updates `eslint-plugin-jsdoc` from 51.0.1 to 51.2.0
- [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@v51.0.1...v51.2.0)

Updates `puppeteer` from 24.10.1 to 24.10.2
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.10.1...puppeteer-v24.10.2)

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

Updates `typescript-eslint` from 8.34.0 to 8.34.1
- [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.34.1/packages/typescript-eslint)

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

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 51.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: puppeteer
  dependency-version: 24.10.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: stylelint
  dependency-version: 16.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: typescript-eslint
  dependency-version: 8.34.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: web-ext
  dependency-version: 8.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 22, 2025
@dependabot dependabot bot requested a review from sosnovsky as a code owner June 22, 2025 22:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 22, 2025
@FlowCryptRobot FlowCryptRobot enabled auto-merge (squash) June 22, 2025 22:16
@FlowCryptRobot FlowCryptRobot merged commit b86d33c into master Jun 22, 2025
11 checks passed
@FlowCryptRobot FlowCryptRobot deleted the dependabot/npm_and_yarn/npm-deps-01ce8c9059 branch June 22, 2025 22:47
sosnovsky pushed a commit that referenced this pull request Aug 4, 2025
* fix: alarm issue and service worker window issue

* fix: pr reviews
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