Bump @types/react-dom from 18.3.7 to 19.2.2#5
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
09a7e1c to
1c19ab9
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
1c19ab9 to
28ea413
Compare
28ea413 to
b1472d5
Compare
b1472d5 to
74a0256
Compare
74a0256 to
714ba37
Compare
714ba37 to
7d21350
Compare
7d21350 to
38069eb
Compare
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>
38069eb to
46c51b3
Compare
Contributor
Author
|
Looks like @types/react-dom is no longer updatable, so this is no longer needed. |
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>
4 tasks
34 tasks
2 tasks
5 tasks
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @types/react-dom from 18.3.7 to 19.2.2.
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)