Skip to content

Commit

Permalink
updo
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Mar 11, 2024
1 parent 115c80d commit 97744d7
Show file tree
Hide file tree
Showing 12 changed files with 4,858 additions and 6,908 deletions.
27 changes: 12 additions & 15 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
const finalConfig = {
"extends": ["@xylabs", 'plugin:unicorn/recommended'],
env: {
es2024: true
},
'extends': ['@xylabs', "plugin:deprecation/recommended"],
parser: '@typescript-eslint/parser',
parserOptions: { ecmaVersion: 'latest', project: null, tsconfigRootDir: null },
parserOptions: { ecmaVersion: 'latest', project: './tsconfig.json', sourceType: 'module', tsconfigRootDir: null },
"root": true,
"ignorePatterns": [
"dist",
Expand All @@ -17,32 +20,26 @@ const finalConfig = {
".*"
],
"rules": {
"unicorn/filename-case": ["off"],
"unicorn/no-nested-ternary": ["off"],
"unicorn/no-array-callback-reference": ["off"],
"unicorn/prevent-abbreviations": ["off"],
"unicorn/no-null": ["off"],
"unicorn/number-literal-case": ["off"],
"unicorn/no-await-expression-member": ["off"],
"unicorn/new-for-builtins": ["off"],
"unicorn/catch-error-name": ["off"],
"unicorn/prefer-top-level-await": ["off"],
"unicorn/consistent-function-scoping": ["off"],
"unicorn/prefer-module": ["off"],
"@typescript-eslint/explicit-member-accessibility": ["warn", { "accessibility": "no-public" }],
"import/no-cycle": ["warn"],
"deprecation/deprecation": ["warn"],
"import/no-default-export": ["off"],
"no-restricted-imports": [
"warn",
{
"paths": [
"@xyo-network/archivist",
"@xyo-network/bridge",
"@xyo-network/core",
"@xyo-network/diviner",
"@xyo-network/module",
"@xyo-network/modules",
"@xyo-network/node",
"@xyo-network/sdk",
"@xyo-network/plugins",
"@xyo-network/protocol",
"@xyo-network/sentinel",
"@xyo-network/witness",
"@xyo-network/core-payload-plugins",
"react-player",
"filepond",
"aos",
Expand Down
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

550 changes: 0 additions & 550 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

This file was deleted.

28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.5.1.cjs

This file was deleted.

12 changes: 5 additions & 7 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://mskelton.dev/yarn-outdated/v3"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.5.1.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"module": "dist/node/index.js",
"types": "dist/node/index.d.ts",
"license": "LGPL-3.0-only",
"packageManager": "yarn@3.5.1",
"packageManager": "yarn@4.1.1",
"workspaces": [
"packages/*"
],
Expand All @@ -52,17 +52,17 @@
"@xyo-network/sdk-geo": "workspace:~"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"@types/mocha": "^10.0.6",
"@xylabs/eslint-config": "^3.2.24",
"@xylabs/ts-scripts-yarn3": "^3.2.24",
"@xylabs/tsconfig": "^3.2.24",
"@xylabs/tsconfig-jest": "^3.2.24",
"dotenv": "^16.3.1",
"eslint": "^8.56.0",
"eslint-plugin-unicorn": "^49.0.0",
"@xylabs/eslint-config": "^3.5.2",
"@xylabs/ts-scripts-yarn3": "^3.5.2",
"@xylabs/tsconfig": "^3.5.2",
"@xylabs/tsconfig-jest": "^3.5.2",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-plugin-unicorn": "^51.0.1",
"jest": "^29.7.0",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"scripts": {
"test": "yarn jest",
Expand Down
14 changes: 7 additions & 7 deletions packages/ethers-wrappers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@
"types": "dist/node/index.d.ts",
"license": "LGPL-3.0-only",
"dependencies": {
"@xylabs/assert": "^2.13.20",
"@xylabs/eth-address": "^2.13.20",
"@xylabs/assert": "^3.0.11",
"@xylabs/eth-address": "^3.0.11",
"@xyo-network/typechain": "^3.0.5",
"ethers": "^6.9.0"
"ethers": "^6.11.1"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.24",
"@xylabs/tsconfig": "^3.2.24",
"ethers": "^6.9.0",
"typescript": "^5.3.3"
"@xylabs/ts-scripts-yarn3": "^3.5.2",
"@xylabs/tsconfig": "^3.5.2",
"ethers": "^6.11.1",
"typescript": "^5.4.2"
},
"sideEffects": false,
"packageManager": "[email protected]",
Expand Down
10 changes: 5 additions & 5 deletions packages/geo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"license": "LGPL-3.0-only",
"dependencies": {
"geojson": "^0.5.0",
"mapbox-gl": "^3.0.1"
"mapbox-gl": "^3.2.0"
},
"devDependencies": {
"@types/mapbox-gl": "^2.7.19",
"@xylabs/ts-scripts-yarn3": "^3.2.24",
"@xylabs/tsconfig": "^3.2.24",
"typescript": "^5.3.3"
"@types/mapbox-gl": "^2.7.21",
"@xylabs/ts-scripts-yarn3": "^3.5.2",
"@xylabs/tsconfig": "^3.5.2",
"typescript": "^5.4.2"
},
"sideEffects": false,
"packageManager": "[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions packages/meta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"cheerio": "^1.0.0-rc.12"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.2.24",
"@xylabs/tsconfig": "^3.2.24",
"@xylabs/ts-scripts-yarn3": "^3.5.2",
"@xylabs/tsconfig": "^3.5.2",
"jest-serializer-html": "^7.1.0",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"sideEffects": false,
"packageManager": "[email protected]",
Expand Down
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"typeRoots": []
},
"exclude": ["./node_modules", "./**/node_modules", "./dist", "./**/dist", "./**/docs", ".*"],
"extends": "@xylabs/tsconfig"
}
}
Loading

0 comments on commit 97744d7

Please sign in to comment.