Compare commits

...

13 commits

Author SHA1 Message Date
9629bafda1 Update jest monorepo to v29
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
forgejo/Procyon/seedling/pipeline/pr-master This commit looks good
2023-11-18 05:33:10 +00:00
0e69ced0f9 Update dependency prettier to v3.1.0
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
2023-11-17 22:48:21 +01:00
1aa7f04541 Update dependency eslint-plugin-typescript-sort-keys to v3
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
2023-11-17 22:47:26 +01:00
0c145b3e72 Update dependency eslint-plugin-simple-import-sort to v10
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
2023-11-17 22:47:21 +01:00
1478ea9c24 Update dependency eslint-config-prettier to v9
Some checks are pending
forgejo/Procyon/seedling/pipeline/head Build queued...
2023-11-17 22:47:15 +01:00
a1a981d383 Update dependency clsx to v2
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
2023-11-17 22:46:49 +01:00
8d06d77e18 Update dependency copy-webpack-plugin to v11
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
2023-11-17 22:45:50 +01:00
6afb07b7ea Update dependency tsconfig-paths to v4
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
2023-11-17 22:45:01 +01:00
2a7ecc2ccd Update typescript-eslint monorepo to v5.62.0
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
2023-11-17 22:44:47 +01:00
0c0b189670 Update react monorepo to v18
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
2023-11-17 22:43:39 +01:00
d7bc09fdd9 Update jest monorepo
Some checks failed
forgejo/Procyon/seedling/pipeline/head There was a failure building this commit
2023-11-17 22:43:02 +01:00
2faa317d84 Update dependency wouter to v2.12.1
Some checks are pending
forgejo/Procyon/seedling/pipeline/head Build queued...
2023-11-17 22:42:51 +01:00
3f67a9c784 Update Jenkinsfile to new parameter for name
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
2023-11-17 21:34:13 +01:00
6 changed files with 26 additions and 25 deletions

View file

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

2
Jenkinsfile vendored
View file

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

View file

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

8
pnpm-lock.yaml generated
View file

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

View file

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

View file

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