6 Commits
2.7.0 ... 2.8.0

Author SHA1 Message Date
Sven-Hendrik Haase
ff23fb2574 This is 2.8.0 2024-02-21 22:30:30 +01:00
Sven-Hendrik Haase
8e438350b0 Bump all deps 2024-02-21 22:28:50 +01:00
Sven-Hendrik Haase
fe68892921 Merge pull request #113 from svenstaro/dependabot/npm_and_yarn/babel/traverse-7.23.2
Bump @babel/traverse from 7.22.8 to 7.23.2
2023-11-22 17:40:23 +01:00
Sven-Hendrik Haase
a13e7b5d40 Merge pull request #116 from der-eismann/update-to-node20
Update to node20
2023-11-22 17:39:45 +01:00
Philipp Trulson
a4bae284e7 Update to node20 2023-11-21 18:29:25 +01:00
dependabot[bot]
c19ddf4c20 Bump @babel/traverse from 7.22.8 to 7.23.2
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 11:51:41 +00:00
5 changed files with 28937 additions and 7509 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
## [2.8.0] - 2024-02-21
- Bump all deps
## [2.7.0] - 2023-07-28
- Allow setting an explicit target_commitish [#46](https://github.com/svenstaro/upload-release-action/pull/46) (thanks @Spikatrix)

View File

@@ -40,5 +40,5 @@ outputs:
browser_download_url:
description: 'The publicly available URL of the asset.'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

32799
dist/index.js vendored

File diff suppressed because one or more lines are too long

3620
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "upload-release-action",
"version": "2.7.0",
"version": "2.8.0",
"private": true,
"description": "Upload files to a GitHub release",
"main": "lib/main.js",
@@ -27,26 +27,26 @@
"author": "Sven-Hendrik Haase",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@lifeomic/attempt": "^3.0.3",
"@octokit/core": "^4.2.1",
"@octokit/core": "^5.1.0",
"glob": "^10"
},
"devDependencies": {
"@octokit/types": "^9.2.3",
"@types/glob": "^8",
"@octokit/types": "^12.5.0",
"@types/jest": "^29",
"@types/node": "^16",
"@typescript-eslint/parser": "^6",
"@vercel/ncc": "^0.36.1",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7",
"@vercel/ncc": "^0.38.1",
"eslint": "^8",
"eslint-plugin-github": "^4.9",
"eslint-plugin-github": "^4.10",
"eslint-plugin-jest": "^27",
"jest": "^29",
"jest-circus": "^29",
"js-yaml": "^4",
"prettier": "^3.0",
"prettier": "^3.2",
"ts-jest": "^29",
"typescript": "^5"
}