-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade Storybook@8.6 and Babel@7.26.10 #1317
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
Conversation
Resolves Dependabots: Babel has inefficient RexExp complexity in generated code with .replace when transpiling named capturing groups https://github.com/user-interviews/ui-design-system/security/dependabot/129 Cross-site Scripting (XSS) in serialize-javascript https://github.com/user-interviews/ui-design-system/security/dependabot/128 esbuild enables any website to send any requests to the development server and read the response https://github.com/user-interviews/ui-design-system/security/dependabot/126
], | ||
"plugins": [ | ||
"@babel/plugin-transform-runtime", | ||
"@babel/plugin-proposal-object-rest-spread", |
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.
these were all promoted
"@babel/plugin-proposal-private-property-in-object": "^7.21.11", | ||
"@babel/plugin-transform-runtime": "^7.25.9", | ||
"@babel/preset-env": "^7.26.7", | ||
"@babel/core": "^7.26.10", |
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.
upgraded anything babel related
"babel-preset-react": "^6.24.1", | ||
"bootstrap": "5.1.3", | ||
"chromatic": "^11.25.1", | ||
"chromatic": "^11.27.0", |
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.
figured since it will run and test anyway
"classnames": "^2.5.1", | ||
"css-loader": "^7.1.2", | ||
"eslint": "^9.19.0", | ||
"eslint": "^9.22.0", |
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.
lint seemed to work ok
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.
👍
yarn npm audit
)