mirror of
https://github.com/gradle/actions
synced 2024-11-27 11:52:24 +00:00
0674891af5
Bumps the npm-dependencies group with 5 updates in the /sources directory: | Package | From | To | | --- | --- | --- | | [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) | `2.1.9` | `2.1.10` | | [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `1.10.1` | `1.11.1` | | [@octokit/webhooks-types](https://github.com/octokit/webhooks) | `7.5.1` | `7.6.1` | | [which](https://github.com/npm/node-which) | `4.0.0` | `5.0.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.16.10` | `20.16.11` | Updates `@actions/artifact` from 2.1.9 to 2.1.10 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact) Updates `@actions/core` from 1.10.1 to 1.11.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Updates `@octokit/webhooks-types` from 7.5.1 to 7.6.1 - [Release notes](https://github.com/octokit/webhooks/releases) - [Commits](https://github.com/octokit/webhooks/compare/v7.5.1...v7.6.1) Updates `which` from 4.0.0 to 5.0.0 - [Release notes](https://github.com/npm/node-which/releases) - [Changelog](https://github.com/npm/node-which/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-which/compare/v4.0.0...v5.0.0) Updates `@types/node` from 20.16.10 to 20.16.11 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@actions/artifact" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: "@octokit/webhooks-types" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: which dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
71 lines
2.6 KiB
JSON
71 lines
2.6 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.1.10",
|
|
"@actions/cache": "3.2.4",
|
|
"@actions/core": "1.11.1",
|
|
"@actions/exec": "1.1.1",
|
|
"@actions/github": "6.0.0",
|
|
"@actions/glob": "0.5.0",
|
|
"@actions/http-client": "2.2.3",
|
|
"@actions/tool-cache": "2.0.1",
|
|
"@octokit/rest": "21.0.2",
|
|
"@octokit/webhooks-types": "7.6.1",
|
|
"cheerio": "^1.0.0",
|
|
"semver": "7.6.3",
|
|
"string-argv": "0.3.2",
|
|
"typed-rest-client": "2.1.0",
|
|
"unhomoglyph": "1.0.6",
|
|
"which": "5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "29.5.13",
|
|
"@types/node": "20.16.11",
|
|
"@types/unzipper": "0.10.10",
|
|
"@types/which": "3.0.4",
|
|
"@typescript-eslint/parser": "7.18.0",
|
|
"@vercel/ncc": "0.38.2",
|
|
"eslint": "8.57.1",
|
|
"eslint-plugin-github": "5.0.2",
|
|
"eslint-plugin-jest": "28.8.3",
|
|
"jest": "29.7.0",
|
|
"js-yaml": "4.1.0",
|
|
"nock": "13.5.5",
|
|
"npm-run-all": "4.1.5",
|
|
"patch-package": "8.0.0",
|
|
"prettier": "3.3.3",
|
|
"ts-jest": "29.2.5",
|
|
"typescript": "5.6.2"
|
|
}
|
|
}
|