Skip to content

Commit

Permalink
deploy 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Mar 7, 2024
1 parent 0644ed0 commit f4aa4dc
Show file tree
Hide file tree
Showing 17 changed files with 630 additions and 521 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -21,17 +21,17 @@
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.11.19",
"@types/node": "^20.11.25",
"@xylabs/eslint-config": "workspace:~",
"@xylabs/ts-scripts-yarn3": "workspace:~",
"@xylabs/tsconfig": "workspace:~",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"jest-sorted": "^1.0.14",
"jest-sorted": "^1.0.15",
"prettier": "^3.2.5",
"rimraf": "^4.4.1",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"resolutions": {
"@typescript-eslint/parser": "^6.21.0"
Expand All @@ -56,7 +56,7 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "3.4.1",
"version": "3.5.0",
"packageManager": "yarn@3.6.3",
"scripts": {
"build": "echo Building... && yarn clean && yarn compile",
Expand Down
18 changes: 9 additions & 9 deletions packages/eslint-config-base/package.json
Expand Up @@ -10,8 +10,8 @@
"url": "https://github.com/xylabs/eslint-config/issues"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^6",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-deprecation": "^2.0.0",
Expand All @@ -30,21 +30,21 @@
"prettier": "^3.2.5",
"remark-lint-maximum-line-length": "^3.1.3",
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"peerDependencies": {
"eslint": "^8.23.0"
},
"description": "ESLint Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
"devDependencies": {
"@swc/cli": "^0.3.9",
"@swc/core": "^1.4.1",
"@types/node": "^20.11.19",
"@swc/cli": "^0.3.10",
"@swc/core": "^1.4.5",
"@types/node": "^20.11.25",
"@xylabs/ts-scripts-yarn3": "workspace:~",
"@xylabs/tsconfig": "workspace:~",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"homepage": "https://github.com/xylabs/eslint-config.git",
"keywords": [
Expand Down Expand Up @@ -79,7 +79,7 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.4.1",
"version": "3.5.0",
"scripts": {
"package-compile2": "yarn tsc -p tsconfig.json --module es2022 --outDir dist --rootDir src"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/eslint-config-react-base/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@xylabs/eslint-config-base": "workspace:~",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -22,7 +22,7 @@
"eslint-plugin-md": "^1.0.19",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
Expand All @@ -33,15 +33,15 @@
"prettier": "^3.2.5",
"remark-lint-maximum-line-length": "^3.1.3",
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"description": "ESLint Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
"devDependencies": {
"@types/node": "^20.11.19",
"@types/node": "^20.11.25",
"@xylabs/ts-scripts-yarn3": "workspace:~",
"@xylabs/tsconfig": "workspace:~",
"eslint": "^8.56.0",
"typescript": "^5.3.3"
"eslint": "^8.57.0",
"typescript": "^5.4.2"
},
"peerDependencies": {
"eslint": "^8.23.0"
Expand All @@ -64,6 +64,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.4.1",
"version": "3.5.0",
"type": "commonjs"
}
14 changes: 7 additions & 7 deletions packages/eslint-config-react/package.json
Expand Up @@ -13,7 +13,7 @@
"@babel/plugin-syntax-flow": "^7.23.3",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@xylabs/eslint-config": "workspace:~",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -23,7 +23,7 @@
"eslint-plugin-md": "^1.0.19",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
Expand All @@ -34,15 +34,15 @@
"prettier": "^3.2.5",
"remark-lint-maximum-line-length": "^3.1.3",
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"description": "ESLint Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
"devDependencies": {
"@types/node": "^20.11.19",
"@types/node": "^20.11.25",
"@xylabs/ts-scripts-yarn3": "workspace:~",
"@xylabs/tsconfig": "workspace:~",
"eslint": "^8.56.0",
"typescript": "^5.3.3"
"eslint": "^8.57.0",
"typescript": "^5.4.2"
},
"peerDependencies": {
"eslint": "^8.23.0"
Expand All @@ -65,6 +65,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.4.1",
"version": "3.5.0",
"type": "commonjs"
}
18 changes: 9 additions & 9 deletions packages/eslint-config/package.json
Expand Up @@ -10,8 +10,8 @@
"url": "https://github.com/xylabs/eslint-config/issues"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^6",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-deprecation": "^2.0.0",
Expand All @@ -31,21 +31,21 @@
"prettier": "^3.2.5",
"remark-lint-maximum-line-length": "^3.1.3",
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"peerDependencies": {
"eslint": "^8.23.0"
},
"description": "ESLint Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
"devDependencies": {
"@swc/cli": "^0.3.9",
"@swc/core": "^1.4.1",
"@types/node": "^20.11.19",
"@swc/cli": "^0.3.10",
"@swc/core": "^1.4.5",
"@types/node": "^20.11.25",
"@xylabs/ts-scripts-yarn3": "workspace:~",
"@xylabs/tsconfig": "workspace:~",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"homepage": "https://github.com/xylabs/eslint-config.git",
"keywords": [
Expand Down Expand Up @@ -80,7 +80,7 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.4.1",
"version": "3.5.0",
"scripts": {
"package-compile2": "yarn tsc -p tsconfig.json --module es2022 --outDir dist --rootDir src"
},
Expand Down
9 changes: 2 additions & 7 deletions packages/eslint-config/src/import/index.ts
Expand Up @@ -9,19 +9,14 @@ export const importConfig: ESLint.ConfigData = {
'import/namespace': ['off'],
'import/no-absolute-path': ['warn'],
'import/no-cycle': [
'off',
'warn',
{
maxDepth: 2,
},
],
'import/no-default-export': ['warn'],
'import/no-deprecated': ['warn'],
'import/no-internal-modules': [
'warn',
{
allow: ['lodash/*'],
},
],
'import/no-internal-modules': ['warn'],
'import/no-named-as-default': ['warn'],
'import/no-named-as-default-member': ['off'],
'import/no-restricted-paths': ['warn'],
Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-config/src/rules/index.ts
@@ -1,9 +1,11 @@
import { ESLint } from 'eslint'

export const rulesConfig: ESLint.ConfigData = {
extends: ['plugin:deprecation/recommended'],
plugins: ['sort-keys-fix', 'no-secrets'],
rules: {
complexity: ['error', 18],
'deprecation/deprecation': ['warn'],
'max-depth': ['error', 6],
'max-lines': [
'error',
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-scripts-react-yarn3/package.json
Expand Up @@ -60,7 +60,7 @@
"@xylabs/tsconfig": "workspace:~",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"peerDependencies": {
"typescript": "^5"
Expand Down Expand Up @@ -112,6 +112,6 @@
"package-recompile": "tsup && publint ."
},
"sideEffects": false,
"version": "3.4.1",
"version": "3.5.0",
"type": "commonjs"
}
20 changes: 10 additions & 10 deletions packages/ts-scripts-yarn3/package.json
Expand Up @@ -60,26 +60,26 @@
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.11.19",
"@types/node": "^20.11.25",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@xylabs/tsconfig": "workspace:~",
"async-mutex": "^0.4.1",
"chalk": "^4.1.2",
"cosmiconfig": "^9.0.0",
"cosmiconfig-typescript-loader": "^5.0.0",
"cpy": "^8.1.2",
"depcheck": "^1.4.7",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-sonarjs": "^0.24.0",
"glob": "^10.3.10",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"jest-mock-extended": "^3.0.5",
"jest-sorted": "^1.0.14",
"jest-sorted": "^1.0.15",
"jsonc-eslint-parser": "^2.4.0",
"license-checker": "^25.0.1",
"lodash": "^4.17.21",
Expand All @@ -92,7 +92,7 @@
"publint": "^0.2.7",
"reflect-metadata": "^0.2.1",
"rimraf": "^4.4.1",
"rollup": "^4.12.0",
"rollup": "^4.12.1",
"rollup-plugin-exclude-dependencies-from-bundle": "^1.1.23",
"rollup-plugin-node-externals": "^7.0.1",
"supertest": "^6.3.4",
Expand All @@ -102,20 +102,20 @@
"tsc-prog": "^2.3.0",
"tslib": "^2.6.2",
"tsup": "^8.0.2",
"typedoc": "^0.25.8",
"typedoc": "^0.25.11",
"types-package-json": "^2.0.39",
"yargs": "^17.7.2"
},
"description": "TypeScript project scripts",
"devDependencies": {
"@types/eslint": "^8.56.2",
"@types/eslint": "^8.56.5",
"@types/license-checker": "^25.0.6",
"@types/lodash": "^4.14.202",
"@types/parse-git-config": "^3.0.4",
"@xylabs/eslint-config": "workspace:~",
"@xylabs/tsconfig": "workspace:~",
"publint": "^0.2.7",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"peerDependencies": {
"typescript": "^5"
Expand Down Expand Up @@ -169,6 +169,6 @@
"package-clean": "echo Not cleaning..."
},
"sideEffects": false,
"version": "3.4.1",
"version": "3.5.0",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/ts-scripts-yarn3/src/actions/statics.ts
Expand Up @@ -2,7 +2,7 @@ import chalk from 'chalk'

import { detectDuplicateDependencies, parsedPackageJSON } from '../lib'

const DefaultDependencies = ['axios', '@xylabs/pixel', 'react', 'graphql', 'react-router', '@mui/material', '@mui/styles', '@mui/system']
const DefaultDependencies = ['axios', '@xylabs/pixel', 'react', 'graphql', 'react-router', '@mui/material', '@mui/system']

export const statics = () => {
console.log(chalk.green('Check Required Static Dependencies'))
Expand Down
10 changes: 5 additions & 5 deletions packages/ts-scripts/package.json
Expand Up @@ -57,23 +57,23 @@
},
"dependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@types/node": "^20.11.25",
"@xylabs/eslint-config": "workspace:~",
"chalk": "^4.1.2",
"copyfiles": "^2.4.1",
"jest": "^29.7.0",
"jest-sorted": "^1.0.14",
"jest-sorted": "^1.0.15",
"node-cmd": "^5.0.0",
"npm-check-updates": "^16.14.15",
"npm-package-json-lint": "^7.1.0",
"npm-package-json-lint-config-default": "^6.0.0",
"parse-git-config": "^3.0.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"description": "TypeScript project scripts",
"devDependencies": {
"@types/node": "^20.11.19",
"@types/node": "^20.11.25",
"@types/parse-git-config": "^3.0.4",
"@xylabs/ts-scripts-yarn3": "workspace:~",
"@xylabs/tsconfig": "workspace:~",
Expand Down Expand Up @@ -101,6 +101,6 @@
"package-compile": "tsup && publint"
},
"sideEffects": false,
"version": "3.4.1",
"version": "3.5.0",
"type": "commonjs"
}

0 comments on commit f4aa4dc

Please sign in to comment.