chore(package): update dependencies and add optional dependencies#180
chore(package): update dependencies and add optional dependencies#180danielhe4rt merged 3 commits into4.xfrom
Conversation
- Updated @prettier/plugin-php to version 0.24.0. - Added autoprefixer at version 10.4.27. - Updated lint-staged to version 16.4.0. - Updated npm-check-updates to version 19.6.5. - Updated prettier-plugin-blade to version 3.1.3. - Added optional dependencies for rollup and tailwindcss for Linux.
- Added @tailwindcss/typography version 0.5.19 to devDependencies. - Updated package-lock.json to reflect the new dependency.
📝 WalkthroughWalkthroughThis pull request replaces the deleted 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 📝 Coding Plan
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. Comment Tip CodeRabbit can use Trivy to scan for security misconfigurations and secrets in Infrastructure as Code files.Add a .trivyignore file to your project to customize which findings Trivy reports. |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@package.json`:
- Line 21: Remove the unused "autoprefixer" devDependency from package.json by
deleting the "autoprefixer": "10.4.27" entry, then run your package manager
(npm/yarn/pnpm) to update node_modules and the lockfile; also search for and
remove any leftover references to autoprefixer in config files (e.g.,
postcss.config.* or build scripts) to avoid stale config entries since Tailwind
v4/@tailwindcss/vite (Lightning CSS) handles vendor prefixes automatically.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 213ee324-279a-411f-88fe-a1aa889cd9b1
⛔ Files ignored due to path filters (2)
composer.lockis excluded by!**/*.lockpackage-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (4)
.prettierrc.prettierrc.jsoncomposer.jsonpackage.json
💤 Files with no reviewable changes (1)
- .prettierrc
- Cleaned up dependencies by removing autoprefixer. - Updated package-lock.json to reflect the removal.
Warning
GHSA-vv3x-j2x5-36jc
Summary by CodeRabbit
Chores
Style