Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Bun への移行 #1311

Merged
merged 14 commits into from
Mar 5, 2024
Merged

feat: Bun への移行 #1311

merged 14 commits into from
Mar 5, 2024

Conversation

MikuroXina
Copy link
Collaborator

@MikuroXina MikuroXina commented Mar 5, 2024

close #1280.

Type of Change:

ランタイムの変更

Details of implementation (実施内容)

  • package.json の記述を pnpm から bun へ移行しました.
  • @types/node@types/bun で置き換えました.
  • Dockerfile のエントリポイントを Bun に変更しました.
  • GitHub Actions の実行を Bun に変更しました.

ToDo after merged (マージ後の実施項目)

@github-actions github-actions bot added T-@oreorebot2/common Type: OreOreBot2 Common (packages/common) T-@oreorebot2/bot Type: OreOreBot2 Bot (packages/bot) T-@oreorebot2/docs Type: OreOreBot2 Docs (packages/docs) labels Mar 5, 2024
Copy link
Contributor

github-actions bot commented Mar 5, 2024

Hadolint: success


Copy link

cloudflare-workers-and-pages bot commented Mar 5, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 190c2b8
Status:🚫  Build failed.

View logs

@github-actions github-actions bot added the C-GitHub Actions Category: GitHub Actions label Mar 5, 2024
Copy link
Contributor

github-actions bot commented Mar 5, 2024

Hadolint: success


Copy link

codecov bot commented Mar 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.97%. Comparing base (0502daa) to head (190c2b8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1311   +/-   ##
=======================================
  Coverage   58.97%   58.97%           
=======================================
  Files         112      112           
  Lines        7322     7322           
  Branches      530      530           
=======================================
  Hits         4318     4318           
  Misses       2475     2475           
  Partials      529      529           
Flag Coverage Δ
unittests 58.97% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MikuroXina MikuroXina self-assigned this Mar 5, 2024
@MikuroXina MikuroXina requested a review from m1sk9 March 5, 2024 04:38
@MikuroXina MikuroXina marked this pull request as ready for review March 5, 2024 04:39
@MikuroXina MikuroXina marked this pull request as draft March 5, 2024 05:13
Copy link
Contributor

github-actions bot commented Mar 5, 2024

Hadolint: success


Copy link
Contributor

github-actions bot commented Mar 5, 2024

Hadolint: success


Copy link
Contributor

github-actions bot commented Mar 5, 2024

Hadolint: success


@MikuroXina MikuroXina marked this pull request as ready for review March 5, 2024 07:10
Copy link
Contributor

github-actions bot commented Mar 5, 2024

Hadolint: success


.github/renovate.json Outdated Show resolved Hide resolved
packages/bot/README.md Outdated Show resolved Hide resolved
Copy link
Contributor

github-actions bot commented Mar 5, 2024

Hadolint: success


m1sk9
m1sk9 previously approved these changes Mar 5, 2024
Copy link
Contributor

github-actions bot commented Mar 5, 2024

Hadolint: success


@MikuroXina MikuroXina requested a review from m1sk9 March 5, 2024 07:34
@MikuroXina MikuroXina merged commit 65b943e into main Mar 5, 2024
16 of 17 checks passed
@MikuroXina MikuroXina deleted the bun branch March 5, 2024 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-GitHub Actions Category: GitHub Actions T-@oreorebot2/bot Type: OreOreBot2 Bot (packages/bot) T-@oreorebot2/common Type: OreOreBot2 Common (packages/common) T-@oreorebot2/docs Type: OreOreBot2 Docs (packages/docs)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bun への移行
2 participants