Compare commits

...

12 Commits

Author SHA1 Message Date
Nick Alteen
79ac0da13e Merge pull request #261 from actions/dist
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
Check Transpiled JavaScript / Check dist/ (push) Has been cancelled
Continuous Integration / JavaScript Tests (push) Has been cancelled
Continuous Integration / GitHub Actions Test (push) Has been cancelled
Lint Codebase / Lint Codebase (push) Has been cancelled
Rebuild Dist
2026-02-18 16:07:59 -05:00
Nick Alteen
64ec3eae3d Rebuild dist 2026-02-18 16:06:58 -05:00
Nick Alteen
a74658c0d6 Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/lodash-4.17.23' 2026-02-18 16:06:26 -05:00
Nick Alteen
34c6346075 Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/eslint/compat-2.0.1' 2026-02-18 16:06:19 -05:00
Nick Alteen
916bf8105b Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/actions/github-7.0.0' 2026-02-18 16:06:17 -05:00
Nick Alteen
545ac75832 Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/actions/core-2.0.2' 2026-02-18 16:05:41 -05:00
Nick Alteen
adf0d7e307 Merge pull request #260 from actions/dependabot/npm_and_yarn/npm-development-015e2f7140
Bump the npm-development group across 1 directory with 4 updates
2026-02-18 15:59:43 -05:00
dependabot[bot]
100138d541 Bump the npm-development group across 1 directory with 4 updates
Bumps the npm-development group with 4 updates in the / directory: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest), [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier), [prettier](https://github.com/prettier/prettier) and [rollup](https://github.com/rollup/rollup).


Updates `eslint-plugin-jest` from 29.12.1 to 29.13.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v29.12.1...v29.13.0)

Updates `eslint-plugin-prettier` from 5.5.4 to 5.5.5
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.4...v5.5.5)

Updates `prettier` from 3.7.4 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.7.4...3.8.1)

Updates `rollup` from 4.55.1 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.55.1...v4.57.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-version: 29.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: rollup
  dependency-version: 4.57.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-09 17:38:02 +00:00
dependabot[bot]
45618cd433 Bump lodash from 4.17.21 to 4.17.23
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-22 00:20:00 +00:00
dependabot[bot]
c6e8c80dfa Bump @eslint/compat from 1.4.0 to 2.0.1
Bumps [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) from 1.4.0 to 2.0.1.
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.1/packages/compat)

---
updated-dependencies:
- dependency-name: "@eslint/compat"
  dependency-version: 2.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-19 17:23:20 +00:00
dependabot[bot]
f5ec697b05 Bump @actions/github from 6.0.1 to 7.0.0
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 6.0.1 to 7.0.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)

---
updated-dependencies:
- dependency-name: "@actions/github"
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-12 22:56:20 +00:00
dependabot[bot]
93a05ecb46 Bump @actions/core from 1.11.1 to 2.0.2
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.11.1 to 2.0.2.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-12 22:56:11 +00:00
3 changed files with 1772 additions and 613 deletions

1685
dist/index.js generated vendored

File diff suppressed because it is too large Load Diff

686
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -38,24 +38,24 @@
},
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.1"
"@actions/core": "^2.0.2",
"@actions/github": "^7.0.0"
},
"devDependencies": {
"@eslint/compat": "^1.4.0",
"@eslint/compat": "^2.0.1",
"@jest/globals": "^30.2.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.12.1",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-jest": "^29.13.0",
"eslint-plugin-prettier": "^5.5.5",
"jest": "^30.2.0",
"make-coverage-badge": "^1.2.0",
"prettier": "^3.7.4",
"prettier": "^3.8.1",
"prettier-eslint": "^16.4.2",
"rollup": "^4.55.1"
"rollup": "^4.57.1"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "*"