Skip to content

Commit

Permalink
deploy 3.11.13
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Jul 15, 2024
1 parent 30a1365 commit 9d8c4b4
Show file tree
Hide file tree
Showing 15 changed files with 778 additions and 673 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/xylabs/ts-scripts/issues"
},
"dependencies": {
"@xylabs/ts-scripts-yarn3": "workspace:~"
"@xylabs/ts-scripts-yarn3": "workspace:^"
},
"peerDependencies": {
"typescript": "^5"
Expand All @@ -21,23 +21,23 @@
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@xylabs/eslint-config-flat": "workspace:~",
"@xylabs/ts-scripts-yarn3": "workspace:~",
"@xylabs/tsconfig": "workspace:~",
"eslint": "^9.5.0",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@xylabs/eslint-config-flat": "workspace:^",
"@xylabs/ts-scripts-yarn3": "workspace:^",
"@xylabs/tsconfig": "workspace:^",
"eslint": "^9.7.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.5.0",
"eslint-plugin-jsdoc": "^48.7.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"jest-sorted": "^1.0.15",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"rimraf": "^4.4.1",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"homepage": "https://xylabs.com",
"keywords": [
Expand All @@ -59,7 +59,7 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "3.11.12",
"version": "3.11.13",
"packageManager": "[email protected]",
"scripts": {
"build": "echo Building... && yarn clean && yarn compile",
Expand Down
33 changes: 19 additions & 14 deletions packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"url": "https://github.com/xylabs/eslint-config/issues"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-deprecation": "^3.0.0",
Expand All @@ -20,31 +20,36 @@
"eslint-plugin-md": "^1.0.19",
"eslint-plugin-no-secrets": "^1.0.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unicorn": "^54.0.0",
"eslint-plugin-workspaces": "^0.10.1",
"jsonc-eslint-parser": "^2.4.0",
"lodash": "^4.17.21",
"markdown-eslint-parser": "^1.2.1",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"remark-lint-maximum-line-length": "^4.0.1",
"remark-preset-lint-markdown-style-guide": "^6.0.0",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"peerDependencies": {
"eslint": "^8"
"eslint": "*"
},
"peerDependenciesMeta": {
"eslint": {
"optional": true
}
},
"description": "ESLint Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
"devDependencies": {
"@swc/cli": "^0.3.14",
"@swc/core": "^1.6.5",
"@types/node": "^20.14.9",
"@xylabs/ts-scripts-yarn3": "workspace:~",
"@xylabs/tsconfig": "workspace:~",
"eslint": "^8.57.0",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.6.13",
"@types/node": "^20.14.10",
"@xylabs/ts-scripts-yarn3": "workspace:^",
"@xylabs/tsconfig": "workspace:^",
"eslint": "^9.7.0",
"tslib": "^2.6.3",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"homepage": "https://github.com/xylabs/eslint-config.git",
"keywords": [
Expand Down Expand Up @@ -79,7 +84,7 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.11.12",
"version": "3.11.13",
"scripts": {
"package-compile2": "yarn tsc -p tsconfig.json --module es2022 --outDir dist --rootDir src"
},
Expand Down
33 changes: 19 additions & 14 deletions packages/eslint-config-flat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"url": "https://github.com/xylabs/eslint-config/issues"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-deprecation": "^3.0.0",
Expand All @@ -22,31 +22,36 @@
"eslint-plugin-md": "^1.0.19",
"eslint-plugin-no-secrets": "^1.0.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unicorn": "^54.0.0",
"eslint-plugin-workspaces": "^0.10.1",
"jsonc-eslint-parser": "^2.4.0",
"lodash": "^4.17.21",
"markdown-eslint-parser": "^1.2.1",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"remark-lint-maximum-line-length": "^4.0.1",
"remark-preset-lint-markdown-style-guide": "^6.0.0",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"peerDependencies": {
"eslint": "^9"
"eslint": "*"
},
"peerDependenciesMeta": {
"eslint": {
"optional": true
}
},
"description": "ESLint Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
"devDependencies": {
"@swc/cli": "^0.3.14",
"@swc/core": "^1.6.5",
"@types/node": "^20.14.9",
"@xylabs/ts-scripts-yarn3": "workspace:~",
"@xylabs/tsconfig": "workspace:~",
"eslint": ">=9",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.6.13",
"@types/node": "^20.14.10",
"@xylabs/ts-scripts-yarn3": "workspace:^",
"@xylabs/tsconfig": "workspace:^",
"eslint": "^9.7.0",
"tslib": "^2.6.3",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"homepage": "https://github.com/xylabs/eslint-config.git",
"keywords": [
Expand Down Expand Up @@ -79,7 +84,7 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.11.12",
"version": "3.11.13",
"scripts": {
"package-compile2": "yarn tsc -p tsconfig.json --module es2022 --outDir dist --rootDir src"
},
Expand Down
29 changes: 17 additions & 12 deletions packages/eslint-config-react-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/xylabs/eslint-config/issues"
},
"dependencies": {
"@xylabs/eslint-config-base": "workspace:~",
"@xylabs/eslint-config-base": "workspace:^",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -21,29 +21,34 @@
"eslint-plugin-md": "^1.0.19",
"eslint-plugin-no-secrets": "^1.0.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-workspaces": "^0.10.1",
"jsonc-eslint-parser": "^2.4.0",
"lodash": "^4.17.21",
"markdown-eslint-parser": "^1.2.1",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"remark-lint-maximum-line-length": "^4.0.1",
"remark-preset-lint-markdown-style-guide": "^6.0.0",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"description": "ESLint Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
"devDependencies": {
"@types/node": "^20.14.9",
"@xylabs/ts-scripts-yarn3": "workspace:~",
"@xylabs/tsconfig": "workspace:~",
"eslint": "^8.57.0",
"typescript": "^5.5.2"
"@types/node": "^20.14.10",
"@xylabs/ts-scripts-yarn3": "workspace:^",
"@xylabs/tsconfig": "workspace:^",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
},
"peerDependencies": {
"eslint": "^8"
"eslint": "*"
},
"peerDependenciesMeta": {
"eslint": {
"optional": true
}
},
"homepage": "https://github.com/xylabs/eslint-config.git",
"keywords": [
Expand All @@ -63,6 +68,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.11.12",
"version": "3.11.13",
"type": "commonjs"
}
31 changes: 18 additions & 13 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@babel/plugin-syntax-flow": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@xylabs/eslint-config": "workspace:~",
"@xylabs/eslint-config": "workspace:^",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -22,30 +22,35 @@
"eslint-plugin-md": "^1.0.19",
"eslint-plugin-no-secrets": "^1.0.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-workspaces": "^0.10.1",
"jsonc-eslint-parser": "^2.4.0",
"lodash": "^4.17.21",
"markdown-eslint-parser": "^1.2.1",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"remark-lint-maximum-line-length": "^4.0.1",
"remark-preset-lint-markdown-style-guide": "^6.0.0",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"description": "ESLint Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
"devDependencies": {
"@babel/core": "^7.24.7",
"@types/node": "^20.14.9",
"@xylabs/ts-scripts-yarn3": "workspace:~",
"@xylabs/tsconfig": "workspace:~",
"eslint": "^8.57.0",
"typescript": "^5.5.2"
"@babel/core": "^7.24.9",
"@types/node": "^20.14.10",
"@xylabs/ts-scripts-yarn3": "workspace:^",
"@xylabs/tsconfig": "workspace:^",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
},
"peerDependencies": {
"eslint": "^8"
"eslint": "*"
},
"peerDependenciesMeta": {
"eslint": {
"optional": true
}
},
"homepage": "https://github.com/xylabs/eslint-config.git",
"keywords": [
Expand All @@ -65,6 +70,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.11.12",
"version": "3.11.13",
"type": "commonjs"
}
33 changes: 19 additions & 14 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"url": "https://github.com/xylabs/eslint-config/issues"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-deprecation": "^3.0.0",
Expand All @@ -21,31 +21,36 @@
"eslint-plugin-md": "^1.0.19",
"eslint-plugin-no-secrets": "^1.0.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unicorn": "^54.0.0",
"eslint-plugin-workspaces": "^0.10.1",
"jsonc-eslint-parser": "^2.4.0",
"lodash": "^4.17.21",
"markdown-eslint-parser": "^1.2.1",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"remark-lint-maximum-line-length": "^4.0.1",
"remark-preset-lint-markdown-style-guide": "^6.0.0",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"peerDependencies": {
"eslint": "^8"
"eslint": "*"
},
"peerDependenciesMeta": {
"eslint": {
"optional": true
}
},
"description": "ESLint Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
"devDependencies": {
"@swc/cli": "^0.3.14",
"@swc/core": "^1.6.5",
"@types/node": "^20.14.9",
"@xylabs/ts-scripts-yarn3": "workspace:~",
"@xylabs/tsconfig": "workspace:~",
"eslint": "^8.57.0",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.6.13",
"@types/node": "^20.14.10",
"@xylabs/ts-scripts-yarn3": "workspace:^",
"@xylabs/tsconfig": "workspace:^",
"eslint": "^9.7.0",
"tslib": "^2.6.3",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"homepage": "https://github.com/xylabs/eslint-config.git",
"keywords": [
Expand Down Expand Up @@ -80,7 +85,7 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.11.12",
"version": "3.11.13",
"scripts": {
"package-compile2": "yarn tsc -p tsconfig.json --module es2022 --outDir dist --rootDir src"
},
Expand Down
Loading

0 comments on commit 9d8c4b4

Please sign in to comment.