Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/prod-beta' into prod-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabrecq committed Jun 17, 2024
2 parents 1174306 + 52ccaa0 commit 4b90fa0
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 78 deletions.
136 changes: 68 additions & 68 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@
"devDependencies": {
"@eslint/compat": "^1.1.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.4.0",
"@eslint/js": "^9.5.0",
"@formatjs/cli": "^6.2.12",
"@redhat-cloud-services/eslint-config-redhat-cloud-services": "^2.0.4",
"@redhat-cloud-services/frontend-components-config": "^6.0.16",
"@redhat-cloud-services/tsc-transform-imports": "^1.0.11",
"@swc/core": "^1.5.29",
"@swc/core": "^1.6.1",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
Expand All @@ -103,7 +103,7 @@
"@xstate/test": "^0.5.1",
"aphrodite": "^2.4.0",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^9.4.0",
"eslint": "^9.5.0",
"eslint-plugin-formatjs": "^4.13.3",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsdoc": "^48.2.12",
Expand All @@ -115,7 +115,7 @@
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-testing-library": "^6.2.2",
"git-revision-webpack-plugin": "^5.0.0",
"globals": "^15.4.0",
"globals": "^15.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand All @@ -126,13 +126,13 @@
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"swc_mut_cjs_exports": "^0.90.24",
"ts-jest": "^29.1.4",
"ts-jest": "^29.1.5",
"ts-patch": "^3.2.0",
"typescript": "^5.4.5",
"webpack-bundle-analyzer": "^4.10.2"
},
"overrides": {
"eslint": "^9.4.0",
"eslint": "^9.5.0",
"redux": "^5.0.1"
},
"insights": {
Expand Down
1 change: 0 additions & 1 deletion src/fed-modules/mfeOptimizationsBadge.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable no-console */
import React from 'react';
import { OptimizationsBadge } from 'routes/optimizations/optimizationsBadge';

Expand Down
1 change: 0 additions & 1 deletion src/fed-modules/mfeOptimizationsTable.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable no-console */
import React from 'react';
import { OptimizationsTable } from 'routes/optimizations/optimizationsTable';

Expand Down
1 change: 0 additions & 1 deletion src/routes/components/resourceTypeahead/resourceFetch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ const ResourceFetch: React.FC<ResourceFetchProps> = ({
);
};

// eslint-disable-next-line no-empty-pattern
const useMapToProps = ({ resourcePathsType, resourceType, search }: ResourceFetchMapProps): ResourceFetchStateProps => {
const dispatch: ThunkDispatch<RootState, any, AnyAction> = useDispatch();
const [searchTimeout, setSearchTimeout] = useState(noop);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ const useQueryFromRoute = () => {
return parseQuery<Query>(location.search);
};

// eslint-disable-next-line no-empty-pattern
const useMapToProps = (): OptimizationsBreakdownStateProps => {
const dispatch: ThunkDispatch<RootState, any, AnyAction> = useDispatch();
const queryFromRoute = useQueryFromRoute();
Expand Down

0 comments on commit 4b90fa0

Please sign in to comment.