mirror of
https://github.com/github/codeql-action.git
synced 2026-08-11 01:49:22 -05:00
96bc4c7e0f
Bumps the npm-minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) | `5.1.0` | `5.2.0` | | [eslint](https://github.com/eslint/eslint) | `9.39.4` | `9.39.5` | | [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `6.1.0` | `6.1.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.63.0` | `8.64.0` | | [tsx](https://github.com/privatenumber/tsx) | `4.23.0` | `4.23.1` | Updates `@actions/cache` from 5.1.0 to 5.2.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache) Updates `eslint` from 9.39.4 to 9.39.5 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.39.4...v9.39.5) Updates `eslint-plugin-github` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v6.1.0...v6.1.1) Updates `typescript-eslint` from 8.63.0 to 8.64.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.64.0/packages/typescript-eslint) Updates `tsx` from 4.23.0 to 4.23.1 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.23.0...v4.23.1) --- updated-dependencies: - dependency-name: "@actions/cache" dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: eslint dependency-version: 9.39.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: eslint-plugin-github dependency-version: 6.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: typescript-eslint dependency-version: 8.64.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: tsx dependency-version: 4.23.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor ... Signed-off-by: dependabot[bot] <support@github.com>
101 lines
3.1 KiB
JSON
101 lines
3.1 KiB
JSON
{
|
|
"name": "codeql",
|
|
"version": "4.37.4",
|
|
"private": true,
|
|
"description": "CodeQL action",
|
|
"scripts": {
|
|
"_build_comment": "echo 'Run the full build so we typecheck the project and can reuse the transpiled files in npm test'",
|
|
"build": "./scripts/check-node-modules.sh && npm run transpile && node build.mjs",
|
|
"lint": "eslint --report-unused-disable-directives --max-warnings=0 .",
|
|
"lint-ci": "SARIF_ESLINT_IGNORE_SUPPRESSED=true eslint --report-unused-disable-directives --max-warnings=0 . --format @microsoft/eslint-formatter-sarif --output-file=eslint.sarif",
|
|
"lint-fix": "eslint --report-unused-disable-directives --max-warnings=0 . --fix",
|
|
"ava": "npm run transpile && ava --verbose",
|
|
"test": "npm run ava -- src/",
|
|
"test-debug": "npm run test -- --timeout=20m",
|
|
"transpile": "tsc --build --verbose tsconfig.json",
|
|
"update-pr-checks": "./pr-checks/sync.sh"
|
|
},
|
|
"license": "MIT",
|
|
"workspaces": [
|
|
"pr-checks"
|
|
],
|
|
"dependencies": {
|
|
"@actions/artifact": "^5.0.3",
|
|
"@actions/artifact-legacy": "npm:@actions/artifact@^1.1.2",
|
|
"@actions/cache": "^5.2.0",
|
|
"@actions/core": "^2.0.3",
|
|
"@actions/exec": "^2.0.0",
|
|
"@actions/github": "^8.0.1",
|
|
"@actions/glob": "^0.5.0",
|
|
"@actions/http-client": "^3.0.0",
|
|
"@actions/io": "^2.0.0",
|
|
"@actions/tool-cache": "^3.0.1",
|
|
"@octokit/core": "^7.0.6",
|
|
"@octokit/plugin-paginate-rest": "^14.0.0",
|
|
"@octokit/plugin-rest-endpoint-methods": "^17.0.0",
|
|
"@octokit/plugin-retry": "^8.1.0",
|
|
"archiver": "^8.0.0",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"follow-redirects": "^1.16.0",
|
|
"get-folder-size": "^5.0.0",
|
|
"https-proxy-agent": "^7.0.6",
|
|
"js-yaml": "^5.2.1",
|
|
"jsonschema": "1.5.0",
|
|
"long": "^5.3.2",
|
|
"node-forge": "^1.4.0",
|
|
"semver": "^7.8.5",
|
|
"uuid": "^14.0.1",
|
|
"undici": "^6.24.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ava/typescript": "6.0.0",
|
|
"@eslint/compat": "^2.1.0",
|
|
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
|
"@octokit/types": "^16.0.0",
|
|
"@types/archiver": "^8.0.0",
|
|
"@types/follow-redirects": "^1.14.4",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "^20.19.43",
|
|
"@types/node-forge": "^1.3.14",
|
|
"@types/sarif": "^2.1.7",
|
|
"@types/semver": "^7.7.1",
|
|
"@types/sinon": "^22.0.0",
|
|
"ava": "^6.4.1",
|
|
"esbuild": "^0.28.1",
|
|
"eslint": "^9.39.5",
|
|
"eslint-import-resolver-typescript": "^4.4.5",
|
|
"eslint-plugin-github": "^6.1.1",
|
|
"eslint-plugin-import-x": "^4.17.1",
|
|
"eslint-plugin-jsdoc": "^62.9.0",
|
|
"eslint-plugin-no-async-foreach": "^0.1.1",
|
|
"glob": "^13.0.6",
|
|
"globals": "^17.7.0",
|
|
"nock": "^14.0.16",
|
|
"sinon": "^22.0.0",
|
|
"typescript": "^6.0.3",
|
|
"typescript-eslint": "^8.64.0"
|
|
},
|
|
"overrides": {
|
|
"@actions/tool-cache": {
|
|
"semver": ">=6.3.1"
|
|
},
|
|
"@octokit/request-error": {
|
|
"semver": ">=5.1.1"
|
|
},
|
|
"@octokit/request": {
|
|
"semver": ">=8.4.1"
|
|
},
|
|
"@octokit/plugin-paginate-rest": {
|
|
"semver": ">=9.2.2"
|
|
},
|
|
"eslint-plugin-import": {
|
|
"semver": ">=6.3.1"
|
|
},
|
|
"eslint-plugin-jsx-a11y": {
|
|
"semver": ">=6.3.1"
|
|
},
|
|
"glob": "^13.0.6",
|
|
"undici": "^6.24.0"
|
|
}
|
|
}
|