Skip to content

Commit

Permalink
chore: update parcel
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 22, 2024
1 parent f975912 commit 708a54e
Show file tree
Hide file tree
Showing 21 changed files with 456 additions and 442 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package-lock=false
lockfile=true
node-linker=hoisted
prefer-frozen-lockfile=true
side-effects-cache=true
3 changes: 3 additions & 0 deletions dist/actions/actions_python.bfd29453.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions dist/actions/actions_python.f5883836.js

This file was deleted.

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

This file was deleted.

30 changes: 15 additions & 15 deletions dist/actions/setup-cpp.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/legacy/actions_python.c7411d6b.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions dist/legacy/actions_python.f7d60b33.js

This file was deleted.

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

This file was deleted.

30 changes: 15 additions & 15 deletions dist/legacy/setup-cpp.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/modern/actions_python.6be0dfa4.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/modern/actions_python.6be0dfa4.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions dist/modern/actions_python.cc8fd58d.js

This file was deleted.

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

This file was deleted.

30 changes: 15 additions & 15 deletions dist/modern/setup-cpp.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down Expand Up @@ -109,7 +109,7 @@
"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.2.2",
Expand Down
772 changes: 392 additions & 380 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 708a54e

Please sign in to comment.