Skip to content

Commit

Permalink
Merge pull request #174 from aminya/gcc-13 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored May 25, 2023
2 parents 615b5f7 + 9c18ad8 commit 3945890
Show file tree
Hide file tree
Showing 32 changed files with 998 additions and 775 deletions.
14 changes: 13 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
{
"extends": "eslint-config-atomic",
"ignorePatterns": ["dist/", "node_modules/", "dev/cpp_vcpkg_project"]
"ignorePatterns": ["dist/", "node_modules/", "dev/cpp_vcpkg_project"],
"rules": {
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": [
"warn",
{
"argsIgnorePattern": "^_",
"varsIgnorePattern": "^_",
"caughtErrorsIgnorePattern": "^_",
"destructuredArrayIgnorePattern": "^_"
}
]
}
}
2 changes: 2 additions & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ ignorePaths:
words:
- aarch
- clangd
- Trofimovich
- cobertura
- aminya
- applellvm
- bazel
Expand Down

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

This file was deleted.

2 changes: 1 addition & 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.

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

This file was deleted.

2 changes: 1 addition & 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.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"@babel/cli": "^7.21.0",
"@babel/cli": "^7.21.5",
"@types/cross-spawn": "^6.0.2",
"@types/eslint": "^8.37.0",
"@types/eslint": "^8.40.0",
"@types/jest": "^29.5.1",
"@types/mri": "^1.1.1",
"@types/node": "^18.16.0",
"@types/node": "^20.2.3",
"@types/npmcli__ci-detect": "^2.0.0",
"@types/prettier": "2.7.2",
"@types/semver": "^7.3.13",
"@types/semver": "^7.5.0",
"@types/which": "^3.0.0",
"@upleveled/babel-plugin-remove-node-prefix": "github:aminya/babel-plugin-remove-node-prefix#95fcbd92405b99a6eece48c493548996f12e6519",
"admina": "^0.1.3",
Expand All @@ -85,8 +85,8 @@
"escape-path-with-spaces": "^1.0.2",
"escape-quotes": "^1.0.2",
"escape-string-regexp": "^5.0.0",
"eslint": "^8.39.0",
"eslint-config-atomic": "^1.18.3",
"eslint": "^8.41.0",
"eslint-config-atomic": "^1.19.1",
"exec-powershell": "workspace:*",
"execa": "^7.1.1",
"fast-glob": "^3.2.12",
Expand All @@ -95,7 +95,7 @@
"jest": "^29.5.0",
"mri": "^1.2.0",
"msvc-dev-cmd": "github:aminya/msvc-dev-cmd#9f672c1",
"npm-check-updates": "^16.10.9",
"npm-check-updates": "^16.10.12",
"npm-run-all2": "^6.0.5",
"numerous": "1.0.3",
"parcel": "2.8.3",
Expand All @@ -106,8 +106,8 @@
"quote-unquote": "^1.0.0",
"readme-md-generator": "^1.0.0",
"retry-as-promised": "^7.0.4",
"semver": "7.5.0",
"setup-python": "github:actions/setup-python#v4.6.0",
"semver": "7.5.1",
"setup-python": "github:actions/setup-python#v4.6.1",
"shx": "0.3.4",
"terser-config-atomic": "^0.1.1",
"time-delta": "github:aminya/time-delta#69d91a41cef28e569be9a2991129f5f7d1f0d00e",
Expand All @@ -118,7 +118,7 @@
"ubuntu-version": "^2.0.0",
"untildify-user": "workspace:*",
"user-access": "workspace:*",
"which": "^3.0.0"
"which": "^3.0.1"
},
"engines": {
"node": ">=12.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/ci-log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@actions/core": "^1.9.1",
"@npmcli/ci-detect": "github:aminya/ci-detect#37fe40075bebec96794ba0a7c4a6d5c70cbea00d"
"ci-info": "^3.8.0"
},
"keywords": [
"log",
Expand Down
Loading

0 comments on commit 3945890

Please sign in to comment.