mise-action/package.json
mise-en-dev 156251fcc6
chore: release v3.3.0 (#284)
---
## [3.3.0](https://github.com/jdx/mise-action/compare/v3.2.0..v3.3.0) -
2025-10-03

### 🚀 Features

- use self-update to modify version if mise is already installed (#277)
by [@ImpSy](https://github.com/ImpSy) in
[#277](https://github.com/jdx/mise-action/pull/277)

### 🐛 Bug Fixes

- **(cache)** replace `,` in `MISE_ENV` with `-` (#278) by
[@risu729](https://github.com/risu729) in
[#278](https://github.com/jdx/mise-action/pull/278)
- correct Renovate allowedPostUpgradeCommands configuration by
[@jdx](https://github.com/jdx) in
[4313941](43139419dc)

### ⚙️ Miscellaneous Tasks

- **(config)** migrate renovate config (#263) by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#263](https://github.com/jdx/mise-action/pull/263)
- updated deps by [@jdx](https://github.com/jdx) in
[5795893](5795893ace)

### New Contributors

* @ImpSy made their first contribution in
[#277](https://github.com/jdx/mise-action/pull/277)

<!-- generated by git-cliff -->
2025-10-03 11:56:33 +00:00

54 lines
1.4 KiB
JSON

{
"name": "mise-action",
"description": "mise tool setup action",
"version": "3.3.0",
"author": "jdx",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/jdx/mise-action.git"
},
"keywords": [
"actions",
"mise",
"setup"
],
"exports": {
".": "./dist/index.js"
},
"scripts": {
"all": "npm run format:write && npm run lint && npm run package",
"bundle": "npm run format:write && npm run package",
"format:check": "prettier --check **/*.ts",
"format:write": "prettier --write **/*.ts",
"lint": "npx eslint . && npm run format:check",
"package": "ncc build -s src/index.ts --license licenses.txt",
"package:watch": "npm run package -- --watch",
"version": "./scripts/version.sh",
"prepare": "husky"
},
"license": "MIT",
"dependencies": {
"@actions/cache": "^4.0.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.5.0",
"@types/handlebars": "^4.0.40",
"handlebars": "^4.7.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^24",
"@vercel/ncc": "^0.38.3",
"eslint": "^9.15.0",
"globals": "^16.0.0",
"husky": "^9.1.7",
"jest": "^30",
"js-yaml": "^4.1.0",
"prettier": "^3.4.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0"
}
}