forked from line/line-bot-sdk-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Yang-33
wants to merge
6
commits into
01-stop-reading-package-json-in-code
Choose a base branch
from
01-02-use-vitest
base: 01-stop-reading-package-json-in-code
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
01 02 use vitest #19
Commits on Apr 1, 2024
-
Update dependency vitepress to v1.0.2 (line#799)
[![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>
Configuration menu - View commit details
-
Copy full SHA for 1a91338 - Browse repository at this point
Copy the full SHA 1a91338View commit details
Commits on Apr 2, 2024
-
Stop reading package.json from sdk code (line#792)
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.
Configuration menu - View commit details
-
Copy full SHA for 9e073f3 - Browse repository at this point
Copy the full SHA 9e073f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47bb5be - Browse repository at this point
Copy the full SHA 47bb5beView commit details -
Configuration menu - View commit details
-
Copy full SHA for f761bd0 - Browse repository at this point
Copy the full SHA f761bd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 741540b - Browse repository at this point
Copy the full SHA 741540bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aedf23 - Browse repository at this point
Copy the full SHA 4aedf23View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.