fix: fix the build + downgrade eslint to 8

This commit is contained in:
Amin Yahyaabadi 2024-09-19 22:15:28 -07:00
parent 056d7a999d
commit f6458ee4e1
No known key found for this signature in database
GPG Key ID: F52AF77F636088F0
19 changed files with 232 additions and 239 deletions

View File

@ -8,7 +8,8 @@
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest", "lockFileMaintenance", "rollback", "bump"], "matchUpdateTypes": ["major", "minor", "patch", "pin", "digest", "lockFileMaintenance", "rollback", "bump"],
"groupName": "devDependencies", "groupName": "devDependencies",
"semanticCommitType": "chore", "semanticCommitType": "chore",
"automerge": true "automerge": true,
"ignoreDeps": ["eslint"]
}, },
{ {
"matchDepTypes": ["dependencies"], "matchDepTypes": ["dependencies"],

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -34,7 +34,8 @@
"clean": "shx rm -rf ./dist ./packages/*/dist ./exe ./.parcel-cache && shx mkdir -p ./dist/legacy ./dist/modern ./dist/modern ", "clean": "shx rm -rf ./dist ./packages/*/dist ./exe ./.parcel-cache && shx mkdir -p ./dist/legacy ./dist/modern ./dist/modern ",
"dev.vite": "cross-env NODE_ENV=development vite build --watch", "dev.vite": "cross-env NODE_ENV=development vite build --watch",
"dev.packages": "turbo dev", "dev.packages": "turbo dev",
"dev": "run-p build.json dev.packages dev.vite", "dev.root.tsc": "tsc --noEmit --pretty --watch",
"dev": "run-p build.json dev.packages dev.root.tsc dev.vite",
"docs": "shx rm -rf packages/*/README.md && pnpm -r exec readme --path ../../dev/readme/template.md -y && pnpm -r exec ts-readme", "docs": "shx rm -rf packages/*/README.md && pnpm -r exec readme --path ../../dev/readme/template.md -y && pnpm -r exec ts-readme",
"format": "run-s lint.dprint", "format": "run-s lint.dprint",
"lint": "turbo lint && run-p --aggregate-output --continue-on-error lint.**", "lint": "turbo lint && run-p --aggregate-output --continue-on-error lint.**",
@ -54,6 +55,7 @@
"build.docker-ci": "node ./dev/docker/ci/docker-ci.mjs" "build.docker-ci": "node ./dev/docker/ci/docker-ci.mjs"
}, },
"devDependencies": { "devDependencies": {
"@actions/cache": "^3.2.4",
"@actions/core": "^1.10.1", "@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1", "@actions/exec": "^1.1.1",
"@actions/http-client": "^2.2.3", "@actions/http-client": "^2.2.3",
@ -61,7 +63,7 @@
"@actions/tool-cache": "^2.0.1", "@actions/tool-cache": "^2.0.1",
"@aminya/minijson": "1.1.0", "@aminya/minijson": "1.1.0",
"@babel/core": "^7.25.2", "@babel/core": "^7.25.2",
"@biomejs/biome": "^1.9.1", "@biomejs/biome": "^1.9.2",
"@iarna/toml": "^2.2.5", "@iarna/toml": "^2.2.5",
"@liuli-util/vite-plugin-node": "^0.9.0", "@liuli-util/vite-plugin-node": "^0.9.0",
"@octokit/core": "^6.1.2", "@octokit/core": "^6.1.2",
@ -75,11 +77,11 @@
"@types/babel__core": "~7.20.5", "@types/babel__core": "~7.20.5",
"@types/cross-spawn": "^6.0.6", "@types/cross-spawn": "^6.0.6",
"@types/escape-quotes": "~1.0.0", "@types/escape-quotes": "~1.0.0",
"@types/eslint": "^9.0.0", "@types/eslint": "^9.6.1",
"@types/iarna__toml": "~2.0.5", "@types/iarna__toml": "~2.0.5",
"@types/jest": "^29.5.13", "@types/jest": "^29.5.13",
"@types/memoizee": "^0.4.11", "@types/memoizee": "^0.4.11",
"@types/node": "^22.0.0", "@types/node": "^22.5.5",
"@types/semver": "^7.5.8", "@types/semver": "^7.5.8",
"@types/which": "^3.0.4", "@types/which": "^3.0.4",
"@upleveled/babel-plugin-remove-node-prefix": "github:aminya/babel-plugin-remove-node-prefix#02526f866c4f57d3a097590942dc0e700fb3eb15", "@upleveled/babel-plugin-remove-node-prefix": "github:aminya/babel-plugin-remove-node-prefix#02526f866c4f57d3a097590942dc0e700fb3eb15",
@ -89,17 +91,17 @@
"ci-log": "workspace:*", "ci-log": "workspace:*",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"cross-spawn": "^7.0.3", "cross-spawn": "^7.0.3",
"cspell": "^8.14.3", "cspell": "^8.14.4",
"diagnostics_channel": "^1.1.0", "diagnostics_channel": "^1.1.0",
"dprint": "^0.47.2", "dprint": "^0.47.2",
"envosman": "workspace:*", "envosman": "workspace:*",
"escape-path-with-spaces": "^1.0.2", "escape-path-with-spaces": "^1.0.2",
"escape-quotes": "^1.0.2", "escape-quotes": "^1.0.2",
"escape-string-regexp": "^5.0.0", "escape-string-regexp": "^5.0.0",
"eslint": "^9.0.0", "eslint": "^8.57.1",
"eslint-config-atomic": "^1.22.1", "eslint-config-atomic": "^1.22.1",
"exec-powershell": "workspace:*", "exec-powershell": "workspace:*",
"execa": "^9.0.0", "execa": "^9.4.0",
"is-url-online": "^1.5.0", "is-url-online": "^1.5.0",
"jest": "^29.7.0", "jest": "^29.7.0",
"lefthook": "^1.7.15", "lefthook": "^1.7.15",
@ -109,7 +111,7 @@
"mri": "^1.2.0", "mri": "^1.2.0",
"msvc-dev-cmd": "github:aminya/msvc-dev-cmd#c01f519bd995460228ed3dec4df51df92dc290fd", "msvc-dev-cmd": "github:aminya/msvc-dev-cmd#c01f519bd995460228ed3dec4df51df92dc290fd",
"node-downloader-helper": "2.1.9", "node-downloader-helper": "2.1.9",
"npm-check-updates": "^17.1.1", "npm-check-updates": "^17.1.2",
"npm-run-all2": "^6.2.3", "npm-run-all2": "^6.2.3",
"numerous": "2.0.0", "numerous": "2.0.0",
"p-timeout": "^6.1.2", "p-timeout": "^6.1.2",
@ -119,7 +121,7 @@
"prettier-config-atomic": "^4.0.0", "prettier-config-atomic": "^4.0.0",
"readme-md-generator": "^1.0.0", "readme-md-generator": "^1.0.0",
"retry-as-promised": "^7.0.4", "retry-as-promised": "^7.0.4",
"rollup": "^4.21.3", "rollup": "^4.22.0",
"safe-stable-stringify": "^2.5.0", "safe-stable-stringify": "^2.5.0",
"semver": "7.6.3", "semver": "7.6.3",
"setup-apt": "workspace:*", "setup-apt": "workspace:*",

View File

@ -13,6 +13,9 @@ importers:
.: .:
devDependencies: devDependencies:
'@actions/cache':
specifier: ^3.2.4
version: 3.2.4(encoding@0.1.13)
'@actions/core': '@actions/core':
specifier: ^1.10.1 specifier: ^1.10.1
version: 1.10.1 version: 1.10.1
@ -35,7 +38,7 @@ importers:
specifier: ^7.25.2 specifier: ^7.25.2
version: 7.25.2 version: 7.25.2
'@biomejs/biome': '@biomejs/biome':
specifier: ^1.9.1 specifier: ^1.9.2
version: 1.9.2 version: 1.9.2
'@iarna/toml': '@iarna/toml':
specifier: ^2.2.5 specifier: ^2.2.5
@ -77,7 +80,7 @@ importers:
specifier: ~1.0.0 specifier: ~1.0.0
version: 1.0.0 version: 1.0.0
'@types/eslint': '@types/eslint':
specifier: ^9.0.0 specifier: ^9.6.1
version: 9.6.1 version: 9.6.1
'@types/iarna__toml': '@types/iarna__toml':
specifier: ~2.0.5 specifier: ~2.0.5
@ -89,7 +92,7 @@ importers:
specifier: ^0.4.11 specifier: ^0.4.11
version: 0.4.11 version: 0.4.11
'@types/node': '@types/node':
specifier: ^22.0.0 specifier: ^22.5.5
version: 22.5.5 version: 22.5.5
'@types/semver': '@types/semver':
specifier: ^7.5.8 specifier: ^7.5.8
@ -119,7 +122,7 @@ importers:
specifier: ^7.0.3 specifier: ^7.0.3
version: 7.0.3 version: 7.0.3
cspell: cspell:
specifier: ^8.14.3 specifier: ^8.14.4
version: 8.14.4 version: 8.14.4
diagnostics_channel: diagnostics_channel:
specifier: ^1.1.0 specifier: ^1.1.0
@ -140,16 +143,16 @@ importers:
specifier: ^5.0.0 specifier: ^5.0.0
version: 5.0.0 version: 5.0.0
eslint: eslint:
specifier: ^9.0.0 specifier: ^8.57.1
version: 9.10.0 version: 8.57.1
eslint-config-atomic: eslint-config-atomic:
specifier: ^1.22.1 specifier: ^1.22.1
version: 1.22.1(eslint@9.10.0) version: 1.22.1(eslint@8.57.1)
exec-powershell: exec-powershell:
specifier: workspace:* specifier: workspace:*
version: link:packages/exec-powershell version: link:packages/exec-powershell
execa: execa:
specifier: ^9.0.0 specifier: ^9.4.0
version: 9.4.0 version: 9.4.0
is-url-online: is-url-online:
specifier: ^1.5.0 specifier: ^1.5.0
@ -179,7 +182,7 @@ importers:
specifier: 2.1.9 specifier: 2.1.9
version: 2.1.9 version: 2.1.9
npm-check-updates: npm-check-updates:
specifier: ^17.1.1 specifier: ^17.1.2
version: 17.1.2 version: 17.1.2
npm-run-all2: npm-run-all2:
specifier: ^6.2.3 specifier: ^6.2.3
@ -209,7 +212,7 @@ importers:
specifier: ^7.0.4 specifier: ^7.0.4
version: 7.0.4 version: 7.0.4
rollup: rollup:
specifier: ^4.21.3 specifier: ^4.22.0
version: 4.22.0 version: 4.22.0
safe-stable-stringify: safe-stable-stringify:
specifier: ^2.5.0 specifier: ^2.5.0
@ -1167,37 +1170,30 @@ packages:
resolution: {integrity: sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==} resolution: {integrity: sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
'@eslint/config-array@0.18.0': '@eslint/eslintrc@2.1.4':
resolution: {integrity: sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==} resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
'@eslint/eslintrc@3.1.0': '@eslint/js@8.57.1':
resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==} resolution: {integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
'@eslint/js@9.10.0':
resolution: {integrity: sha512-fuXtbiP5GWIn8Fz+LWoOMVf/Jxm+aajZYkhi6CuEm4SxymFM+eUWzbO9qXT+L0iCkL5+KGYMCSGxo686H19S1g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/object-schema@2.1.4':
resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/plugin-kit@0.1.0':
resolution: {integrity: sha512-autAXT203ixhqei9xt+qkYOvY8l6LAFIdT2UXc/RPNeUVfqRF1BV94GTJyVPFKT8nFM6MyVJhjLj9E8JWvf5zQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@fastify/busboy@2.1.1': '@fastify/busboy@2.1.1':
resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==} resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==}
engines: {node: '>=14'} engines: {node: '>=14'}
'@humanwhocodes/config-array@0.13.0':
resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==}
engines: {node: '>=10.10.0'}
deprecated: Use @eslint/config-array instead
'@humanwhocodes/module-importer@1.0.1': '@humanwhocodes/module-importer@1.0.1':
resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
engines: {node: '>=12.22'} engines: {node: '>=12.22'}
'@humanwhocodes/retry@0.3.0': '@humanwhocodes/object-schema@2.0.3':
resolution: {integrity: sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==} resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==}
engines: {node: '>=18.18'} deprecated: Use @eslint/object-schema instead
'@iarna/toml@2.2.5': '@iarna/toml@2.2.5':
resolution: {integrity: sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==} resolution: {integrity: sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==}
@ -1751,8 +1747,8 @@ packages:
'@types/node@14.18.63': '@types/node@14.18.63':
resolution: {integrity: sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==} resolution: {integrity: sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==}
'@types/node@18.19.48': '@types/node@18.19.50':
resolution: {integrity: sha512-7WevbG4ekUcRQSZzOwxWgi5dZmTak7FaxXDoW7xVxPBmKx1rTzfmRLkeCgJzcbBnOV2dkhAPc8cCeT6agocpjg==} resolution: {integrity: sha512-xonK+NRrMBRtkL1hVCc3G+uXtjh1Al4opBLjqVmipe5ZAaBYWW6cNAiBVZ1BvmkBhep698rP3UM3aRAdSALuhg==}
'@types/node@22.5.5': '@types/node@22.5.5':
resolution: {integrity: sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==} resolution: {integrity: sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==}
@ -1887,6 +1883,9 @@ packages:
resolution: {integrity: sha512-wapVFfZg9H0qOYh4grNVQiMklJGluQrOUiOhYRrQWhx7BY/+I1IYb8BczWNbbUpO+pqy0rDciv3lQH5E1bCLrg==} resolution: {integrity: sha512-wapVFfZg9H0qOYh4grNVQiMklJGluQrOUiOhYRrQWhx7BY/+I1IYb8BczWNbbUpO+pqy0rDciv3lQH5E1bCLrg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@ungap/structured-clone@1.2.0':
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
'@upleveled/babel-plugin-remove-node-prefix@https://codeload.github.com/aminya/babel-plugin-remove-node-prefix/tar.gz/02526f866c4f57d3a097590942dc0e700fb3eb15': '@upleveled/babel-plugin-remove-node-prefix@https://codeload.github.com/aminya/babel-plugin-remove-node-prefix/tar.gz/02526f866c4f57d3a097590942dc0e700fb3eb15':
resolution: {tarball: https://codeload.github.com/aminya/babel-plugin-remove-node-prefix/tar.gz/02526f866c4f57d3a097590942dc0e700fb3eb15} resolution: {tarball: https://codeload.github.com/aminya/babel-plugin-remove-node-prefix/tar.gz/02526f866c4f57d3a097590942dc0e700fb3eb15}
version: 1.0.1 version: 1.0.1
@ -2243,8 +2242,8 @@ packages:
resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==}
engines: {node: '>=10'} engines: {node: '>=10'}
caniuse-lite@1.0.30001660: caniuse-lite@1.0.30001662:
resolution: {integrity: sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==} resolution: {integrity: sha512-sgMUVwLmGseH8ZIrm1d51UbrhqMCH3jvS7gF/M6byuHOnKyLOBL7W8yz5V02OHwgLGA36o/AFhWzzh4uc5aqTA==}
caxa@3.0.1: caxa@3.0.1:
resolution: {integrity: sha512-ZVJg1FHU4KCJFCu46L6QI5bu8zxDYe5ExHoiTzW1SypKGpSkAOEVLI/+y6CMKlnwdWhyT+ZOYUBA09HzDgakpA==} resolution: {integrity: sha512-ZVJg1FHU4KCJFCu46L6QI5bu8zxDYe5ExHoiTzW1SypKGpSkAOEVLI/+y6CMKlnwdWhyT+ZOYUBA09HzDgakpA==}
@ -2651,6 +2650,10 @@ packages:
resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==}
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
doctrine@3.0.0:
resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==}
engines: {node: '>=6.0.0'}
dom-serializer@0.2.2: dom-serializer@0.2.2:
resolution: {integrity: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==} resolution: {integrity: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==}
@ -2685,8 +2688,8 @@ packages:
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
hasBin: true hasBin: true
electron-to-chromium@1.5.24: electron-to-chromium@1.5.25:
resolution: {integrity: sha512-0x0wLCmpdKFCi9ulhvYZebgcPmHTkFVUfU2wzDykadkslKwT4oAmDTHEKLnlrDsMGZe4B+ksn8quZfZjYsBetA==} resolution: {integrity: sha512-kMb204zvK3PsSlgvvwzI3wBIcAw15tRkYk+NQdsjdDtcQWTp2RABbMQ9rUBy8KNEOM+/E6ep+XC3AykiWZld4g==}
emittery@0.13.1: emittery@0.13.1:
resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==} resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==}
@ -2952,9 +2955,9 @@ packages:
resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
engines: {node: '>=8.0.0'} engines: {node: '>=8.0.0'}
eslint-scope@8.0.2: eslint-scope@7.2.2:
resolution: {integrity: sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==} resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
eslint-utils@1.4.3: eslint-utils@1.4.3:
resolution: {integrity: sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==} resolution: {integrity: sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==}
@ -2976,28 +2979,15 @@ packages:
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
eslint-visitor-keys@4.0.0: eslint@8.57.1:
resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==} resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
eslint@9.10.0:
resolution: {integrity: sha512-Y4D0IgtBZfOcOUAIQTSXBKoNGfY0REGqHJG6+Q81vNippW5YlKjHFj4soMxamKK1NXHUWuBZTLdU3Km+L/pcHw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true hasBin: true
peerDependencies:
jiti: '*'
peerDependenciesMeta:
jiti:
optional: true
esniff@2.0.1: esniff@2.0.1:
resolution: {integrity: sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==} resolution: {integrity: sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==}
engines: {node: '>=0.10'} engines: {node: '>=0.10'}
espree@10.1.0:
resolution: {integrity: sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
espree@9.6.1: espree@9.6.1:
resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@ -3110,9 +3100,9 @@ packages:
resolution: {integrity: sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==} resolution: {integrity: sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==}
engines: {node: '>=18'} engines: {node: '>=18'}
file-entry-cache@8.0.0: file-entry-cache@6.0.1:
resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==} resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==}
engines: {node: '>=16.0.0'} engines: {node: ^10.12.0 || >=12.0.0}
file-entry-cache@9.1.0: file-entry-cache@9.1.0:
resolution: {integrity: sha512-/pqPFG+FdxWQj+/WSuzXSDaNzxgTLr/OrR1QuqfEZzDakpdYE70PwUxL7BPUa8hpjbvY1+qvCl8k+8Tq34xJgg==} resolution: {integrity: sha512-/pqPFG+FdxWQj+/WSuzXSDaNzxgTLr/OrR1QuqfEZzDakpdYE70PwUxL7BPUa8hpjbvY1+qvCl8k+8Tq34xJgg==}
@ -3141,9 +3131,9 @@ packages:
resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
engines: {node: '>=10'} engines: {node: '>=10'}
flat-cache@4.0.1: flat-cache@3.2.0:
resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==} resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==}
engines: {node: '>=16'} engines: {node: ^10.12.0 || >=12.0.0}
flat-cache@5.0.0: flat-cache@5.0.0:
resolution: {integrity: sha512-JrqFmyUl2PnPi1OvLyTVHnQvwQ0S+e6lGSwu8OkAZlSaNIZciTY2H/cOOROxsBA1m/LZNHDsqAgDZt6akWcjsQ==} resolution: {integrity: sha512-JrqFmyUl2PnPi1OvLyTVHnQvwQ0S+e6lGSwu8OkAZlSaNIZciTY2H/cOOROxsBA1m/LZNHDsqAgDZt6akWcjsQ==}
@ -3262,10 +3252,6 @@ packages:
resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==}
engines: {node: '>=8'} engines: {node: '>=8'}
globals@14.0.0:
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
engines: {node: '>=18'}
globals@9.18.0: globals@9.18.0:
resolution: {integrity: sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==} resolution: {integrity: sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==}
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
@ -4749,6 +4735,11 @@ packages:
resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
engines: {iojs: '>=1.0.0', node: '>=0.10.0'} engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
rimraf@3.0.2:
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
deprecated: Rimraf versions prior to v4 are no longer supported
hasBin: true
rollup-plugin-node-externals@7.1.3: rollup-plugin-node-externals@7.1.3:
resolution: {integrity: sha512-RM+7tJAejAoRsCf93TptTSdqUhRA8S78DleihMiu54Kac+uLkd9VIegLPhGnaW3ehZTXh56+R301mFH6j2A7vw==} resolution: {integrity: sha512-RM+7tJAejAoRsCf93TptTSdqUhRA8S78DleihMiu54Kac+uLkd9VIegLPhGnaW3ehZTXh56+R301mFH6j2A7vw==}
engines: {node: '>= 21 || ^20.6.0 || ^18.19.0'} engines: {node: '>= 21 || ^20.6.0 || ^18.19.0'}
@ -5780,11 +5771,11 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@babel/eslint-parser@7.25.1(@babel/core@7.25.2)(eslint@9.10.0)': '@babel/eslint-parser@7.25.1(@babel/core@7.25.2)(eslint@8.57.1)':
dependencies: dependencies:
'@babel/core': 7.25.2 '@babel/core': 7.25.2
'@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1
eslint: 9.10.0 eslint: 8.57.1
eslint-visitor-keys: 2.1.0 eslint-visitor-keys: 2.1.0
semver: 6.3.1 semver: 6.3.1
@ -6293,27 +6284,19 @@ snapshots:
'@esbuild/win32-x64@0.21.5': '@esbuild/win32-x64@0.21.5':
optional: true optional: true
'@eslint-community/eslint-utils@4.4.0(eslint@9.10.0)': '@eslint-community/eslint-utils@4.4.0(eslint@8.57.1)':
dependencies: dependencies:
eslint: 9.10.0 eslint: 8.57.1
eslint-visitor-keys: 3.4.3 eslint-visitor-keys: 3.4.3
'@eslint-community/regexpp@4.11.1': {} '@eslint-community/regexpp@4.11.1': {}
'@eslint/config-array@0.18.0': '@eslint/eslintrc@2.1.4':
dependencies:
'@eslint/object-schema': 2.1.4
debug: 4.3.7
minimatch: 3.1.2
transitivePeerDependencies:
- supports-color
'@eslint/eslintrc@3.1.0':
dependencies: dependencies:
ajv: 6.12.6 ajv: 6.12.6
debug: 4.3.7 debug: 4.3.7
espree: 10.1.0 espree: 9.6.1
globals: 14.0.0 globals: 13.24.0
ignore: 5.3.2 ignore: 5.3.2
import-fresh: 3.3.0 import-fresh: 3.3.0
js-yaml: 4.1.0 js-yaml: 4.1.0
@ -6322,19 +6305,21 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@eslint/js@9.10.0': {} '@eslint/js@8.57.1': {}
'@eslint/object-schema@2.1.4': {}
'@eslint/plugin-kit@0.1.0':
dependencies:
levn: 0.4.1
'@fastify/busboy@2.1.1': {} '@fastify/busboy@2.1.1': {}
'@humanwhocodes/config-array@0.13.0':
dependencies:
'@humanwhocodes/object-schema': 2.0.3
debug: 4.3.7
minimatch: 3.1.2
transitivePeerDependencies:
- supports-color
'@humanwhocodes/module-importer@1.0.1': {} '@humanwhocodes/module-importer@1.0.1': {}
'@humanwhocodes/retry@0.3.0': {} '@humanwhocodes/object-schema@2.0.3': {}
'@iarna/toml@2.2.5': {} '@iarna/toml@2.2.5': {}
@ -6969,7 +6954,7 @@ snapshots:
'@types/eslint@9.6.1': '@types/eslint@9.6.1':
dependencies: dependencies:
'@types/estree': 1.0.5 '@types/estree': 1.0.6
'@types/json-schema': 7.0.15 '@types/json-schema': 7.0.15
'@types/estree@1.0.5': {} '@types/estree@1.0.5': {}
@ -7022,7 +7007,7 @@ snapshots:
'@types/node@14.18.63': {} '@types/node@14.18.63': {}
'@types/node@18.19.48': '@types/node@18.19.50':
dependencies: dependencies:
undici-types: 5.26.5 undici-types: 5.26.5
optional: true optional: true
@ -7050,15 +7035,15 @@ snapshots:
dependencies: dependencies:
'@types/yargs-parser': 21.0.3 '@types/yargs-parser': 21.0.3
'@typescript-eslint/eslint-plugin@7.13.0(@typescript-eslint/parser@7.13.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)(typescript@5.6.2)': '@typescript-eslint/eslint-plugin@7.13.0(@typescript-eslint/parser@7.13.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)(typescript@5.6.2)':
dependencies: dependencies:
'@eslint-community/regexpp': 4.11.1 '@eslint-community/regexpp': 4.11.1
'@typescript-eslint/parser': 7.13.0(eslint@9.10.0)(typescript@5.6.2) '@typescript-eslint/parser': 7.13.0(eslint@8.57.1)(typescript@5.6.2)
'@typescript-eslint/scope-manager': 7.13.0 '@typescript-eslint/scope-manager': 7.13.0
'@typescript-eslint/type-utils': 7.13.0(eslint@9.10.0)(typescript@5.6.2) '@typescript-eslint/type-utils': 7.13.0(eslint@8.57.1)(typescript@5.6.2)
'@typescript-eslint/utils': 7.13.0(eslint@9.10.0)(typescript@5.6.2) '@typescript-eslint/utils': 7.13.0(eslint@8.57.1)(typescript@5.6.2)
'@typescript-eslint/visitor-keys': 7.13.0 '@typescript-eslint/visitor-keys': 7.13.0
eslint: 9.10.0 eslint: 8.57.1
graphemer: 1.4.0 graphemer: 1.4.0
ignore: 5.3.2 ignore: 5.3.2
natural-compare: 1.4.0 natural-compare: 1.4.0
@ -7068,14 +7053,14 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@typescript-eslint/parser@7.13.0(eslint@9.10.0)(typescript@5.6.2)': '@typescript-eslint/parser@7.13.0(eslint@8.57.1)(typescript@5.6.2)':
dependencies: dependencies:
'@typescript-eslint/scope-manager': 7.13.0 '@typescript-eslint/scope-manager': 7.13.0
'@typescript-eslint/types': 7.13.0 '@typescript-eslint/types': 7.13.0
'@typescript-eslint/typescript-estree': 7.13.0(typescript@5.6.2) '@typescript-eslint/typescript-estree': 7.13.0(typescript@5.6.2)
'@typescript-eslint/visitor-keys': 7.13.0 '@typescript-eslint/visitor-keys': 7.13.0
debug: 4.3.7 debug: 4.3.7
eslint: 9.10.0 eslint: 8.57.1
optionalDependencies: optionalDependencies:
typescript: 5.6.2 typescript: 5.6.2
transitivePeerDependencies: transitivePeerDependencies:
@ -7096,12 +7081,12 @@ snapshots:
'@typescript-eslint/types': 8.6.0 '@typescript-eslint/types': 8.6.0
'@typescript-eslint/visitor-keys': 8.6.0 '@typescript-eslint/visitor-keys': 8.6.0
'@typescript-eslint/type-utils@7.13.0(eslint@9.10.0)(typescript@5.6.2)': '@typescript-eslint/type-utils@7.13.0(eslint@8.57.1)(typescript@5.6.2)':
dependencies: dependencies:
'@typescript-eslint/typescript-estree': 7.13.0(typescript@5.6.2) '@typescript-eslint/typescript-estree': 7.13.0(typescript@5.6.2)
'@typescript-eslint/utils': 7.13.0(eslint@9.10.0)(typescript@5.6.2) '@typescript-eslint/utils': 7.13.0(eslint@8.57.1)(typescript@5.6.2)
debug: 4.3.7 debug: 4.3.7
eslint: 9.10.0 eslint: 8.57.1
ts-api-utils: 1.3.0(typescript@5.6.2) ts-api-utils: 1.3.0(typescript@5.6.2)
optionalDependencies: optionalDependencies:
typescript: 5.6.2 typescript: 5.6.2
@ -7158,24 +7143,24 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@typescript-eslint/utils@7.13.0(eslint@9.10.0)(typescript@5.6.2)': '@typescript-eslint/utils@7.13.0(eslint@8.57.1)(typescript@5.6.2)':
dependencies: dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@9.10.0) '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1)
'@typescript-eslint/scope-manager': 7.13.0 '@typescript-eslint/scope-manager': 7.13.0
'@typescript-eslint/types': 7.13.0 '@typescript-eslint/types': 7.13.0
'@typescript-eslint/typescript-estree': 7.13.0(typescript@5.6.2) '@typescript-eslint/typescript-estree': 7.13.0(typescript@5.6.2)
eslint: 9.10.0 eslint: 8.57.1
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
- typescript - typescript
'@typescript-eslint/utils@8.6.0(eslint@9.10.0)(typescript@5.6.2)': '@typescript-eslint/utils@8.6.0(eslint@8.57.1)(typescript@5.6.2)':
dependencies: dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@9.10.0) '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1)
'@typescript-eslint/scope-manager': 8.6.0 '@typescript-eslint/scope-manager': 8.6.0
'@typescript-eslint/types': 8.6.0 '@typescript-eslint/types': 8.6.0
'@typescript-eslint/typescript-estree': 8.6.0(typescript@5.6.2) '@typescript-eslint/typescript-estree': 8.6.0(typescript@5.6.2)
eslint: 9.10.0 eslint: 8.57.1
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
- typescript - typescript
@ -7195,6 +7180,8 @@ snapshots:
'@typescript-eslint/types': 8.6.0 '@typescript-eslint/types': 8.6.0
eslint-visitor-keys: 3.4.3 eslint-visitor-keys: 3.4.3
'@ungap/structured-clone@1.2.0': {}
'@upleveled/babel-plugin-remove-node-prefix@https://codeload.github.com/aminya/babel-plugin-remove-node-prefix/tar.gz/02526f866c4f57d3a097590942dc0e700fb3eb15(@babel/core@7.25.2)': '@upleveled/babel-plugin-remove-node-prefix@https://codeload.github.com/aminya/babel-plugin-remove-node-prefix/tar.gz/02526f866c4f57d3a097590942dc0e700fb3eb15(@babel/core@7.25.2)':
dependencies: dependencies:
'@babel/core': 7.25.2 '@babel/core': 7.25.2
@ -7652,8 +7639,8 @@ snapshots:
browserslist@4.23.3: browserslist@4.23.3:
dependencies: dependencies:
caniuse-lite: 1.0.30001660 caniuse-lite: 1.0.30001662
electron-to-chromium: 1.5.24 electron-to-chromium: 1.5.25
node-releases: 2.0.18 node-releases: 2.0.18
update-browserslist-db: 1.1.0(browserslist@4.23.3) update-browserslist-db: 1.1.0(browserslist@4.23.3)
@ -7684,7 +7671,7 @@ snapshots:
camelcase@6.3.0: {} camelcase@6.3.0: {}
caniuse-lite@1.0.30001660: {} caniuse-lite@1.0.30001662: {}
caxa@3.0.1: caxa@3.0.1:
dependencies: dependencies:
@ -8135,6 +8122,10 @@ snapshots:
dependencies: dependencies:
esutils: 2.0.3 esutils: 2.0.3
doctrine@3.0.0:
dependencies:
esutils: 2.0.3
dom-serializer@0.2.2: dom-serializer@0.2.2:
dependencies: dependencies:
domelementtype: 2.3.0 domelementtype: 2.3.0
@ -8184,7 +8175,7 @@ snapshots:
dependencies: dependencies:
jake: 10.9.2 jake: 10.9.2
electron-to-chromium@1.5.24: {} electron-to-chromium@1.5.25: {}
emittery@0.13.1: {} emittery@0.13.1: {}
@ -8386,52 +8377,52 @@ snapshots:
escape-string-regexp@5.0.0: {} escape-string-regexp@5.0.0: {}
eslint-compat-utils@0.5.1(eslint@9.10.0): eslint-compat-utils@0.5.1(eslint@8.57.1):
dependencies: dependencies:
eslint: 9.10.0 eslint: 8.57.1
semver: 7.6.3 semver: 7.6.3
eslint-config-airbnb-base@14.2.1(eslint-plugin-import@2.30.0(@typescript-eslint/parser@7.13.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0))(eslint@9.10.0): eslint-config-airbnb-base@14.2.1(eslint-plugin-import@2.30.0(@typescript-eslint/parser@7.13.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1))(eslint@8.57.1):
dependencies: dependencies:
confusing-browser-globals: 1.0.11 confusing-browser-globals: 1.0.11
eslint: 9.10.0 eslint: 8.57.1
eslint-plugin-import: 2.30.0(@typescript-eslint/parser@7.13.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0) eslint-plugin-import: 2.30.0(@typescript-eslint/parser@7.13.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)
object.assign: 4.1.5 object.assign: 4.1.5
object.entries: 1.1.8 object.entries: 1.1.8
optional: true optional: true
eslint-config-airbnb@18.2.1(eslint-plugin-import@2.30.0(@typescript-eslint/parser@7.13.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0))(eslint-plugin-jsx-a11y@6.10.0(eslint@9.10.0))(eslint-plugin-react-hooks@4.6.2(eslint@9.10.0))(eslint-plugin-react@7.23.2(eslint@9.10.0))(eslint@9.10.0): eslint-config-airbnb@18.2.1(eslint-plugin-import@2.30.0(@typescript-eslint/parser@7.13.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1))(eslint-plugin-jsx-a11y@6.10.0(eslint@8.57.1))(eslint-plugin-react-hooks@4.6.2(eslint@8.57.1))(eslint-plugin-react@7.23.2(eslint@8.57.1))(eslint@8.57.1):
dependencies: dependencies:
eslint: 9.10.0 eslint: 8.57.1
eslint-config-airbnb-base: 14.2.1(eslint-plugin-import@2.30.0(@typescript-eslint/parser@7.13.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0))(eslint@9.10.0) eslint-config-airbnb-base: 14.2.1(eslint-plugin-import@2.30.0(@typescript-eslint/parser@7.13.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1))(eslint@8.57.1)
eslint-plugin-import: 2.30.0(@typescript-eslint/parser@7.13.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0) eslint-plugin-import: 2.30.0(@typescript-eslint/parser@7.13.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)
eslint-plugin-jsx-a11y: 6.10.0(eslint@9.10.0) eslint-plugin-jsx-a11y: 6.10.0(eslint@8.57.1)
eslint-plugin-react: 7.23.2(eslint@9.10.0) eslint-plugin-react: 7.23.2(eslint@8.57.1)
eslint-plugin-react-hooks: 4.6.2(eslint@9.10.0) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.1)
object.assign: 4.1.5 object.assign: 4.1.5
object.entries: 1.1.8 object.entries: 1.1.8
optional: true optional: true
eslint-config-atomic@1.22.1(eslint@9.10.0): eslint-config-atomic@1.22.1(eslint@8.57.1):
dependencies: dependencies:
'@babel/core': 7.25.2 '@babel/core': 7.25.2
'@babel/eslint-parser': 7.25.1(@babel/core@7.25.2)(eslint@9.10.0) '@babel/eslint-parser': 7.25.1(@babel/core@7.25.2)(eslint@8.57.1)
'@babel/plugin-syntax-flow': 7.24.7(@babel/core@7.25.2) '@babel/plugin-syntax-flow': 7.24.7(@babel/core@7.25.2)
'@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2)
'@typescript-eslint/eslint-plugin': 7.13.0(@typescript-eslint/parser@7.13.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)(typescript@5.6.2) '@typescript-eslint/eslint-plugin': 7.13.0(@typescript-eslint/parser@7.13.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)(typescript@5.6.2)
'@typescript-eslint/parser': 7.13.0(eslint@9.10.0)(typescript@5.6.2) '@typescript-eslint/parser': 7.13.0(eslint@8.57.1)(typescript@5.6.2)
anymatch: 3.1.3 anymatch: 3.1.3
eslint: 9.10.0 eslint: 8.57.1
eslint-config-prettier: 9.1.0(eslint@9.10.0) eslint-config-prettier: 9.1.0(eslint@8.57.1)
eslint-plugin-astro: 0.34.0(eslint@9.10.0)(typescript@5.6.2) eslint-plugin-astro: 0.34.0(eslint@8.57.1)(typescript@5.6.2)
eslint-plugin-html: 8.1.1 eslint-plugin-html: 8.1.1
eslint-plugin-import: 2.30.0(@typescript-eslint/parser@7.13.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0) eslint-plugin-import: 2.30.0(@typescript-eslint/parser@7.13.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)
eslint-plugin-json: 3.1.0 eslint-plugin-json: 3.1.0
eslint-plugin-node: 11.1.0(eslint@9.10.0) eslint-plugin-node: 11.1.0(eslint@8.57.1)
eslint-plugin-only-warn: '@aminya/eslint-plugin-only-warn@1.2.2' eslint-plugin-only-warn: '@aminya/eslint-plugin-only-warn@1.2.2'
eslint-plugin-optimize-regex: 1.2.1 eslint-plugin-optimize-regex: 1.2.1
eslint-plugin-react: 7.36.1(eslint@9.10.0) eslint-plugin-react: 7.36.1(eslint@8.57.1)
eslint-plugin-solid: 0.14.3(eslint@9.10.0)(typescript@5.6.2) eslint-plugin-solid: 0.14.3(eslint@8.57.1)(typescript@5.6.2)
eslint-plugin-yaml: 0.5.0 eslint-plugin-yaml: 0.5.0
globify-gitignore: 1.0.3 globify-gitignore: 1.0.3
make-synchronous: 0.1.1 make-synchronous: 0.1.1
@ -8441,16 +8432,16 @@ snapshots:
typescript: 5.6.2 typescript: 5.6.2
optionalDependencies: optionalDependencies:
coffeescript: 1.12.7 coffeescript: 1.12.7
eslint-plugin-coffee: 0.1.15(@typescript-eslint/parser@7.13.0(eslint@9.10.0)(typescript@5.6.2))(eslint-plugin-react-hooks@4.6.2(eslint@9.10.0))(eslint@9.10.0) eslint-plugin-coffee: 0.1.15(@typescript-eslint/parser@7.13.0(eslint@8.57.1)(typescript@5.6.2))(eslint-plugin-react-hooks@4.6.2(eslint@8.57.1))(eslint@8.57.1)
eslint-plugin-react-hooks: 4.6.2(eslint@9.10.0) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.1)
transitivePeerDependencies: transitivePeerDependencies:
- eslint-import-resolver-typescript - eslint-import-resolver-typescript
- eslint-import-resolver-webpack - eslint-import-resolver-webpack
- supports-color - supports-color
eslint-config-prettier@9.1.0(eslint@9.10.0): eslint-config-prettier@9.1.0(eslint@8.57.1):
dependencies: dependencies:
eslint: 9.10.0 eslint: 8.57.1
eslint-import-resolver-node@0.3.9: eslint-import-resolver-node@0.3.9:
dependencies: dependencies:
@ -8460,24 +8451,24 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
eslint-module-utils@2.11.0(@typescript-eslint/parser@7.13.0(eslint@9.10.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint@9.10.0): eslint-module-utils@2.11.0(@typescript-eslint/parser@7.13.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint@8.57.1):
dependencies: dependencies:
debug: 3.2.7 debug: 3.2.7
optionalDependencies: optionalDependencies:
'@typescript-eslint/parser': 7.13.0(eslint@9.10.0)(typescript@5.6.2) '@typescript-eslint/parser': 7.13.0(eslint@8.57.1)(typescript@5.6.2)
eslint: 9.10.0 eslint: 8.57.1
eslint-import-resolver-node: 0.3.9 eslint-import-resolver-node: 0.3.9
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
eslint-plugin-astro@0.34.0(eslint@9.10.0)(typescript@5.6.2): eslint-plugin-astro@0.34.0(eslint@8.57.1)(typescript@5.6.2):
dependencies: dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@9.10.0) '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1)
'@jridgewell/sourcemap-codec': 1.5.0 '@jridgewell/sourcemap-codec': 1.5.0
'@typescript-eslint/types': 5.62.0 '@typescript-eslint/types': 5.62.0
astro-eslint-parser: 0.17.0(typescript@5.6.2) astro-eslint-parser: 0.17.0(typescript@5.6.2)
eslint: 9.10.0 eslint: 8.57.1
eslint-compat-utils: 0.5.1(eslint@9.10.0) eslint-compat-utils: 0.5.1(eslint@8.57.1)
globals: 13.24.0 globals: 13.24.0
postcss: 8.4.47 postcss: 8.4.47
postcss-selector-parser: 6.1.2 postcss-selector-parser: 6.1.2
@ -8485,20 +8476,20 @@ snapshots:
- supports-color - supports-color
- typescript - typescript
eslint-plugin-coffee@0.1.15(@typescript-eslint/parser@7.13.0(eslint@9.10.0)(typescript@5.6.2))(eslint-plugin-react-hooks@4.6.2(eslint@9.10.0))(eslint@9.10.0): eslint-plugin-coffee@0.1.15(@typescript-eslint/parser@7.13.0(eslint@8.57.1)(typescript@5.6.2))(eslint-plugin-react-hooks@4.6.2(eslint@8.57.1))(eslint@8.57.1):
dependencies: dependencies:
axe-core: 3.5.6 axe-core: 3.5.6
babel-eslint: 7.2.3 babel-eslint: 7.2.3
babylon: 7.0.0-beta.47 babylon: 7.0.0-beta.47
coffeescript: 2.7.0 coffeescript: 2.7.0
doctrine: 2.1.0 doctrine: 2.1.0
eslint: 9.10.0 eslint: 8.57.1
eslint-config-airbnb: 18.2.1(eslint-plugin-import@2.30.0(@typescript-eslint/parser@7.13.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0))(eslint-plugin-jsx-a11y@6.10.0(eslint@9.10.0))(eslint-plugin-react-hooks@4.6.2(eslint@9.10.0))(eslint-plugin-react@7.23.2(eslint@9.10.0))(eslint@9.10.0) eslint-config-airbnb: 18.2.1(eslint-plugin-import@2.30.0(@typescript-eslint/parser@7.13.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1))(eslint-plugin-jsx-a11y@6.10.0(eslint@8.57.1))(eslint-plugin-react-hooks@4.6.2(eslint@8.57.1))(eslint-plugin-react@7.23.2(eslint@8.57.1))(eslint@8.57.1)
eslint-config-airbnb-base: 14.2.1(eslint-plugin-import@2.30.0(@typescript-eslint/parser@7.13.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0))(eslint@9.10.0) eslint-config-airbnb-base: 14.2.1(eslint-plugin-import@2.30.0(@typescript-eslint/parser@7.13.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1))(eslint@8.57.1)
eslint-plugin-import: 2.30.0(@typescript-eslint/parser@7.13.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0) eslint-plugin-import: 2.30.0(@typescript-eslint/parser@7.13.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)
eslint-plugin-jsx-a11y: 6.10.0(eslint@9.10.0) eslint-plugin-jsx-a11y: 6.10.0(eslint@8.57.1)
eslint-plugin-react: 7.23.2(eslint@9.10.0) eslint-plugin-react: 7.23.2(eslint@8.57.1)
eslint-plugin-react-native: 3.11.0(eslint@9.10.0) eslint-plugin-react-native: 3.11.0(eslint@8.57.1)
eslint-scope: 3.7.3 eslint-scope: 3.7.3
eslint-utils: 1.4.3 eslint-utils: 1.4.3
eslint-visitor-keys: 1.3.0 eslint-visitor-keys: 1.3.0
@ -8512,9 +8503,9 @@ snapshots:
- supports-color - supports-color
optional: true optional: true
eslint-plugin-es@3.0.1(eslint@9.10.0): eslint-plugin-es@3.0.1(eslint@8.57.1):
dependencies: dependencies:
eslint: 9.10.0 eslint: 8.57.1
eslint-utils: 2.1.0 eslint-utils: 2.1.0
regexpp: 3.2.0 regexpp: 3.2.0
@ -8522,7 +8513,7 @@ snapshots:
dependencies: dependencies:
htmlparser2: 9.1.0 htmlparser2: 9.1.0
eslint-plugin-import@2.30.0(@typescript-eslint/parser@7.13.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0): eslint-plugin-import@2.30.0(@typescript-eslint/parser@7.13.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1):
dependencies: dependencies:
'@rtsao/scc': 1.1.0 '@rtsao/scc': 1.1.0
array-includes: 3.1.8 array-includes: 3.1.8
@ -8531,9 +8522,9 @@ snapshots:
array.prototype.flatmap: 1.3.2 array.prototype.flatmap: 1.3.2
debug: 3.2.7 debug: 3.2.7
doctrine: 2.1.0 doctrine: 2.1.0
eslint: 9.10.0 eslint: 8.57.1
eslint-import-resolver-node: 0.3.9 eslint-import-resolver-node: 0.3.9
eslint-module-utils: 2.11.0(@typescript-eslint/parser@7.13.0(eslint@9.10.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint@9.10.0) eslint-module-utils: 2.11.0(@typescript-eslint/parser@7.13.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint@8.57.1)
hasown: 2.0.2 hasown: 2.0.2
is-core-module: 2.15.1 is-core-module: 2.15.1
is-glob: 4.0.3 is-glob: 4.0.3
@ -8544,7 +8535,7 @@ snapshots:
semver: 6.3.1 semver: 6.3.1
tsconfig-paths: 3.15.0 tsconfig-paths: 3.15.0
optionalDependencies: optionalDependencies:
'@typescript-eslint/parser': 7.13.0(eslint@9.10.0)(typescript@5.6.2) '@typescript-eslint/parser': 7.13.0(eslint@8.57.1)(typescript@5.6.2)
transitivePeerDependencies: transitivePeerDependencies:
- eslint-import-resolver-typescript - eslint-import-resolver-typescript
- eslint-import-resolver-webpack - eslint-import-resolver-webpack
@ -8555,7 +8546,7 @@ snapshots:
lodash: 4.17.21 lodash: 4.17.21
vscode-json-languageservice: 4.2.1 vscode-json-languageservice: 4.2.1
eslint-plugin-jsx-a11y@6.10.0(eslint@9.10.0): eslint-plugin-jsx-a11y@6.10.0(eslint@8.57.1):
dependencies: dependencies:
aria-query: 5.1.3 aria-query: 5.1.3
array-includes: 3.1.8 array-includes: 3.1.8
@ -8566,7 +8557,7 @@ snapshots:
damerau-levenshtein: 1.0.8 damerau-levenshtein: 1.0.8
emoji-regex: 9.2.2 emoji-regex: 9.2.2
es-iterator-helpers: 1.0.19 es-iterator-helpers: 1.0.19
eslint: 9.10.0 eslint: 8.57.1
hasown: 2.0.2 hasown: 2.0.2
jsx-ast-utils: 3.3.5 jsx-ast-utils: 3.3.5
language-tags: 1.0.9 language-tags: 1.0.9
@ -8576,10 +8567,10 @@ snapshots:
string.prototype.includes: 2.0.0 string.prototype.includes: 2.0.0
optional: true optional: true
eslint-plugin-node@11.1.0(eslint@9.10.0): eslint-plugin-node@11.1.0(eslint@8.57.1):
dependencies: dependencies:
eslint: 9.10.0 eslint: 8.57.1
eslint-plugin-es: 3.0.1(eslint@9.10.0) eslint-plugin-es: 3.0.1(eslint@8.57.1)
eslint-utils: 2.1.0 eslint-utils: 2.1.0
ignore: 5.3.2 ignore: 5.3.2
minimatch: 3.1.2 minimatch: 3.1.2
@ -8590,29 +8581,29 @@ snapshots:
dependencies: dependencies:
regexp-tree: 0.1.27 regexp-tree: 0.1.27
eslint-plugin-react-hooks@4.6.2(eslint@9.10.0): eslint-plugin-react-hooks@4.6.2(eslint@8.57.1):
dependencies: dependencies:
eslint: 9.10.0 eslint: 8.57.1
optional: true optional: true
eslint-plugin-react-native-globals@0.1.2: eslint-plugin-react-native-globals@0.1.2:
optional: true optional: true
eslint-plugin-react-native@3.11.0(eslint@9.10.0): eslint-plugin-react-native@3.11.0(eslint@8.57.1):
dependencies: dependencies:
'@babel/traverse': 7.25.6 '@babel/traverse': 7.25.6
eslint: 9.10.0 eslint: 8.57.1
eslint-plugin-react-native-globals: 0.1.2 eslint-plugin-react-native-globals: 0.1.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
optional: true optional: true
eslint-plugin-react@7.23.2(eslint@9.10.0): eslint-plugin-react@7.23.2(eslint@8.57.1):
dependencies: dependencies:
array-includes: 3.1.8 array-includes: 3.1.8
array.prototype.flatmap: 1.3.2 array.prototype.flatmap: 1.3.2
doctrine: 2.1.0 doctrine: 2.1.0
eslint: 9.10.0 eslint: 8.57.1
has: 1.0.4 has: 1.0.4
jsx-ast-utils: 2.4.1 jsx-ast-utils: 2.4.1
minimatch: 3.1.2 minimatch: 3.1.2
@ -8624,7 +8615,7 @@ snapshots:
string.prototype.matchall: 4.0.11 string.prototype.matchall: 4.0.11
optional: true optional: true
eslint-plugin-react@7.36.1(eslint@9.10.0): eslint-plugin-react@7.36.1(eslint@8.57.1):
dependencies: dependencies:
array-includes: 3.1.8 array-includes: 3.1.8
array.prototype.findlast: 1.2.5 array.prototype.findlast: 1.2.5
@ -8632,7 +8623,7 @@ snapshots:
array.prototype.tosorted: 1.1.4 array.prototype.tosorted: 1.1.4
doctrine: 2.1.0 doctrine: 2.1.0
es-iterator-helpers: 1.0.19 es-iterator-helpers: 1.0.19
eslint: 9.10.0 eslint: 8.57.1
estraverse: 5.3.0 estraverse: 5.3.0
hasown: 2.0.2 hasown: 2.0.2
jsx-ast-utils: 3.3.5 jsx-ast-utils: 3.3.5
@ -8646,10 +8637,10 @@ snapshots:
string.prototype.matchall: 4.0.11 string.prototype.matchall: 4.0.11
string.prototype.repeat: 1.0.0 string.prototype.repeat: 1.0.0
eslint-plugin-solid@0.14.3(eslint@9.10.0)(typescript@5.6.2): eslint-plugin-solid@0.14.3(eslint@8.57.1)(typescript@5.6.2):
dependencies: dependencies:
'@typescript-eslint/utils': 8.6.0(eslint@9.10.0)(typescript@5.6.2) '@typescript-eslint/utils': 8.6.0(eslint@8.57.1)(typescript@5.6.2)
eslint: 9.10.0 eslint: 8.57.1
estraverse: 5.3.0 estraverse: 5.3.0
is-html: 2.0.0 is-html: 2.0.0
kebab-case: 1.0.2 kebab-case: 1.0.2
@ -8675,7 +8666,7 @@ snapshots:
esrecurse: 4.3.0 esrecurse: 4.3.0
estraverse: 4.3.0 estraverse: 4.3.0
eslint-scope@8.0.2: eslint-scope@7.2.2:
dependencies: dependencies:
esrecurse: 4.3.0 esrecurse: 4.3.0
estraverse: 5.3.0 estraverse: 5.3.0
@ -8695,38 +8686,40 @@ snapshots:
eslint-visitor-keys@3.4.3: {} eslint-visitor-keys@3.4.3: {}
eslint-visitor-keys@4.0.0: {} eslint@8.57.1:
eslint@9.10.0:
dependencies: dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@9.10.0) '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1)
'@eslint-community/regexpp': 4.11.1 '@eslint-community/regexpp': 4.11.1
'@eslint/config-array': 0.18.0 '@eslint/eslintrc': 2.1.4
'@eslint/eslintrc': 3.1.0 '@eslint/js': 8.57.1
'@eslint/js': 9.10.0 '@humanwhocodes/config-array': 0.13.0
'@eslint/plugin-kit': 0.1.0
'@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/module-importer': 1.0.1
'@humanwhocodes/retry': 0.3.0
'@nodelib/fs.walk': 1.2.8 '@nodelib/fs.walk': 1.2.8
'@ungap/structured-clone': 1.2.0
ajv: 6.12.6 ajv: 6.12.6
chalk: 4.1.2 chalk: 4.1.2
cross-spawn: 7.0.3 cross-spawn: 7.0.3
debug: 4.3.7 debug: 4.3.7
doctrine: 3.0.0
escape-string-regexp: 4.0.0 escape-string-regexp: 4.0.0
eslint-scope: 8.0.2 eslint-scope: 7.2.2
eslint-visitor-keys: 4.0.0 eslint-visitor-keys: 3.4.3
espree: 10.1.0 espree: 9.6.1
esquery: 1.6.0 esquery: 1.6.0
esutils: 2.0.3 esutils: 2.0.3
fast-deep-equal: 3.1.3 fast-deep-equal: 3.1.3
file-entry-cache: 8.0.0 file-entry-cache: 6.0.1
find-up: 5.0.0 find-up: 5.0.0
glob-parent: 6.0.2 glob-parent: 6.0.2
globals: 13.24.0
graphemer: 1.4.0
ignore: 5.3.2 ignore: 5.3.2
imurmurhash: 0.1.4 imurmurhash: 0.1.4
is-glob: 4.0.3 is-glob: 4.0.3
is-path-inside: 3.0.3 is-path-inside: 3.0.3
js-yaml: 4.1.0
json-stable-stringify-without-jsonify: 1.0.1 json-stable-stringify-without-jsonify: 1.0.1
levn: 0.4.1
lodash.merge: 4.6.2 lodash.merge: 4.6.2
minimatch: 3.1.2 minimatch: 3.1.2
natural-compare: 1.4.0 natural-compare: 1.4.0
@ -8743,12 +8736,6 @@ snapshots:
event-emitter: 0.3.5 event-emitter: 0.3.5
type: 2.7.3 type: 2.7.3
espree@10.1.0:
dependencies:
acorn: 8.12.1
acorn-jsx: 5.3.2(acorn@8.12.1)
eslint-visitor-keys: 4.0.0
espree@9.6.1: espree@9.6.1:
dependencies: dependencies:
acorn: 8.12.1 acorn: 8.12.1
@ -8893,9 +8880,9 @@ snapshots:
dependencies: dependencies:
is-unicode-supported: 2.1.0 is-unicode-supported: 2.1.0
file-entry-cache@8.0.0: file-entry-cache@6.0.1:
dependencies: dependencies:
flat-cache: 4.0.1 flat-cache: 3.2.0
file-entry-cache@9.1.0: file-entry-cache@9.1.0:
dependencies: dependencies:
@ -8925,10 +8912,11 @@ snapshots:
locate-path: 6.0.0 locate-path: 6.0.0
path-exists: 4.0.0 path-exists: 4.0.0
flat-cache@4.0.1: flat-cache@3.2.0:
dependencies: dependencies:
flatted: 3.3.1 flatted: 3.3.1
keyv: 4.5.4 keyv: 4.5.4
rimraf: 3.0.2
flat-cache@5.0.0: flat-cache@5.0.0:
dependencies: dependencies:
@ -9045,8 +9033,6 @@ snapshots:
dependencies: dependencies:
type-fest: 0.20.2 type-fest: 0.20.2
globals@14.0.0: {}
globals@9.18.0: globals@9.18.0:
optional: true optional: true
@ -10498,7 +10484,7 @@ snapshots:
escape-string-regexp: 5.0.0 escape-string-regexp: 5.0.0
replace-ext: 2.0.0 replace-ext: 2.0.0
optionalDependencies: optionalDependencies:
'@types/node': 18.19.48 '@types/node': 18.19.50
'@types/replace-ext': 2.0.2 '@types/replace-ext': 2.0.2
path-browserify: 1.0.1 path-browserify: 1.0.1
process: 0.11.10 process: 0.11.10
@ -10752,6 +10738,10 @@ snapshots:
reusify@1.0.4: {} reusify@1.0.4: {}
rimraf@3.0.2:
dependencies:
glob: 7.2.3
rollup-plugin-node-externals@7.1.3(rollup@4.22.0): rollup-plugin-node-externals@7.1.3(rollup@4.22.0):
dependencies: dependencies:
rollup: 4.22.0 rollup: 4.22.0

View File

@ -3,7 +3,7 @@ import { fileURLToPath } from "url"
import { GITHUB_ACTIONS } from "ci-info" import { GITHUB_ACTIONS } from "ci-info"
import { error, info, warning } from "ci-log" import { error, info, warning } from "ci-log"
import { addEnv, addPath } from "envosman" import { addEnv, addPath } from "envosman"
import { type ExecaReturnValue, execa } from "execa" import { execa } from "execa"
import { readdir } from "fs/promises" import { readdir } from "fs/promises"
import { pathExists } from "path-exists" import { pathExists } from "path-exists"
import { addExeExt } from "patha" import { addExeExt } from "patha"
@ -218,20 +218,9 @@ async function setupChocoMingw(version: string, arch: string): Promise<Installat
return undefined return undefined
} }
/** Setup gcc as the compiler */
async function activateGcc(givenVersion: string, binDir: string, priority: number = 40) { async function activateGcc(givenVersion: string, binDir: string, priority: number = 40) {
const promises: Promise<void | ExecaReturnValue<string>>[] = [] const promises: Promise<void>[] = []
// Setup gcc as the compiler
// TODO
// const ld = process.env.LD_LIBRARY_PATH ?? ""
// const dyld = process.env.DYLD_LIBRARY_PATH ?? ""
// promises.push(
// addEnv("LD_LIBRARY_PATH", `${installDir}/lib${path.delimiter}${ld}`, rcOptions),
// addEnv("DYLD_LIBRARY_PATH", `${installDir}/lib${path.delimiter}${dyld}`, rcOptions),
// addEnv("CPATH", `${installDir}/lib/gcc/${majorVersion}/include`, rcOptions),
// addEnv("LDFLAGS", `-L${installDir}/lib`, rcOptions),
// addEnv("CPPFLAGS", `-I${installDir}/include`, rcOptions),
// )
if (process.platform === "win32") { if (process.platform === "win32") {
promises.push( promises.push(
@ -280,6 +269,17 @@ async function activateGcc(givenVersion: string, binDir: string, priority: numbe
promises.push(setupMacOSSDK()) promises.push(setupMacOSSDK())
// TODO
// const ld = process.env.LD_LIBRARY_PATH ?? ""
// const dyld = process.env.DYLD_LIBRARY_PATH ?? ""
// promises.push(
// addEnv("LD_LIBRARY_PATH", `${installDir}/lib${path.delimiter}${ld}`, rcOptions),
// addEnv("DYLD_LIBRARY_PATH", `${installDir}/lib${path.delimiter}${dyld}`, rcOptions),
// addEnv("CPATH", `${installDir}/lib/gcc/${majorVersion}/include`, rcOptions),
// addEnv("LDFLAGS", `-L${installDir}/lib`, rcOptions),
// addEnv("CPPFLAGS", `-I${installDir}/include`, rcOptions),
// )
if (GITHUB_ACTIONS) { if (GITHUB_ACTIONS) {
await addGccLoggingMatcher() await addGccLoggingMatcher()
} }