diff --git a/package.json b/package.json index dd9f1696..296cafb5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index 290d913c..fb572658 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -62,7 +62,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "immutable": "^4.1.0", "jest": "^27.5.1", "rimraf": "^3.0.2", diff --git a/packages/react-base16-styling/package.json b/packages/react-base16-styling/package.json index f51cda18..394b54a2 100644 --- a/packages/react-base16-styling/package.json +++ b/packages/react-base16-styling/package.json @@ -61,7 +61,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "jest": "^27.5.1", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", diff --git a/packages/react-dock/package.json b/packages/react-dock/package.json index bdb01ca3..0f5150b6 100644 --- a/packages/react-dock/package.json +++ b/packages/react-dock/package.json @@ -61,7 +61,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index 9dccdaef..1bbc596d 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -70,7 +70,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index d88c6179..a5c3c78a 100644 --- a/packages/redux-devtools-app/package.json +++ b/packages/redux-devtools-app/package.json @@ -29,9 +29,9 @@ "build:cjs": "babel src --extensions \".ts,.tsx\" --out-dir lib/cjs", "build:esm": "babel src --config-file ./babel.config.esm.json --extensions \".ts,.tsx\" --out-dir lib/esm", "build:types": "tsc --emitDeclarationOnly", - "build:web": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --env platform=web --progress", - "build:umd": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --progress --config webpack.config.umd.ts", - "build:umd:min": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --env production --progress --config webpack.config.umd.ts", + "build:web": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --env platform=web", + "build:umd": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --config webpack.config.umd.ts", + "build:umd:min": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --env production --config webpack.config.umd.ts", "clean": "rimraf build lib umd", "test": "jest", "lint": "eslint . --ext .ts,.tsx", @@ -95,7 +95,7 @@ "css-loader": "^6.7.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index 3c825a9e..839a901f 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -85,7 +85,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "jest": "^27.5.1", "ncp": "^2.0.0", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-inspector-monitor-test-tab/package.json b/packages/redux-devtools-inspector-monitor-test-tab/package.json index a7286ba4..f733dedd 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/package.json @@ -75,7 +75,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", diff --git a/packages/redux-devtools-inspector-monitor-trace-tab/package.json b/packages/redux-devtools-inspector-monitor-trace-tab/package.json index 282c1586..2fa95a2d 100644 --- a/packages/redux-devtools-inspector-monitor-trace-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-trace-tab/package.json @@ -62,7 +62,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", diff --git a/packages/redux-devtools-instrument/package.json b/packages/redux-devtools-instrument/package.json index a3509f92..5b488f03 100644 --- a/packages/redux-devtools-instrument/package.json +++ b/packages/redux-devtools-instrument/package.json @@ -58,7 +58,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "jest": "^27.5.1", "redux": "^4.2.0", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-rtk-query-monitor/demo/package.json b/packages/redux-devtools-rtk-query-monitor/demo/package.json index 02be1615..96cbde66 100644 --- a/packages/redux-devtools-rtk-query-monitor/demo/package.json +++ b/packages/redux-devtools-rtk-query-monitor/demo/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@babel/runtime": "^7.19.0", - "@chakra-ui/react": "^2.2.1", + "@chakra-ui/react": "^2.3.5", "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.4", "@mswjs/data": "^0.10.2", diff --git a/packages/redux-devtools-rtk-query-monitor/package.json b/packages/redux-devtools-rtk-query-monitor/package.json index 39299816..3836c6ea 100644 --- a/packages/redux-devtools-rtk-query-monitor/package.json +++ b/packages/redux-devtools-rtk-query-monitor/package.json @@ -79,7 +79,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", diff --git a/packages/redux-devtools-serialize/package.json b/packages/redux-devtools-serialize/package.json index c72431ec..4ef692b1 100644 --- a/packages/redux-devtools-serialize/package.json +++ b/packages/redux-devtools-serialize/package.json @@ -53,7 +53,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "immutable": "^4.1.0", "jest": "^27.5.1", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index 0545ad9a..f634e050 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -25,8 +25,8 @@ }, "scripts": { "start": "pnpm run storybook", - "storybook": "start-storybook -p 6006 -s ./fonts", - "build:storybook": "build-storybook -s ./fonts", + "storybook": "start-storybook --port 6006 --static-dir ./fonts", + "build:storybook": "build-storybook --static-dir ./fonts --quiet", "build": "pnpm run build:lib && pnpm run build:storybook", "build:lib": "pnpm run build:cjs && pnpm run build:esm && pnpm run build:types && pnpm run build:css", "build:cjs": "babel src --extensions \".ts,.tsx\" --out-dir lib/cjs", @@ -82,7 +82,7 @@ "csstype": "^3.1.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", diff --git a/packages/redux-devtools/package.json b/packages/redux-devtools/package.json index 918829ba..f92d6a13 100644 --- a/packages/redux-devtools/package.json +++ b/packages/redux-devtools/package.json @@ -63,7 +63,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b9a4e920..257d811a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,7 +15,7 @@ importers: '@typescript-eslint/parser': ^5.39.0 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 @@ -31,7 +31,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -348,7 +348,7 @@ importers: '@typescript-eslint/parser': ^5.39.0 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 immutable: ^4.1.0 jest: ^27.5.1 lodash: ^4.17.21 @@ -379,7 +379,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq immutable: 4.1.0 jest: 27.5.1 rimraf: 3.0.2 @@ -411,7 +411,7 @@ importers: csstype: ^3.1.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 jest: ^27.5.1 lodash.curry: ^4.1.1 rimraf: ^3.0.2 @@ -439,7 +439,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq jest: 27.5.1 rimraf: 3.0.2 ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu @@ -465,7 +465,7 @@ importers: '@typescript-eslint/parser': ^5.39.0 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 @@ -498,7 +498,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -596,7 +596,7 @@ importers: '@typescript-eslint/parser': ^5.39.0 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 @@ -636,7 +636,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -729,7 +729,7 @@ importers: '@typescript-eslint/parser': ^5.39.0 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 @@ -764,7 +764,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -819,7 +819,7 @@ importers: d3-state-visualizer: ^1.6.0 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 @@ -905,7 +905,7 @@ importers: css-loader: 6.7.1_webpack@5.74.0 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm @@ -1011,7 +1011,7 @@ importers: electron: ^21.1.0 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 express: ^4.18.2 getport: ^0.1.0 graphql: ^16.6.0 @@ -1080,7 +1080,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq jest: 27.5.1 ncp: 2.0.0 rimraf: 3.0.2 @@ -1294,7 +1294,7 @@ importers: es6template: ^1.0.5 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 javascript-stringify: ^2.1.0 @@ -1342,7 +1342,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -1472,7 +1472,7 @@ importers: anser: ^2.1.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 html-entities: ^2.3.3 @@ -1519,7 +1519,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -1630,7 +1630,7 @@ importers: '@typescript-eslint/parser': ^5.39.0 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 jest: ^27.5.1 lodash: ^4.17.21 redux: ^4.2.0 @@ -1655,7 +1655,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq jest: 27.5.1 redux: 4.2.0 rimraf: 3.0.2 @@ -1801,7 +1801,7 @@ importers: '@typescript-eslint/parser': ^5.39.0 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 hex-rgba: ^1.0.2 @@ -1856,7 +1856,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -1876,7 +1876,7 @@ importers: '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 '@babel/runtime': ^7.19.0 - '@chakra-ui/react': ^2.2.1 + '@chakra-ui/react': ^2.3.5 '@emotion/react': ^11.10.4 '@emotion/styled': ^11.10.4 '@mswjs/data': ^0.10.2 @@ -1980,7 +1980,7 @@ importers: '@typescript-eslint/parser': ^5.39.0 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 immutable: ^4.1.0 jest: ^27.5.1 jsan: ^3.1.14 @@ -2003,7 +2003,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq immutable: 4.1.0 jest: 27.5.1 rimraf: 3.0.2 @@ -2197,7 +2197,7 @@ importers: csstype: ^3.1.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 @@ -2261,7 +2261,7 @@ importers: csstype: 3.1.1 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -12344,12 +12344,12 @@ packages: - supports-color dev: true - /eslint-plugin-jest/26.9.0_b2lgjkkacbu4ndkugyvklv65hq: - resolution: {integrity: sha512-TWJxWGp1J628gxh2KhaH1H1paEdgE2J61BBF1I59c6xWeL5+D1BzMxGDN/nXAfX+aSkR5u80K+XhskK6Gwq9ng==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /eslint-plugin-jest/27.1.1_b2lgjkkacbu4ndkugyvklv65hq: + resolution: {integrity: sha512-vuSuXGKHHi/UAffIM46QKm4g0tQP+6n52nRxUpMq6x6x9rhnv5WM7ktSu3h9cTnXE4b0Y0ODQTgRlCm9rdRLvg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@typescript-eslint/eslint-plugin': ^5.0.0 - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + eslint: ^7.0.0 || ^8.0.0 jest: '*' peerDependenciesMeta: '@typescript-eslint/eslint-plugin': @@ -14201,7 +14201,7 @@ packages: engines: {node: '>=12.0.0'} dependencies: ansi-escapes: 4.3.2 - chalk: 4.1.1 + chalk: 4.1.2 cli-cursor: 3.1.0 cli-width: 3.0.0 external-editor: 3.1.0 @@ -16117,7 +16117,7 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} dependencies: - chalk: 4.1.1 + chalk: 4.1.2 is-unicode-supported: 0.1.0 dev: false @@ -17250,7 +17250,7 @@ packages: engines: {node: '>=10'} dependencies: bl: 4.1.0 - chalk: 4.1.1 + chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.7.0 is-interactive: 1.0.0 diff --git a/renovate.json b/renovate.json index 51037e65..82ab8ca8 100644 --- a/renovate.json +++ b/renovate.json @@ -21,11 +21,6 @@ "matchPackageNames": ["source-map"], "matchUpdateTypes": ["major", "minor"], "groupName": "source-map" - }, - { - "matchPackageNames": ["@chakra-ui/react"], - "matchUpdateTypes": ["major", "minor", "patch"], - "groupName": "chakra-ui" } ] }