Skip to content

Commit

Permalink
fix: update execa + transform node:builtin
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 6, 2022
1 parent 97b3cce commit 96000b9
Show file tree
Hide file tree
Showing 26 changed files with 1,065 additions and 585 deletions.
2 changes: 2 additions & 0 deletions dist/actions_python.0d0c9680.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/actions_python.0d0c9680.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/actions_python.239cf807.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/actions_python.239cf807.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions dist/actions_python.9e1d85f0.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/actions_python.9e1d85f0.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/actions_python.aa574a9a.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/actions_python.aa574a9a.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions dist/setup_cpp.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/setup_cpp.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/setup_cpp.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/setup_cpp.mjs.map

Large diffs are not rendered by default.

22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@
"setup_cpp": "./dist/setup_cpp.js"
},
"scripts": {
"build": "shx rm -rf dist/ && shx mkdir ./dist && run-p test.tsc build.parcel copy.matchers",
"build": "shx rm -rf dist/ && shx mkdir ./dist && run-p test.tsc build.parcel copy.matchers && run-s build.babel",
"build.babel": "cross-env NODE_ENV=production babel ./dist/*.js --out-dir ./dist --retain-lines --source-maps true --plugins @upleveled/babel-plugin-remove-node-prefix --minified",
"build.docker": "pnpm build && docker build -f ./dev/docker/ubuntu_node.dockerfile -t setup_cpp .",
"build.docker.arch": "pnpm build && docker build -f ./dev/docker/arch_node.dockerfile -t setup_cpp:arch .",
"build.docker.ubuntu": "pnpm build && docker build -f ./dev/docker/ubuntu_node.dockerfile -t setup_cpp:ubuntu .",
"build.parcel": "cross-env NODE_ENV=production parcel build --detailed-report",
"bump": "ncu -u -x execa,numerous && pnpm update",
"bump": "ncu -u -x numerous && pnpm update",
"clean": "shx rm -rf .parcel-cache dist exe",
"copy.matchers": "shx cp ./src/gcc/gcc_matcher.json ./dist/ && shx cp ./src/msvc/msvc_matcher.json ./dist && shx cp ./src/python/python_matcher.json ./dist/ && shx cp ./src/llvm/llvm_matcher.json ./dist/ ",
"dev": "cross-env NODE_ENV=development parcel watch",
Expand All @@ -49,7 +50,7 @@
"@actions/io": "^1.1.2",
"@actions/tool-cache": "^2.0.1",
"escape-path-with-spaces": "^1.0.0",
"execa": "^5.1.1",
"execa": "^6.1.0",
"mri": "^1.2.0",
"msvc-dev-cmd": "github:aminya/msvc-dev-cmd#9f672c1",
"numerous": "1.0.3",
Expand All @@ -62,20 +63,21 @@
},
"devDependencies": {
"@types/cross-spawn": "^6.0.2",
"@types/jest": "^28.1.3",
"@types/jest": "^28.1.4",
"@types/mri": "^1.1.1",
"@types/node": "^18.0.0",
"@types/node": "^18.0.3",
"@types/semver": "^7.3.10",
"@types/which": "^2.0.1",
"@upleveled/babel-plugin-remove-node-prefix": "^1.0.4",
"caxa": "^2.1.0",
"cross-env": "7.0.3",
"cross-spawn": "^7.0.3",
"cspell": "^6.1.2",
"eslint": "^8.18.0",
"cspell": "^6.2.2",
"eslint": "^8.19.0",
"eslint-config-atomic": "^1.18.1",
"jest": "^28.1.1",
"jest": "^28.1.2",
"loose-ts-check": "^1.2.0",
"npm-check-updates": "^14.1.1",
"npm-check-updates": "^15.0.4",
"npm-run-all2": "^6.0.1",
"parcel": "2.6.2",
"prettier": "2.7.1",
Expand Down Expand Up @@ -110,7 +112,7 @@
"pnpm": {
"overrides": {
"semver": "7.3.7",
"eslint": "^8.18.0",
"eslint": "^8.19.0",
"prettier": "2.7.1",
"lru-cache": "7.8.1",
"core-js": "*",
Expand Down
Loading

0 comments on commit 96000b9

Please sign in to comment.