Compare commits

..

1 commit

Author SHA1 Message Date
520d2c38e8 Update typescript-eslint monorepo to v6
Some checks failed
forgejo/Procyon/seedling/pipeline/head This commit looks good
forgejo/Procyon/seedling/pipeline/pr-master There was a failure building this commit
2023-11-17 20:32:11 +00:00
6 changed files with 21 additions and 22 deletions

View file

@ -10,8 +10,7 @@
"Fooxly.themeswitch",
"EditorConfig.EditorConfig",
"rvest.vs-code-prettier-eslint",
"wix.vscode-import-cost",
"mia-hall.vscode-git-branch-sidebar"
"wix.vscode-import-cost"
]
}
}

2
Jenkinsfile vendored
View file

@ -2,7 +2,7 @@
import FrontendBuild
FrontendBuild({
appName = 'seedling'
name = 'seedling'
runLint = false
runUnitTest = false
runE2ETest = false

View file

@ -16,7 +16,7 @@
"replace-in-file": "7.0.2"
},
"devDependencies": {
"prettier": "3.1.0"
"prettier": "3.0.3"
},
"publishConfig": {
"registry": "https://npm.romanjaros.dev"

8
pnpm-lock.yaml generated
View file

@ -14,8 +14,8 @@ dependencies:
devDependencies:
prettier:
specifier: 3.1.0
version: 3.1.0
specifier: 3.0.3
version: 3.0.3
packages:
@ -136,8 +136,8 @@ packages:
wrappy: 1.0.2
dev: false
/prettier@3.1.0:
resolution: {integrity: sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==}
/prettier@3.0.3:
resolution: {integrity: sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==}
engines: {node: '>=14'}
hasBin: true
dev: true

View file

@ -37,7 +37,7 @@
"@nestjs/schematics": "^10.0.2",
"@nestjs/testing": "^10.2.5",
"@types/express": "^4.17.17",
"@types/jest": "29.5.8",
"@types/jest": "29.5.4",
"@types/node": "20.6.0",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^6.7.0",

View file

@ -31,25 +31,25 @@
"@procyon/types": "^1.0.31",
"@procyon/utils": "^1.0.31",
"@reduxjs/toolkit": "1.9.7",
"clsx": "^2.0.0",
"clsx": "^1.2.1",
"date-fns": "2.30.0",
"history": "5.3.0",
"ramda": "0.29.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "8.1.3",
"typescript": "5.2.2",
"wouter": "2.12.1",
"wouter": "2.11.0",
"yup": "0.32.11"
},
"devDependencies": {
"@rtk-query/codegen-openapi": "1.2.0",
"@types/enzyme": "3.10.11",
"@types/jest": "27.5.2",
"@types/jest": "27.4.1",
"@types/nightwatch": "2.3.28",
"@types/ramda": "0.29.9",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/react": "17.0.70",
"@types/react-dom": "17.0.23",
"@types/react-redux": "7.1.30",
"@types/yup": "0.29.14",
"@typescript-eslint/eslint-plugin": "6.11.0",
@ -57,18 +57,18 @@
"autoprefixer": "10.4.16",
"case-sensitive-paths-webpack-plugin": "2.4.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "6.8.1",
"process": "0.11.10",
"dotenv": "16.3.1",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-typescript": "0.14.0",
"eslint-plugin-typescript-sort-keys": "3.1.0",
"eslint-plugin-typescript-sort-keys": "2.3.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.5.3",
"http-server-spa": "1.3.0",
@ -77,13 +77,13 @@
"nightwatch": "3.3.2",
"postcss": "8.4.31",
"postcss-loader": "6.2.1",
"prettier": "3.1.0",
"prettier": "2.8.8",
"tailwindcss": "3.3.5",
"ts-node": "10.9.1",
"ts-jest": "27.1.5",
"ts-loader": "9.5.1",
"ts-prune": "^0.10.3",
"tsconfig-paths": "4.2.0",
"tsconfig-paths": "3.14.2",
"url-loader": "4.1.1",
"webpack": "5.70.0",
"webpack-bundle-analyzer": "^4.5.0",