mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-10-31 15:26:23 +07:00 
			
		
		
		
	Bump version to 2.10.0
Update dependencies Fix eslint config
This commit is contained in:
		| @ -10,7 +10,7 @@ | ||||
|     "plugin:import/warnings", | ||||
|     "plugin:import/typescript", | ||||
|     "plugin:prettier/recommended", | ||||
|     "prettier/@typescript-eslint" | ||||
|     "prettier" | ||||
|   ], | ||||
|   "plugins": ["@typescript-eslint", "jest"] | ||||
| } | ||||
							
								
								
									
										3854
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3854
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										10081
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										10081
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										26
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										26
									
								
								package.json
									
									
									
									
									
								
							| @ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "setup-php", | ||||
|   "version": "2.9.0", | ||||
|   "version": "2.10.0", | ||||
|   "private": false, | ||||
|   "description": "Setup PHP for use with GitHub Actions", | ||||
|   "main": "dist/index.js", | ||||
| @ -30,22 +30,22 @@ | ||||
|     "fs": "0.0.1-security" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@types/jest": "^26.0.19", | ||||
|     "@types/node": "^14.14.14", | ||||
|     "@typescript-eslint/eslint-plugin": "^4.10.0", | ||||
|     "@typescript-eslint/parser": "^4.10.0", | ||||
|     "@zeit/ncc": "^0.22.3", | ||||
|     "eslint": "^7.16.0", | ||||
|     "eslint-config-prettier": "^7.1.0", | ||||
|     "@types/jest": "^26.0.20", | ||||
|     "@types/node": "^14.14.31", | ||||
|     "@typescript-eslint/eslint-plugin": "^4.15.1", | ||||
|     "@typescript-eslint/parser": "^4.15.1", | ||||
|     "@vercel/ncc": "^0.27.0", | ||||
|     "eslint": "^7.20.0", | ||||
|     "eslint-config-prettier": "^8.0.0", | ||||
|     "eslint-plugin-import": "^2.22.1", | ||||
|     "eslint-plugin-jest": "^24.1.3", | ||||
|     "eslint-plugin-prettier": "^3.3.0", | ||||
|     "husky": "^4.3.6", | ||||
|     "eslint-plugin-jest": "^24.1.5", | ||||
|     "eslint-plugin-prettier": "^3.3.1", | ||||
|     "husky": "^5.1.0", | ||||
|     "jest": "^26.6.3", | ||||
|     "jest-circus": "^26.6.3", | ||||
|     "prettier": "^2.2.1", | ||||
|     "ts-jest": "^26.4.4", | ||||
|     "typescript": "^4.1.3" | ||||
|     "ts-jest": "^26.5.1", | ||||
|     "typescript": "^4.1.5" | ||||
|   }, | ||||
|   "husky": { | ||||
|     "skipCI": true, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shivam Mathur
					Shivam Mathur