Skip to content

build(deps-dev): bump eslint-plugin-react-hooks from 5.2.0 to 7.0.1#2

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.0.1
Closed

build(deps-dev): bump eslint-plugin-react-hooks from 5.2.0 to 7.0.1#2
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.0.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 18, 2026

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

Changelog

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

7.0.1

  • Disallowed passing inline useEffectEvent values as JSX props to guard against accidental propagation. (#34820 by @​jf-eirinha)
  • Switch to export = so eslint-plugin-react-hooks emits correct types for consumers in Node16 ESM projects. (#34949 by @​karlhorky)
  • Tightened the typing of configs.flat so the configs export is always defined. (#34950 by @​poteto)
  • Fix named import runtime errors. (#34951, #34953 by @​karlhorky)

7.0.0

This release slims down presets to just 2 configurations (recommended and recommended-latest), and all compiler rules are enabled by default.

  • Breaking: Removed recommended-latest-legacy and flat/recommended configs. The plugin now provides recommended (legacy and flat configs with all recommended rules), and recommended-latest (legacy and flat configs with all recommended rules plus new bleeding edge experimental compiler rules). (@​poteto in #34757)

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 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)

Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 5.2.0 to 7.0.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: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 18, 2026
@Xoulomon Xoulomon closed this Feb 19, 2026
@Xoulomon Xoulomon deleted the dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.0.1 branch February 19, 2026 11:07
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 19, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@Fidelis900 Fidelis900 mentioned this pull request Feb 21, 2026
4 tasks
Mystery-CLI pushed a commit to Mystery-CLI/Scavenger that referenced this pull request Feb 23, 2026
- Create stellar-contract/ directory with Soroban smart contract
- Implement ParticipantRole enum (Recycler, Collector, Manufacturer)
- Add Soroban storage traits and validation logic
- Add 11 comprehensive unit tests covering all role types
- Create CI/CD pipeline with GitHub Actions
- Add build and verification scripts (bash and PowerShell)
- Configure Soroban CLI with network settings
- Update README with complete project documentation
- Add frontend/ directory structure for future implementation
- Remove old frontend files and contracts

Closes Xoulomon#1 - Initialize Stellar Rust Project Structure
Closes Xoulomon#2 - Implement ParticipantRole Enum in Rust
limitlxx added a commit to limitlxx/Scavenger that referenced this pull request Feb 23, 2026
- Add participants storage with get/set functions
- Implement registration checks to prevent duplicates
- Add update functions that preserve registration data
- Create waste transfer history storage with immutable records
- Implement transfer_waste function with ownership validation
- Add chronological transfer history tracking
- Create comprehensive documentation for both features
- Add 84 passing tests covering all functionality

Storage architecture:
- Participants: (address,) → Participant
- Transfer history: ('transfers', waste_id) → Vec<WasteTransfer>

New functions:
- set_participant (internal helper)
- is_participant_registered
- transfer_waste
- get_transfer_history
- record_transfer (internal)
- get_transfers_from/to (placeholder for future indexing)

Closes Xoulomon#2 and Xoulomon#1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant