Skip to content

Commit

Permalink
Update the dependencies of custom actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogeon committed Jan 14, 2024
1 parent 4c97fb5 commit db0fbcf
Show file tree
Hide file tree
Showing 8 changed files with 289 additions and 699 deletions.
10 changes: 3 additions & 7 deletions .github/actions/generate_release_notes/dist/index.js

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions .github/actions/generate_release_notes/local/index.js

Large diffs are not rendered by default.

618 changes: 148 additions & 470 deletions .github/actions/generate_release_notes/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions .github/actions/generate_release_notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
},
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^5.0.0",
"@octokit/core": "^3.5.1",
"@octokit/plugin-paginate-rest": "^2.14.0",
"@actions/github": "^6.0.0",
"@octokit/core": "^5.0.2",
"@octokit/plugin-paginate-rest": "^9.1.5",
"semver": "^7.5.2",
"simple-git": "^3.16.0"
},
"devDependencies": {
"@types/node": "^16.0.0",
"@types/node": "^20.11.0",
"@types/semver": "^7.3.6",
"@vercel/ncc": "^0.28.6",
"typescript": "~4.3.4"
"@vercel/ncc": "^0.38.1",
"typescript": "~5.3.3"
}
}
4 changes: 3 additions & 1 deletion .github/actions/increment_version_number/dist/index.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .github/actions/increment_version_number/local/index.js

Large diffs are not rendered by default.

322 changes: 120 additions & 202 deletions .github/actions/increment_version_number/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions .github/actions/increment_version_number/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"@actions/exec": "^1.1.0",
"@actions/io": "^1.1.1",
"@iarna/toml": "^2.2.5",
"@toml-tools/lexer": "^0.3.1",
"chevrotain": "^4.1.1",
"@toml-tools/lexer": "^1.0.0",
"chevrotain": "^11.0.3",
"semver": "^7.5.2"
},
"devDependencies": {
"@types/iarna__toml": "^2.0.2",
"@types/node": "^16.0.0",
"@types/node": "^20.11.0",
"@types/semver": "^7.3.6",
"@vercel/ncc": "^0.28.6",
"typescript": "~4.3.4"
"@vercel/ncc": "^0.38.1",
"typescript": "~5.3.3"
}
}

0 comments on commit db0fbcf

Please sign in to comment.