Skip to content

Commit

Permalink
feat: bump argo default version to 2.3.3 and update dependencies to l…
Browse files Browse the repository at this point in the history
…atest
  • Loading branch information
bryantbiggs committed Mar 30, 2022
1 parent 8c634b0 commit b9b1e2e
Show file tree
Hide file tree
Showing 5 changed files with 487 additions and 442 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ See the [ArgoCD CLI documentation](https://argoproj.github.io/argo-cd/user-guide
```yml
- uses: clowdhaus/argo-cd-action/@main
with:
version: 2.3.1
version: 2.3.3
command: version
options: --client
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
description: >
Version of Argo CD to install - https://github.com/argoproj/argo-cd/releases
required: false
default: 2.3.1
default: 2.3.3

runs:
using: node16
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

62 changes: 30 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,38 +44,6 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"resolutions": {
"ansi-regex": "^5.0.1",
"marked": ">=4.0.10",
"uuid": "^7.0"
},
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/exec": "^1.1.0",
"@actions/tool-cache": "^1.7.1",
"@octokit/auth-action": "^1.3.3",
"@octokit/rest": "^18.12.0",
"string-argv": "^0.3.1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@vercel/ncc": "^0.33.3",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"lint-staged": "^12.3.5",
"prettier": "^2.5.1",
"prettier-plugin-package": "^1.3.0",
"semantic-release": "^19.0.2",
"typescript": "^4.6.2"
},
"release": {
"branches": [
"main"
Expand All @@ -102,5 +70,35 @@
}
]
]
},
"resolutions": {
"minimist": ">=1.2.6"
},
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/exec": "^1.1.1",
"@actions/tool-cache": "^1.7.2",
"@octokit/auth-action": "^1.3.3",
"@octokit/rest": "^18.12.0",
"string-argv": "^0.3.1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@vercel/ncc": "^0.33.3",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"lint-staged": "^12.3.7",
"prettier": "^2.6.1",
"prettier-plugin-package": "^1.3.0",
"semantic-release": "^19.0.2",
"typescript": "^4.6.3"
}
}
Loading

0 comments on commit b9b1e2e

Please sign in to comment.