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

Commits on Apr 1, 2024

  1. 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>
    renovate[bot] authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    1a91338 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. 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.
    Yang-33 authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9e073f3 View commit details
    Browse the repository at this point in the history
  2. Use vitest instead of mocha

    Yang-33 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    47bb5be View commit details
    Browse the repository at this point in the history
  3. Add vite test config

    Yang-33 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f761bd0 View commit details
    Browse the repository at this point in the history
  4. Drop mocha and nyc

    Yang-33 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    741540b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4aedf23 View commit details
    Browse the repository at this point in the history