Skip to content

Commit

Permalink
chore(frontend): Version bumps (#483)
Browse files Browse the repository at this point in the history
In this PR:
	- Bump of @typescript-eslint/parser from 8.5.0 to 8.8.1
	- Bump of @typescript-eslint/eslint-plugin from 8.5.0 to 8.8.1
	- Bump of @typescript-eslint/eslint-plugin-import to 2.31.0
	- Ignore some eslint warnings on util.js
	- Bump of cookie (low sev cve)

Signed-off-by: Eder Ignatowicz <[email protected]>
  • Loading branch information
ederign authored Oct 16, 2024
1 parent 4c43176 commit 38d65b4
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 63 deletions.
122 changes: 62 additions & 60 deletions clients/ui/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions clients/ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@
"classnames": "^2.2.6"
},
"optionalDependencies": {
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-no-relative-import-paths": "^1.5.2",
Expand Down
2 changes: 2 additions & 0 deletions clients/ui/frontend/src/app/components/design/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import modelRegistryMissingModelImg from '~/images/no-models-model-registry.svg'
import modelRegistryMissingVersionImg from '~/images/no-versions-model-registry.svg';

import './vars.scss';
/* eslint-disable @typescript-eslint/no-unnecessary-condition */
// These conditions are required for future object types that may be added later.

export enum ProjectObjectType {
registeredModels = 'registered-models',
Expand Down

0 comments on commit 38d65b4

Please sign in to comment.