dependabot[bot]
5a61de79c6
build(deps-dev): Bump @biomejs/biome from 2.4.6 to 2.4.7 ( #1666 )
...
Test / test (push) Has been cancelled
* build(deps-dev): Bump @biomejs/biome from 2.4.6 to 2.4.7
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome ) from 2.4.6 to 2.4.7.
- [Release notes](https://github.com/biomejs/biome/releases )
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md )
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.7/packages/@biomejs/biome )
---
updated-dependencies:
- dependency-name: "@biomejs/biome"
dependency-version: 2.4.7
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* ๐ง Update config
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: marocchino <marocchino@users.noreply.github.com>
2026-03-14 09:15:02 +09:00
Ross Williams
7cb1e16d25
Add number_force that overrides pull_request number ( #1652 )
...
Test / test (push) Waiting to run
* Add number_force that overrides pull_request event
* Add number_force input and tests for PR #1652
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
* Delete pullRequestNumber.test.ts; simplify config.test.ts
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
* Rewrite config.test.ts to test real src/config.ts code, not a mock of it
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
2026-03-13 21:46:05 +09:00
Copilot
14d4f1e429
Move validateExclusiveModes before getBody for fail-fast validation ( #1663 )
...
* Initial plan
* feat: refactor option validation to list-based approach and add delete+hide_and_recreate check
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
* feat: add only_update to exclusive modes validation list
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
* refactor: extract validation logic into src/validate.ts
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
* refactor: move validateExclusiveModes before getBody in run()
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
* test: assert getBody is not called when validateExclusiveModes fails
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
2026-03-13 21:05:41 +09:00
marocchino
70d2764d1a
๐ฆ ๏ธ Build
2026-03-13 20:36:51 +09:00
marocchino
308b2fd250
Don't create a comment with hide: true ( #1661 )
2026-03-13 20:35:57 +09:00
Copilot
3bbec31446
Add comprehensive tests for main.ts covering all branches ( #1660 )
...
Test / test (push) Waiting to run
* Initial plan
* test: add comprehensive tests for main.ts covering all branches
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
2026-03-13 20:04:30 +09:00
marocchino
aaf617804e
๐ Version bump ( #1658 )
...
* Fix failed ncc build (#1657 )
* Initial plan
* Replace @vercel/ncc with esbuild to support @actions/core@3.0.0 (ESM-only)
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
* ๐ฆ ๏ธ Build
* Replace esbuild with rimraf + rollup for packaging
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
* Remove rollup.config.js build artifact from git tracking
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
* Remove yarn, switch to npm
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
Co-authored-by: marocchino <marocchino@users.noreply.github.com>
* ๐ Version bump
* ๐ Update condition
* ๐ง Update tsconfig
* Fix ERR_PACKAGE_PATH_NOT_EXPORTED with Node.js v24 and ESM-only @actions packages (#1659 )
* Initial plan
* Initial plan for fixing ESM-only @actions packages build failure
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
* Fix build failure: update tsconfig and rollup config for ESM-only @actions packages
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
---------
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
2026-03-13 19:20:21 +09:00
marocchino
7d67ef6450
๐ท Use pull_request
2026-03-13 18:35:49 +09:00
marocchino
1ed3d7b4f6
โฌ๏ธ Update deps
2026-03-13 17:48:23 +09:00
dependabot[bot]
46a16ecf77
build(deps-dev): Bump @types/node from 24.5.2 to 25.0.3 ( #1646 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 24.5.2 to 25.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 25.0.3
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-13 17:42:49 +09:00
dependabot[bot]
0a36b9e3ab
build(deps): Bump @actions/core from 1.11.1 to 2.0.2 ( #1649 )
...
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-13 17:42:25 +09:00
dependabot[bot]
74297c9ad0
build(deps-dev): Bump @vercel/ncc from 0.38.3 to 0.38.4 ( #1592 )
...
Bumps [@vercel/ncc](https://github.com/vercel/ncc ) from 0.38.3 to 0.38.4.
- [Release notes](https://github.com/vercel/ncc/releases )
- [Commits](https://github.com/vercel/ncc/compare/0.38.3...0.38.4 )
---
updated-dependencies:
- dependency-name: "@vercel/ncc"
dependency-version: 0.38.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: marocchino <marocchino@users.noreply.github.com>
2026-03-13 17:39:30 +09:00
marocchino
e736d73b55
๐ฆ ๏ธ Build
2026-03-13 17:37:25 +09:00
marocchino
ecb5c322b8
โฌ๏ธ Update deps
2026-03-13 17:36:50 +09:00
marocchino
6e3b4dcfc3
Merge pull request #1634 from marocchino/dependabot/npm_and_yarn/octokit/graphql-schema-15.26.1
...
build(deps): Bump @octokit/graphql-schema from 15.26.0 to 15.26.1
2026-03-13 17:32:55 +09:00
marocchino
869d8bfa0b
Merge pull request #1648 from marocchino/dependabot/npm_and_yarn/biomejs/biome-2.3.11
...
build(deps-dev): Bump @biomejs/biome from 2.3.4 to 2.3.11
2026-03-13 17:32:34 +09:00
marocchino
d4ec34de6f
Merge pull request #1656 from marocchino/dependabot/npm_and_yarn/rollup-4.59.0
...
build(deps): Bump rollup from 4.50.1 to 4.59.0
2026-03-13 17:32:07 +09:00
marocchino
ed9c7f7d15
๐ง Update config
2026-03-13 17:31:37 +09:00
marocchino
aa129a80e9
Merge pull request #1650 from marocchino/dependabot/npm_and_yarn/actions/github-7.0.0
...
build(deps): Bump @actions/github from 6.0.1 to 7.0.0
2026-03-13 17:29:23 +09:00
marocchino
bcb5bab992
Merge pull request #1655 from marocchino/dependabot/npm_and_yarn/minimatch-3.1.5
...
build(deps): Bump minimatch from 3.1.2 to 3.1.5
2026-03-13 17:28:48 +09:00
dependabot[bot]
de6c8fb819
build(deps): Bump rollup from 4.50.1 to 4.59.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.50.1 to 4.59.0.
- [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.50.1...v4.59.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.59.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-13 03:44:15 +00:00
dependabot[bot]
7c046cebd4
build(deps): Bump minimatch from 3.1.2 to 3.1.5
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.1.2 to 3.1.5.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-version: 3.1.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-13 03:44:15 +00:00
marocchino
04962804e3
Merge pull request #1645 from marocchino/dependabot/npm_and_yarn/vitest-4.0.16
...
build(deps-dev): Bump vitest from 3.2.4 to 4.0.16
2026-03-13 12:42:52 +09:00
marocchino
447031a6bb
๐ฆ ๏ธ Build
2026-03-13 12:36:54 +09:00
marocchino
43666c8feb
Merge pull request #1654 from marocchino/copilot/update-node-version-to-24
...
Upgrade action runtime to Node 24, bump major version to v3
2026-03-13 12:36:12 +09:00
copilot-swe-agent[bot]
110692e9e5
Update README.md: replace all @v2 references with @v3
...
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
2026-03-13 03:30:25 +00:00
copilot-swe-agent[bot]
02d678b165
Upgrade to Node 24 and bump major version to 3.0.0
...
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
2026-03-13 03:26:49 +00:00
copilot-swe-agent[bot]
05fffd2a36
Initial plan
2026-03-13 03:24:18 +00:00
marocchino
a8dcf295dd
Merge pull request #1631 from marocchino/dependabot/github_actions/actions/checkout-6
...
Test / test (push) Waiting to run
build(deps): Bump actions/checkout from 5 to 6
2026-03-12 19:04:33 +09:00
dependabot[bot]
4c4065e211
build(deps): 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-08 20:02:52 +00:00
dependabot[bot]
acde17190f
build(deps-dev): Bump @biomejs/biome from 2.3.4 to 2.3.11
...
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome ) from 2.3.4 to 2.3.11.
- [Release notes](https://github.com/biomejs/biome/releases )
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md )
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.3.11/packages/@biomejs/biome )
---
updated-dependencies:
- dependency-name: "@biomejs/biome"
dependency-version: 2.3.11
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-05 20:01:14 +00:00
dependabot[bot]
21f2a8ba6f
build(deps-dev): Bump vitest from 3.2.4 to 4.0.16
...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 3.2.4 to 4.0.16.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.16/packages/vitest )
---
updated-dependencies:
- dependency-name: vitest
dependency-version: 4.0.16
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-16 20:01:18 +00:00
dependabot[bot]
a6ff43e61e
build(deps): Bump @octokit/graphql-schema from 15.26.0 to 15.26.1
...
Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema ) from 15.26.0 to 15.26.1.
- [Release notes](https://github.com/octokit/graphql-schema/releases )
- [Commits](https://github.com/octokit/graphql-schema/compare/v15.26.0...v15.26.1 )
---
updated-dependencies:
- dependency-name: "@octokit/graphql-schema"
dependency-version: 15.26.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 20:18:53 +00:00
dependabot[bot]
65d04adab2
build(deps): Bump actions/checkout from 5 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-20 20:04:54 +00:00
marocchino
5060d4700a
Merge pull request #1622 from marocchino/dependabot/npm_and_yarn/biomejs/biome-2.3.4
...
build(deps-dev): Bump @biomejs/biome from 2.2.4 to 2.3.4
2025-11-11 18:41:34 +09:00
dependabot[bot]
6c08a17c18
build(deps-dev): Bump @biomejs/biome from 2.2.4 to 2.3.4
...
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome ) from 2.2.4 to 2.3.4.
- [Release notes](https://github.com/biomejs/biome/releases )
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md )
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.3.4/packages/@biomejs/biome )
---
updated-dependencies:
- dependency-name: "@biomejs/biome"
dependency-version: 2.3.4
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-05 20:01:28 +00:00
marocchino
fd19551a2a
Merge pull request #1585 from marocchino/dependabot/npm_and_yarn/vite-7.1.5
...
build(deps): Bump vite from 6.3.5 to 7.1.5
2025-09-21 15:21:37 +09:00
marocchino
62c9bf942d
Merge pull request #1591 from marocchino/dependabot/npm_and_yarn/types/node-24.5.2
...
build(deps-dev): Bump @types/node from 24.3.0 to 24.5.2
2025-09-21 15:21:16 +09:00
dependabot[bot]
8719b0fae6
build(deps-dev): Bump @types/node from 24.3.0 to 24.5.2
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 24.3.0 to 24.5.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 24.5.2
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-18 20:01:27 +00:00
marocchino
a071bc9e79
Merge pull request #1586 from marocchino/dependabot/npm_and_yarn/biomejs/biome-2.2.4
...
build(deps-dev): Bump @biomejs/biome from 2.2.2 to 2.2.4
2025-09-11 12:11:59 +09:00
dependabot[bot]
f1e6f4c9d1
build(deps-dev): Bump @biomejs/biome from 2.2.2 to 2.2.4
...
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome ) from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/biomejs/biome/releases )
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md )
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.2.4/packages/@biomejs/biome )
---
updated-dependencies:
- dependency-name: "@biomejs/biome"
dependency-version: 2.2.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-10 20:01:31 +00:00
dependabot[bot]
1f1faa9bfb
build(deps): Bump vite from 6.3.5 to 7.1.5
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.3.5 to 7.1.5.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.1.5/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.1.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-10 02:00:42 +00:00
marocchino
11dd26c196
Merge pull request #1582 from marocchino/dependabot/npm_and_yarn/biomejs/biome-2.2.2
...
build(deps-dev): Bump @biomejs/biome from 2.2.0 to 2.2.2
2025-08-29 15:58:09 +09:00
dependabot[bot]
7ea52a04ba
build(deps-dev): Bump @biomejs/biome from 2.2.0 to 2.2.2
...
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome ) from 2.2.0 to 2.2.2.
- [Release notes](https://github.com/biomejs/biome/releases )
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md )
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.2.2/packages/@biomejs/biome )
---
updated-dependencies:
- dependency-name: "@biomejs/biome"
dependency-version: 2.2.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-26 11:28:44 +00:00
marocchino
9c40848920
Merge pull request #1581 from marocchino/dependabot/npm_and_yarn/types/node-24.3.0
...
build(deps-dev): Bump @types/node from 24.2.1 to 24.3.0
2025-08-17 11:53:46 +09:00
dependabot[bot]
b75bcb3b4d
build(deps-dev): Bump @types/node from 24.2.1 to 24.3.0
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 24.2.1 to 24.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 24.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-15 20:48:09 +00:00
marocchino
8ac02941f2
Merge pull request #1580 from marocchino/dependabot/npm_and_yarn/biomejs/biome-2.2.0
...
build(deps-dev): Bump @biomejs/biome from 2.1.4 to 2.2.0
2025-08-15 12:56:21 +09:00
dependabot[bot]
862829ff7f
build(deps-dev): Bump @biomejs/biome from 2.1.4 to 2.2.0
...
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome ) from 2.1.4 to 2.2.0.
- [Release notes](https://github.com/biomejs/biome/releases )
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md )
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.2.0/packages/@biomejs/biome )
---
updated-dependencies:
- dependency-name: "@biomejs/biome"
dependency-version: 2.2.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-14 20:40:28 +00:00
marocchino
6b2e3507a7
Merge pull request #1576 from marocchino/dependabot/github_actions/actions/checkout-5
...
build(deps): Bump actions/checkout from 4 to 5
2025-08-14 16:56:06 +09:00
dependabot[bot]
8512a4c98b
build(deps): Bump actions/checkout from 4 to 5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 04:54:18 +00:00