Bump version to 2.33.0

This commit is contained in:
Shivam Mathur 2025-04-13 00:13:54 +05:30
parent 78e1c95060
commit b7bd9e4655
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A
3 changed files with 795 additions and 160 deletions

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

927
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "setup-php",
"version": "2.32.0",
"version": "2.33.0",
"private": false,
"description": "Setup PHP for use with GitHub Actions",
"main": "lib/install.js",
@ -40,26 +40,26 @@
"compare-versions": "^6.1.1"
},
"devDependencies": {
"@eslint/compat": "^1.2.7",
"@eslint/js": "9.22.0",
"@eslint/compat": "^1.2.8",
"@eslint/js": "9.24.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.10",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"@types/node": "^22.14.1",
"@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.29.1",
"@vercel/ncc": "^0.38.3",
"eslint": "9.22.0",
"eslint-config-prettier": "^10.1.1",
"eslint": "9.24.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-prettier": "^5.2.6",
"globals": "^16.0.0",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"nock": "^14.0.1",
"nock": "^14.0.3",
"prettier": "^3.5.3",
"simple-git-hooks": "^2.11.1",
"ts-jest": "^29.2.6",
"typescript": "^5.8.2"
"simple-git-hooks": "^2.12.1",
"ts-jest": "^29.3.1",
"typescript": "^5.8.3"
},
"bugs": {
"url": "https://github.com/shivammathur/setup-php/issues"