mirror of
				https://github.com/softprops/action-gh-release.git
				synced 2025-11-04 13:49:25 +00:00 
			
		
		
		
	Bumps the npm group with 5 updates: | Package | From | To | | --- | --- | --- | | [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) | `8.0.2` | `8.0.3` | | [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) | `11.0.2` | `11.0.3` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.23` | `20.19.24` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.4` | `4.0.6` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.4` | `4.0.6` | Updates `@octokit/plugin-retry` from 8.0.2 to 8.0.3 - [Release notes](https://github.com/octokit/plugin-retry.js/releases) - [Commits](https://github.com/octokit/plugin-retry.js/compare/v8.0.2...v8.0.3) Updates `@octokit/plugin-throttling` from 11.0.2 to 11.0.3 - [Release notes](https://github.com/octokit/plugin-throttling.js/releases) - [Commits](https://github.com/octokit/plugin-throttling.js/compare/v11.0.2...v11.0.3) Updates `@types/node` from 20.19.23 to 20.19.24 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vitest/coverage-v8` from 4.0.4 to 4.0.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.6/packages/coverage-v8) Updates `vitest` from 4.0.4 to 4.0.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.6/packages/vitest) --- updated-dependencies: - dependency-name: "@octokit/plugin-retry" dependency-version: 8.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@octokit/plugin-throttling" dependency-version: 11.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/node" dependency-version: 20.19.24 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@vitest/coverage-v8" dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: vitest dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			45 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "action-gh-release",
 | 
						|
  "version": "2.4.1",
 | 
						|
  "private": true,
 | 
						|
  "description": "GitHub Action for creating GitHub Releases",
 | 
						|
  "main": "lib/main.js",
 | 
						|
  "scripts": {
 | 
						|
    "build": "ncc build src/main.ts --minify --target es2022",
 | 
						|
    "build-debug": "ncc build src/main.ts --v8-cache --source-map",
 | 
						|
    "typecheck": "tsc --noEmit",
 | 
						|
    "test": "vitest --coverage",
 | 
						|
    "fmt": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\"",
 | 
						|
    "fmtcheck": "prettier --check \"src/**/*.ts\" \"__tests__/**/*.ts\"",
 | 
						|
    "updatetag": "git tag -d v2 && git push origin :v2 && git tag -a v2 -m '' && git push origin v2"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+https://github.com/softprops/action-gh-release.git"
 | 
						|
  },
 | 
						|
  "keywords": [
 | 
						|
    "actions"
 | 
						|
  ],
 | 
						|
  "author": "softprops",
 | 
						|
  "dependencies": {
 | 
						|
    "@actions/core": "^1.11.1",
 | 
						|
    "@actions/github": "^6.0.1",
 | 
						|
    "@octokit/plugin-retry": "^8.0.3",
 | 
						|
    "@octokit/plugin-throttling": "^11.0.3",
 | 
						|
    "glob": "^11.0.3",
 | 
						|
    "mime-types": "^3.0.1"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/glob": "^9.0.0",
 | 
						|
    "@types/mime-types": "^3.0.1",
 | 
						|
    "@types/node": "^20.19.24",
 | 
						|
    "@vercel/ncc": "^0.38.4",
 | 
						|
    "@vitest/coverage-v8": "^4.0.6",
 | 
						|
    "prettier": "3.6.2",
 | 
						|
    "ts-node": "^10.9.2",
 | 
						|
    "typescript": "^5.9.3",
 | 
						|
    "typescript-formatter": "^7.2.2",
 | 
						|
    "vitest": "^4.0.4"
 | 
						|
  }
 | 
						|
}
 |