Skip to content

Commit

Permalink
Merge pull request #175 from aminya/update-parcel [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored May 26, 2023
2 parents aa57ff0 + 77b7ec3 commit 2c6fc67
Show file tree
Hide file tree
Showing 16 changed files with 1,220 additions and 981 deletions.
22 changes: 0 additions & 22 deletions .terserrc.js

This file was deleted.

1 change: 1 addition & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ words:
- clangd
- Trofimovich
- cobertura
- whatwg
- aminya
- applellvm
- bazel
Expand Down
6 changes: 6 additions & 0 deletions dist/node12/actions_python.783c56a8.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/node12/actions_python.783c56a8.js.map

Large diffs are not rendered by default.

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

This file was deleted.

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

This file was deleted.

44 changes: 43 additions & 1 deletion dist/node12/setup-cpp.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/node12/setup-cpp.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/node16/actions_python.79f8ffa3.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/node16/actions_python.79f8ffa3.js.map

This file was deleted.

6 changes: 6 additions & 0 deletions dist/node16/actions_python.882f35de.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/node16/actions_python.882f35de.js.map

Large diffs are not rendered by default.

44 changes: 43 additions & 1 deletion dist/node16/setup-cpp.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/node16/setup-cpp.js.map

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"build.docker.arch": "pnpm build && docker build -f ./dev/docker/arch_node.dockerfile -t setup-cpp:arch .",
"build.docker.fedora": "pnpm build && docker build -f ./dev/docker/fedora_node.dockerfile -t setup-cpp:fedora .",
"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 10 && 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",
"clean": "shx rm -rf .parcel-cache dist exe",
"copy.matchers": "shx cp ./src/gcc/gcc_matcher.json ./dist/node12/ && shx cp ./src/msvc/msvc_matcher.json ./dist/node12/ && shx cp ./src/python/python_matcher.json ./dist/node12/ && shx cp ./src/llvm/llvm_matcher.json ./dist/node12/ && shx cp ./dist/node12/*.json ./dist/node16/",
Expand Down Expand Up @@ -59,9 +59,6 @@
"test.unit": "jest --runInBand"
},
"prettier": "prettier-config-atomic",
"dependencies": {
"update-notifier": "^5.1.0"
},
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
Expand All @@ -72,7 +69,7 @@
"@types/eslint": "^8.40.0",
"@types/jest": "^29.5.1",
"@types/mri": "^1.1.1",
"@types/node": "^20.2.3",
"@types/node": "^20.2.4",
"@types/npmcli__ci-detect": "^2.0.0",
"@types/prettier": "2.7.2",
"@types/semver": "^7.5.0",
Expand Down Expand Up @@ -102,7 +99,7 @@
"npm-check-updates": "^16.10.12",
"npm-run-all2": "^6.0.5",
"numerous": "1.0.3",
"parcel": "2.8.3",
"parcel": "2.9.0",
"path-exists": "^5.0.0",
"patha": "^0.4.1",
"prettier": "2.8.8",
Expand Down Expand Up @@ -152,6 +149,11 @@
"patha": "patha/dist/index.node.mjs"
},
"main.actions": "./dist/node16/setup-cpp.js",
"pnpm": {
"overrides": {
"whatwg-url": "^12"
}
},
"targets": {
"main": {
"context": "node",
Expand Down
Loading

0 comments on commit 2c6fc67

Please sign in to comment.