fix: Security removal dependency null-loader#3230
fix: Security removal dependency null-loader#3230mtrezza merged 2 commits intoparse-community:alphafrom
Conversation
|
🚀 Thanks for opening this pull request! |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
No actionable comments were generated in the recent review. 🎉 📝 WalkthroughWalkthroughRemoved the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
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 |
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 `@webpack/base.config.js`:
- Around line 78-81: The webpack rule matching test: /\.flow$/ currently sets
type: 'asset/source' but includes an invalid generator option (generator: {
emit: false }); remove the generator property from the .flow rule so it is
simply type: 'asset/source' (or, if you truly need emit: false behavior, change
the rule to type: 'asset/resource' and keep generator: { emit: false }); update
the rule that contains test: /\.flow$/ accordingly.
## [9.0.1-alpha.5](9.0.1-alpha.4...9.0.1-alpha.5) (2026-02-20) ### Bug Fixes * Security removal dependency null-loader ([#3230](#3230)) ([5e1b1fa](5e1b1fa))
|
🎉 This change has been released in version 9.0.1-alpha.5 |
Pull Request
Issue
Security removal dependency null-loader
Summary by CodeRabbit