New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@eslint-react/shared

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/shared - npm Package Versions

rel1cx
published 0.10.4-beta.1 •

Changelog

Source

v0.10.4-beta.1 (Sat Jan 6 2024)

🪄 Improvements

  • Improve function component detection in rule react/no-unstable-nested-components and debug/function-component.

🐞 Fixes

  • Fix an issue where render functions wrapped in useCallback were accidentally detected as function components in rules react/no-unstable-nested-components and debug/function-component.
rel1cx
published 0.10.4-beta.0 •

Changelog

Source

v0.10.4-beta.0 (Sat Jan 6 2024)

🪄 Improvements

  • Improve rule react/no-unstable-default-props to support checking for ObjectPatterns within VariableDeclarators that occur on props.

🐞 Fixes

  • Fix same kind of error inside a component should not only be reported once in rule react/no-create-ref and react/no-constructed-context-value.
rel1cx
published 0.10.3 •

Changelog

Source

v0.10.3 (Fri Jan 5 2024)

🪄 Improvements

  • Update @typescript-eslint's packages to 6.17.0.
rel1cx
published 0.10.3-beta.0 •

Changelog

Source

v0.10.3-beta.0 (Tue Jan 2 2024)

🪄 Improvements

  • Update @typescript-eslint's packages to 6.17.0.
rel1cx
published 0.10.2 •

Changelog

Source

v0.10.2 (Sat Dec 30 2023)

✨ New

rel1cx
published 0.10.2-beta.0 •

Changelog

Source

v0.10.2-beta.0 (Sat Dec 30 2023)

✨ New

rel1cx
published 0.10.1 •

Changelog

Source

v0.10.1 (Wed Dec 27 2023)

🪄 Improvements

  • Add react/no-clone-element to recommended and recommended-legacy presets.
  • Improve rule react/no-unstable-nested-components, make its behavior closer to react-hooks/no-nested-components.
  • Update @typescript-eslint's packages to 6.16.0.
rel1cx
published 0.10.1-beta.1 •

Changelog

Source

v0.10.1-beta.1 (Tue Dec 26 2023)

🪄 Improvements

  • Update @typescript-eslint's packages to 6.16.0.
rel1cx
published 0.10.1-beta.0 •

Changelog

Source

v0.10.1-beta.0 (Mon Dec 25 2023)

🪄 Improvements

  • Add react/no-clone-element to recommended and recommended-legacy presets.
  • Improve rule react/no-unstable-nested-components, make its behavior closer to react-hooks/no-nested-components.
rel1cx
published 0.10.0 •

Changelog

Source

v0.10.0 (Thu Dec 21 2023)

✨ New

  • Add rule jsx/max-depth.

🪄 Improvements

  • Improve recommended and recommended-legacy presets.