Skip to content

Bump @types/react-dom from 18.3.7 to 19.2.2#5

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/types/react-dom-19.2.2
Closed

Bump @types/react-dom from 18.3.7 to 19.2.2#5
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/types/react-dom-19.2.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 21, 2025

Bumps @types/react-dom from 18.3.7 to 19.2.2.

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 dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 21, 2025
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/types/react-dom-19.2.2 branch 4 times, most recently from 09a7e1c to 1c19ab9 Compare October 25, 2025 21:31
@vercel
Copy link
Copy Markdown

vercel Bot commented Oct 25, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
superset-website Ready Ready Preview Comment Oct 28, 2025 0:01am

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.3.7 to 19.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/types/react-dom-19.2.2 branch from 38069eb to 46c51b3 Compare October 27, 2025 23:59
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Oct 28, 2025

Looks like @types/react-dom is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Oct 28, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/types/react-dom-19.2.2 branch October 28, 2025 04:16
saddlepaddle added a commit that referenced this pull request Nov 9, 2025
- Add component graph builder script for fast dependency analysis
- Update agent to always build graph first (avoids 15-20+ grep operations)
- Add test coverage checking requirement (rule #5)
- Define concise output format with performance tracking
- Add self-improvement requirement for iterative agent refinement
- Co-locate all agent resources in .claude/agents/project-structure-validator/
- Add .gitignore for generated graph files

Performance improvements:
- Reduced tool calls from 30+ to ~10
- Pre-computed import counts eliminate slow grep operations
- Test coverage check integrated into workflow

Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
saddlepaddle added a commit that referenced this pull request Nov 9, 2025
Test co-location is optional, not mandatory. Removed:
- Bullet #5 from AGENTS.md structure rules
- Test coverage checks from agent validation steps
- Test coverage metrics from agent output format

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
saddlepaddle added a commit that referenced this pull request Nov 9, 2025
* Restructure website app with strict co-location pattern

- Extract page sections into dedicated components (HeroSection, ClientLogosSection, ScaleFeaturesSection, FeaturesSection)
- Nest sub-components under parent's components/ directory when only used once
- Move shared layout components (Header, Footer, WaitlistModal) to components/layout/
- Co-locate constants, config, hooks, and shaders with their components
- Reduce main page.tsx from 419 lines to ~30 lines of orchestration
- Add comprehensive Project Structure documentation to AGENTS.md

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Enforce strict co-location pattern in website app

- Move Header, Footer, WaitlistModal to app/components/ (used only in page.tsx)
- Extract HeroCanvas multi-component file:
  - calculateGlareProperties → helpers.ts
  - LitBackground → components/LitBackground/
- Delete unused ScaleFeaturesSection component
- Update all imports to use relative paths
- Add project-structure-validator agent for ongoing compliance

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Improve project-structure-validator agent performance and output

- Add component graph builder script for fast dependency analysis
- Update agent to always build graph first (avoids 15-20+ grep operations)
- Add test coverage checking requirement (rule #5)
- Define concise output format with performance tracking
- Add self-improvement requirement for iterative agent refinement
- Co-locate all agent resources in .claude/agents/project-structure-validator/
- Add .gitignore for generated graph files

Performance improvements:
- Reduced tool calls from 30+ to ~10
- Pre-computed import counts eliminate slow grep operations
- Test coverage check integrated into workflow

Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Remove Structure Rules heading from AGENTS.md

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Remove test coverage requirement from structure rules

Test co-location is optional, not mandatory. Removed:
- Bullet #5 from AGENTS.md structure rules
- Test coverage checks from agent validation steps
- Test coverage metrics from agent output format

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
AviPeltz pushed a commit that referenced this pull request Nov 9, 2025
* Restructure website app with strict co-location pattern

- Extract page sections into dedicated components (HeroSection, ClientLogosSection, ScaleFeaturesSection, FeaturesSection)
- Nest sub-components under parent's components/ directory when only used once
- Move shared layout components (Header, Footer, WaitlistModal) to components/layout/
- Co-locate constants, config, hooks, and shaders with their components
- Reduce main page.tsx from 419 lines to ~30 lines of orchestration
- Add comprehensive Project Structure documentation to AGENTS.md

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Enforce strict co-location pattern in website app

- Move Header, Footer, WaitlistModal to app/components/ (used only in page.tsx)
- Extract HeroCanvas multi-component file:
  - calculateGlareProperties → helpers.ts
  - LitBackground → components/LitBackground/
- Delete unused ScaleFeaturesSection component
- Update all imports to use relative paths
- Add project-structure-validator agent for ongoing compliance

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Improve project-structure-validator agent performance and output

- Add component graph builder script for fast dependency analysis
- Update agent to always build graph first (avoids 15-20+ grep operations)
- Add test coverage checking requirement (rule #5)
- Define concise output format with performance tracking
- Add self-improvement requirement for iterative agent refinement
- Co-locate all agent resources in .claude/agents/project-structure-validator/
- Add .gitignore for generated graph files

Performance improvements:
- Reduced tool calls from 30+ to ~10
- Pre-computed import counts eliminate slow grep operations
- Test coverage check integrated into workflow

Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Remove Structure Rules heading from AGENTS.md

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Remove test coverage requirement from structure rules

Test co-location is optional, not mandatory. Removed:
- Bullet #5 from AGENTS.md structure rules
- Test coverage checks from agent validation steps
- Test coverage metrics from agent output format

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
@Kitenite Kitenite mentioned this pull request Feb 4, 2026
2 tasks
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.

0 participants