Skip to content

Commit

Permalink
feat: Update default version to 2.6.7 and update dependencies to la…
Browse files Browse the repository at this point in the history
…test (#20)

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
  • Loading branch information
cruizen and bryantbiggs committed Apr 24, 2023
1 parent b51c430 commit 61569da
Show file tree
Hide file tree
Showing 6 changed files with 1,330 additions and 1,091 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.5.5
version: 2.6.7
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.5.5
default: 2.6.7

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

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,27 +75,27 @@
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/tool-cache": "^2.0.1",
"@octokit/auth-action": "^2.0.2",
"@octokit/rest": "^19.0.5",
"@octokit/auth-action": "^2.0.3",
"@octokit/rest": "^19.0.7",
"string-argv": "^0.3.1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@vercel/ncc": "^0.36.0",
"commitizen": "^4.2.6",
"@types/node": "^18.16.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@vercel/ncc": "^0.36.1",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"lint-staged": "^13.1.0",
"prettier": "^2.8.2",
"lint-staged": "^13.2.1",
"prettier": "^2.8.3",
"prettier-plugin-package": "^1.3.0",
"semantic-release": "^20.0.2",
"typescript": "^4.9.4"
"semantic-release": "^21.0.1",
"typescript": "^5.0.4"
}
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"noUnusedParameters": true,
"noImplicitReturns": true,
"preserveConstEnums": true,
"suppressImplicitAnyIndexErrors": true
"suppressImplicitAnyIndexErrors": true,
"ignoreDeprecations": "5.0",
},
"include": ["src/*.ts"],
"exclude": ["node_modules", "tests"]
Expand Down

0 comments on commit 61569da

Please sign in to comment.