Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps eslint-plugin-react-hooks from 5.2.0 to 6.1.1.

Changelog

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

6.1.1

Note: 6.1.0 accidentally allowed use of recommended without flat config, causing errors when used with ESLint v9's defineConfig() helper. This has been fixed in 6.1.1.

6.1.0

Note: Version 6.0.0 was mistakenly released and immediately deprecated and untagged on npm. This is the first official 6.x major release and includes breaking changes.

  • Breaking: Require Node.js 18 or newer. (@​michaelfaith in #32458)
  • Breaking: Flat config is now the default recommended preset. Legacy config moved to recommended-legacy. (@​michaelfaith in #32457)
  • New Violations: Disallow calling use within try/catch blocks. (@​poteto in #34040)
  • New Violations: Disallow calling useEffectEvent functions in arbitrary closures. (@​jbrown215 in #33544)
  • Handle React.useEffect in addition to useEffect in rules-of-hooks. (@​Ayc0 in #34076)
  • Added react-hooks settings config option that to accept additionalEffectHooks that are used across exhaustive-deps and rules-of-hooks rules. (@​jbrown215) in #34497

6.0.0

Accidentally released. See 6.1.0 for the actual changes.

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@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

Blah, see #21801 and dependabot/dependabot-core#13158 about all the "peer" changes...

Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 5.2.0 to 6.1.1.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

---
updated-dependencies:
- dependency-name: eslint-plugin-react-hooks
  dependency-version: 6.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@torokati44 torokati44 force-pushed the dependabot/npm_and_yarn/web/eslint-plugin-react-hooks-6.1.1 branch from 8572415 to ed1d3a8 Compare October 7, 2025 10:34
@torokati44
Copy link
Member

Undid the - "peer": true, changes, so #21801 doesn't get reverted.

@torokati44 torokati44 enabled auto-merge (rebase) October 7, 2025 10:35
@torokati44 torokati44 merged commit a91abe0 into master Oct 7, 2025
53 of 56 checks passed
@torokati44 torokati44 deleted the dependabot/npm_and_yarn/web/eslint-plugin-react-hooks-6.1.1 branch October 7, 2025 11:00
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.

1 participant