mirror of
				https://hub.gitmirror.com/https://github.com/gradle/actions.git
				synced 2025-10-30 01:20:05 +08:00 
			
		
		
		
	![dependabot[bot]](/assets/img/avatar_default.png) 467e56ee3e
			
		
	
	
		467e56ee3e
		
			
		
	
	
	
	
		
			
			Bumps the npm-dependencies group in /sources with 5 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.3.0` | `24.3.1` | | [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) | `7.7.0` | `7.7.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.41.0` | `8.43.0` | | [dedent](https://github.com/dmnd/dedent) | `1.6.0` | `1.7.0` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.1.2` | `30.1.3` | Updates `@types/node` from 24.3.0 to 24.3.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/semver` from 7.7.0 to 7.7.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver) Updates `@typescript-eslint/eslint-plugin` from 8.41.0 to 8.43.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.43.0/packages/eslint-plugin) Updates `dedent` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/dmnd/dedent/releases) - [Changelog](https://github.com/dmnd/dedent/blob/main/CHANGELOG.md) - [Commits](https://github.com/dmnd/dedent/compare/v1.6.0...v1.7.0) Updates `jest` from 30.1.2 to 30.1.3 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@types/semver" dependency-version: 7.7.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.43.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: dedent dependency-version: 1.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: jest dependency-version: 30.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			78 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			78 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "gradle-actions",
 | |
|   "version": "1.0.0",
 | |
|   "private": true,
 | |
|   "description": "Execute Gradle Build",
 | |
|   "scripts": {
 | |
|     "postinstall": "patch-package",
 | |
|     "prettier-write": "prettier --write 'src/**/*.ts'",
 | |
|     "prettier-check": "prettier --check 'src/**/*.ts'",
 | |
|     "lint": "eslint 'src/**/*.ts'",
 | |
|     "compile-dependency-submission-main": "ncc build src/actions/dependency-submission/main.ts --out dist/dependency-submission/main --source-map --no-source-map-register",
 | |
|     "compile-dependency-submission-post": "ncc build src/actions/dependency-submission/post.ts --out dist/dependency-submission/post --source-map --no-source-map-register",
 | |
|     "compile-setup-gradle-main": "ncc build src/actions/setup-gradle/main.ts --out dist/setup-gradle/main --source-map --no-source-map-register",
 | |
|     "compile-setup-gradle-post": "ncc build src/actions/setup-gradle/post.ts --out dist/setup-gradle/post --source-map --no-source-map-register",
 | |
|     "compile-wrapper-validation-main": "ncc build src/actions/wrapper-validation/main.ts --out dist/wrapper-validation/main --source-map --no-source-map-register",
 | |
|     "compile": "npm-run-all --parallel compile-*",
 | |
|     "check": "npm-run-all --parallel prettier-check lint",
 | |
|     "format": "npm-run-all --parallel prettier-write lint",
 | |
|     "test": "jest",
 | |
|     "build": "npm run format && npm run compile",
 | |
|     "all": "npm run build && npm test"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/gradle/actions.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "github",
 | |
|     "actions",
 | |
|     "github-actions",
 | |
|     "gradle"
 | |
|   ],
 | |
|   "license": "MIT",
 | |
|   "dependencies": {
 | |
|     "@actions/artifact": "2.3.2",
 | |
|     "@actions/cache": "4.0.5",
 | |
|     "@actions/core": "1.11.1",
 | |
|     "@actions/exec": "1.1.1",
 | |
|     "@actions/github": "6.0.1",
 | |
|     "@actions/glob": "0.5.0",
 | |
|     "@actions/http-client": "2.2.3",
 | |
|     "@actions/tool-cache": "2.0.2",
 | |
|     "@octokit/webhooks-types": "7.6.1",
 | |
|     "cheerio": "1.1.2",
 | |
|     "semver": "7.7.2",
 | |
|     "string-argv": "0.3.2",
 | |
|     "unhomoglyph": "1.0.6",
 | |
|     "which": "5.0.0"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@gradle-tech/develocity-agent": "1.0.2",
 | |
|     "@jest/globals": "30.1.2",
 | |
|     "@types/jest": "30.0.0",
 | |
|     "@types/node": "24.3.1",
 | |
|     "@types/semver": "7.7.1",
 | |
|     "@types/unzipper": "0.10.11",
 | |
|     "@types/which": "3.0.4",
 | |
|     "@typescript-eslint/eslint-plugin": "8.43.0",
 | |
|     "@vercel/ncc": "0.38.3",
 | |
|     "dedent": "1.7.0",
 | |
|     "eslint": "9.24.0",
 | |
|     "globals": "16.3.0",
 | |
|     "jest": "30.1.3",
 | |
|     "nock": "13.5.6",
 | |
|     "npm-run-all": "4.1.5",
 | |
|     "patch-package": "8.0.0",
 | |
|     "prettier": "3.6.2",
 | |
|     "ts-jest": "29.4.1",
 | |
|     "typescript": "5.9.2"
 | |
|   },
 | |
|   "overrides": {
 | |
|     "@azure/logger": "1.1.4",
 | |
|     "@octokit/request": "8.4.1",
 | |
|     "@octokit/request-error": "5.1.1",
 | |
|     "@octokit/plugin-paginate-rest": "9.2.2"
 | |
|   }
 | |
| }
 |