mirror of
https://github.com/gradle/actions.git
synced 2025-04-22 10:49:20 +08:00
Bumps the npm-dependencies group in /sources with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [ts-jest](https://github.com/kulshekhar/ts-jest). Updates `@typescript-eslint/eslint-plugin` from 8.29.1 to 8.30.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v8.30.1</h2> <h2>8.30.1 (2025-04-14)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> fix mistake with eslintrc config generation (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11072">#11072</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.30.0</h2> <h2>8.30.0 (2025-04-14)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-explicit-any] suggest to replace keyof any with PropertyKey (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11032">#11032</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [promise-function-async] use a different error message for functions with promise and non-promise types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10950">#10950</a>)</li> <li><strong>typescript-estree:</strong> use token type of <code>PrivateIdentifier</code> instead of <code>Identifier</code> for private identifiers (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11023">#11023</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Dima Barabash <a href="https://github.com/dbarabashh"><code>@dbarabashh</code></a></li> <li>Ronen Amiel</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>8.30.1 (2025-04-14)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> fix mistake with eslintrc config generation (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11072">#11072</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.30.0 (2025-04-14)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-explicit-any] suggest to replace keyof any with PropertyKey (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11032">#11032</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [promise-function-async] use a different error message for functions with promise and non-promise types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10950">#10950</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Dima Barabash <a href="https://github.com/dbarabashh"><code>@dbarabashh</code></a></li> <li>Ronen Amiel</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="9531492c70
"><code>9531492</code></a> chore(release): publish 8.30.1</li> <li><a href="152def7dba
"><code>152def7</code></a> fix(eslint-plugin): fix mistake with eslintrc config generation (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/11072">#11072</a>)</li> <li><a href="b3688be33b
"><code>b3688be</code></a> chore(release): publish 8.30.0</li> <li><a href="3ccd79c0a5
"><code>3ccd79c</code></a> feat(eslint-plugin): [no-explicit-any] suggest to replace keyof any with Prop...</li> <li><a href="128d95b5da
"><code>128d95b</code></a> fix(eslint-plugin): [promise-function-async] use a different error message fo...</li> <li><a href="69e2f6c0d3
"><code>69e2f6c</code></a> feat: support stringly-typed extends (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10973">#10973</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.30.1/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> Updates `ts-jest` from 29.3.1 to 29.3.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/releases">ts-jest's releases</a>.</em></p> <blockquote> <h2>v29.3.2</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">ts-jest's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.3.1...v29.3.2">29.3.2</a> (2025-04-12)</h2> <h3>Bug Fixes</h3> <ul> <li>fix: transpile <code>js</code> files from <code>node_modules</code> whenever Jest asks (<a href="https://github.com/kulshekhar/ts-jest/commit/968370e">968370e</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4637">#4637</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="e1c6017171
"><code>e1c6017</code></a> chore(release): 29.3.2</li> <li><a href="968370e6ef
"><code>968370e</code></a> fix: transpile <code>js</code> files from <code>node_modules</code> whenever Jest asks (<a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4791">#4791</a>)</li> <li><a href="ddfd81287a
"><code>ddfd812</code></a> build(deps): Update dependency lint-staged to ^15.5.1</li> <li><a href="efd5274bf6
"><code>efd5274</code></a> build: use faster mode to build/serve doc</li> <li><a href="ccd9a0e798
"><code>ccd9a0e</code></a> build: fix npm audit issue for <code>website</code></li> <li><a href="7e730d3056
"><code>7e730d3</code></a> docs: add Hybrid Node module doc about <code>Node16/NodeNext</code></li> <li><a href="39a1222326
"><code>39a1222</code></a> test: add dynamic import code test for <code>transpile-module</code></li> <li><a href="5a21aca63a
"><code>5a21aca</code></a> build(deps): Update dependency eslint-config-prettier to ^10.1.2</li> <li><a href="e10053f4f5
"><code>e10053f</code></a> build(deps): Update dependency vite to ^6.2.6</li> <li><a href="a83170c492
"><code>a83170c</code></a> build(deps): Update ESLint packages to ^8.29.1</li> <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v29.3.1...v29.3.2">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
81 lines
2.9 KiB
JSON
81 lines
2.9 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.3",
|
|
"@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.2",
|
|
"@octokit/request-error": "5.1.1",
|
|
"@octokit/webhooks-types": "7.6.1",
|
|
"cheerio": "1.0.0",
|
|
"semver": "7.7.1",
|
|
"string-argv": "0.3.2",
|
|
"typed-rest-client": "2.1.0",
|
|
"unhomoglyph": "1.0.6",
|
|
"which": "5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@gradle/develocity-agent": "https://develocity-npm-pkgs.gradle.com/gradle-develocity-agent-0.10.0.tgz",
|
|
"@jest/globals": "29.7.0",
|
|
"@types/jest": "29.5.14",
|
|
"@types/node": "20.17.30",
|
|
"@types/semver": "7.7.0",
|
|
"@types/unzipper": "0.10.11",
|
|
"@types/which": "3.0.4",
|
|
"@typescript-eslint/eslint-plugin": "8.30.1",
|
|
"@typescript-eslint/parser": "8.29.1",
|
|
"@vercel/ncc": "0.38.3",
|
|
"dedent": "1.5.3",
|
|
"eslint": "9.24.0",
|
|
"globals": "16.0.0",
|
|
"jest": "29.7.0",
|
|
"nock": "13.5.6",
|
|
"npm-run-all": "4.1.5",
|
|
"patch-package": "8.0.0",
|
|
"prettier": "3.5.3",
|
|
"ts-jest": "29.3.2",
|
|
"typescript": "5.8.3"
|
|
},
|
|
"overrides": {
|
|
"@azure/logger": "1.1.4",
|
|
"@octokit/request": "8.4.1",
|
|
"@octokit/request-error": "5.1.1",
|
|
"@octokit/plugin-paginate-rest": "9.2.2"
|
|
}
|
|
}
|