mirror of
				https://github.com/theoludwig/html-w3c-validator.git
				synced 2025-05-21 23:21:29 +02:00 
			
		
		
		
	fix: update dependencies to latest
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,10 +10,10 @@ jobs: | ||||
|   build: | ||||
|     runs-on: "ubuntu-latest" | ||||
|     steps: | ||||
|       - uses: "actions/checkout@v3.5.3" | ||||
|       - uses: "actions/checkout@v4.1.1" | ||||
|  | ||||
|       - name: "Setup Node.js" | ||||
|         uses: "actions/setup-node@v3.6.0" | ||||
|         uses: "actions/setup-node@v4.0.1" | ||||
|         with: | ||||
|           node-version: "lts/*" | ||||
|           cache: "npm" | ||||
|   | ||||
							
								
								
									
										4
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,10 +10,10 @@ jobs: | ||||
|   lint: | ||||
|     runs-on: "ubuntu-latest" | ||||
|     steps: | ||||
|       - uses: "actions/checkout@v3.5.3" | ||||
|       - uses: "actions/checkout@v4.1.1" | ||||
|  | ||||
|       - name: "Setup Node.js" | ||||
|         uses: "actions/setup-node@v3.6.0" | ||||
|         uses: "actions/setup-node@v4.0.1" | ||||
|         with: | ||||
|           node-version: "lts/*" | ||||
|           cache: "npm" | ||||
|   | ||||
							
								
								
									
										4
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -13,13 +13,13 @@ jobs: | ||||
|       pull-requests: "write" | ||||
|       id-token: "write" | ||||
|     steps: | ||||
|       - uses: "actions/checkout@v3.5.3" | ||||
|       - uses: "actions/checkout@v4.1.1" | ||||
|         with: | ||||
|           fetch-depth: 0 | ||||
|           persist-credentials: false | ||||
|  | ||||
|       - name: "Setup Node.js" | ||||
|         uses: "actions/setup-node@v3.6.0" | ||||
|         uses: "actions/setup-node@v4.0.1" | ||||
|         with: | ||||
|           node-version: "lts/*" | ||||
|           cache: "npm" | ||||
|   | ||||
							
								
								
									
										4
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,10 +10,10 @@ jobs: | ||||
|   test: | ||||
|     runs-on: "ubuntu-latest" | ||||
|     steps: | ||||
|       - uses: "actions/checkout@v3.5.3" | ||||
|       - uses: "actions/checkout@v4.1.1" | ||||
|  | ||||
|       - name: "Setup Node.js" | ||||
|         uses: "actions/setup-node@v3.6.0" | ||||
|         uses: "actions/setup-node@v4.0.1" | ||||
|         with: | ||||
|           node-version: "lts/*" | ||||
|           cache: "npm" | ||||
|   | ||||
							
								
								
									
										2
									
								
								.swcrc
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								.swcrc
									
									
									
									
									
								
							| @@ -5,7 +5,7 @@ | ||||
|       "syntax": "typescript", | ||||
|       "dynamicImport": true | ||||
|     }, | ||||
|     "target": "es2022" | ||||
|     "target": "esnext" | ||||
|   }, | ||||
|   "module": { | ||||
|     "type": "es6" | ||||
|   | ||||
							
								
								
									
										2
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							| @@ -5,7 +5,7 @@ | ||||
|   "prettier.configPath": ".prettierrc.json", | ||||
|   "editor.formatOnSave": true, | ||||
|   "editor.codeActionsOnSave": { | ||||
|     "source.fixAll": true | ||||
|     "source.fixAll": "explicit" | ||||
|   }, | ||||
|   "eslint.options": { | ||||
|     "ignorePath": ".gitignore" | ||||
|   | ||||
| @@ -7,13 +7,13 @@ | ||||
| </p> | ||||
|  | ||||
| <p align="center"> | ||||
|   <a href="./CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" /></a> | ||||
|   <a href="./CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" alt="CONTRIBUTING" /></a> | ||||
|   <a href="./LICENSE"><img src="https://img.shields.io/badge/licence-MIT-blue.svg" alt="Licence MIT"/></a> | ||||
|   <a href="./CODE_OF_CONDUCT.md"><img src="https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg" alt="Contributor Covenant" /></a> | ||||
|   <br /> | ||||
|   <a href="https://github.com/theoludwig/html-w3c-validator/actions/workflows/build.yml"><img src="https://github.com/theoludwig/html-w3c-validator/actions/workflows/build.yml/badge.svg?branch=develop" /></a> | ||||
|   <a href="https://github.com/theoludwig/html-w3c-validator/actions/workflows/lint.yml"><img src="https://github.com/theoludwig/html-w3c-validator/actions/workflows/lint.yml/badge.svg?branch=develop" /></a> | ||||
|   <a href="https://github.com/theoludwig/html-w3c-validator/actions/workflows/test.yml"><img src="https://github.com/theoludwig/html-w3c-validator/actions/workflows/test.yml/badge.svg?branch=develop" /></a> | ||||
|   <a href="https://github.com/theoludwig/html-w3c-validator/actions/workflows/build.yml"><img src="https://github.com/theoludwig/html-w3c-validator/actions/workflows/build.yml/badge.svg?branch=develop" alt="Build" /></a> | ||||
|   <a href="https://github.com/theoludwig/html-w3c-validator/actions/workflows/lint.yml"><img src="https://github.com/theoludwig/html-w3c-validator/actions/workflows/lint.yml/badge.svg?branch=develop" alt="Lint" /></a> | ||||
|   <a href="https://github.com/theoludwig/html-w3c-validator/actions/workflows/test.yml"><img src="https://github.com/theoludwig/html-w3c-validator/actions/workflows/test.yml/badge.svg?branch=develop" alt="Test" /></a> | ||||
|   <br /> | ||||
|   <a href="https://conventionalcommits.org"><img src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg" alt="Conventional Commits" /></a> | ||||
|   <a href="https://github.com/semantic-release/semantic-release"><img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="semantic-release" /></a> | ||||
|   | ||||
							
								
								
									
										137
									
								
								example/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										137
									
								
								example/package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -7,8 +7,8 @@ | ||||
|       "name": "example", | ||||
|       "devDependencies": { | ||||
|         "html-w3c-validator": "file:..", | ||||
|         "serve": "14.2.0", | ||||
|         "start-server-and-test": "2.0.0" | ||||
|         "serve": "14.2.1", | ||||
|         "start-server-and-test": "2.0.3" | ||||
|       } | ||||
|     }, | ||||
|     "..": { | ||||
| @@ -19,45 +19,45 @@ | ||||
|         "chalk": "5.3.0", | ||||
|         "clipanion": "3.2.1", | ||||
|         "html-validator": "6.0.1", | ||||
|         "log-symbols": "5.1.0", | ||||
|         "ora": "7.0.1", | ||||
|         "read-pkg": "8.0.0", | ||||
|         "log-symbols": "6.0.0", | ||||
|         "ora": "8.0.1", | ||||
|         "read-pkg": "9.0.1", | ||||
|         "table": "6.8.1" | ||||
|       }, | ||||
|       "bin": { | ||||
|         "html-w3c-validator": "build/index.js" | ||||
|       }, | ||||
|       "devDependencies": { | ||||
|         "@commitlint/cli": "17.7.0", | ||||
|         "@commitlint/config-conventional": "17.7.0", | ||||
|         "@swc/cli": "0.1.62", | ||||
|         "@swc/core": "1.3.75", | ||||
|         "@tsconfig/strictest": "2.0.1", | ||||
|         "@types/html-validator": "5.0.3", | ||||
|         "@types/mock-fs": "4.13.1", | ||||
|         "@types/node": "20.4.9", | ||||
|         "@types/sinon": "10.0.16", | ||||
|         "@typescript-eslint/eslint-plugin": "6.3.0", | ||||
|         "@typescript-eslint/parser": "6.3.0", | ||||
|         "editorconfig-checker": "5.1.1", | ||||
|         "eslint": "8.46.0", | ||||
|         "eslint-config-conventions": "11.0.1", | ||||
|         "eslint-config-prettier": "9.0.0", | ||||
|         "eslint-plugin-import": "2.28.0", | ||||
|         "eslint-plugin-prettier": "5.0.0", | ||||
|         "@commitlint/cli": "18.4.3", | ||||
|         "@commitlint/config-conventional": "18.4.3", | ||||
|         "@swc/cli": "0.1.63", | ||||
|         "@swc/core": "1.3.101", | ||||
|         "@tsconfig/strictest": "2.0.2", | ||||
|         "@types/html-validator": "5.0.6", | ||||
|         "@types/mock-fs": "4.13.4", | ||||
|         "@types/node": "20.10.5", | ||||
|         "@types/sinon": "17.0.2", | ||||
|         "@typescript-eslint/eslint-plugin": "6.16.0", | ||||
|         "@typescript-eslint/parser": "6.16.0", | ||||
|         "editorconfig-checker": "5.1.2", | ||||
|         "eslint": "8.56.0", | ||||
|         "eslint-config-conventions": "13.1.0", | ||||
|         "eslint-config-prettier": "9.1.0", | ||||
|         "eslint-plugin-import": "2.29.1", | ||||
|         "eslint-plugin-prettier": "5.1.2", | ||||
|         "eslint-plugin-promise": "6.1.1", | ||||
|         "eslint-plugin-unicorn": "48.0.1", | ||||
|         "execa": "7.2.0", | ||||
|         "lint-staged": "13.2.3", | ||||
|         "markdownlint-cli2": "0.8.1", | ||||
|         "markdownlint-rule-relative-links": "2.1.0", | ||||
|         "eslint-plugin-unicorn": "50.0.1", | ||||
|         "execa": "8.0.1", | ||||
|         "lint-staged": "15.2.0", | ||||
|         "markdownlint-cli2": "0.11.0", | ||||
|         "markdownlint-rule-relative-links": "2.1.2", | ||||
|         "mock-fs": "5.2.0", | ||||
|         "prettier": "3.0.1", | ||||
|         "rimraf": "5.0.1", | ||||
|         "semantic-release": "21.0.7", | ||||
|         "serve": "14.2.0", | ||||
|         "sinon": "15.2.0", | ||||
|         "typescript": "5.1.6" | ||||
|         "prettier": "3.1.1", | ||||
|         "rimraf": "5.0.5", | ||||
|         "semantic-release": "22.0.12", | ||||
|         "serve": "14.2.1", | ||||
|         "sinon": "17.0.1", | ||||
|         "typescript": "5.3.3" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": ">=16.0.0", | ||||
| @@ -242,13 +242,14 @@ | ||||
|       "dev": true | ||||
|     }, | ||||
|     "node_modules/axios": { | ||||
|       "version": "0.27.2", | ||||
|       "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", | ||||
|       "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", | ||||
|       "version": "1.6.2", | ||||
|       "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz", | ||||
|       "integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==", | ||||
|       "dev": true, | ||||
|       "dependencies": { | ||||
|         "follow-redirects": "^1.14.9", | ||||
|         "form-data": "^4.0.0" | ||||
|         "follow-redirects": "^1.15.0", | ||||
|         "form-data": "^4.0.0", | ||||
|         "proxy-from-env": "^1.1.0" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/balanced-match": { | ||||
| @@ -600,9 +601,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/follow-redirects": { | ||||
|       "version": "1.15.2", | ||||
|       "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", | ||||
|       "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", | ||||
|       "version": "1.15.3", | ||||
|       "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz", | ||||
|       "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==", | ||||
|       "dev": true, | ||||
|       "funding": [ | ||||
|         { | ||||
| @@ -746,9 +747,9 @@ | ||||
|       "dev": true | ||||
|     }, | ||||
|     "node_modules/joi": { | ||||
|       "version": "17.9.2", | ||||
|       "resolved": "https://registry.npmjs.org/joi/-/joi-17.9.2.tgz", | ||||
|       "integrity": "sha512-Itk/r+V4Dx0V3c7RLFdRh12IOjySm2/WGPMubBT92cQvRfYZhPM2W0hZlctjj72iES8jsRCwp7S/cRmWBnJ4nw==", | ||||
|       "version": "17.11.0", | ||||
|       "resolved": "https://registry.npmjs.org/joi/-/joi-17.11.0.tgz", | ||||
|       "integrity": "sha512-NgB+lZLNoqISVy1rZocE9PZI36bL/77ie924Ri43yEvi9GUUMPeyVIr8KdFTMUlby1p0PBYMk9spIxEUQYqrJQ==", | ||||
|       "dev": true, | ||||
|       "dependencies": { | ||||
|         "@hapi/hoek": "^9.0.0", | ||||
| @@ -923,6 +924,12 @@ | ||||
|         "through": "~2.3" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/proxy-from-env": { | ||||
|       "version": "1.1.0", | ||||
|       "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", | ||||
|       "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", | ||||
|       "dev": true | ||||
|     }, | ||||
|     "node_modules/ps-tree": { | ||||
|       "version": "1.2.0", | ||||
|       "resolved": "https://registry.npmjs.org/ps-tree/-/ps-tree-1.2.0.tgz", | ||||
| @@ -1015,9 +1022,9 @@ | ||||
|       "dev": true | ||||
|     }, | ||||
|     "node_modules/serve": { | ||||
|       "version": "14.2.0", | ||||
|       "resolved": "https://registry.npmjs.org/serve/-/serve-14.2.0.tgz", | ||||
|       "integrity": "sha512-+HOw/XK1bW8tw5iBilBz/mJLWRzM8XM6MPxL4J/dKzdxq1vfdEWSwhaR7/yS8EJp5wzvP92p1qirysJvnEtjXg==", | ||||
|       "version": "14.2.1", | ||||
|       "resolved": "https://registry.npmjs.org/serve/-/serve-14.2.1.tgz", | ||||
|       "integrity": "sha512-48er5fzHh7GCShLnNyPBRPEjs2I6QBozeGr02gaacROiyS/8ARADlj595j39iZXAqBbJHH/ivJJyPRWY9sQWZA==", | ||||
|       "dev": true, | ||||
|       "dependencies": { | ||||
|         "@zeit/schemas": "2.29.0", | ||||
| @@ -1116,9 +1123,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/start-server-and-test": { | ||||
|       "version": "2.0.0", | ||||
|       "resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-2.0.0.tgz", | ||||
|       "integrity": "sha512-UqKLw0mJbfrsG1jcRLTUlvuRi9sjNuUiDOLI42r7R5fA9dsFoywAy9DoLXNYys9B886E4RCKb+qM1Gzu96h7DQ==", | ||||
|       "version": "2.0.3", | ||||
|       "resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-2.0.3.tgz", | ||||
|       "integrity": "sha512-QsVObjfjFZKJE6CS6bSKNwWZCKBG6975/jKRPPGFfFh+yOQglSeGXiNWjzgQNXdphcBI9nXbyso9tPfX4YAUhg==", | ||||
|       "dev": true, | ||||
|       "dependencies": { | ||||
|         "arg": "^5.0.2", | ||||
| @@ -1128,7 +1135,7 @@ | ||||
|         "execa": "5.1.1", | ||||
|         "lazy-ass": "1.6.0", | ||||
|         "ps-tree": "1.2.0", | ||||
|         "wait-on": "7.0.1" | ||||
|         "wait-on": "7.2.0" | ||||
|       }, | ||||
|       "bin": { | ||||
|         "server-test": "src/bin/start.js", | ||||
| @@ -1136,7 +1143,7 @@ | ||||
|         "start-test": "src/bin/start.js" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": ">=6" | ||||
|         "node": ">=16" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/start-server-and-test/node_modules/debug": { | ||||
| @@ -1240,9 +1247,9 @@ | ||||
|       "dev": true | ||||
|     }, | ||||
|     "node_modules/tslib": { | ||||
|       "version": "2.6.1", | ||||
|       "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz", | ||||
|       "integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==", | ||||
|       "version": "2.6.2", | ||||
|       "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", | ||||
|       "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", | ||||
|       "dev": true | ||||
|     }, | ||||
|     "node_modules/type-fest": { | ||||
| @@ -1277,9 +1284,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/uri-js/node_modules/punycode": { | ||||
|       "version": "2.3.0", | ||||
|       "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", | ||||
|       "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", | ||||
|       "version": "2.3.1", | ||||
|       "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", | ||||
|       "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", | ||||
|       "dev": true, | ||||
|       "engines": { | ||||
|         "node": ">=6" | ||||
| @@ -1295,16 +1302,16 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/wait-on": { | ||||
|       "version": "7.0.1", | ||||
|       "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-7.0.1.tgz", | ||||
|       "integrity": "sha512-9AnJE9qTjRQOlTZIldAaf/da2eW0eSRSgcqq85mXQja/DW3MriHxkpODDSUEg+Gri/rKEcXUZHe+cevvYItaog==", | ||||
|       "version": "7.2.0", | ||||
|       "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-7.2.0.tgz", | ||||
|       "integrity": "sha512-wCQcHkRazgjG5XoAq9jbTMLpNIjoSlZslrJ2+N9MxDsGEv1HnFoVjOCexL0ESva7Y9cu350j+DWADdk54s4AFQ==", | ||||
|       "dev": true, | ||||
|       "dependencies": { | ||||
|         "axios": "^0.27.2", | ||||
|         "joi": "^17.7.0", | ||||
|         "axios": "^1.6.1", | ||||
|         "joi": "^17.11.0", | ||||
|         "lodash": "^4.17.21", | ||||
|         "minimist": "^1.2.7", | ||||
|         "rxjs": "^7.8.0" | ||||
|         "minimist": "^1.2.8", | ||||
|         "rxjs": "^7.8.1" | ||||
|       }, | ||||
|       "bin": { | ||||
|         "wait-on": "bin/wait-on" | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "serve": "14.2.1", | ||||
|     "start-server-and-test": "2.0.1", | ||||
|     "start-server-and-test": "2.0.3", | ||||
|     "html-w3c-validator": "file:.." | ||||
|   } | ||||
| } | ||||
|   | ||||
							
								
								
									
										3702
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										3702
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										55
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										55
									
								
								package.json
									
									
									
									
									
								
							| @@ -1,8 +1,9 @@ | ||||
| { | ||||
|   "name": "html-w3c-validator", | ||||
|   "version": "0.0.0-development", | ||||
|   "public": true, | ||||
|   "description": "CLI for validating multiple html pages using validator.w3.org.", | ||||
|   "public": true, | ||||
|   "types": "module", | ||||
|   "type": "module", | ||||
|   "author": "Théo LUDWIG <contact@theoludwig.fr>", | ||||
|   "license": "MIT", | ||||
| @@ -53,40 +54,40 @@ | ||||
|     "clipanion": "3.2.1", | ||||
|     "html-validator": "6.0.1", | ||||
|     "log-symbols": "6.0.0", | ||||
|     "ora": "7.0.1", | ||||
|     "read-pkg": "8.1.0", | ||||
|     "ora": "8.0.1", | ||||
|     "read-pkg": "9.0.1", | ||||
|     "table": "6.8.1" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@commitlint/cli": "18.0.0", | ||||
|     "@commitlint/config-conventional": "18.0.0", | ||||
|     "@swc/cli": "0.1.62", | ||||
|     "@swc/core": "1.3.94", | ||||
|     "@commitlint/cli": "18.4.3", | ||||
|     "@commitlint/config-conventional": "18.4.3", | ||||
|     "@swc/cli": "0.1.63", | ||||
|     "@swc/core": "1.3.101", | ||||
|     "@tsconfig/strictest": "2.0.2", | ||||
|     "@types/html-validator": "5.0.5", | ||||
|     "@types/mock-fs": "4.13.3", | ||||
|     "@types/node": "20.8.7", | ||||
|     "@types/sinon": "10.0.20", | ||||
|     "@typescript-eslint/eslint-plugin": "6.9.0", | ||||
|     "@typescript-eslint/parser": "6.9.0", | ||||
|     "editorconfig-checker": "5.1.1", | ||||
|     "eslint": "8.52.0", | ||||
|     "eslint-config-conventions": "12.0.0", | ||||
|     "eslint-config-prettier": "9.0.0", | ||||
|     "eslint-plugin-import": "2.29.0", | ||||
|     "eslint-plugin-prettier": "5.0.1", | ||||
|     "@types/html-validator": "5.0.6", | ||||
|     "@types/mock-fs": "4.13.4", | ||||
|     "@types/node": "20.10.5", | ||||
|     "@types/sinon": "17.0.2", | ||||
|     "@typescript-eslint/eslint-plugin": "6.16.0", | ||||
|     "@typescript-eslint/parser": "6.16.0", | ||||
|     "editorconfig-checker": "5.1.2", | ||||
|     "eslint": "8.56.0", | ||||
|     "eslint-config-conventions": "13.1.0", | ||||
|     "eslint-config-prettier": "9.1.0", | ||||
|     "eslint-plugin-import": "2.29.1", | ||||
|     "eslint-plugin-prettier": "5.1.2", | ||||
|     "eslint-plugin-promise": "6.1.1", | ||||
|     "eslint-plugin-unicorn": "48.0.1", | ||||
|     "eslint-plugin-unicorn": "50.0.1", | ||||
|     "execa": "8.0.1", | ||||
|     "lint-staged": "15.0.2", | ||||
|     "markdownlint-cli2": "0.10.0", | ||||
|     "markdownlint-rule-relative-links": "2.1.0", | ||||
|     "lint-staged": "15.2.0", | ||||
|     "markdownlint-cli2": "0.11.0", | ||||
|     "markdownlint-rule-relative-links": "2.1.2", | ||||
|     "mock-fs": "5.2.0", | ||||
|     "prettier": "3.0.3", | ||||
|     "prettier": "3.1.1", | ||||
|     "rimraf": "5.0.5", | ||||
|     "semantic-release": "22.0.5", | ||||
|     "semantic-release": "22.0.12", | ||||
|     "serve": "14.2.1", | ||||
|     "sinon": "17.0.0", | ||||
|     "typescript": "5.2.2" | ||||
|     "sinon": "17.0.1", | ||||
|     "typescript": "5.3.3" | ||||
|   } | ||||
| } | ||||
|   | ||||
| @@ -2,12 +2,13 @@ | ||||
|   "extends": "@tsconfig/strictest/tsconfig.json", | ||||
|   "compilerOptions": { | ||||
|     "target": "ESNext", | ||||
|     "module": "ESNext", | ||||
|     "lib": ["ESNext"], | ||||
|     "moduleResolution": "node", | ||||
|     "module": "NodeNext", | ||||
|     "moduleResolution": "NodeNext", | ||||
|     "outDir": "./build", | ||||
|     "rootDir": "./src", | ||||
|     "noEmit": true, | ||||
|     "exactOptionalPropertyTypes": false | ||||
|     "exactOptionalPropertyTypes": false, | ||||
|     "checkJs": false | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user