## 状況
```console
$ bunx npm-check-updates -i
❯ ◉ @types/bun ^1.1.6 → ^1.1.13
◉ @types/prismjs ^1.26.4 → ^1.26.5
◉ @vueuse/core ^10.11.0 → ^11.2.0
◉ @wxt-dev/module-vue ^1.0.0 → ^1.0.1
◉ apexcharts ^3.52.0 → ^4.0.0
◉ husky ^9.0.11 → ^9.1.6
◉ pinia ^2.1.7 → ^2.2.6
◉ prettier-plugin-organize-imports ^4.0.0 → ^4.1.0
◉ typescript ^5.5.2 → ^5.6.3
◉ vue ^3.4.31 → ^3.5.12
◉ vue-tsc ^2.0.29 → ^2.1.10
◉ vue3-apexcharts ^1.5.3 → ^1.7.0
◉ vue3-toastify ^0.2.2 → ^0.2.4
◉ vuetify ^3.6.10 → ^3.7.4
◉ wxt ^0.18.10 → ^0.19.13
```
## メジャーバージョンアップの内容確認
以下3つは確認したほうがよい。
```console
◉ @vueuse/core ^10.11.0 → ^11.2.0
◉ apexcharts ^3.52.0 → ^4.0.0
◉ wxt ^0.18.10 → ^0.19.13
```
### @vueuse/core
[[VueUse]]のリリースノートを見る限り、Breaking Changesの対象になっているfunctionは使ってなさそう。
<div class="link-card">
<div class="link-card-header">
<img src="https://github.githubassets.com/favicons/favicon.svg" class="link-card-site-icon"/>
<span class="link-card-site-name">GitHub</span>
</div>
<div class="link-card-body">
<div class="link-card-content">
<p class="link-card-title">Release v11.0.0 · vueuse/vueuse</p>
<p class="link-card-description"> 🚨 Breaking ChangesuseChangeCase: Migrate to change-case@v5, closes #3457 - by @wheatjs and @antfu in #3460 and #3457 (df343)useFuse: Upgrade fuse.js to v7 - by @antfu in #4036 (c ... </p>
</div>
<img src="https://opengraph.githubassets.com/2ba8ded0ff3149646d90896605952bddc96d50134a6207f307f4dfbc3720434b/vueuse/vueuse/releases/tag/v11.0.0" class="link-card-image" />
</div>
<a href="https://github.com/vueuse/vueuse/releases/tag/v11.0.0"></a>
</div>
### apexcharts
[[ApexCharts]]のリリースノートを見る限り、Breaking Changesはなさそう。
<div class="link-card">
<div class="link-card-header">
<img src="https://github.githubassets.com/favicons/favicon.svg" class="link-card-site-icon"/>
<span class="link-card-site-name">GitHub</span>
</div>
<div class="link-card-body">
<div class="link-card-content">
<p class="link-card-title">Release 💎 Version 4.0.0 · apexcharts/apexcharts.js</p>
<p class="link-card-description">What's ChangedUpgrade to Svgjs 3.2.Svg.js, the main engine behind ApexCharts’ drawing mechanism, was long overdue for an upgrade. With apexcha ... </p>
</div>
<img src="https://opengraph.githubassets.com/88012443713aa697fc0b4817f8b78671d2dd03fc9c6335c8f79c7634fc751de6/apexcharts/apexcharts.js/releases/tag/v4.0.0" class="link-card-image" />
</div>
<a href="https://github.com/apexcharts/apexcharts.js/releases/tag/v4.0.0"></a>
</div>
### wxt
[[WXT]]のリリースノートを見る限り、問題のあるbreaking changesはなさそう。
<div class="link-card">
<div class="link-card-header">
<img src="https://github.githubassets.com/favicons/favicon.svg" class="link-card-site-icon"/>
<span class="link-card-site-name">GitHub</span>
</div>
<div class="link-card-body">
<div class="link-card-content">
<p class="link-card-title">Release wxt v0.19.0 · wxt-dev/wxt</p>
<p class="link-card-description">⚠️ breaking changes • compare changes🚀 Enhancementsexperimental: First-class support for excluding webextension-polyfill (#847)storage: init option and rename defaultValue to fallba ... </p>
</div>
<img src="https://opengraph.githubassets.com/e75264491aeda0753d61d5409df8b8b0133294d6f13f45be02fa516e5301103b/wxt-dev/wxt/releases/tag/wxt-v0.19.0" class="link-card-image" />
</div>
<a href="https://github.com/wxt-dev/wxt/releases/tag/wxt-v0.19.0"></a>
</div>
## バージョンアップ
`bunx npm-check-updates -i` の結果をすべてインストールする。
```console
bun install v1.1.33 (247456b6)
WXT 0.19.13
ℹ Generating types...
✔ Finished in 1.016 s
+ @types/
[email protected]
+ @types/
[email protected]
+ @wxt-dev/
[email protected]
+
[email protected]
+
[email protected]
+
[email protected]
+
[email protected]
+
[email protected]
+ @vueuse/
[email protected]
+
[email protected]
+
[email protected]
+
[email protected]
+
[email protected]
+
[email protected]
+
[email protected]
140 packages installed [6.75s]
```
## 動作確認
`bun dev` の結果は問題なさそう。