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

01 02 use vitest #19

Draft
wants to merge 6 commits into
base: 01-stop-reading-package-json-in-code
Choose a base branch
from

Conversation

Yang-33
Copy link
Owner

@Yang-33 Yang-33 commented Apr 1, 2024

CJSでもvitestが使えるので、#15 からvitest部分だけ移行してきた

@Yang-33 Yang-33 marked this pull request as draft April 1, 2024 02:51
renovate bot and others added 6 commits April 1, 2024 10:52
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitepress](https://togithub.com/vuejs/vitepress/tree/main/#readme)
([source](https://togithub.com/vuejs/vitepress)) | [`1.0.1` ->
`1.0.2`](https://renovatebot.com/diffs/npm/vitepress/1.0.1/1.0.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vitepress/1.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitepress/1.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitepress/1.0.1/1.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitepress/1.0.1/1.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vuejs/vitepress (vitepress)</summary>

###
[`v1.0.2`](https://togithub.com/vuejs/vitepress/blob/HEAD/CHANGELOG.md#102-2024-04-01)

##### Bug Fixes

- **theme:** text containing html not showing properly in mobile nav
menu
([3c8b4c7](https://togithub.com/vuejs/vitepress/commit/3c8b4c706051592dd2cca0ae57e293254cbb51ce))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/line/line-bot-sdk-nodejs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
To support dual package, we can't use `require` only if we don't bundle
tools like tsup, esbuild or something. (however, we don't have any plan
to use them.)

Currently code like `require("./package.json")` is only for user-agent
header.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant