소스 검색

Update eslint dependencies

Loris Leiva 1 년 전
부모
커밋
55eb886b0e
3개의 변경된 파일455개의 추가작업 그리고 226개의 파일을 삭제
  1. 1 1
      template/clients/js/clients/js/_.eslintrc.cjs
  2. 11 11
      template/clients/js/clients/js/package.json.njk
  3. 443 214
      template/clients/js/clients/js/pnpm-lock.yaml

+ 1 - 1
template/clients/js/clients/js/_.eslintrc.js → template/clients/js/clients/js/_.eslintrc.cjs

@@ -20,5 +20,5 @@ module.exports = {
     'func-names': 'off',
     'prefer-destructuring': 'off',
   },
-  ignorePatterns: ['dist/**', '.eslintrc.js', 'tsup.config.ts', 'env-shim.ts'],
+  ignorePatterns: ['dist/**', '.eslintrc.cjs', 'tsup.config.ts', 'env-shim.ts'],
 };

+ 11 - 11
template/clients/js/clients/js/package.json.njk

@@ -44,21 +44,21 @@
     "@ava/typescript": "^4.1.0",
     "@solana/web3.js": "^2.0.0-preview",
     "@solana/webcrypto-ed25519-polyfill": "^2.0.0-preview",
-    "@typescript-eslint/eslint-plugin": "^7.0.2",
-    "@typescript-eslint/parser": "^7.0.2",
-    "ava": "^6.1.1",
-    "eslint": "^8.0.1",
-    "eslint-config-airbnb-typescript": "^17.0.0",
-    "eslint-config-prettier": "^8.5.0",
-    "eslint-plugin-import": "^2.26.0",
-    "eslint-plugin-prettier": "^4.2.1",
-    "prettier": "^2.5.1",
+    "@typescript-eslint/eslint-plugin": "^7.3.1",
+    "@typescript-eslint/parser": "^7.3.1",
+    "ava": "^6.1.2",
+    "eslint": "^8.57.0",
+    "eslint-config-airbnb-typescript": "^18.0.0",
+    "eslint-config-prettier": "^9.1.0",
+    "eslint-plugin-import": "^2.29.0",
+    "eslint-plugin-prettier": "^5.1.3",
+    "prettier": "^3.2.5",
     "rimraf": "^5.0.5",
     "tsup": "^8.0.2",
-    "typedoc": "^0.25.8",
+    "typedoc": "^0.25.12",
     "typedoc-plugin-expand-object-like-types": "^0.1.2",
     "typedoc-plugin-missing-exports": "^2.2.0",
-    "typescript": "^5.3.3"
+    "typescript": "^5.4.2"
   },
   "ava": {
     "require": [

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 443 - 214
template/clients/js/clients/js/pnpm-lock.yaml


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.