Skip to content

chore: run fixes#8257

Merged
sriramveeraghanta merged 3 commits intopreviewfrom
lifeiscontent/fix
Dec 8, 2025
Merged

chore: run fixes#8257
sriramveeraghanta merged 3 commits intopreviewfrom
lifeiscontent/fix

Conversation

@lifeiscontent
Copy link
Collaborator

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Improvement (change that would cause existing functionality to not work as expected)
  • Code refactoring
  • Performance improvements
  • Documentation update

Screenshots and Media (if applicable)

Test Scenarios

References

Copilot AI review requested due to automatic review settings December 8, 2025 07:44
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 8, 2025

Important

Review skipped

More than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review.

66 files out of 173 files are above the max files limit of 100. Please upgrade to Pro plan to get higher limits.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch lifeiscontent/fix

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR applies automated linting and formatting fixes across the codebase, focusing on TypeScript/ESLint rule compliance and code quality improvements.

Key Changes:

  • Updated ESLint rules and dev dependencies to latest versions
  • Removed redundant type assertions and unnecessary | undefined annotations
  • Converted React components from arrow functions to named function declarations for better debugging
  • Added security attribute rel="noreferrer" to all external links with target="_blank"

Reviewed changes

Copilot reviewed 170 out of 172 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
package.json Updated dev dependencies (@vitest/eslint-plugin, eslint-plugin-storybook, prettier, turbo, typescript-eslint) to latest versions
eslint.config.mjs Added new TypeScript ESLint rules including no-import-type-side-effects, enhanced no-unused-vars configuration, and import/consistent-type-specifier-style
packages/utils/* Removed redundant type assertions, unnecessary `
packages/propel/src/icons/* Converted arrow function components to named function declarations, fixed JSX attribute naming (clip-path → clipPath)
apps/web/core/components/* Removed "use client" directives, converted components to named functions, added rel="noreferrer" to external links
apps/web/core/store/* Removed redundant type assertions throughout store implementations
.npmrc Removed public-hoist-pattern configurations for common tools

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@lifeiscontent lifeiscontent marked this pull request as draft December 8, 2025 08:07
@lifeiscontent lifeiscontent force-pushed the lifeiscontent/fix branch 2 times, most recently from 370d799 to 3629273 Compare December 8, 2025 08:34
@lifeiscontent lifeiscontent marked this pull request as ready for review December 8, 2025 08:34
@sriramveeraghanta sriramveeraghanta merged commit 0ab94ed into preview Dec 8, 2025
6 checks passed
@sriramveeraghanta sriramveeraghanta deleted the lifeiscontent/fix branch December 8, 2025 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants