Skip to content
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

Bump the security group in /web with 7 updates #5010

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
"build-storybook": "build-storybook"
},
"devDependencies": {
"@aws-sdk/types": "^3.686.0",
"@aws-sdk/types": "^3.692.0",
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
@@ -39,7 +39,7 @@
"@storybook/addon-actions": "^7.6.17",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^8.4.2",
"@storybook/addon-links": "^8.4.4",
"@storybook/builder-webpack5": "^7.6.17",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/preset-scss": "^1.0.3",
@@ -97,21 +97,21 @@
"intersection-observer": "^0.12.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fixed-jsdom": "^0.0.8",
"jest-fixed-jsdom": "^0.0.9",
"mini-css-extract-plugin": "^2.9.2",
"msw": "^2.6.2",
"msw": "^2.6.5",
"object-assign": "^4.1.1",
"os-browserify": "^0.3.0",
"path": "^0.12.7",
"postcss-loader": "^6.2.1",
"prop-types": "^15.7.2",
"sass": "^1.80.6",
"sass": "^1.81.0",
"sass-loader": "12.4.0",
"slugify": "^1.6.6",
"source-map-loader": "^5.0.0",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"tty-browserify": "^0.0.1",
@@ -132,7 +132,7 @@
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@storybook/addon-storysource": "^8.4.2",
"@storybook/addon-storysource": "^8.4.4",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"accounting": "^0.4.1",
Loading

Unchanged files with check annotations Beta

return (
<div className="flex-column flex1 container">
<KotsPageTitle pageName="Preflight Checks" showAppSlug />
{Utilities.isInitialAppInstall(selectedApp) && props.isEmbeddedCluster && (

Check warning on line 82 in web/src/components/PreflightResultPage.tsx

GitHub Actions / lint-web

This line has a length of 81. Maximum allowed is 80
<div className="tw-mt-8 tw-shadow-[0_1px_0_#c4c8ca]">
<p className="tls-header tw-pb-8 tw-font-bold u-textColor--primary">
Validate the environment & deploy {selectedApp?.name}
className="btn primary blue"
disabled={preflightCheck?.showDeploymentBlocked}
onClick={() =>
preflightCheck?.shouldShowConfirmContinueWithFailedPreflights

Check warning on line 224 in web/src/components/PreflightResultPage.tsx

GitHub Actions / lint-web

This line has a length of 85. Maximum allowed is 80
? setShowContinueWithFailedPreflightsModal(true)
: deployKotsDownstream({
continueWithFailedPreflights: true,
{generateAddNodeCommandError?.message}
</p>
)}
{!generateAddNodeCommandLoading && generateAddNodeCommand?.command && (

Check warning on line 507 in web/src/components/apps/EmbeddedClusterManagement.tsx

GitHub Actions / lint-web

This line has a length of 81. Maximum allowed is 80
<>
<CodeSnippet
key={selectedNodeTypes.toString()}