Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm-minor group in /web with 15 updates:

Package From To
@eslint/js 9.36.0 9.37.0
eslint 9.36.0 9.37.0
eslint-plugin-jsdoc 60.5.0 60.8.3
eslint-plugin-react-refresh 0.4.22 0.4.23
mocha 11.7.2 11.7.4
stylelint 16.24.0 16.25.0
stylelint-config-standard 39.0.0 39.0.1
typescript 5.9.2 5.9.3
typescript-eslint 8.45.0 8.46.0
react 19.1.1 19.2.0
@types/react 19.1.16 19.2.0
react-dom 19.1.1 19.2.0
@types/react-dom 19.1.9 19.2.0
vite 7.1.7 7.1.9
@types/chrome 0.1.14 0.1.22

Updates @eslint/js from 9.36.0 to 9.37.0

Release notes

Sourced from @​eslint/js's releases.

v9.37.0

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#19562) (Nitin Kumar)

Bug Fixes

  • a129cce fix: correct no-loss-of-precision false positives for leading zeros (#20164) (Francesco Trotta)
  • 09e04fc fix: add missing AST token types (#20172) (Pixel998)
  • 861c6da fix: correct ESLint typings (#20122) (Pixel998)

Documentation

  • b950359 docs: fix typos across the docs (#20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#20157) (Pixel998)
  • 347906d chore: update eslint (#20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)
Commits
  • abee4ca chore: package.json update for @​eslint/js release
  • 90a71bf docs: update README files to add badge and instructions (#20115)
  • See full diff in compare view

Updates eslint from 9.36.0 to 9.37.0

Release notes

Sourced from eslint's releases.

v9.37.0

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#19562) (Nitin Kumar)

Bug Fixes

  • a129cce fix: correct no-loss-of-precision false positives for leading zeros (#20164) (Francesco Trotta)
  • 09e04fc fix: add missing AST token types (#20172) (Pixel998)
  • 861c6da fix: correct ESLint typings (#20122) (Pixel998)

Documentation

  • b950359 docs: fix typos across the docs (#20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#20157) (Pixel998)
  • 347906d chore: update eslint (#20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)
Commits

Updates eslint-plugin-jsdoc from 60.5.0 to 60.8.3

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v60.8.3

60.8.3 (2025-10-06)

Bug Fixes

  • valid-types: ensure safe for class context (this keyword) (87464a6)
  • valid-types: re-allow namepaths in name-definers like typedef in non-typescript mode; fixes #1557 (680cf1d)

v60.8.2

60.8.2 (2025-10-06)

Bug Fixes

  • no-undefined-types: do not treat type parameters or their references as undefined; #1215 (#1553) (a5a0a3c)

v60.8.1

60.8.1 (2025-10-05)

Bug Fixes

  • valid-types: parse distinctly for names vs. namepaths (#1552) (6efd9e9)

v60.8.0

60.8.0 (2025-10-03)

Features

  • add name-defining role for likes of typedef as distinct from likes of param (#1551) (e67e474)

v60.7.1

60.7.1 (2025-10-02)

Bug Fixes

  • prefer-import-tag: handle other cases of comments before structures early in the document; fixes #1549 (622b17e)

v60.7.0

60.7.0 (2025-10-01)

Bug Fixes

  • prefer-import-tag: handle inserting before early comment nodes; fixes #1549 (9e92718)

... (truncated)

Commits
  • 680cf1d fix(valid-types): re-allow namepaths in name-definers like typedef in non-t...
  • 87464a6 fix(valid-types): ensure safe for class context (this keyword)
  • a5a0a3c fix(no-undefined-types): do not treat type parameters or their references a...
  • 6efd9e9 fix(valid-types): parse distinctly for names vs. namepaths (#1552)
  • e67e474 feat: add name-defining role for likes of typedef as distinct from likes ...
  • 622b17e fix(prefer-import-tag): handle other cases of comments before structures ea...
  • 9e92718 fix(prefer-import-tag): handle inserting before early comment nodes; fixes ...
  • 13fe027 feat(require-returns-check): add noNativeTypes option to assert async fun...
  • 7a6b7db feat(escape-inline-tags): add new rule (#1547)
  • See full diff in compare view

Updates eslint-plugin-react-refresh from 0.4.22 to 0.4.23

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.4.23

  • Add "metadata", "generateMetadata" & "generateViewport" to allowExportNames in Next config
Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.4.23

  • Add "metadata", "generateMetadata" & "generateViewport" to allowExportNames in Next config
Commits

Updates mocha from 11.7.2 to 11.7.4

Release notes

Sourced from mocha's releases.

v11.7.4

11.7.4 (2025-10-01)

🩹 Fixes

📚 Documentation

  • migrate remaining legacy wiki pages to main documentation (#5465) (bff9166)

🧹 Chores

v11.7.3

11.7.3 (2025-09-30)

🩹 Fixes

  • use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION (#5408) (ebdbc48)

📚 Documentation

🤖 Automation

  • deps: bump actions/setup-node in the github-actions group (#5459) (48c6f40)
Changelog

Sourced from mocha's changelog.

11.7.4 (2025-10-01)

🩹 Fixes

📚 Documentation

  • migrate remaining legacy wiki pages to main documentation (#5465) (bff9166)

🧹 Chores

11.7.3 (2025-09-30)

🩹 Fixes

  • use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION (#5408) (ebdbc48)

📚 Documentation

🤖 Automation

  • deps: bump actions/setup-node in the github-actions group (#5459) (48c6f40)
Commits
  • 8649f39 chore(main): release 11.7.4 (#5473)
  • c2667c3 fix: watch mode using chokidar v4 (#5379)
  • 7f68e5c chore: remove trailing spaces (#5475)
  • bff9166 Docs: migrate remaining legacy wiki pages to main documentation (#5465)
  • c805327 chore(main): release 11.7.3 (#5455)
  • ebdbc48 fix: use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION ...
  • 4122c7d docs: add security escalation policy (#5466)
  • 1164b9d docs: fix duplicate global leak documentation (#5461)
  • 48c6f40 build(deps): bump actions/setup-node in the github-actions group (#5459)
  • 6654704 docs: migrate third party UIs wiki page to docs (#5434)
  • Additional commits viewable in compare view

Updates stylelint from 16.24.0 to 16.25.0

Release notes

Sourced from stylelint's releases.

16.25.0

It adds 3 new features, including experimental support for bulk suppressions. It's also our first immutable release, with the package published to npm using trusted publishing and our dependencies updated on a cool down for improved supply chain security.

Changelog

Sourced from stylelint's changelog.

16.25.0 - 2025-10-03

It adds 3 new features, including experimental support for bulk suppressions. It's also our first immutable release, with the package published to npm using trusted publishing and our dependencies updated on a cool down for improved supply chain security.

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for stylelint since your current version.


Updates stylelint-config-standard from 39.0.0 to 39.0.1

Release notes

Sourced from stylelint-config-standard's releases.

39.0.1

  • Fixed: layer-name-pattern false positives for dot notation.
Changelog

Sourced from stylelint-config-standard's changelog.

39.0.1

  • Fixed: layer-name-pattern false positives for dot notation.
Commits
  • a2416d3 Release 39.0.1 (#374)
  • 9911899 Fix layer-name-pattern false positives for dot notation (#373)
  • 807ed8d Bump Stylelint (#371)
  • f6aea8b Introduce new release workflow (#370)
  • 5f6cc89 Bump stylelint/.github from 5c1fac886fb5f8f74e29e133f36d242770d03ed3 to 34f1c...
  • 939280e Bump the dev-deps group with 2 updates (#368)
  • 8cad224 Shorten dev dependencies group name for Dependabot (#367)
  • 552ca29 Sync CODEOWNERS (#366)
  • 6c540d2 Bump eslint from 9.34.0 to 9.35.0 in the development-dependencies group (#365)
  • bc321ef Introduce cooldown period for Dependabot updates (#364)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for stylelint-config-standard since your current version.


Updates typescript from 5.9.2 to 5.9.3

Release notes

Sourced from typescript's releases.

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

Commits
  • c63de15 Bump version to 5.9.3 and LKG
  • 8428ca4 🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...
  • a131cac 🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...
  • 0424333 🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)
  • bdb641a 🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...
  • 0d9b9b9 🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...
  • 2dce0c5 Intentionally regress one buggy declaration output to an older version (#62163)
  • See full diff in compare view

Updates typescript-eslint from 8.45.0 to 8.46.0

Release notes

Sourced from typescript-eslint's releases.

v8.46.0

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
  • rule-schema-to-typescript-types: clean up and make public (#11633)
  • typescript-eslint: export util types (#10848, #10849)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
  • eslint-plugin: removed error type previously deprecated (#11674)
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
  • typescript-estree: forbid abstract modifier in object methods (#11656)
  • typescript-estree: forbid abstract method and accessor to have implementation (#11657)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.46.0 (2025-10-06)

🚀 Features

❤️ Thank You

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

Commits

Updates react from 19.1.1 to 19.2.0

Release notes

Sourced from react's releases.

19.2.0 (Oct 1, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

React DOM

... (truncated)

Changelog

Sourced from react's changelog.

19.2.0 (October 1st, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

React DOM

... (truncated)

Commits

@dependabot dependabot bot added A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done) labels Oct 6, 2025
@torokati44
Copy link
Member

torokati44 commented Oct 6, 2025

Here as well: see #21801 and dependabot/dependabot-core#13158 about all the "peer" changes...

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/npm-minor-fb584c66ce branch from a20f7a0 to 76d0b39 Compare October 7, 2025 11:05
@torokati44 torokati44 force-pushed the dependabot/npm_and_yarn/web/npm-minor-fb584c66ce branch from 76d0b39 to 24dd636 Compare October 7, 2025 11:51
@torokati44
Copy link
Member

Same as #21860 (comment).

@torokati44 torokati44 enabled auto-merge (rebase) October 7, 2025 11:52
Bumps the npm-minor group in /web with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.36.0` | `9.37.0` |
| [eslint](https://github.com/eslint/eslint) | `9.36.0` | `9.37.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `60.5.0` | `60.8.3` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.22` | `0.4.23` |
| [mocha](https://github.com/mochajs/mocha) | `11.7.2` | `11.7.4` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.24.0` | `16.25.0` |
| [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `39.0.0` | `39.0.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.45.0` | `8.46.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.1` | `19.2.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.16` | `19.2.0` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.1.1` | `19.2.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.1.9` | `19.2.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.7` | `7.1.9` |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.1.14` | `0.1.22` |

Updates `@eslint/js` from 9.36.0 to 9.37.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.37.0/packages/js)

Updates `eslint` from 9.36.0 to 9.37.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.36.0...v9.37.0)

Updates `eslint-plugin-jsdoc` from 60.5.0 to 60.8.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@v60.5.0...v60.8.3)

Updates `eslint-plugin-react-refresh` from 0.4.22 to 0.4.23
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.22...v0.4.23)

Updates `mocha` from 11.7.2 to 11.7.4
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v11.7.2...v11.7.4)

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

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

Updates `typescript` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.9.2...v5.9.3)

Updates `typescript-eslint` from 8.45.0 to 8.46.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.46.0/packages/typescript-eslint)

Updates `react` from 19.1.1 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react)

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

Updates `react-dom` from 19.1.1 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react-dom)

Updates `@types/react-dom` from 19.1.9 to 19.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

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

Updates `@types/react-dom` from 19.1.9 to 19.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `vite` from 7.1.7 to 7.1.9
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.9/packages/vite)

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

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.37.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: eslint
  dependency-version: 9.37.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 60.8.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.4.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: mocha
  dependency-version: 11.7.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: stylelint
  dependency-version: 16.25.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: stylelint-config-standard
  dependency-version: 39.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: typescript-eslint
  dependency-version: 8.46.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: react
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: "@types/react"
  dependency-version: 19.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: react-dom
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: "@types/react"
  dependency-version: 19.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: vite
  dependency-version: 7.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: "@types/chrome"
  dependency-version: 0.1.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@torokati44 torokati44 force-pushed the dependabot/npm_and_yarn/web/npm-minor-fb584c66ce branch from 24dd636 to c0179b2 Compare October 7, 2025 11:52
@torokati44 torokati44 merged commit e75fd99 into master Oct 7, 2025
33 of 34 checks passed
@torokati44 torokati44 deleted the dependabot/npm_and_yarn/web/npm-minor-fb584c66ce branch October 7, 2025 12:05
Hancock33 added a commit to Hancock33/batocera.piboy that referenced this pull request Oct 12, 2025
---------------------------------------------------------------------------------------
portmidi.mk 251b860ecfab9f0c6aa6a3744085190bb053f02c # Version: Commits on Oct 07, 2025
---------------------------------------------------------------------------------------
Added missing check for null pointer possibly affecting Pm_OpenOutput under ALSA. This is not a tested change yet.,

-------------------------------------------------------------------------------------
zmusic.mk 44f1eec9cb7dede2c2dd61647f022e7631572251 # Version: Commits on Oct 06, 2025
-------------------------------------------------------------------------------------
Always play IT files with mptm extensions with DUMB.

XMP does not handle this format correctly.,

-----------------------------------------------------------------------------------
ares.mk bfed5a56f0d2246d59d5828e2ff1a06b4a8a665c # Version: Commits on Oct 07, 2025
-----------------------------------------------------------------------------------
myvision: adjust audio frequency to match other hardware with the same PSG.

Real hardware value unknown.

Still just a guess, but a better? guess than we had.,

----------------------------------------------------------------------------------
clk.mk 60b3c51085ab62baa5d25a8b4605a2afde7d8513 # Version: Commits on Oct 06, 2025
----------------------------------------------------------------------------------
Merge pull request #1598 from TomHarte/DynamicViewArea

Begin move towards automatic cropping.,

------------------------------------------------------------------------------------------
dolphin-emu.mk 03ef9b4995aac89eec97541782fb2ab2269bc255 # Version: Commits on Oct 06, 2025
------------------------------------------------------------------------------------------
Merge pull request #13995 from Dentomologist/deletedirrecursively_dont_report_error_if_directory_is_absent

DeleteDirRecursively: Don't report error for absent directory,

-------------------------------------------------------------------
dosbox-x.mk dosbox-x-v2025.10.07 # Version: Commits on Oct 07, 2025
-------------------------------------------------------------------
2025.10.07

  - INT 21h AH=4Ah resize memory: Compact free blocks only at or after the

    segment being resized, as MS-DOS is documented to do (joncampbell123).

  - INT 21h AH=4Ah resize memory: Fix bug where, if asked to resize a previously

    freed memory block and the block is not the last block in the MCB chain,

    and the next block in the MCB chain is also free, the MCB management code

    would correctly compact free blocks but then allocate according to the

    old size of the freed MCB block, causing truncation of the MCB chain.

    Fix for MCB chain truncation caused by California Games II DOS memory

    management when running in Tandy graphics mode. (joncampbell123).

  - Add dosbox.conf option, disabled by default, where if the MCB memory

    chain is corrupted anywhere past the running program's memory block,

    and it does anything to cause allocation, a new free memory block is

    created to satisfy allocations instead of halting emulation. Some DOS

    programs are a bit sloppy in a way that can corrupt the MCB chain.

    When enabled, this behavior matches apparent MS-DOS behavior (joncampbell123).

  - Debugger: DOS MCBS command now also prints the segment immediately

    following the last MCB block (joncampbell123).

  - Tseng ET3000/ET4000: Update Status register 3DAh behavior when emulating

    Tseng chipsets to reflect Tseng datasheet, and VGAKIT SVGA detection code

    expectations. Bit 7 is expected, as documented by Tseng, to be the inverse

    of bit 3 (vertical retrace). Extended Start Register CRTC 33h must not

    allow setting the upper 4 bits because Tseng only documents the bottom

    four, and because VGAKIT requires it for Tseng detection (joncampbell123).

  - Fix bug that, for machine=hercules, prevented Hercules palette shortcut

    from changing colors when in graphics mode (joncampbell123).

  - Remove mixer and VGA capture test modes from integration device. Update

    integration device version number. Convert hardcoded magic constants used

    in IG into constants in iglib.h which is now shared explicitly with the

    iglib.h in DOSLIB. Add integration device interface to allow the guest

    to read and set the CPU cycle count of the emulator. (joncampbell123).

  - Fix INT 10h AH=0Eh bug where printing BEL triggered screen scroll up if

    cursor beyond the last line. Fix for the Elder Scrolls Arena installer.

    (joncampbell123).

  - FAT filesystem driver (for disk images): If Elder Scrolls Arena calls

    INT 21h to find files named *.65 (such as STATES.65) with an attribute mask

    of 0xA (VOLUME LABEL | HIDDEN), ignore the VOLUME LABEL bit and scan

    normally. The 0xA value is leftover from a divide operation used to make

    the file name and is technically a bug in the game, though that happens

    to work on real MS-DOS and the DOSBox/DOSBox-X local folder support code

    anyway. This fix allows Elder Scrolls Arena to run from a mounted disk

    image. (joncampbell123).

  - FAT filesystem driver (for disk images): If Elder Scrolls Arena calls

    INT 21h to find SAVEGAME.00 (yes, a specific name for some reason) with

    an attribute mask of 0x7C (which represents... um... what?), ignore the

    VOLUME LABEL bit so that players can load their saved games from the

    menu instead of being told that the saved game that is clearly there on

    the screen does not exist. What other weird random values of CX attribute

    mask does this game use? (joncampbell123).

  - PCI bus improvements : Allow device to see full size access (smunaut)

  - Fix build error of SDL1 version on ArchLinux (possibly gcc-15) (maron2000)

  - Enable building DOSBox-X on older macOS versions and add instructions

    (maron2000)

  - Add code page 951 in dialog box (1abcd)

  - Fix failure of create/opening a temporary file for piping (maron2000)

  - Create/open a temporary file to device_TMP for piping on Z: drive.

    (maron2000)

  - Convert message to UTF16 before calling messagebox function (Windows)

    (maron2000)

  - Added some new members to the MMX_reg union for big-endian platforms.

    (alarixnia)

  - Create directory if not exist before writing conf file. (maron2000)

  - Fixed language files were still locked after loading is completed.

    (maron2000)

  - Fixed freeze when codepage switched to 3846, 3848. (maron2000)

  - Fixed build error when internal debugger is disabled (maron2000)

  - Show loaded conf file in log in full path (maron2000)

  - Print syntax error if pipe has no command to pass output (maron2000)

  - Add permanent option for initial DOSBox-X shell (maron2000)

  - Fix errors when initializing fluidsynth (maron2000)

  - PC-98: Redraw the function keys after updating them (bobsayshilol)

  - Do not carriage return with a single LF('\

') (maron2000)

  - Fix mapper not rendering anything on SDL2/Windows (aybe)

  - Scale mapper according display resolution (aybe)

  - Added applicable changes from SVN. (Allofich)

    r4485: Enable writing to all planes when drawing pixels in EGA modes.

    r4487: Correct panning of VESA text modes.

    r4488: Correct comment about odd/even bit.

    r4490: Set MCB ownership when *blocks==total at end of DOS_ResizeMemory.

    r4492: Don't clear message queues of MPU-401 and compatibles on reset.

    r4493: Handle EOF character in batch files as actual end of file.

    r4494: Use 4-byte partial page mapping data.

  - Replaced deprecated functions to enable building with FFmpeg 8 (maron2000)

  - Fixed screen blanked when restoring minimized window in TTF mode (Windows

    SDL1) (maron2000)

  - PC-98: Save Kanji CG access mode setting, restrict output accordingly

    (OPNA2608)

  - Added missing language options to Windows installers (maron2000)

  - Debugger: IV must not truncate addresses to 16-bit (cmsautter)

  - Debugger: Warn single-stepping may not work as expected with Dynamic core

    (maron2000)

  - MIDI: Show loaded Soundfont/ROM path only when required to. (maron2000)

  - SDL2: Updated SDL2 library to version 2.32.10 (maron2000)

  - Apply aspect/scaling/clipping when using OpenGL shaders in windowed-mode

    (rebb)

  - Fixed file locking problem on Linux port (loops)

  - Fixed typo in Linux man page (-date-host-forced option) (maron2000)

  - Mention OPL in MIDI/OPL configuration dialog menu (maron2000)

,

------------------------------------------------------------------------------------------
duckstation.mk dbf2849803eb00af420cf5d215ca8d4369ce2850 # Version: Commits on Oct 06, 2025
------------------------------------------------------------------------------------------
Misc: Move SettingInfo declaration to input_types.h

267b74c breaks on cross-compiled Linux otherwise, and I can't be

bothered to set it up locally to debug.,

-----------------------------------------------------------------------------------
eden.mk 954c17c18a5e6a39c4f7edd80bbb4a1e0507d4e0 # Version: Commits on Oct 08, 2025
-----------------------------------------------------------------------------------
[frontend] change order of filters to match append rules (#2696)

-------------------------------------------------------------------------------------
hatari.mk 3e512d50c211ce87f24d536f1df034729f237748 # Version: Commits on Oct 07, 2025
-------------------------------------------------------------------------------------
Fix virtual INF assert,

-------------------------------------------------------------------------------------
ikemen.mk 9159a88bbb00e12cc841f567a7d47479f9f13365 # Version: Commits on Oct 08, 2025
-------------------------------------------------------------------------------------
Merge pull request #2752 from rakieldev/fixes

fix: system.base.def and motif.lua formating,

--------------------------------------------------------------------------------------
openmsx.mk ad265203ae9f1c70ede29eb7cd0c2a902953715f # Version: Commits on Oct 04, 2025
--------------------------------------------------------------------------------------
Added the ability to specify variation indexes for .ttc font files.,

----------------------------------------------------
pcsx2.mk v2.5.207 # Version: Commits on Oct 08, 2025
----------------------------------------------------
- [GS/DX12: Backport dx11 full rt copy optimizations.](PCSX2/pcsx2#13361)

-------------------------------------------------------------------------------------
ppsspp.mk 6efbdfc10dedf0e0841751cee7ba6a602174b74b # Version: Commits on Oct 07, 2025
-------------------------------------------------------------------------------------
Merge pull request #20858 from hrydgard/arm64-exception-handler

Enable exception handling on Windows ARM64,

---------------------------------------------------------------------------------------------
python-pygame2.mk 85fda3f719d437cf27106afae8c890e6b88ba5f5 # Version: Commits on Oct 05, 2025
---------------------------------------------------------------------------------------------
Merge pull request #4587 from x746e/patch-1

Minor punctuation fix in newbieguide.rst,

------------------------------------------------------------------------------------
rpcs3.mk b18a0830f3be7b9a7368344c5e212b00dcf8a0a0 # Version: Commits on Jan 24, 2025
------------------------------------------------------------------------------------
Multi-Slot Savestates,

---------------------------------------------------------------
ruffle.mk nightly-2025-10-08 # Version: Commits on Oct 08, 2025
---------------------------------------------------------------
## What's Changed

* build(deps-dev): bump eslint-plugin-react-hooks from 5.2.0 to 6.1.1 in /web by @dependabot[bot] in ruffle-rs/ruffle#21860

* build(deps): bump the npm-minor group in /web with 15 updates by @dependabot[bot] in ruffle-rs/ruffle#21859

* core: Include root cause of bitmap registration failure when panicking by @kjarosh in ruffle-rs/ruffle#21851

**Full Changelog**: ruffle-rs/ruffle@nightly-2025-10-07...nightly-2025-10-08,

---------------------------------------------------------------------------------------
thextech.mk 7fee595ee997566aa7ede6bdec9d9adb6914f74d # Version: Commits on Oct 07, 2025
---------------------------------------------------------------------------------------
npc.cpp: Don't include logger,

-------------------------------------------------
vice.mk r45787 # Version: Commits on Oct 07, 2025
-------------------------------------------------
make VDC v0 a bit less broken, patch by Marco Baye

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45787 379a1393-f5fb-40a0-bcee-ef074d9b53f7,

-------------------------------------------------------------------------------------------
xenia-native.mk 703531d541fb9391afed4fbb951db198c9193c28 # Version: Commits on Aug 12, 2025
-------------------------------------------------------------------------------------------
[Xam/Profile] - XamProfileCreate

- XamProfileCreate & XamProfileGetCreationStatus improvements,

-----------------------------------------------------------------------------------
ymir.mk 1d9233ae02634db70fe6477356161f1d62006034 # Version: Commits on Oct 07, 2025
-----------------------------------------------------------------------------------
build: Add inputs to manual runs of the shared build workflow,

------------------------------------------------------------------------------------
box64.mk 63592011fee14cb3150953b63b8f87c734ef07bc # Version: Commits on Oct 07, 2025
------------------------------------------------------------------------------------
[ARM64_DYNAREC] Use UDF for UD2 & unsupported WBINVD,

------------------------------------------------------------------------------------
cdogs.mk 5577da67e3d2353f6edb1a84b04b1fa71e7c33cc # Version: Commits on Oct 06, 2025
------------------------------------------------------------------------------------
wip elephant ears, head position #712,

---------------------------------------------------------------------------------------
corsixth.mk 8e7b2b758d03bfa2ad0f3d2b1afa9d6500f00bf1 # Version: Commits on Oct 07, 2025
---------------------------------------------------------------------------------------
Refactor to use font_options table (#3063)

With a growing number of options, passing as method arguments was

becoming unwieldy.

The table is a bit more forgiving with ttf_color, it can now be

specified as a single rgb or argb number i.e. 0xRRGGBB or 0xAARRGGBB if

desired.

It also supports overriding the font size with ttf_width and ttf_height.,

-------------------------------------------------------------------------------------------
jazz2-native.mk 1e02e35b09bcfebf13c5021142fbbfb48a07f7d2 # Version: Commits on Oct 07, 2025
-------------------------------------------------------------------------------------------
Refactoring,

---------------------------------------------------
nblood.mk r14292 # Version: Commits on Oct 06, 2025
---------------------------------------------------
,

--------------------------------------------------------------------------------------
omf2097.mk 5cf380f41370e8913096445b970ec8290b19cf9b # Version: Commits on Oct 05, 2025
--------------------------------------------------------------------------------------
Replace magic numbers 4 and 'A' with an enum,

----------------------------------------------------------------------------------------
openmohaa.mk 3039da305a187926a782ee82b4401de7a73357da # Version: Commits on Oct 07, 2025
----------------------------------------------------------------------------------------
Update changelog,

--------------------------------------------------------------------------------------
stalker.mk 0bf9eab7b70020423d65c8723e48f7992f0d155f # Version: Commits on Oct 08, 2025
--------------------------------------------------------------------------------------
Fixed ImGui getting stuck in an endless loop when navigating in the console,

---------------------------------------------------------------------------------------
mangohud.mk ff6e5954ea7e340d9bb4509754babf0db1b7c431 # Version: Commits on Oct 06, 2025
---------------------------------------------------------------------------------------
independent fps_superscript and engine_names hiding - Squashed commit,

----------------------------------------------------------------------------------------
retroarch.mk 5fe98360073f65e33e9b3bd18e95c8a6e951cc81 # Version: Commits on Oct 08, 2025
----------------------------------------------------------------------------------------
Fetch translations from Crowdin,

----------------------------------------------------------------------------------------
doomretro.mk d09781a58277b7e2acb0bf51a14cf1efb0726935 # Version: Commits on Oct 07, 2025
----------------------------------------------------------------------------------------
Minor fix to FindBrightDominantColor(),

-------------------------------------------------------------------------------------
gzdoom.mk 24e7bee0f008250faa99079d5c8cdce3566a7717 # Version: Commits on Oct 06, 2025
-------------------------------------------------------------------------------------
Merge commit '7d2f1e6a52b4d111d67ae6d5573e6625a029bd03',

-----------------------------------------------------------------------------------
tr1x.mk 88cafbe7024b26deb118ec3d6d5904e7f2fa63ae # Version: Commits on Oct 07, 2025
-----------------------------------------------------------------------------------
misc: standardize Math_GetDirection usage

This standardizes the approach of getting quadrants in pushblocks and

the Midas touch object, by replacing manual cases of the calculation

with Math_GetDirection calls.,

-----------------------------------------------------------------------------------
tr2x.mk 88cafbe7024b26deb118ec3d6d5904e7f2fa63ae # Version: Commits on Oct 07, 2025
-----------------------------------------------------------------------------------
misc: standardize Math_GetDirection usage

This standardizes the approach of getting quadrants in pushblocks and

the Midas touch object, by replacing manual cases of the calculation

with Math_GetDirection calls.,

------------------------------------------------------------------------------------------
xash3d-fwgs.mk 1c8e51c9f9a07e8383eb5e236722b2f0bf6bda2c # Version: Commits on Oct 08, 2025
------------------------------------------------------------------------------------------
common: port: always include unistd.h for POSIX systems,

---------------------------------------------------------------------------------------------------
libretro-dosbox-pure.mk c59b1e5c24d6ad525a2e2ebbfd0d6ac2780a0725 # Version: Commits on Oct 07, 2025
---------------------------------------------------------------------------------------------------
Update DOSBox SVN

Merge revisions 4485 ~ 4494,

-------------------------------------------------------------------------------------------------
libretro-geargrafx.mk 30b76277f3b22444505445b854eb5756470403b6 # Version: Commits on Oct 06, 2025
-------------------------------------------------------------------------------------------------
[debugger] Add hover info to palette colors. Fix #67,

--------------------------------------------------------------------------------------------
libretro-gpsp.mk 74db5e5c73020626a1118b97d3735b5636d65d9d # Version: Commits on Oct 06, 2025
--------------------------------------------------------------------------------------------
Minor build fixes with some types,

-----------------------------------------------------------------------------------------------------
libretro-mame2003-plus.mk 870e8ba3fa4e6635e2eb9d85c939589498659c32 # Version: Commits on Oct 05, 2025
-----------------------------------------------------------------------------------------------------
Align notes,

----------------------------------------------------------------------------------------------
libretro-ppsspp.mk 6efbdfc10dedf0e0841751cee7ba6a602174b74b # Version: Commits on Oct 07, 2025
----------------------------------------------------------------------------------------------
Merge pull request #20858 from hrydgard/arm64-exception-handler

Enable exception handling on Windows ARM64,

---------------------------------------------------------------------------------------------
libretro-vba-m.mk f955600c0974418bb00263077f17c23b59027ea0 # Version: Commits on Oct 07, 2025
---------------------------------------------------------------------------------------------
Fix the Tile viewer for DMG in CGB mode

Fix the Tile viewer for DMG in CGB mode by implementing proper palette

handling.

Fixed with Claude.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>,

-------------------------------------------------------------------------------------------
glsl-shaders.mk b935c6970b9b2bf6c81bf565d54012e947a838d8 # Version: Commits on Oct 07, 2025
-------------------------------------------------------------------------------------------
Update tiny_ntsc (#536)

* Update tiny_ntsc

* Update tiny_ntsc.glsl

* Update tiny_ntsc.glsl

* Update tiny_ntsc.glsl,

--------------------------------------------------------------------------------------------
slang-shaders.mk 8148df509b489ec8f63453e83aadf2fd2669967f # Version: Commits on Oct 07, 2025
--------------------------------------------------------------------------------------------
Djayjp-CreativeForce patch 1 (#744)

* Add files via upload

* Create lanczos16-AR.slang

Adding lanczos 16 tap shader with anti-ringing functionality

* Create crt-CreativeForce-SharpSmooth.slang

SharpSmooth shader with a mask and sharpen filter.

* Create crt-CreativeForce-Arcade.slang

* Update crt-CreativeForce-Arcade.slang

adding author name

* Update crt-CreativeForce-SharpSmooth.slang

* Update lanczos16-AR.slang

noted that it was modified by me

* Update crt-CreativeForce-SharpSmooth.slang

Removed mention of lanczos shader

* Update crt-CreativeForce-Arcade.slang

Removed mention of lanczos shader

* Update crt-CreativeForce-Arcade.slangp

Moving Lanczos16-AR to interpolation folder

* Update crt-CreativeForce-SharpSmooth.slangp

Moving Lanczos16-AR to the interpolation folder

* Create lanczos16-AR

Moving to the interpolation folder

* Create lanczos16-AR.slangp

* Rename lanczos16-AR to lanczos16-AR.slang

* Delete crt/shaders/CreativeForce/lanczos16-AR.slang

Redundant,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants