Merge pull request #222 from aminya/update-deps [skip ci]

fix: update dependencies
This commit is contained in:
Amin Yahyaabadi 2024-01-22 02:21:07 -08:00 committed by GitHub
commit bdba3524ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
26 changed files with 2906 additions and 2603 deletions

1
.gitattributes vendored
View File

@ -7,4 +7,3 @@
# autogenerated files # autogenerated files
dist/ -diff dist/ -diff
package-lock.json -diff package-lock.json -diff
pnpm-lock.yaml -diff

3
.npmrc
View File

@ -1,6 +1,5 @@
public-hoist-pattern[]=*
package-lock=false package-lock=false
lockfile=true lockfile=true
node-linker=hoisted
prefer-frozen-lockfile=true prefer-frozen-lockfile=true
side-effects-cache=true side-effects-cache=true
# optional=false

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

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

@ -31,7 +31,7 @@
"build": "run-s clean build.packages && run-p lint.tsc build.parcel copy.matchers", "build": "run-s clean build.packages && run-p lint.tsc build.parcel copy.matchers",
"build.packages": "pnpm run -r build", "build.packages": "pnpm run -r build",
"build.parcel": "cross-env NODE_ENV=production parcel build && babel ./dist --out-dir dist --plugins @upleveled/babel-plugin-remove-node-prefix --compact --no-babelrc --source-maps true", "build.parcel": "cross-env NODE_ENV=production parcel build && babel ./dist --out-dir dist --plugins @upleveled/babel-plugin-remove-node-prefix --compact --no-babelrc --source-maps true",
"bump": "ncu -u -x numerous && pnpm update", "bump": "ncu -u -x numerous,execa,prettier && pnpm update",
"clean": "shx rm -rf ./dist ./exe ./packages/*/dist/ && shx mkdir -p ./dist/legacy ./dist/actions ./dist/modern ", "clean": "shx rm -rf ./dist ./exe ./packages/*/dist/ && shx mkdir -p ./dist/legacy ./dist/actions ./dist/modern ",
"copy.matchers": "run-p copy.matchers.legacy copy.matchers.actions copy.matchers.modern", "copy.matchers": "run-p copy.matchers.legacy copy.matchers.actions copy.matchers.modern",
"copy.matchers.legacy": "shx cp ./src/gcc/gcc_matcher.json ./dist/legacy/ && shx cp ./src/msvc/msvc_matcher.json ./dist/legacy/ && shx cp ./src/python/python_matcher.json ./dist/legacy/ && shx cp ./src/llvm/llvm_matcher.json ./dist/legacy/", "copy.matchers.legacy": "shx cp ./src/gcc/gcc_matcher.json ./dist/legacy/ && shx cp ./src/msvc/msvc_matcher.json ./dist/legacy/ && shx cp ./src/python/python_matcher.json ./dist/legacy/ && shx cp ./src/llvm/llvm_matcher.json ./dist/legacy/",
@ -71,49 +71,49 @@
}, },
"prettier": "prettier-config-atomic", "prettier": "prettier-config-atomic",
"devDependencies": { "devDependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1", "@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3", "@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1", "@actions/tool-cache": "^2.0.1",
"@babel/cli": "^7.22.9", "@babel/cli": "^7.23.4",
"@swc/jest": "^0.2.27", "@swc/jest": "^0.2.31",
"@types/cross-spawn": "^6.0.2", "@types/cross-spawn": "^6.0.6",
"@types/eslint": "^8.44.1", "@types/eslint": "^8.56.2",
"@types/jest": "^29.5.3", "@types/jest": "^29.5.11",
"@types/mri": "^1.1.1", "@types/mri": "^1.1.5",
"@types/node": "^20.4.5", "@types/node": "^20.11.5",
"@types/prettier": "2.7.3", "@types/prettier": "2.7.3",
"@types/semver": "^7.5.0", "@types/semver": "^7.5.6",
"@types/which": "^3.0.0", "@types/which": "^3.0.3",
"@upleveled/babel-plugin-remove-node-prefix": "github:aminya/babel-plugin-remove-node-prefix#95fcbd92405b99a6eece48c493548996f12e6519", "@upleveled/babel-plugin-remove-node-prefix": "github:aminya/babel-plugin-remove-node-prefix#95fcbd92405b99a6eece48c493548996f12e6519",
"admina": "^0.2.2", "admina": "^1.0.1",
"caxa": "^3.0.1", "caxa": "^3.0.1",
"ci-info": "^3.8.0", "ci-info": "^4.0.0",
"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": "^6.31.2", "cspell": "^8.3.2",
"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": "^8.46.0", "eslint": "^8.56.0",
"eslint-config-atomic": "^1.19.3", "eslint-config-atomic": "^1.20.6",
"exec-powershell": "workspace:*", "exec-powershell": "workspace:*",
"execa": "^7.2.0", "execa": "^7.2.0",
"is-url-online": "^1.5.0", "is-url-online": "^1.5.0",
"jest": "^29.6.2", "jest": "^29.7.0",
"micro-memoize": "^4.1.2", "micro-memoize": "^4.1.2",
"mri": "^1.2.0", "mri": "^1.2.0",
"msvc-dev-cmd": "github:aminya/msvc-dev-cmd#97843d525947e3f3776ee359b597316909754c4d", "msvc-dev-cmd": "github:aminya/msvc-dev-cmd#97843d525947e3f3776ee359b597316909754c4d",
"npm-check-updates": "^16.10.17", "npm-check-updates": "^16.14.12",
"npm-run-all2": "^6.0.6", "npm-run-all2": "^6.1.1",
"numerous": "1.0.3", "numerous": "1.0.3",
"p-timeout": "^6.1.2", "p-timeout": "^6.1.2",
"parcel": "2.9.3", "parcel": "2.11.0",
"path-exists": "^5.0.0", "path-exists": "^5.0.0",
"patha": "^0.4.1", "patha": "^0.4.1",
"prettier": "3.0.0", "prettier": "3.2.2",
"prettier-config-atomic": "^3.1.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",
"semver": "7.5.4", "semver": "7.5.4",
@ -122,12 +122,12 @@
"simple-update-notifier": "^2.0.0", "simple-update-notifier": "^2.0.0",
"terser-config-atomic": "^1.0.0", "terser-config-atomic": "^1.0.0",
"time-delta": "github:aminya/time-delta#69d91a41cef28e569be9a2991129f5f7d1f0d00e", "time-delta": "github:aminya/time-delta#69d91a41cef28e569be9a2991129f5f7d1f0d00e",
"ts-node": "^10.9.1", "ts-node": "^10.9.2",
"ts-readme": "^1.1.3", "ts-readme": "^1.1.3",
"typescript": "^5.1.6", "typescript": "^5.3.3",
"ubuntu-version": "^2.0.0", "ubuntu-version": "^2.0.0",
"untildify-user": "workspace:*", "untildify-user": "workspace:*",
"which": "^3.0.1" "which": "^4.0.0"
}, },
"productionDependencies": [ "productionDependencies": [
"@actions/core", "@actions/core",
@ -182,11 +182,12 @@
"alias": { "alias": {
"electron": false, "electron": false,
"patha": "patha/dist/index.node.mjs", "patha": "patha/dist/index.node.mjs",
"admina": "admina/dist/index.mjs" "admina": "admina/dist/index.mjs",
"fs/promises": "./src/utils/compat/fs/promises.ts"
}, },
"pnpm": { "pnpm": {
"overrides": { "overrides": {
"whatwg-url": "^12" "@actions/http-client": "2.1.0"
} }
}, },
"targets": { "targets": {

View File

@ -11,8 +11,8 @@
"build": "tsc" "build": "tsc"
}, },
"dependencies": { "dependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.1",
"ci-info": "^3.8.0" "ci-info": "^4.0.0"
}, },
"keywords": [ "keywords": [
"log", "log",

View File

@ -11,11 +11,11 @@
"build": "tsc" "build": "tsc"
}, },
"dependencies": { "dependencies": {
"execa": "^7.1.1", "execa": "<8",
"which": "^2.0.2" "which": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/which": "^2.0.2" "@types/which": "^3.0.0"
}, },
"keywords": [ "keywords": [
"powershell", "powershell",

View File

@ -11,8 +11,8 @@
"build": "tsc" "build": "tsc"
}, },
"dependencies": { "dependencies": {
"admina": "0.1.1", "admina": "1.0.1",
"untildify": "^4.0.0" "untildify": "^5.0.0"
}, },
"keywords": [ "keywords": [
"tilde", "tilde",

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,29 @@
import { promises } from "fs"
export default promises
export const {
access,
appendFile,
chmod,
chown,
copyFile,
lchmod,
lchown,
link,
lstat,
mkdir,
mkdtemp,
open,
readdir,
readFile,
readlink,
realpath,
rename,
rmdir,
stat,
symlink,
truncate,
unlink,
utimes,
writeFile,
} = promises