mirror of https://github.com/aminya/setup-cpp
Merge pull request #222 from aminya/update-deps [skip ci]
fix: update dependencies
This commit is contained in:
commit
bdba3524ef
|
@ -7,4 +7,3 @@
|
|||
# autogenerated files
|
||||
dist/ -diff
|
||||
package-lock.json -diff
|
||||
pnpm-lock.yaml -diff
|
||||
|
|
3
.npmrc
3
.npmrc
|
@ -1,6 +1,5 @@
|
|||
public-hoist-pattern[]=*
|
||||
package-lock=false
|
||||
lockfile=true
|
||||
node-linker=hoisted
|
||||
prefer-frozen-lockfile=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
55
package.json
55
package.json
|
@ -31,7 +31,7 @@
|
|||
"build": "run-s clean build.packages && run-p lint.tsc build.parcel copy.matchers",
|
||||
"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",
|
||||
"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 ",
|
||||
"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/",
|
||||
|
@ -71,49 +71,49 @@
|
|||
},
|
||||
"prettier": "prettier-config-atomic",
|
||||
"devDependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/core": "^1.10.1",
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/io": "^1.1.3",
|
||||
"@actions/tool-cache": "^2.0.1",
|
||||
"@babel/cli": "^7.22.9",
|
||||
"@swc/jest": "^0.2.27",
|
||||
"@types/cross-spawn": "^6.0.2",
|
||||
"@types/eslint": "^8.44.1",
|
||||
"@types/jest": "^29.5.3",
|
||||
"@types/mri": "^1.1.1",
|
||||
"@types/node": "^20.4.5",
|
||||
"@babel/cli": "^7.23.4",
|
||||
"@swc/jest": "^0.2.31",
|
||||
"@types/cross-spawn": "^6.0.6",
|
||||
"@types/eslint": "^8.56.2",
|
||||
"@types/jest": "^29.5.11",
|
||||
"@types/mri": "^1.1.5",
|
||||
"@types/node": "^20.11.5",
|
||||
"@types/prettier": "2.7.3",
|
||||
"@types/semver": "^7.5.0",
|
||||
"@types/which": "^3.0.0",
|
||||
"@types/semver": "^7.5.6",
|
||||
"@types/which": "^3.0.3",
|
||||
"@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",
|
||||
"ci-info": "^3.8.0",
|
||||
"ci-info": "^4.0.0",
|
||||
"ci-log": "workspace:*",
|
||||
"cross-env": "7.0.3",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"cspell": "^6.31.2",
|
||||
"cspell": "^8.3.2",
|
||||
"escape-path-with-spaces": "^1.0.2",
|
||||
"escape-quotes": "^1.0.2",
|
||||
"escape-string-regexp": "^5.0.0",
|
||||
"eslint": "^8.46.0",
|
||||
"eslint-config-atomic": "^1.19.3",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-config-atomic": "^1.20.6",
|
||||
"exec-powershell": "workspace:*",
|
||||
"execa": "^7.2.0",
|
||||
"is-url-online": "^1.5.0",
|
||||
"jest": "^29.6.2",
|
||||
"jest": "^29.7.0",
|
||||
"micro-memoize": "^4.1.2",
|
||||
"mri": "^1.2.0",
|
||||
"msvc-dev-cmd": "github:aminya/msvc-dev-cmd#97843d525947e3f3776ee359b597316909754c4d",
|
||||
"npm-check-updates": "^16.10.17",
|
||||
"npm-run-all2": "^6.0.6",
|
||||
"npm-check-updates": "^16.14.12",
|
||||
"npm-run-all2": "^6.1.1",
|
||||
"numerous": "1.0.3",
|
||||
"p-timeout": "^6.1.2",
|
||||
"parcel": "2.9.3",
|
||||
"parcel": "2.11.0",
|
||||
"path-exists": "^5.0.0",
|
||||
"patha": "^0.4.1",
|
||||
"prettier": "3.0.0",
|
||||
"prettier-config-atomic": "^3.1.0",
|
||||
"prettier": "3.2.2",
|
||||
"prettier-config-atomic": "^4.0.0",
|
||||
"readme-md-generator": "^1.0.0",
|
||||
"retry-as-promised": "^7.0.4",
|
||||
"semver": "7.5.4",
|
||||
|
@ -122,12 +122,12 @@
|
|||
"simple-update-notifier": "^2.0.0",
|
||||
"terser-config-atomic": "^1.0.0",
|
||||
"time-delta": "github:aminya/time-delta#69d91a41cef28e569be9a2991129f5f7d1f0d00e",
|
||||
"ts-node": "^10.9.1",
|
||||
"ts-node": "^10.9.2",
|
||||
"ts-readme": "^1.1.3",
|
||||
"typescript": "^5.1.6",
|
||||
"typescript": "^5.3.3",
|
||||
"ubuntu-version": "^2.0.0",
|
||||
"untildify-user": "workspace:*",
|
||||
"which": "^3.0.1"
|
||||
"which": "^4.0.0"
|
||||
},
|
||||
"productionDependencies": [
|
||||
"@actions/core",
|
||||
|
@ -182,11 +182,12 @@
|
|||
"alias": {
|
||||
"electron": false,
|
||||
"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": {
|
||||
"overrides": {
|
||||
"whatwg-url": "^12"
|
||||
"@actions/http-client": "2.1.0"
|
||||
}
|
||||
},
|
||||
"targets": {
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
"build": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"ci-info": "^3.8.0"
|
||||
"@actions/core": "^1.10.1",
|
||||
"ci-info": "^4.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"log",
|
||||
|
|
|
@ -11,11 +11,11 @@
|
|||
"build": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"execa": "^7.1.1",
|
||||
"which": "^2.0.2"
|
||||
"execa": "<8",
|
||||
"which": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/which": "^2.0.2"
|
||||
"@types/which": "^3.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"powershell",
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
"build": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"admina": "0.1.1",
|
||||
"untildify": "^4.0.0"
|
||||
"admina": "1.0.1",
|
||||
"untildify": "^5.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"tilde",
|
||||
|
|
5272
pnpm-lock.yaml
5272
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
@ -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
|
Loading…
Reference in New Issue