Merge pull request #1074 from actions/dependabot/npm_and_yarn/npm-development-fc4d882c9b

Bump the npm-development group across 1 directory with 14 updates
This commit is contained in:
Nick Alteen
2025-07-01 13:30:54 -04:00
committed by GitHub
6 changed files with 1438 additions and 667 deletions

View File

@@ -138,7 +138,6 @@ So, what are you waiting for? Go ahead and start customizing your action!
to a repository.
The `local-action` utility can be run in the following ways:
- Visual Studio Code Debugger
Make sure to review and, if needed, update

993
dist/index.js generated vendored

File diff suppressed because it is too large Load Diff

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

1082
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -40,28 +40,28 @@
"@actions/core": "^1.11.1"
},
"devDependencies": {
"@eslint/compat": "^1.2.9",
"@eslint/compat": "^1.3.1",
"@github/local-action": "^3.2.1",
"@jest/globals": "^30.0.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@jest/globals": "^30.0.3",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.1",
"@rollup/plugin-typescript": "^12.1.3",
"@types/jest": "^29.5.14",
"@types/node": "^20.19.0",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@types/node": "^20.19.1",
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.32.1",
"eslint": "^9.28.0",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"eslint-import-resolver-typescript": "^4.4.3",
"eslint-plugin-import": "^2.31.0",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^28.13.0",
"eslint-plugin-prettier": "^5.4.1",
"eslint-plugin-prettier": "^5.5.1",
"jest": "^29.7.0",
"make-coverage-badge": "^1.2.0",
"prettier": "^3.5.3",
"prettier": "^3.6.2",
"prettier-eslint": "^16.4.2",
"rollup": "^4.42.0",
"ts-jest": "^29.3.4",
"rollup": "^4.44.1",
"ts-jest": "^29.4.0",
"ts-jest-resolver": "^2.0.1",
"typescript": "^5.8.3"
},

View File

@@ -6,6 +6,7 @@
"declarationMap": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"lib": ["ES2022"],
"module": "NodeNext",
"moduleResolution": "NodeNext",