Skip to content

Commit 5a3c2af

Browse files
Copilotflaxel
andauthored
Bump all dependencies to latest versions (#392)
* Initial plan * Bump all dependencies and adapt code for ESM-only @actions/* packages Dependencies bumped: - @actions/core: ^1.10.0 → ^3.0.0 - @actions/exec: ^1.1.1 → ^3.0.0 - @actions/github: ^6.0.1 → ^9.0.0 - @babel/parser: ^7.28.4 → ^7.29.0 - @eslint/js: ^9.39.0 → ^10.0.1 - @octokit/openapi-types: ^26.0.0 → ^27.0.0 - @types/node: ^24.9.2 → ^25.4.0 - eslint: ^9.39.0 → ^10.0.3 - js-yaml: ^4.1.0 → ^4.1.1 - prettier: 3.6.2 → 3.8.1 - typescript-eslint: ^8.46.2 → ^8.57.0 - vitest: ^4.0.6 → ^4.0.18 Code changes: - Update import of ExecOptions from @actions/exec (v3 exports map) - Replace InstanceType<typeof GitHub> with ReturnType<typeof getOctokit> - Update test mocks to use vi.mock for ESM-only packages - Update tsconfig moduleResolution to Bundler for ESM support - Add .npmrc for pnpm @octokit/* type hoisting Co-authored-by: flaxel <19373153+flaxel@users.noreply.github.com> * Address code review: remove redundant mock default in test Co-authored-by: flaxel <19373153+flaxel@users.noreply.github.com> * Add copilot[bot] to CLA allowlist Co-authored-by: flaxel <19373153+flaxel@users.noreply.github.com> * Fix CLA allowlist: escape brackets in copilot[bot] for minimatch Co-authored-by: flaxel <19373153+flaxel@users.noreply.github.com> * Fix CLA allowlist: use correct bot login (Copilot) and wildcard (copilot*) Co-authored-by: flaxel <19373153+flaxel@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: flaxel <19373153+flaxel@users.noreply.github.com>
1 parent b6d2d59 commit 5a3c2af

File tree

11 files changed

+30920
-48944
lines changed

11 files changed

+30920
-48944
lines changed

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
path-to-document: "https://github.com/Staffbase/autodev-action/blob/main/CLA.md"
2525
# branch should not be protected
2626
branch: "signatures"
27-
allowlist: 0x46616c6b,axdotl,flaxel,kaitimmer,ricoberger,staffbase-robert,bot*
27+
allowlist: 0x46616c6b,axdotl,flaxel,kaitimmer,ricoberger,staffbase-robert,bot*,Copilot,copilot*

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
public-hoist-pattern[]=@octokit/*

dist/index.js

Lines changed: 30414 additions & 48164 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/licenses.txt

Lines changed: 43 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@
2525
"author": "Staffbase SE",
2626
"license": "Apache-2.0",
2727
"dependencies": {
28-
"@actions/core": "^1.10.0"
28+
"@actions/core": "^3.0.0"
2929
},
3030
"devDependencies": {
31-
"@actions/exec": "^1.1.1",
32-
"@actions/github": "^6.0.1",
33-
"@babel/parser": "^7.28.4",
34-
"@eslint/js": "^9.39.0",
35-
"@octokit/openapi-types": "^26.0.0",
36-
"@types/node": "^24.9.2",
31+
"@actions/exec": "^3.0.0",
32+
"@actions/github": "^9.0.0",
33+
"@babel/parser": "^7.29.0",
34+
"@eslint/js": "^10.0.1",
35+
"@octokit/openapi-types": "^27.0.0",
36+
"@types/node": "^25.4.0",
3737
"@vercel/ncc": "^0.38.4",
38-
"eslint": "^9.39.0",
38+
"eslint": "^10.0.3",
3939
"eslint-plugin-simple-import-sort": "^12.1.1",
40-
"js-yaml": "^4.1.0",
41-
"prettier": "3.6.2",
40+
"js-yaml": "^4.1.1",
41+
"prettier": "3.8.1",
4242
"typescript": "^5.9.3",
43-
"typescript-eslint": "^8.46.2",
44-
"vitest": "^4.0.6"
43+
"typescript-eslint": "^8.57.0",
44+
"vitest": "^4.0.18"
4545
},
4646
"packageManager": "pnpm@9.14.4"
4747
}

0 commit comments

Comments
 (0)