Skip to content

build(deps-dev): bump the npm-deps group with 7 updates #6037

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 7, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 6, 2025

Bumps the npm-deps group with 7 updates:

Package From To
@types/chrome 0.0.328 0.0.329
eslint 9.30.0 9.30.1
eslint-plugin-jsdoc 51.2.3 51.3.3
pdfjs-dist 5.3.31 5.3.93
puppeteer 24.11.1 24.11.2
stylelint 16.21.0 16.21.1
typescript-eslint 8.35.0 8.35.1

Updates @types/chrome from 0.0.328 to 0.0.329

Commits

Updates eslint from 9.30.0 to 9.30.1

Release notes

Sourced from eslint's releases.

v9.30.1

Bug Fixes

  • e91bb87 fix: allow separate default and named type imports (#19899) (xbinaryx)

Documentation

  • ab7c625 docs: Update README (GitHub Actions Bot)
  • dae1e5b docs: update jsdoc's link (#19896) (JamesVanWaza)

Chores

Changelog

Sourced from eslint's changelog.

v9.30.1 - July 1, 2025

Commits

Updates eslint-plugin-jsdoc from 51.2.3 to 51.3.3

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v51.3.3

51.3.3 (2025-07-02)

Bug Fixes

  • no-undefined-types: add Intl to global types and ensure arbitrary properties of globals can be addressed; fixes #1423 (#1424) (feb65e4)

v51.3.2

51.3.2 (2025-07-02)

Bug Fixes

  • multiline-blocks: for requireSingleLineUnderCount, ensure multi-line types nullify checks (#1422) (9b8efbd)

v51.3.1

51.3.1 (2025-06-30)

Bug Fixes

  • no-undefined-types: check class and interface globals; fixes #1420 (#1421) (3748bbe)

v51.3.0

51.3.0 (2025-06-30)

Features

  • multiline-blocks: adds requireSingleLineUnderCount option; fixes #1158 (#1409) (26276ba)
Commits
  • feb65e4 fix(no-undefined-types): add Intl to global types and ensure arbitrary pr...
  • 9b8efbd fix(multiline-blocks): for requireSingleLineUnderCount, ensure multi-line...
  • 3748bbe fix(no-undefined-types): check class and interface globals; fixes #1420 (#1...
  • 26276ba feat(multiline-blocks): adds requireSingleLineUnderCount option; fixes #1...
  • See full diff in compare view

Updates pdfjs-dist from 5.3.31 to 5.3.93

Release notes

Sourced from pdfjs-dist's releases.

v5.3.93

This release contains improvements for accessibility, annotations, the annotation editor, forms, printing and the viewer.

Changes since v5.3.31

Commits
  • cbeef32 Merge pull request #20056 from calixteman/one_click
  • 6d2c6cf [Editor] Allow to change the editor mode when selecting the corresponding edi...
  • 2d0ba7d Merge pull request #20043 from yyliu12/popup-rotation-fix
  • ad31385 Merge pull request #20055 from calixteman/bug1975264
  • 54c0d56 Merge pull request #20054 from calixteman/bug1974863
  • c22a425 [Editor] When an annotation is added, announce it if the user is using a scre...
  • fd87e66 Merge pull request #20047 from Aditi-1400/fix-horizontal-scroll
  • d8ecfad Make Popup annotations always have noRotate flag set as true
  • aaae516 Don't focus the viewer at startup (bug 1974863)
  • 426ee03 Merge pull request #20041 from calixteman/bug1974436
  • Additional commits viewable in compare view

Updates puppeteer from 24.11.1 to 24.11.2

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.11.2

24.11.2 (2025-07-01)

Bug Fixes

puppeteer: v24.11.2

24.11.2 (2025-07-01)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.11.1 to 24.11.2
Changelog

Sourced from puppeteer's changelog.

24.11.2 (2025-07-01)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.11.1 to 24.11.2

Bug Fixes

Commits
  • 3f8729d chore: release main (#13990)
  • f1a585d fix: roll to Chrome 138.0.7204.92 (#13989)
  • 4c9680d chore(deps): Bump github/codeql-action from 3.29.0 to 3.29.1 in the all group...
  • 1ca7ed2 chore(deps): Bump ws from 8.18.2 to 8.18.3 in the dependencies group (#13983)
  • 9e139ca chore(deps): Bump node from 71bcbb3 to 0c0734e in /docker in the all grou...
  • See full diff in compare view

Updates stylelint from 16.21.0 to 16.21.1

Release notes

Sourced from stylelint's releases.

16.21.1

It fixes 3 bugs.

  • Fixed: unexpected change of syntax in computed EditInfo (#8638) (@​romainmenke).
  • Fixed: function-linear-gradient-no-nonstandard-direction false positives for CSS variables' names containing a direction substring (#8643) (@​Solomon-mithra).
  • Fixed: media-feature-range-notation autofix for exact values (#8651) (@​romainmenke).
Changelog

Sourced from stylelint's changelog.

16.21.1 - 2025-07-03

It fixes 3 bugs.

  • Fixed: unexpected change of syntax in computed EditInfo (#8638) (@​romainmenke).
  • Fixed: function-linear-gradient-no-nonstandard-direction false positives for CSS variables' names containing a direction substring (#8643) (@​Solomon-mithra).
  • Fixed: media-feature-range-notation autofix for exact values (#8651) (@​romainmenke).
Commits
  • 883249a 16.21.1
  • e68ff10 Prepare 16.21.1 (#8640)
  • 3ad2c44 Fix media-feature-range-notation autofix for exact values (#8651)
  • 58b162d Document config, plugin and formatter packages on npm (#8650)
  • a0b4a8d Fix function-linear-gradient-no-nonstandard-direction false positives for C...
  • 3a47448 Bump the jest group across 1 directory with 3 updates (#8634)
  • 1a19d6a Bump rollup from 4.44.0 to 4.44.1 (#8644)
  • f6958a8 Bump prettier from 3.5.3 to 3.6.2 (#8645)
  • 395ae69 Bump eslint from 9.29.0 to 9.30.0 in the eslint group (#8646)
  • ce56d5d Fix unexpected change of syntax in computed EditInfo (#8638)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.35.0 to 8.35.1

Release notes

Sourced from typescript-eslint's releases.

v8.35.1

8.35.1 (2025-06-30)

🩹 Fixes

  • remove prettier from eslint-plugin (#11339)
  • website: did not find a source file error if url hash doesn't contain fileType (#11350)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.35.1 (2025-06-30)

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

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

| Package | From | To |
| --- | --- | --- |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.0.328` | `0.0.329` |
| [eslint](https://github.com/eslint/eslint) | `9.30.0` | `9.30.1` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `51.2.3` | `51.3.3` |
| [pdfjs-dist](https://github.com/mozilla/pdf.js) | `5.3.31` | `5.3.93` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.11.1` | `24.11.2` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.21.0` | `16.21.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.35.0` | `8.35.1` |


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

Updates `eslint` from 9.30.0 to 9.30.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.30.0...v9.30.1)

Updates `eslint-plugin-jsdoc` from 51.2.3 to 51.3.3
- [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.2.3...v51.3.3)

Updates `pdfjs-dist` from 5.3.31 to 5.3.93
- [Release notes](https://github.com/mozilla/pdf.js/releases)
- [Commits](mozilla/pdf.js@v5.3.31...v5.3.93)

Updates `puppeteer` from 24.11.1 to 24.11.2
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.11.1...puppeteer-v24.11.2)

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

Updates `typescript-eslint` from 8.35.0 to 8.35.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.35.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@types/chrome"
  dependency-version: 0.0.329
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: eslint
  dependency-version: 9.30.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 51.3.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: pdfjs-dist
  dependency-version: 5.3.93
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: puppeteer
  dependency-version: 24.11.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: stylelint
  dependency-version: 16.21.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: typescript-eslint
  dependency-version: 8.35.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Jul 6, 2025
@dependabot dependabot bot requested a review from sosnovsky as a code owner July 6, 2025 22:40
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Jul 6, 2025
FlowCryptRobot
FlowCryptRobot previously approved these changes Jul 6, 2025
@FlowCryptRobot FlowCryptRobot enabled auto-merge (squash) July 6, 2025 22:40
@FlowCryptRobot FlowCryptRobot merged commit fac4f7f into master Jul 7, 2025
12 checks passed
@FlowCryptRobot FlowCryptRobot deleted the dependabot/npm_and_yarn/npm-deps-f858d15e91 branch July 7, 2025 09:55
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