build(deps-dev): bump the npm-deps group with 5 updates#6024
Merged
FlowCryptRobot merged 1 commit intomasterfrom Jun 22, 2025
Merged
build(deps-dev): bump the npm-deps group with 5 updates#6024FlowCryptRobot merged 1 commit intomasterfrom
FlowCryptRobot merged 1 commit intomasterfrom
Conversation
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] <support@github.com>
FlowCryptRobot
approved these changes
Jun 22, 2025
5 tasks
sosnovsky
pushed a commit
that referenced
this pull request
Aug 4, 2025
* fix: alarm issue and service worker window issue * fix: pr reviews
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the npm-deps group with 5 updates:
51.0.151.2.024.10.124.10.216.20.016.21.08.34.08.34.18.7.18.8.0Updates
eslint-plugin-jsdocfrom 51.0.1 to 51.2.0Release notes
Sourced from eslint-plugin-jsdoc's releases.
... (truncated)
Commits
08f7834feat: strip property when there is aclasstag and the context is set (#1414)a083c81fix(no-undefined-types): liberalize checks to reallow for unknown propertie...3d2d379fix: updatejsdoccomment(#1411)2875c2dfix(require-jsdoc): check interfaces within file for comment blocks; fixes ...b0faae7feat(lines-before-block): add default-onignoreSingleLinesoption; fixes ...ae2b314fix(check-template-names): checks class body for comments where template na...26ae169fix(require-jsdoc): update jsdoccomment (and espree) to get comment-finding...fcc7b26fix(no-undefined-types): check existence of class methods/properties (#1405)9bb554afix(no-undefined-types): mark sister method and property names as defined; ...ec387d6fix: revertare-docs-informativewhile still using CJS; fixes #1400 (#1401)Updates
puppeteerfrom 24.10.1 to 24.10.2Release notes
Sourced from puppeteer's releases.
Changelog
Sourced from puppeteer's changelog.
Commits
acf469echore: release main (#13948)14a61d6fix: roll to Chrome 137.0.7151.119 (#13953)f9a1405test: fix cors error test (#13952)03b19b7chore: a script to compare field trials in Chromium (#13951)67ad01ffix: correctly conver referrerPolicy to protocol value (#13954)c27134cdocs: added request.resourceType to the list of not supported features (#13947)cd87b53fix: handle target close errors in NetworkManager (#13946)9e108adchore(deps): Bump brace-expansion from 1.1.11 to 1.1.12 in /website (#13935)1def6edchore(deps): Bump node from0b5b940to71bcbb3in /docker in the all grou...Updates
stylelintfrom 16.20.0 to 16.21.0Release notes
Sourced from stylelint's releases.
Changelog
Sourced from stylelint's changelog.
Commits
90ffc0b16.21.0e34a2a3Prepare 16.21.0 (#8598)18c9d63Fixselector-pseudo-*-no-unknownfalse positives for form control styling s...b006c58Fixcacheconfiguration property not being respected (#8599)b764c23Fixnamed-grid-areas-no-invalidfalse positives for interpolated grid-templ...103c2d2Addignore: ["after-custom-property"]to `custom-property-empty-line-before...1f9791bDocumentcustom-property-empty-line-beforeignore examples correctly (#8628)8a9a830Fixfastest-levenshteinimport when bundling (#8621)651a1b4Document notation typo fix (#8624)93d1af1Bump known-css-properties from 0.36.0 to 0.37.0 (#8619)Updates
typescript-eslintfrom 8.34.0 to 8.34.1Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
ccd0791chore(release): publish 8.34.1Updates
web-extfrom 8.7.1 to 8.8.0Release notes
Sourced from web-ext's releases.
Commits
20bfd9d8.8.07f18c86chore(deps-dev): bump mocha from 11.5.0 to 11.7.0 (#3449)da267d7chore(deps): bump addons-linter from 7.13.0 to 7.15.0 (#3448)add869fFix npm audit for brace-expansion (#3450)fa87e95chore(deps-dev): bump@babel/eslint-parserfrom 7.27.1 to 7.27.5 (#3442)e39bb4echore(deps): bump@babel/runtimefrom 7.27.4 to 7.27.6 (#3444)b5e0e25test(functional): Add test for auto-reload after failed load478115ffeat: Support loading extensions in Chrome 137+ba0537ffeat: auto-reload support for Chrome using CDP085481fchore: Remove WebSocket-based reloading from chromium runnerMost Recent Ignore Conditions Applied to This Pull Request
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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