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

@eslint-react/var

Package Overview
Dependencies
Maintainers
0
Versions
1013
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/var - npm Package Versions

1
95969799

1.0.2

Diff
rel1cx
published 1.0.2 •

Changelog

Source

v1.0.2 (2024-01-27)

🐞 Fixes

  • Fix rule react-dom/no-namespace not renamed in v1.0.0
  • Fix rule react-dom/no-void-elements-with-children not renamed in v1.0.0

🪄 Improvements

  • Improve rules overview page on website
  • Remove jsx and hooks presets from documentation
rel1cx
published 1.0.1 •

Changelog

Source

v1.0.1 (2024-01-27)

🪄 Improvements

  • Improve jsx and jsx-legacy presets
  • Improve core and core-legacy presets
  • Improve recommended and recommended-legacy presets
  • Improve recommended-type-checked and recommended-type-checked-legacy presets
rel1cx
published 1.0.0 •

Changelog

Source

v1.0.0 (2024-01-27)

💥 Breaking Changes

All DOM related rules are moved to react-dom namespace
  • Rename rule react/no-void-elements-with-children to react-dom/no-void-elements-with-children
  • Rename rule react/no-dangerously-set-innerhtml-with-children to react-dom/no-dangerously-set-innerhtml-with-children
  • Rename rule react/no-dangerously-set-innerhtml to react-dom/no-dangerously-set-innerhtml
  • Rename rule react/no-find-dom-node to react-dom/no-find-dom-node
  • Rename rule react/no-missing-button-type to react-dom/no-missing-button-type
  • Rename rule react/no-missing-iframe-sandbox to react-dom/no-missing-iframe-sandbox
  • Rename rule react/no-namespace to react-dom/no-namespace
  • Rename rule react/no-render-return-value to react-dom/no-render-return-value
  • Rename rule react/no-script-url to react-dom/no-script-url
  • Rename rule react/no-unsafe-iframe-sandbox to react-dom/no-unsafe-iframe-sandbox
  • Rename rule react/no-unsafe-target-blank to react-dom/no-unsafe-target-blank

✨ New

  • Make dom an alias of react-dom preset
  • Make hooks an alias of react-hooks preset
  • Add preset jsx and jsx-legacy
  • Add preset react-dom and dom-legacy
  • Add preset core and core-legacy
  • Add preset react-hooks and hooks-legacy

🐞 Fixes

  • Fix the lint message for rule react-dom/no-dangerously-set-innerhtml
rel1cx
published 1.0.0-beta.3 •

Changelog

Source

v1.0.0-beta.3 (2024-01-26)

🐞 Fixes

  • Fix the name prefix for react-dom rules
rel1cx
published 1.0.0-beta.2 •

Changelog

Source

v1.0.0-beta.2 (2024-01-26)

✨ New

  • Make dom an alias of react-dom preset
  • Make hooks an alias of react-hooks preset
rel1cx
published 1.0.0-beta.1 •

Changelog

Source

v1.0.0-beta.1 (2024-01-26)

✨ New

  • Add preset jsx and jsx-legacy
  • Add preset dom and dom-legacy
  • Add preset core and core-legacy
  • Add preset hooks and hooks-legacy
rel1cx
published 1.0.0-beta.0 •

Changelog

Source

v1.0.0-beta.0 (2024-01-26)

💥 Breaking Changes

All DOM related rules are moved to react-dom namespace
  • Rename rule react/no-dangerously-set-innerhtml to react-dom/no-dangerously-set-innerhtml
  • Rename rule react/no-dangerously-set-innerhtml-with-children to react-dom/no-dangerously-set-innerhtml-with-children
  • Rename rule react/no-find-dom-node to react-dom/no-find-dom-node
  • Rename rule react/no-missing-button-type to react-dom/no-missing-button-type
  • Rename rule react/no-missing-iframe-sandbox to react-dom/no-missing-iframe-sandbox
  • Rename rule react/no-script-url to react-dom/no-script-url
  • Rename rule react/no-unsafe-iframe-sandbox to react-dom/no-unsafe-iframe-sandbox
  • Rename rule react/no-unsafe-target-blank to react-dom/no-unsafe-target-blank
rel1cx
published 0.10.12 •

Changelog

Source

v0.10.12 (2024-01-21)

🪄 Improvements

  • Remove unnecessary parserOptions fields from presets
rel1cx
published 0.10.12-beta.0 •

Changelog

Source

v0.10.12-beta.0 (2024-01-21)

🪄 Improvements

  • Remove unnecessary parserOptions fields from presets
rel1cx
published 0.10.11 •

Changelog

Source

v0.10.11 (2024-01-20)

✨ New

  • Add rule react/no-access-state-in-setstate

🪄 Improvements

  • Improve rule react/no-unused-state to respect the usage of getDerivedStateFromProps
  • Update @typescript-eslint's packages to 6.19.0