Skip to content

Commit

Permalink
Merge pull request #222 from aminya/update-deps [skip ci]
Browse files Browse the repository at this point in the history
fix: update dependencies
  • Loading branch information
aminya authored Jan 22, 2024
2 parents d5a5fcb + 47e4597 commit bdba352
Show file tree
Hide file tree
Showing 26 changed files with 2,897 additions and 2,594 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
# autogenerated files
dist/ -diff
package-lock.json -diff
pnpm-lock.yaml -diff
3 changes: 1 addition & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -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
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.e4ef0efb.js

This file was deleted.

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

This file was deleted.

35 changes: 17 additions & 18 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: 0 additions & 3 deletions dist/legacy/actions_python.92140582.js

This file was deleted.

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

This file was deleted.

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.

35 changes: 17 additions & 18 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.c36737fd.js

This file was deleted.

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

This file was deleted.

35 changes: 17 additions & 18 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.

55 changes: 28 additions & 27 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 @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ci-log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/exec-powershell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/untildify-user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit bdba352

Please sign in to comment.