- 
                Notifications
    You must be signed in to change notification settings 
- Fork 239
chore: Update dependencies #976
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore: Update dependencies #976
Conversation
| import { ModuleFederationConfig, RsbuildConfig } from '@rsbuild/core'; | ||
| import { pluginScriptModule } from './plugin-script-module'; | ||
| import { applySkipList, normalizeSkipList, SkipList } from '../utils/skip-list'; | ||
| import { SharedObject } from '@module-federation/enhanced/dist/src/declarations/plugins/sharing/SharePlugin'; | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@manfredsteyer Small question, the interfaces appear to be identical, just typescript is not accepting using them intertwined. What's your take on this? Or anyone else? Which one should be used?
| @manfredsteyer Considering these changes, can we expect a new release of the  Which should also address #911 -- I am also getting pinged by our DevOps group about needing to address this  And the reason why this vulnerability isn't just "fixing itself" is because these  | 
| I can see what I can do with the vulnerabilities. 
 Could you help me a bit here? I struggle a bit to understand the first sentence, but  | 
b0d9fa1    to
    44acd85      
    Compare
  
    | It took some tweaking and forcing certain versions but this should fix the CVE's you were encountering. Would you kindly check this build and see if it works fine for yous? | 
| 
 That is the normal behavior of the caret, but the rules change when the major version is  
 So this package definition here: 
 is only installing v0.9.1, even though 0.21.2 is available. So those  | 
No description provided.