Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 27, 2025

Bumps the npm-deps group with 8 updates:

Package From To
@types/chrome 0.0.315 0.0.317
eslint 9.25.0 9.25.1
eslint-plugin-jsdoc 50.6.9 50.6.11
pdfjs-dist 5.1.91 5.2.133
puppeteer 24.6.1 24.7.2
stylelint 16.18.0 16.19.1
typescript-eslint 8.30.1 8.31.0
web-ext 8.5.0 8.6.0

Updates @types/chrome from 0.0.315 to 0.0.317

Commits

Updates eslint from 9.25.0 to 9.25.1

Release notes

Sourced from eslint's releases.

v9.25.1

Bug Fixes

  • cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus)

Chores

  • 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic)
  • 771317f chore: package.json update for @​eslint/js release (Jenkins)
Changelog

Sourced from eslint's changelog.

v9.25.1 - April 21, 2025

  • 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic)
  • 771317f chore: package.json update for @​eslint/js release (Jenkins)
  • cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus)
Commits

Updates eslint-plugin-jsdoc from 50.6.9 to 50.6.11

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v50.6.11

50.6.11 (2025-04-25)

Bug Fixes

  • check-values: workaround parse-imports-exports bug in handling trailing whitespace; fixes #1373 (#1374) (65b0dc0)

v50.6.10

50.6.10 (2025-04-23)

Bug Fixes

  • check-values, no-undefined-types: avoid need for worker; fixes #1371 (#1372) (6d5c9fb)
Commits
  • 65b0dc0 fix(check-values): workaround parse-imports-exports bug in handling trail...
  • 6d5c9fb fix(check-values, no-undefined-types): avoid need for worker; fixes #1371...
  • See full diff in compare view

Updates pdfjs-dist from 5.1.91 to 5.2.133

Release notes

Sourced from pdfjs-dist's releases.

v5.2.133

This release contains improvements for the annotation editor, font conversion, performance, text selection and the viewer.

Changes since v5.1.91

... (truncated)

Commits
  • 4f77613 Merge pull request #19873 from timvandermeij/fix-editor-undo-bar-intermittents
  • 967e340 Fix the "must work properly when selecting undo by keyboard" integration test
  • 9e1f93e Merge pull request #19874 from Snuffleupagus/issue-19871
  • 0852c42 Always render the Annotation- and XFA-layers with light color-scheme (issue...
  • 48b7d9f Merge pull request #19869 from timvandermeij/updates
  • b8dd236 Update translations to the most recent versions
  • cbf6171 Update dependencies to the most recent versions
  • a40bf37 Merge pull request #19866 from Snuffleupagus/updateUrlHash
  • c2d8854 Merge pull request #19868 from Snuffleupagus/MathClamp-4
  • 6891602 Merge pull request #19858 from luckymore/master
  • Additional commits viewable in compare view

Updates puppeteer from 24.6.1 to 24.7.2

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.7.2

24.7.2 (2025-04-24)

Bug Fixes

puppeteer: v24.7.2

24.7.2 (2025-04-24)

Bug Fixes

  • update chromium-bidi to fix ESM import issue (#13813) (7ff0719)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.7.1 to 24.7.2

puppeteer-core: v24.7.1

24.7.1 (2025-04-22)

Bug Fixes

  • update Disposable polyfill to match TC39 proposal (#13683) (c2b27c4)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.10.1 to 2.10.2

puppeteer: v24.7.1

24.7.1 (2025-04-22)

Bug Fixes

  • support default download callback option in install() (#13801) (334e7ff)

Dependencies

... (truncated)

Changelog

Sourced from puppeteer's changelog.

24.7.2 (2025-04-24)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.7.1 to 24.7.2

24.7.1 (2025-04-22)

Bug Fixes

  • update Disposable polyfill to match TC39 proposal (#13683) (c2b27c4)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.10.1 to 2.10.2

24.7.0 (2025-04-22)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.10.0 to 2.10.1

Features

... (truncated)

Commits

Updates stylelint from 16.18.0 to 16.19.1

Release notes

Sourced from stylelint's releases.

16.19.1

16.19.0

It adds 2 options to 2 rules and fixes 3 bugs.

  • Added: exceptWithoutPropertyFallback: [] to function-allowed-list (#8488) (@​ryo-manba).
  • Added: ignore: ["four-into-three-edge-values"] to shorthand-property-no-redundant-values (#8527) (@​ryo-manba).
  • Fixed: compact formatter with pnpm to newline the exit code (#8534) (@​konomae).
  • Fixed: declaration-property-value-no-unknown range and message for invalid syntax within known functions (#8528) (@​ryo-manba).
  • Fixed: no-empty-source false positives for --report-needless-disables (#8536) (@​romainmenke).
Changelog

Sourced from stylelint's changelog.

16.19.1 - 2025-04-25

16.19.0 - 2025-04-23

It adds 2 options to 2 rules and fixes 3 bugs.

  • Added: exceptWithoutPropertyFallback: [] to function-allowed-list (#8488) (@​ryo-manba).
  • Added: ignore: ["four-into-three-edge-values"] to shorthand-property-no-redundant-values (#8527) (@​ryo-manba).
  • Fixed: compact formatter with pnpm to newline the exit code (#8534) (@​konomae).
  • Fixed: declaration-property-value-no-unknown range and message for invalid syntax within known functions (#8528) (@​ryo-manba).
  • Fixed: no-empty-source false positives for --report-needless-disables (#8536) (@​romainmenke).
Commits

Updates typescript-eslint from 8.30.1 to 8.31.0

Release notes

Sourced from typescript-eslint's releases.

v8.31.0

8.31.0 (2025-04-21)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)

🩹 Fixes

  • typescript-eslint: address bugs in config() around global ignores (#11065)
  • typescript-eslint: gracefully handle invalid flat config objects in config helper (#11070)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.31.0 (2025-04-21)

🩹 Fixes

  • typescript-eslint: gracefully handle invalid flat config objects in config helper (#11070)
  • typescript-eslint: address bugs in config() around global ignores (#11065)

❤️ Thank You

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

Commits
  • 2cc7656 chore(release): publish 8.31.0
  • b40ce5a fix(typescript-eslint): gracefully handle invalid flat config objects in conf...
  • be558e5 fix(typescript-eslint): address bugs in config() around global ignores (#11...
  • See full diff in compare view

Updates web-ext from 8.5.0 to 8.6.0

Release notes

Sourced from web-ext's releases.

8.6.0

main changes

  • Updated: dependency addons-linter to 7.11.0 (#3396)
    • Imported WebExtensions API JSON schema data for Firefox 138
    • Added a new error when data_collection_permissions is used in the manifest

dependencies

  • Updated: dependency @babel/runtime to 7.27.0 (#3382)
  • Updated: dependency pino to 9.6.0 (#3328)

dev dependencies

  • Updated: dependency @babel/cli to 7.27.0 (#3385)
  • Updated: dependency @babel/eslint-parser to 7.27.0 (#3383)
  • Updated: dependency html-entities to 2.6.0 (#3387)
  • Updated: dependency sinon to 20.0.0 (#3384)

See all changes: mozilla/web-ext@8.5.0...8.6.0

Commits
  • 6ad2987 8.6.0
  • 59d27c1 chore(deps): bump pino from 9.4.0 to 9.6.0 (#3328)
  • 172f56c chore(deps-dev): bump html-entities from 2.5.3 to 2.6.0 (#3387)
  • 674ab03 chore(deps-dev): bump sinon from 19.0.2 to 20.0.0 (#3384)
  • 17e9d15 chore(deps): bump addons-linter from 7.9.0 to 7.11.0 (#3396)
  • a19675d chore(deps-dev): bump @​babel/cli from 7.26.4 to 7.27.0 (#3385)
  • 3ba3d72 chore(deps-dev): bump html-entities from 2.5.2 to 2.5.3 (#3381)
  • a74c35f chore(deps-dev): bump @​babel/eslint-parser from 7.26.10 to 7.27.0 (#3383)
  • 82b746b chore(deps): bump @​babel/runtime from 7.26.10 to 7.27.0 (#3382)
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
puppeteer [>= 21.7.a, < 21.8]
pdfjs-dist [>= 4.0.a, < 4.1]
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 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.0.315` | `0.0.317` |
| [eslint](https://github.com/eslint/eslint) | `9.25.0` | `9.25.1` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.6.9` | `50.6.11` |
| [pdfjs-dist](https://github.com/mozilla/pdf.js) | `5.1.91` | `5.2.133` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.6.1` | `24.7.2` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.18.0` | `16.19.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.30.1` | `8.31.0` |
| [web-ext](https://github.com/mozilla/web-ext) | `8.5.0` | `8.6.0` |


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

Updates `eslint` from 9.25.0 to 9.25.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.25.0...v9.25.1)

Updates `eslint-plugin-jsdoc` from 50.6.9 to 50.6.11
- [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@v50.6.9...v50.6.11)

Updates `pdfjs-dist` from 5.1.91 to 5.2.133
- [Release notes](https://github.com/mozilla/pdf.js/releases)
- [Commits](mozilla/pdf.js@v5.1.91...v5.2.133)

Updates `puppeteer` from 24.6.1 to 24.7.2
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.6.1...puppeteer-v24.7.2)

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

Updates `typescript-eslint` from 8.30.1 to 8.31.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.31.0/packages/typescript-eslint)

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

---
updated-dependencies:
- dependency-name: "@types/chrome"
  dependency-version: 0.0.317
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: eslint
  dependency-version: 9.25.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 50.6.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: pdfjs-dist
  dependency-version: 5.2.133
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: puppeteer
  dependency-version: 24.7.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: stylelint
  dependency-version: 16.19.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: typescript-eslint
  dependency-version: 8.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: web-ext
  dependency-version: 8.6.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 requested a review from sosnovsky as a code owner April 27, 2025 22:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 27, 2025
@FlowCryptRobot FlowCryptRobot enabled auto-merge (squash) April 27, 2025 22:11
FlowCryptRobot
FlowCryptRobot previously approved these changes Apr 27, 2025
@sosnovsky
Copy link
Collaborator

Hi @ioanmo226, public key used for settings - import public key which contains null users test has expired. It was added in #5155, can you please create a new one.

By the way, what it means contains null users, I checked this key and it has [email protected] as user id:

Screenshot 2025-04-28 at 10 26 28

@FlowCryptRobot FlowCryptRobot merged commit 25e546a into master Apr 28, 2025
12 checks passed
@FlowCryptRobot FlowCryptRobot deleted the dependabot/npm_and_yarn/npm-deps-fdb225d8d3 branch April 28, 2025 12:56
@sosnovsky
Copy link
Collaborator

@ioanmo226 thanks for fixing it! But it's still not clear for me what we're testing in settings - import public key which contains null users, as provided key contains [email protected] user id, so we just import usual user's key. Or I'm missing something?

@sosnovsky
Copy link
Collaborator

Ah, I see, thanks for explaining! I thought import public key which contains null users meant that the public key doesn't contain any user id, renaming it to import public key which contains null user id should make it a bit clearer.

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