mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2026-05-31 00:12:03 +08:00
Bumps the misc group with 2 updates in the / directory: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [eslint](https://github.com/eslint/eslint). Updates `typescript-eslint` from 8.16.0 to 8.17.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.17.0/packages/typescript-eslint) Updates `eslint` from 9.15.0 to 9.16.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.15.0...v9.16.0) --- updated-dependencies: - dependency-name: typescript-eslint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: misc - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: misc ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"name": "@jamesives/github-pages-deploy-action",
|
|
"description": "GitHub action for building a project and deploying it to GitHub pages.",
|
|
"author": "James Ives <iam@jamesiv.es> (https://jamesiv.es)",
|
|
"version": "4.7.1",
|
|
"license": "MIT",
|
|
"main": "lib/lib.js",
|
|
"types": "lib/lib.d.ts",
|
|
"scripts": {
|
|
"build": "rimraf lib && tsc --declaration",
|
|
"test": "jest",
|
|
"lint": "eslint --fix .",
|
|
"lint:check": "eslint .",
|
|
"lint:format": "prettier --write .",
|
|
"lint:format:check": "prettier --check ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/JamesIves/github-pages-deploy-action.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/JamesIves/github-pages-deploy-action/issues"
|
|
},
|
|
"homepage": "https://github.com/JamesIves/github-pages-deploy-action",
|
|
"keywords": [
|
|
"actions",
|
|
"node",
|
|
"setup",
|
|
"build",
|
|
"deploy",
|
|
"gh-pages",
|
|
"pages",
|
|
"github",
|
|
"deploy",
|
|
"deployment"
|
|
],
|
|
"dependencies": {
|
|
"@actions/core": "1.11.1",
|
|
"@actions/exec": "1.1.1",
|
|
"@actions/github": "6.0.0",
|
|
"@actions/io": "1.1.3",
|
|
"@eslint/js": "^9.0.0",
|
|
"typescript-eslint": "^8.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "29.5.14",
|
|
"@types/node": "22.10.1",
|
|
"@typescript-eslint/eslint-plugin": "8.16.0",
|
|
"@typescript-eslint/parser": "8.16.0",
|
|
"eslint": "9.16.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-jest": "28.9.0",
|
|
"eslint-plugin-prettier": "5.2.1",
|
|
"jest": "29.7.0",
|
|
"jest-circus": "29.7.0",
|
|
"prettier": "3.4.1",
|
|
"rimraf": "6.0.1",
|
|
"ts-jest": "29.2.5",
|
|
"typescript": "5.7.2"
|
|
}
|
|
}
|