Skip to content

build(deps-dev): bump the npm-minor group in /web with 10 updates#20632

Merged
torokati44 merged 1 commit intomasterfrom
dependabot/npm_and_yarn/web/npm-minor-468294c932
Jun 17, 2025
Merged

build(deps-dev): bump the npm-minor group in /web with 10 updates#20632
torokati44 merged 1 commit intomasterfrom
dependabot/npm_and_yarn/web/npm-minor-468294c932

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
@eslint/js 9.28.0 9.29.0
eslint 9.28.0 9.29.0
tsx 4.19.4 4.20.3
typescript-eslint 8.34.0 8.34.1
postcss 8.5.4 8.5.6
postcss-nesting 13.0.1 13.0.2
@types/react 19.1.7 19.1.8
@vitejs/plugin-react 4.5.1 4.5.2
@types/jsonwebtoken 9.0.9 9.0.10
axios 1.9.0 1.10.0

Updates @eslint/js from 9.28.0 to 9.29.0

Release notes

Sourced from @​eslint/js's releases.

v9.29.0

Features

  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
  • dbba058 feat: allow global type declaration in no-var (#19714) (Remco Haszing)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#19695) (Nitin Kumar)

Bug Fixes

  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837) (ntnyq)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#19808) (Francesco Trotta)

Documentation

  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795) (루밀LuMir)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • a2f888d docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)
  • 53c3235 docs: update to clarify prompt usage (#19748) (Jennifer Davis)

Chores

  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851) (Milos Djermanovic)
  • acf2201 chore: package.json update for @​eslint/js release (Jenkins)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)
  • 152ed51 test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)
  • b647239 chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)
  • 7abe42e refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)
  • e392895 perf: improve time complexity of getLocFromIndex (#19782) (루밀LuMir)
  • 0ed289c chore: remove accidentally committed file (#19807) (Francesco Trotta)
Changelog

Sourced from @​eslint/js's changelog.

v9.29.0 - June 13, 2025

  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851) (Milos Djermanovic)
  • acf2201 chore: package.json update for @​eslint/js release (Jenkins)
  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic)
  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795) (루밀LuMir)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837) (ntnyq)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)
  • a2f888d docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)
  • dbba058 feat: allow global type declaration in no-var (#19714) (Remco Haszing)
  • 152ed51 test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)
  • b647239 chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)
  • 7abe42e refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
  • e392895 perf: improve time complexity of getLocFromIndex (#19782) (루밀LuMir)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#19808) (Francesco Trotta)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#19695) (Nitin Kumar)
  • 53c3235 docs: update to clarify prompt usage (#19748) (Jennifer Davis)
  • 0ed289c chore: remove accidentally committed file (#19807) (Francesco Trotta)
Commits

Updates eslint from 9.28.0 to 9.29.0

Release notes

Sourced from eslint's releases.

v9.29.0

Features

  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
  • dbba058 feat: allow global type declaration in no-var (#19714) (Remco Haszing)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#19695) (Nitin Kumar)

Bug Fixes

  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837) (ntnyq)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#19808) (Francesco Trotta)

Documentation

  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795) (루밀LuMir)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • a2f888d docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)
  • 53c3235 docs: update to clarify prompt usage (#19748) (Jennifer Davis)

Chores

  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851) (Milos Djermanovic)
  • acf2201 chore: package.json update for @​eslint/js release (Jenkins)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)
  • 152ed51 test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)
  • b647239 chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)
  • 7abe42e refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)
  • e392895 perf: improve time complexity of getLocFromIndex (#19782) (루밀LuMir)
  • 0ed289c chore: remove accidentally committed file (#19807) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v9.29.0 - June 13, 2025

  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851) (Milos Djermanovic)
  • acf2201 chore: package.json update for @​eslint/js release (Jenkins)
  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic)
  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795) (루밀LuMir)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837) (ntnyq)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)
  • a2f888d docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)
  • dbba058 feat: allow global type declaration in no-var (#19714) (Remco Haszing)
  • 152ed51 test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)
  • b647239 chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)
  • 7abe42e refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
  • e392895 perf: improve time complexity of getLocFromIndex (#19782) (루밀LuMir)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#19808) (Francesco Trotta)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#19695) (Nitin Kumar)
  • 53c3235 docs: update to clarify prompt usage (#19748) (Jennifer Davis)
  • 0ed289c chore: remove accidentally committed file (#19807) (Francesco Trotta)
Commits
  • edf232b 9.29.0
  • c2414b6 Build: changelog update for 9.29.0
  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851)
  • acf2201 chore: package.json update for @​eslint/js release
  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832)
  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845)
  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825)
  • Additional commits viewable in compare view

Updates tsx from 4.19.4 to 4.20.3

Release notes

Sourced from tsx's releases.

v4.20.3

4.20.3 (2025-06-13)

Bug Fixes


This release is also available on:

v4.20.2

4.20.2 (2025-06-12)

Bug Fixes


This release is also available on:

v4.20.1

4.20.1 (2025-06-11)

Bug Fixes

  • json: handle keys with special characters (9bd2546)

This release is also available on:

v4.20.0

4.20.0 (2025-06-11)

Bug Fixes

... (truncated)

Commits
  • dadcf27 fix: revert v4.20 changes
  • 2d1aaee chore: upgrade manten
  • c188268 fix: support ambiguous package (#79)
  • 602f1b1 chore: debug to accept levels (#77)
  • 5172c47 test: log node-pty failure stdout
  • 1e8f17b refactor: node-pty test code
  • 9bd2546 fix(json): handle keys with special characters
  • e97fe67 test: failed pty tests logs
  • 532c50a tests: fix Windows tests
  • ec316d3 feat: support latest Node versions
  • 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 postcss from 8.5.4 to 8.5.6

Release notes

Sourced from postcss's releases.

8.5.6

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

8.5.5

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).
Changelog

Sourced from postcss's changelog.

8.5.6

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

8.5.5

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).
Commits

Updates postcss-nesting from 13.0.1 to 13.0.2

Changelog

Sourced from postcss-nesting's changelog.

13.0.2

June 10, 2025

Commits

Updates @types/react from 19.1.7 to 19.1.8

Commits

Updates @vitejs/plugin-react from 4.5.1 to 4.5.2

Release notes

Sourced from @​vitejs/plugin-react's releases.

plugin-react@4.5.2

Suggest @vitejs/plugin-react-oxc if rolldown-vite is detected #491

Emit a log which recommends @vitejs/plugin-react-oxc when rolldown-vite is detected to improve performance and use Oxc under the hood. The warning can be disabled by setting disableOxcRecommendation: false in the plugin options.

Use optimizeDeps.rollupOptions instead of optimizeDeps.esbuildOptions for rolldown-vite #489

This suppresses the warning about optimizeDeps.esbuildOptions being deprecated in rolldown-vite.

Add Vite 7-beta to peerDependencies range #497

React plugins are compatible with Vite 7, this removes the warning when testing the beta.

Changelog

Sourced from @​vitejs/plugin-react's changelog.

4.5.2 (2025-06-10)

Suggest @vitejs/plugin-react-oxc if rolldown-vite is detected #491

Emit a log which recommends @vitejs/plugin-react-oxc when rolldown-vite is detected to improve performance and use Oxc under the hood. The warning can be disabled by setting disableOxcRecommendation: true in the plugin options.

Use optimizeDeps.rollupOptions instead of optimizeDeps.esbuildOptions for rolldown-vite #489

This suppresses the warning about optimizeDeps.esbuildOptions being deprecated in rolldown-vite.

Add Vite 7-beta to peerDependencies range #497

React plugins are compatible with Vite 7, this removes the warning when testing the beta.

Commits
  • bfb45ad release: plugin-react@4.5.2
  • 6ea9398 feat: add Vite 7-beta to peerDependencies range (#497)
  • 6db7e7c fix(deps): update all non-major dependencies (#469)
  • c450133 feat: suggest vite-plugin-react-oxc when using rolldown-vite (#491)
  • 4bec551 fix: use optimizeDeps.rollupOptions for rolldown-vite (#489)
  • See full diff in compare view

Updates @types/jsonwebtoken from 9.0.9 to 9.0.10

Commits

Updates axios from 1.9.0 to 1.10.0

Release notes

Sourced from axios's releases.

Release v1.10.0

Release notes:

Bug Fixes

  • adapter: pass fetchOptions to fetch function (#6883) (0f50af8)
  • form-data: convert boolean values to strings in FormData serialization (#6917) (5064b10)
  • package: add module entry point for React Native; (#6933) (3d343b8)

Features

Contributors to this release

Changelog

Sourced from axios's changelog.

1.10.0 (2025-06-14)

Bug Fixes

  • adapter: pass fetchOptions to fetch function (#6883) (0f50af8)
  • form-data: convert boolean values to strings in FormData serialization (#6917) (5064b10)
  • package: add module entry point for React Native; (#6933) (3d343b8)

Features

Contributors to this release

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
eslint [>= 9.26.a, < 9.27]
@eslint/js [>= 9.26.a, < 9.27]

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-minor group in /web with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.28.0` | `9.29.0` |
| [eslint](https://github.com/eslint/eslint) | `9.28.0` | `9.29.0` |
| [tsx](https://github.com/privatenumber/tsx) | `4.19.4` | `4.20.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.34.0` | `8.34.1` |
| [postcss](https://github.com/postcss/postcss) | `8.5.4` | `8.5.6` |
| [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) | `13.0.1` | `13.0.2` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.7` | `19.1.8` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.5.1` | `4.5.2` |
| [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken) | `9.0.9` | `9.0.10` |
| [axios](https://github.com/axios/axios) | `1.9.0` | `1.10.0` |


Updates `@eslint/js` from 9.28.0 to 9.29.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.29.0/packages/js)

Updates `eslint` from 9.28.0 to 9.29.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.28.0...v9.29.0)

Updates `tsx` from 4.19.4 to 4.20.3
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.19.4...v4.20.3)

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 `postcss` from 8.5.4 to 8.5.6
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.4...8.5.6)

Updates `postcss-nesting` from 13.0.1 to 13.0.2
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting)

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

Updates `@vitejs/plugin-react` from 4.5.1 to 4.5.2
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@4.5.2/packages/plugin-react)

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

Updates `axios` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: eslint
  dependency-version: 9.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: tsx
  dependency-version: 4.20.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: typescript-eslint
  dependency-version: 8.34.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: postcss
  dependency-version: 8.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: postcss-nesting
  dependency-version: 13.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: "@types/react"
  dependency-version: 19.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 4.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: "@types/jsonwebtoken"
  dependency-version: 9.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: axios
  dependency-version: 1.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done) labels Jun 16, 2025
@torokati44 torokati44 merged commit 514c953 into master Jun 17, 2025
21 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/web/npm-minor-468294c932 branch June 17, 2025 07:29
Hancock33 added a commit to Hancock33/batocera.piboy that referenced this pull request Jun 21, 2025
-----------------------------------------------------------------------------------------------------
chromebook-linux-audio.mk 884b7b62bd92dba65a54bd8be72878fe20cf44e1 # Version: Commits on Jun 18, 2025
-----------------------------------------------------------------------------------------------------
Check for nixos and exit if found,

---------------------------------------------------------------------------------------
portmidi.mk 340c1c3d4af902253e78c699794eda4792b43976 # Version: Commits on Jun 18, 2025
---------------------------------------------------------------------------------------
Merge pull request #87 from rrrapha/doxygen

Generate doxygen documentation with CMake,

--------------------------------------------------------------------------------------------------------
batocera-emulationstation.mk c065d5e96de7727dc1dff21e178b466ccbb4eb61 # Version: Commits on Jun 18, 2025
--------------------------------------------------------------------------------------------------------
Merge pull request #1937 from fabricecaruso/win

[GLES20Renderer] Fix font texture initialization with GL_ALPHA,

------------------------------------------------------------------------------------------------
batocera-es-piboy.mk c065d5e96de7727dc1dff21e178b466ccbb4eb61 # Version: Commits on Jun 18, 2025
------------------------------------------------------------------------------------------------
Merge pull request #1937 from fabricecaruso/win

[GLES20Renderer] Fix font texture initialization with GL_ALPHA,

----------------------------------------------------------------------------------------------
es-theme-carbon.mk 405971457328dd364f345e2cb97e003099f83ee2 # Version: Commits on Jun 17, 2025
----------------------------------------------------------------------------------------------
add namco22,

-----------------------------------------------------------------------------------
cemu.mk 00ff5549d91e6d8ddc43d0565192158a216e4cc2 # Version: Commits on Jun 18, 2025
-----------------------------------------------------------------------------------
General aarch64 improvements & Apple Silicon support (#1255),

------------------------------------------------------------------------------------------
duckstation.mk 1653cf82a20c722619f0a57482b59a0242b71f57 # Version: Commits on Jun 18, 2025
------------------------------------------------------------------------------------------
GPU/HW: Fix GLSL ES compile error,

--------------------------------------------------------------------------------------
melonds.mk 71edf793fcd2726c4212f7915194c60107dc2809 # Version: Commits on Jun 18, 2025
--------------------------------------------------------------------------------------
setupMicInputData() ought to be called at all times tho,

----------------------------------------------------
pcsx2.mk v2.3.423 # Version: Commits on Jun 18, 2025
----------------------------------------------------
- [CI: Restore repository check in Flathub publish action](PCSX2/pcsx2#12862)

-------------------------------------------------------------------------------------
ppsspp.mk a3e3f203a86940483777ce384a1beeb950e9d1ec # Version: Commits on Jun 18, 2025
-------------------------------------------------------------------------------------
Merge pull request #20547 from warmenhoven/warmenhoven/pr/x86-build-fix

x86: build fix,

------------------------------------------------------------------------------------
rpcs3.mk 4fd581b812abf1507bca92845b39e47e9e6d298a # Version: Commits on Jun 18, 2025
------------------------------------------------------------------------------------
Add github actions for linux arm gcc,

---------------------------------------------------------------
ruffle.mk nightly-2025-06-18 # Version: Commits on Jun 18, 2025
---------------------------------------------------------------
## What's Changed

* build(deps-dev): bump the npm-minor group in /web with 10 updates by @dependabot in ruffle-rs/ruffle#20632

* core: Use Cells & RefCells where possible in MovieClipData by @kjarosh in ruffle-rs/ruffle#20563

* build(deps-dev): bump eslint-plugin-jsdoc from 50.7.1 to 51.0.1 in /web by @dependabot in ruffle-rs/ruffle#20631

* build(deps): bump the cargo-minor group with 7 updates by @dependabot in ruffle-rs/ruffle#20630

* chore: Update to wgpu 25 and egui git main by @torokati44 in ruffle-rs/ruffle#20494

* avm2: Initialize the loaderInfo.loaderURL more consistently  by @evilpie in ruffle-rs/ruffle#20627

**Full Changelog**: ruffle-rs/ruffle@nightly-2025-06-16...nightly-2025-06-18,

--------------------------------------------------------------------------------------
shadps4.mk 20670186abbe1d74ac554afb33b3042b783607f6 # Version: Commits on Jun 18, 2025
--------------------------------------------------------------------------------------
Potential MacOS Build Fix (#3117)

* Potential MacOS build fix for update

* Imported string instead of changing name to std::string_view,

-------------------------------------------------------------------------------------
snes9x.mk a168e789719d6bc8e06110d517d98c3d098d5834 # Version: Commits on Jun 18, 2025
-------------------------------------------------------------------------------------
libretro/win32: Add stdcpp17 to compile flags for msvc.,

---------------------------------------------------------------------------------------------
solarus-engine.mk c121821d4f70eebba79f43ff0f9d6d2163ce2857 # Version: Commits on Jun 17, 2025
---------------------------------------------------------------------------------------------
Merge branch 'v2.0' into dev

-----------------------------------------------------------------------------------
xemu.mk 59cec6599df8010554e54132f2eb264ffbc7e97d # Version: Commits on Jun 18, 2025
-----------------------------------------------------------------------------------
nvnet: Move NetClientInfo handlers up,

-----------------------------------------------------------------------------------
ymir.mk 5e23fde25c712417657dd1ad670224767f783475 # Version: Commits on Jun 18, 2025
-----------------------------------------------------------------------------------
fix(SMPC): The first byte of INTBACK peripheral reports for [3D] Control Pad must have bits 2-0 set to 111 instead of 100 used in TH/TR reading mode

Fixes input issues in Crusader: No Remorse, WipEout and several other games,

------------------------------------------------------------------------------------
box64.mk c96c1ad5ddb977a3723b6d53317f7942546e0779 # Version: Commits on Jun 18, 2025
------------------------------------------------------------------------------------
[BIONIC] Fixed some compilation warnings (#2756),

------------------------------------------------------------------------------------
cdogs.mk f582f1639cfff7812976c54600141b4f73e64a8c # Version: Commits on Jun 18, 2025
------------------------------------------------------------------------------------
Nosering #712,

---------------------------------------------------------------------------------------
corsixth.mk 691568c63fdb2dffaa9c291e0ad6f1c4251f428e # Version: Commits on Jun 18, 2025
---------------------------------------------------------------------------------------
Merge pull request #2919 from lewri/let_handymen_work

Restore handyman cleaning abilities,

---------------------------------------------------------------------------------------
etlegacy.mk 6ac69c5c7a233a1bd69cff7394543c0892c5944a # Version: Commits on Jun 17, 2025
---------------------------------------------------------------------------------------
github-actions: Run only 1 CI for each branch at a time,

------------------------------------------------------------------------------------------
fallout2-ce.mk 34ef1c2f267afba61ce5743cbb463927f6d31835 # Version: Commits on Jun 18, 2025
------------------------------------------------------------------------------------------
Merge pull request #213 from fallout2-ce/disappearing-inventory-item-fix

Update inventory.cc,

-------------------------------------------------------------------------------------------
jazz2-native.mk 158bacfb7a1eec3f159d5b38ea34aedd373c04cf # Version: Commits on Jun 18, 2025
-------------------------------------------------------------------------------------------
Added `/gpu-workaround`,

----------------------------------------------------------------------------------------
openmohaa.mk 45c112a463a76bcd75847402f2bcb6320ea6481a # Version: Commits on Jun 17, 2025
----------------------------------------------------------------------------------------
Properly close the file handle if an invalid length was returned on read attempt,

----------------------------------------------------------------------------------
stk.mk b528010f24fbedc4485c64e3c5df1056670b9020 # Version: Commits on Jun 17, 2025
----------------------------------------------------------------------------------
Fix uninitialized variable in PlayerKartWidget,

----------------------------------------------------
rclone.mk v1.70.0 # Version: Commits on Jun 18, 2025
----------------------------------------------------
This is the v1.70.0 release of rclone.

Full details of the changes can be found in [the changelog](https://rclone.org/changelog/#v1-70-0-2025-06-17).

,

-----------------------------------------------------------------------------------
xone.mk b8f90dabf73e72d0446e0ff1fd27471e87abb501 # Version: Commits on Jun 18, 2025
-----------------------------------------------------------------------------------
Merge pull request #66 from Lawstorant/fix-6-16

Fix build on Linux 6.16,

----------------------------------------------------------------------------------------
retroarch.mk 9e5f6f4d8a99f42b9171ec1a09aee4e4409641d2 # Version: Commits on Jun 18, 2025
----------------------------------------------------------------------------------------
apple: fix bundle id display,

-------------------------------------------------------------------------------------
libdof.mk 7430cc458992e6d7c4622974a42f8f3b551060d6 # Version: Commits on Jun 18, 2025
-------------------------------------------------------------------------------------
misc: Add support for Pinscape Pico. Misc cleanup. (#8),

----------------------------------------------------------------------------------------
doomretro.mk 72263cec966e4204ccda859f264c5c82ce36c4ff # Version: Commits on Jun 18, 2025
----------------------------------------------------------------------------------------
Update to Visual Studio v17.14.6,

-------------------------------------------------------------------------------------
gzdoom.mk 7cac623ecbe8b8e44e3cf4f55288d65ad669681f # Version: Commits on Jun 18, 2025
-------------------------------------------------------------------------------------
Fix SMF_PRECISE flag for seekers

Use the player's actual eye position when calculating.,

-----------------------------------------------------------------------------------
tr1x.mk 2273aab4b8bbd6b31f40d862595e6e7eb7c22ab7 # Version: Commits on Jun 18, 2025
-----------------------------------------------------------------------------------
Merge branch 'stable' into develop,

-----------------------------------------------------------------------------------
tr2x.mk 2273aab4b8bbd6b31f40d862595e6e7eb7c22ab7 # Version: Commits on Jun 18, 2025
-----------------------------------------------------------------------------------
Merge branch 'stable' into develop,

--------------------------------------------------------------------------------------------------
libretro-clownmdemu.mk 4371de8e34df9425e17e6ce70883b0794ee66f26 # Version: Commits on Jun 17, 2025
--------------------------------------------------------------------------------------------------
Check-out submodules recursively

Checking-out just the common repo is not even nearly enough.,

---------------------------------------------------------------------------------------------
libretro-fbneo.mk 74cd6de97626baddd39e26066e697d0881bc6933 # Version: Commits on Jun 18, 2025
---------------------------------------------------------------------------------------------
(libretro) fix oob on keyboard devices,

-------------------------------------------------------------------------------------------------
libretro-geargrafx.mk 280057bb46410d0b664f94787f9568ba23beafd6 # Version: Commits on Jun 18, 2025
-------------------------------------------------------------------------------------------------
CD-ROM Audio fader,

-----------------------------------------------------------------------------------------------------
libretro-mame2003-plus.mk ada3b0c61f9221e5744effa645e95b2119a457e9 # Version: Commits on Jun 17, 2025
-----------------------------------------------------------------------------------------------------
Target Hits / Quick Shots screen size and layer offsets,

----------------------------------------------------------------------------------------------
libretro-ppsspp.mk a3e3f203a86940483777ce384a1beeb950e9d1ec # Version: Commits on Jun 18, 2025
----------------------------------------------------------------------------------------------
Merge pull request #20547 from warmenhoven/warmenhoven/pr/x86-build-fix

x86: build fix,

---------------------------------------------------------------------------------------------
libretro-vba-m.mk 48fc076cc2369c1269ed21186ccd2ae7dad6c12b # Version: Commits on Jun 18, 2025
---------------------------------------------------------------------------------------------
Set WinSparkle to 0.9.1,
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.

1 participant