-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Fix for 3 vulnerabilities #445
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: next
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -91,7 +91,7 @@ | |
| "dependencies": { | ||
| "@chromatic-com/storybook": "^1.6.1", | ||
| "@happy-dom/global-registrator": "^14.12.0", | ||
| "@nx/eslint": "18.0.6", | ||
| "@nx/eslint": "19.1.0", | ||
| "@nx/vite": "18.0.6", | ||
| "@nx/workspace": "18.0.6", | ||
| "@playwright/test": "1.46.0", | ||
|
|
@@ -114,13 +114,13 @@ | |
| "@storybook/addon-themes": "workspace:*", | ||
| "@storybook/addon-toolbars": "workspace:*", | ||
| "@storybook/addon-viewport": "workspace:*", | ||
| "@storybook/angular": "workspace:*", | ||
| "@storybook/angular": "3.3.0", | ||
| "@storybook/bench": "next", | ||
| "@storybook/blocks": "workspace:*", | ||
| "@storybook/builder-vite": "workspace:*", | ||
| "@storybook/builder-webpack5": "workspace:*", | ||
| "@storybook/codemod": "workspace:*", | ||
| "@storybook/core": "workspace:*", | ||
| "@storybook/builder-webpack5": "6.2.0", | ||
| "@storybook/codemod": "3.0.0", | ||
| "@storybook/core": "3.3.3", | ||
|
Comment on lines
+117
to
+123
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These dependency upgrades from "@storybook/angular": "workspace:*",
"@storybook/bench": "next",
"@storybook/blocks": "workspace:*",
"@storybook/builder-vite": "workspace:*",
"@storybook/builder-webpack5": "workspace:*",
"@storybook/codemod": "workspace:*",
"@storybook/core": "workspace:*" |
||
| "@storybook/core-webpack": "workspace:*", | ||
| "@storybook/csf": "0.1.11", | ||
| "@storybook/csf-plugin": "workspace:*", | ||
|
|
@@ -137,7 +137,7 @@ | |
| "@storybook/preact": "workspace:*", | ||
| "@storybook/preact-vite": "workspace:*", | ||
| "@storybook/preact-webpack5": "workspace:*", | ||
| "@storybook/preset-create-react-app": "workspace:*", | ||
| "@storybook/preset-create-react-app": "1.0.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| "@storybook/preset-html-webpack": "workspace:*", | ||
| "@storybook/preset-preact-webpack": "workspace:*", | ||
| "@storybook/preset-react-webpack": "workspace:*", | ||
|
|
@@ -161,7 +161,7 @@ | |
| "@storybook/vue3-webpack5": "workspace:*", | ||
| "@storybook/web-components": "workspace:*", | ||
| "@storybook/web-components-vite": "workspace:*", | ||
| "@storybook/web-components-webpack5": "workspace:*", | ||
| "@storybook/web-components-webpack5": "7.0.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| "@testing-library/dom": "^10.4.0", | ||
| "@testing-library/jest-dom": "^6.5.0", | ||
| "@testing-library/react": "^16.0.0", | ||
|
|
@@ -183,13 +183,13 @@ | |
| "@vitest/browser": "^2.0.5", | ||
| "@vitest/coverage-istanbul": "^2.0.5", | ||
| "@vitest/coverage-v8": "^2.0.5", | ||
| "create-storybook": "workspace:*", | ||
| "create-storybook": "1.0.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| "cross-env": "^7.0.3", | ||
| "danger": "^12.3.3", | ||
| "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0", | ||
| "esbuild-loader": "^4.2.0", | ||
| "esbuild-plugin-alias": "^0.2.1", | ||
| "eslint": "^8.56.0", | ||
| "eslint": "^10.0.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a major version upgrade for |
||
| "eslint-import-resolver-typescript": "^3.6.1", | ||
| "eslint-plugin-local-rules": "portal:../scripts/eslint-plugin-local-rules", | ||
| "eslint-plugin-playwright": "^1.6.2", | ||
|
|
@@ -209,14 +209,14 @@ | |
| "prettier-plugin-css-order": "^2.1.2", | ||
| "prettier-plugin-curly": "^0.2.2", | ||
| "prettier-plugin-jsdoc": "^1.3.0", | ||
| "prettier-plugin-merge": "^0.7.0", | ||
| "prettier-plugin-merge": "^0.9.1", | ||
| "process": "^0.11.10", | ||
| "react": "^18.2.0", | ||
| "react-dom": "^18.2.0", | ||
| "semver": "^7.3.7", | ||
| "serve-static": "^1.14.1", | ||
| "slash": "^5.0.0", | ||
| "storybook": "workspace:^", | ||
| "storybook": "0.0.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| "svelte": "^5.0.0-next.65", | ||
| "ts-dedent": "^2.0.0", | ||
| "typescript": "^5.4.3", | ||
|
|
||
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.
This is a major version upgrade for
@nx/eslintfrom v18 to v19. This may introduce breaking changes related to Nx's ESLint integration. Please review the release notes and test thoroughly to ensure compatibility.