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: bump minor version #326

Merged
merged 1 commit into from Mar 18, 2021
Merged

feat: bump minor version #326

merged 1 commit into from Mar 18, 2021

Conversation

- [use\-debounce@v6.0](https://github.com/xnimorz/use-debounce/releases/tag/6.0) removed callback field, instead of this useDebouncedCallback and useThrottledCallback returns a callable function [make return result callable, get rid of useCallbacks · xnimorz/use\-debounce@045f960](xnimorz/use-debounce@045f960)
- https://github.com/prisma/prisma/releases/tag/2.17.0 [feat\(client\): improve transaction arg type by williamluke4 · Pull Request \#5558 · prisma/prisma](prisma/prisma#5558)
- https://github.com/prisma/prisma/releases/tag/2.19.0 [Hassle\-Free Database Migrations with Prisma Migrate](https://www.prisma.io/blog/prisma-migrate-ga-b5eno5g08d0b)
- https://github.com/kleydon/prisma-session-store/releases/tag/v3.0.0 [expires \-> expiresAt; min express\-session and prisma versions by kleydon · Pull Request \#36 · kleydon/prisma\-session\-store](kleydon/prisma-session-store#36)
- ["prettier/@typescript-eslint" has been merged into "prettier" in eslint-config-prettier 8.0.0.](https://github.com/prettier/eslint-config-prettier/blob/v8.1.0/CHANGELOG.md#version-800-2021-02-21) [One config to rule them all by lydell · Pull Request \#175 · prettier/eslint\-config\-prettier](prettier/eslint-config-prettier#175)
- [ts-jest@v26.5.3](https://github.com/kulshekhar/ts-jest/blob/v26.5.4/CHANGELOG.md#2653-2021-03-03) [fix: remove \`@types/jest\` from direct dep by ahnpnl · Pull Request \#2416 · kulshekhar/ts\-jest](kulshekhar/ts-jest#2416)
@kou029w kou029w requested a review from knokmki612 March 18, 2021 06:17
@kou029w kou029w added this to OSS Releases in CHiBi-CHiLO via automation Mar 18, 2021
@vercel
Copy link

vercel bot commented Mar 18, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/ties-makimura/chibi-ch-i-lo/BcmKpTtLyW6Cn6STGHRkixJrGy8Z
✅ Preview: https://chibi-ch-i-lo-git-chore-bump-version-ties-makimura.vercel.app

@knokmki612
Copy link

knokmki612 commented Mar 18, 2021

#49 (comment) を思い出したので #327 のissueに残しました!

今回はコードの変更も必要なアップデートもあるようなので、Renovateではカバーできない部分も作業されていることになるでしょうか

).callback;
);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

嬉しい変更だなとおもいました 👍

@kou029w
Copy link
Author

kou029w commented Mar 18, 2021

今回はコードの変更も必要なアップデートもあるようなので、Renovateではカバーできない部分も作業されていることになるでしょうか

はい。

Copy link

@knokmki612 knokmki612 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

以下をやりました!

  • 共有いただいたリリースノートのリンクをみて、それと対応する差分を確認した
  • 差分から変更のあるパッケージのリリースノートをみにいこうとした(目についたものはdescriptionにすでに共有いただいていた)
  • docker-compose up -d db moodle; yarn; yarn --cwd server migrate; yarn build; yarn start で起動とちびチロが動作することを確認した

@kou029w
Copy link
Author

kou029w commented Mar 18, 2021

@knokmki612 確認ありがとうございます! 感謝 👍

@kou029w kou029w merged commit 4fe9091 into master Mar 18, 2021
CHiBi-CHiLO automation moved this from OSS Releases to Done Mar 18, 2021
@kou029w kou029w deleted the chore-bump-version branch March 18, 2021 07:19
ties-makimura pushed a commit to LTRP-SOC5-OU/ViLOG that referenced this pull request Mar 3, 2022
- [use\-debounce@v6.0](https://github.com/xnimorz/use-debounce/releases/tag/6.0) removed callback field, instead of this useDebouncedCallback and useThrottledCallback returns a callable function [make return result callable, get rid of useCallbacks · xnimorz/use\-debounce@045f960](xnimorz/use-debounce@045f960)
- https://github.com/prisma/prisma/releases/tag/2.17.0 [feat\(client\): improve transaction arg type by williamluke4 · Pull Request \#5558 · prisma/prisma](prisma/prisma#5558)
- https://github.com/prisma/prisma/releases/tag/2.19.0 [Hassle\-Free Database Migrations with Prisma Migrate](https://www.prisma.io/blog/prisma-migrate-ga-b5eno5g08d0b)
- https://github.com/kleydon/prisma-session-store/releases/tag/v3.0.0 [expires \-> expiresAt; min express\-session and prisma versions by kleydon · Pull Request \npocccties#36 · kleydon/prisma\-session\-store](kleydon/prisma-session-store#36)
- ["prettier/@typescript-eslint" has been merged into "prettier" in eslint-config-prettier 8.0.0.](https://github.com/prettier/eslint-config-prettier/blob/v8.1.0/CHANGELOG.md#version-800-2021-02-21) [One config to rule them all by lydell · Pull Request \npocccties#175 · prettier/eslint\-config\-prettier](prettier/eslint-config-prettier#175)
- [ts-jest@v26.5.3](https://github.com/kulshekhar/ts-jest/blob/v26.5.4/CHANGELOG.md#2653-2021-03-03) [fix: remove \`@types/jest\` from direct dep by ahnpnl · Pull Request \#2416 · kulshekhar/ts\-jest](kulshekhar/ts-jest#2416)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
CHiBi-CHiLO
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants