Update TS and ESLint (#734)

This commit is contained in:
Lukasz Ostrowski 2023-07-11 17:02:38 +02:00 committed by GitHub
parent 5473e466f6
commit e7c2d3a877
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 459 additions and 284 deletions

View file

@ -0,0 +1,19 @@
---
"@saleor/react-hook-form-macaw": patch
"eslint-config-saleor": patch
"saleor-app-emails-and-messages": patch
"saleor-app-data-importer": patch
"saleor-app-products-feed": patch
"saleor-app-monitoring": patch
"@saleor/apps-shared": patch
"saleor-app-invoices": patch
"saleor-app-klaviyo": patch
"saleor-app-search": patch
"@saleor/apps-ui": patch
"saleor-app-slack": patch
"saleor-app-taxes": patch
"saleor-app-cms": patch
"saleor-app-crm": patch
---
Updated and ESLint dependencies

View file

@ -51,9 +51,9 @@
"@types/react-dom": "18.2.5", "@types/react-dom": "18.2.5",
"@types/uuid": "^8.3.4", "@types/uuid": "^8.3.4",
"@vitejs/plugin-react": "4.0.0", "@vitejs/plugin-react": "4.0.0",
"eslint": "8.42.0", "eslint": "8.44.0",
"jsdom": "^20.0.3", "jsdom": "^20.0.3",
"typescript": "5.1.3", "typescript": "5.1.6",
"vitest": "0.31.3" "vitest": "0.31.3"
}, },
"private": true, "private": true,

View file

@ -54,10 +54,10 @@
"@types/mailchimp__mailchimp_marketing": "^3.0.7", "@types/mailchimp__mailchimp_marketing": "^3.0.7",
"@types/react": "18.2.5", "@types/react": "18.2.5",
"@types/react-dom": "18.2.5", "@types/react-dom": "18.2.5",
"eslint": "8.42.0", "eslint": "8.44.0",
"eslint-config-saleor": "workspace:*", "eslint-config-saleor": "workspace:*",
"node-mocks-http": "^1.12.2", "node-mocks-http": "^1.12.2",
"typescript": "5.1.3" "typescript": "5.1.6"
}, },
"private": true, "private": true,
"saleor": { "saleor": {

View file

@ -54,9 +54,9 @@
"@types/react": "18.2.5", "@types/react": "18.2.5",
"@types/react-dom": "18.2.5", "@types/react-dom": "18.2.5",
"@vitest/coverage-c8": "^0.28.4", "@vitest/coverage-c8": "^0.28.4",
"eslint": "8.42.0", "eslint": "8.44.0",
"eslint-config-saleor": "workspace:*", "eslint-config-saleor": "workspace:*",
"typescript": "5.1.3" "typescript": "5.1.6"
}, },
"private": true, "private": true,
"saleor": { "saleor": {

View file

@ -68,9 +68,9 @@
"@types/nodemailer": "^6.4.7", "@types/nodemailer": "^6.4.7",
"@types/react": "18.2.5", "@types/react": "18.2.5",
"@types/react-dom": "18.2.5", "@types/react-dom": "18.2.5",
"eslint": "8.42.0", "eslint": "8.44.0",
"eslint-config-saleor": "workspace:*", "eslint-config-saleor": "workspace:*",
"typescript": "5.1.3" "typescript": "5.1.6"
}, },
"private": true, "private": true,
"saleor": { "saleor": {

View file

@ -25,7 +25,7 @@
"@urql/exchange-auth": "^2.1.4", "@urql/exchange-auth": "^2.1.4",
"@web-std/file": "^3.0.2", "@web-std/file": "^3.0.2",
"clsx": "^1.2.1", "clsx": "^1.2.1",
"eslint": "8.42.0", "eslint": "8.44.0",
"graphql": "16.6.0", "graphql": "16.6.0",
"graphql-tag": "^2.12.6", "graphql-tag": "^2.12.6",
"microinvoice": "^1.0.6", "microinvoice": "^1.0.6",
@ -58,7 +58,7 @@
"eslint-config-saleor": "workspace:*", "eslint-config-saleor": "workspace:*",
"jsdom": "^20.0.3", "jsdom": "^20.0.3",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"typescript": "5.1.3", "typescript": "5.1.6",
"vite": "4.3.9", "vite": "4.3.9",
"vitest": "0.31.3" "vitest": "0.31.3"
}, },

View file

@ -47,11 +47,11 @@
"@types/react-dom": "18.2.5", "@types/react-dom": "18.2.5",
"autoprefixer": "^10.4.7", "autoprefixer": "^10.4.7",
"clean-publish": "^4.0.1", "clean-publish": "^4.0.1",
"eslint": "8.42.0", "eslint": "8.44.0",
"eslint-config-saleor": "workspace:*", "eslint-config-saleor": "workspace:*",
"postcss": "^8.4.14", "postcss": "^8.4.14",
"pretty-quick": "^3.1.3", "pretty-quick": "^3.1.3",
"typescript": "5.1.3" "typescript": "5.1.6"
}, },
"private": true, "private": true,
"saleor": { "saleor": {

View file

@ -48,9 +48,9 @@
"@testing-library/react-hooks": "^8.0.1", "@testing-library/react-hooks": "^8.0.1",
"@types/react": "18.2.5", "@types/react": "18.2.5",
"@types/react-dom": "18.2.5", "@types/react-dom": "18.2.5",
"eslint": "8.42.0", "eslint": "8.44.0",
"eslint-config-saleor": "workspace:*", "eslint-config-saleor": "workspace:*",
"typescript": "5.1.3" "typescript": "5.1.6"
}, },
"private": true "private": true
} }

View file

@ -59,9 +59,9 @@
"@testing-library/react-hooks": "^8.0.1", "@testing-library/react-hooks": "^8.0.1",
"@types/react": "18.2.5", "@types/react": "18.2.5",
"@types/react-dom": "18.2.5", "@types/react-dom": "18.2.5",
"eslint": "8.42.0", "eslint": "8.44.0",
"eslint-config-saleor": "workspace:*", "eslint-config-saleor": "workspace:*",
"typescript": "5.1.3" "typescript": "5.1.6"
}, },
"private": true, "private": true,
"saleor": { "saleor": {

View file

@ -49,10 +49,10 @@
"@types/react": "18.2.5", "@types/react": "18.2.5",
"@types/react-dom": "18.2.5", "@types/react-dom": "18.2.5",
"@vitejs/plugin-react": "4.0.0", "@vitejs/plugin-react": "4.0.0",
"eslint": "8.42.0", "eslint": "8.44.0",
"eslint-config-saleor": "workspace:*", "eslint-config-saleor": "workspace:*",
"node-mocks-http": "^1.12.2", "node-mocks-http": "^1.12.2",
"typescript": "5.1.3", "typescript": "5.1.6",
"vite": "4.3.9", "vite": "4.3.9",
"vitest": "0.31.3" "vitest": "0.31.3"
}, },

View file

@ -22,7 +22,7 @@
"@sentry/nextjs": "7.55.2", "@sentry/nextjs": "7.55.2",
"@urql/exchange-auth": "^2.1.4", "@urql/exchange-auth": "^2.1.4",
"clsx": "^1.2.1", "clsx": "^1.2.1",
"eslint": "8.42.0", "eslint": "8.44.0",
"graphql": "16.6.0", "graphql": "16.6.0",
"graphql-tag": "^2.12.6", "graphql-tag": "^2.12.6",
"jose": "^4.11.2", "jose": "^4.11.2",
@ -55,7 +55,7 @@
"eslint-config-saleor": "workspace:*", "eslint-config-saleor": "workspace:*",
"postcss": "^8.4.14", "postcss": "^8.4.14",
"pretty-quick": "^3.1.3", "pretty-quick": "^3.1.3",
"typescript": "5.1.3" "typescript": "5.1.6"
}, },
"private": true, "private": true,
"saleor": { "saleor": {

View file

@ -59,9 +59,9 @@
"@types/react": "18.2.5", "@types/react": "18.2.5",
"@types/react-dom": "18.2.5", "@types/react-dom": "18.2.5",
"@vitejs/plugin-react": "4.0.0", "@vitejs/plugin-react": "4.0.0",
"eslint": "8.42.0", "eslint": "8.44.0",
"eslint-config-saleor": "workspace:*", "eslint-config-saleor": "workspace:*",
"typescript": "5.1.3" "typescript": "5.1.6"
}, },
"private": true, "private": true,
"saleor": { "saleor": {

View file

@ -18,7 +18,7 @@
"devDependencies": { "devDependencies": {
"@changesets/cli": "^2.26.0", "@changesets/cli": "^2.26.0",
"@types/node": "18.15.3", "@types/node": "18.15.3",
"eslint": "8.42.0", "eslint": "8.44.0",
"eslint-config-saleor": "workspace:*", "eslint-config-saleor": "workspace:*",
"husky": "^8.0.3", "husky": "^8.0.3",
"lint-staged": "^13.1.2", "lint-staged": "^13.1.2",

View file

@ -2,13 +2,13 @@
"name": "eslint-config-saleor", "name": "eslint-config-saleor",
"version": "0.4.3", "version": "0.4.3",
"devDependencies": { "devDependencies": {
"eslint": "8.42.0", "eslint": "8.44.0",
"eslint-config-next": "13.4.8", "eslint-config-next": "13.4.8",
"eslint-config-prettier": "8.8.0", "eslint-config-prettier": "8.8.0",
"eslint-config-turbo": "1.10.3", "eslint-config-turbo": "1.10.3",
"eslint-plugin-react": "7.32.2", "eslint-plugin-react": "7.32.2",
"next": "13.4.8", "next": "13.4.8",
"typescript": "5.1.3" "typescript": "5.1.6"
}, },
"license": "MIT", "license": "MIT",
"main": "index.js", "main": "index.js",

View file

@ -8,7 +8,7 @@
"storybook": "storybook dev -p 6006" "storybook": "storybook dev -p 6006"
}, },
"dependencies": { "dependencies": {
"eslint": "8.42.0" "eslint": "8.44.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.21.8", "@babel/core": "^7.21.8",
@ -29,7 +29,7 @@
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-hook-form": "^7.43.9", "react-hook-form": "^7.43.9",
"storybook": "^7.0.12", "storybook": "^7.0.12",
"typescript": "5.1.3", "typescript": "5.1.6",
"vite": "4.3.9", "vite": "4.3.9",
"webpack": "^5.82.1" "webpack": "^5.82.1"
}, },

View file

@ -6,11 +6,11 @@
}, },
"dependencies": { "dependencies": {
"@urql/exchange-auth": "^2.1.4", "@urql/exchange-auth": "^2.1.4",
"eslint": "8.42.0", "eslint": "8.44.0",
"pino": "^8.14.1", "pino": "^8.14.1",
"pino-pretty": "^10.0.0", "pino-pretty": "^10.0.0",
"semver": "^7.5.1", "semver": "^7.5.1",
"typescript": "5.1.3", "typescript": "5.1.6",
"urql": "^4.0.4" "urql": "^4.0.4"
}, },
"devDependencies": { "devDependencies": {

View file

@ -5,8 +5,8 @@
"lint:fix": "eslint --fix ." "lint:fix": "eslint --fix ."
}, },
"dependencies": { "dependencies": {
"eslint": "8.42.0", "eslint": "8.44.0",
"typescript": "5.1.3" "typescript": "5.1.6"
}, },
"devDependencies": { "devDependencies": {
"@saleor/app-sdk": "0.41.0", "@saleor/app-sdk": "0.41.0",

File diff suppressed because it is too large Load diff