mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-30 01:08:37 +08:00 
			
		
		
		
	![dependabot[bot]](/assets/img/avatar_default.png) 777b9d8d9b
			
		
	
	
		777b9d8d9b
		
			
		
	
	
	
	
		
			
			Bumps the minor-npm-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `1.10.1` | `1.11.1` | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.13` | | [@vercel/ncc](https://github.com/vercel/ncc) | `0.38.1` | `0.38.2` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.8.2` | `28.8.3` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.3` | 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 `@types/jest` from 29.5.12 to 29.5.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `@vercel/ncc` from 0.38.1 to 0.38.2 - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.38.1...0.38.2) Updates `eslint-plugin-jest` from 28.8.2 to 28.8.3 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.2...v28.8.3) Updates `typescript` from 5.5.4 to 5.6.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.3) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-npm-dependencies - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-npm-dependencies - dependency-name: "@vercel/ncc" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-npm-dependencies - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-npm-dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			56 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "checkout",
 | |
|   "version": "4.2.1",
 | |
|   "description": "checkout action",
 | |
|   "main": "lib/main.js",
 | |
|   "scripts": {
 | |
|     "build": "tsc && ncc build && node lib/misc/generate-docs.js",
 | |
|     "format": "prettier --write '**/*.ts'",
 | |
|     "format-check": "prettier --check '**/*.ts'",
 | |
|     "lint": "eslint src/**/*.ts",
 | |
|     "test": "jest",
 | |
|     "licensed-check": "src/misc/licensed-check.sh",
 | |
|     "licensed-generate": "src/misc/licensed-generate.sh"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/actions/checkout.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "github",
 | |
|     "actions",
 | |
|     "checkout"
 | |
|   ],
 | |
|   "author": "GitHub",
 | |
|   "license": "MIT",
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/actions/checkout/issues"
 | |
|   },
 | |
|   "homepage": "https://github.com/actions/checkout#readme",
 | |
|   "dependencies": {
 | |
|     "@actions/core": "^1.11.1",
 | |
|     "@actions/exec": "^1.1.1",
 | |
|     "@actions/github": "^6.0.0",
 | |
|     "@actions/io": "^1.1.3",
 | |
|     "@actions/tool-cache": "^2.0.1",
 | |
|     "uuid": "^9.0.1"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@types/jest": "^29.5.13",
 | |
|     "@types/node": "^20.12.12",
 | |
|     "@types/uuid": "^9.0.8",
 | |
|     "@typescript-eslint/eslint-plugin": "^7.9.0",
 | |
|     "@typescript-eslint/parser": "^7.9.0",
 | |
|     "@vercel/ncc": "^0.38.2",
 | |
|     "eslint": "^8.57.0",
 | |
|     "eslint-plugin-github": "^4.10.2",
 | |
|     "eslint-plugin-jest": "^28.8.3",
 | |
|     "jest": "^29.7.0",
 | |
|     "jest-circus": "^29.7.0",
 | |
|     "js-yaml": "^4.1.0",
 | |
|     "prettier": "^3.3.3",
 | |
|     "ts-jest": "^29.2.5",
 | |
|     "typescript": "^5.6.3"
 | |
|   }
 | |
| }
 |