8000 Comparing v29.2.4...master · vuejs/vue-jest · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/vue-jest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v29.2.4
Choose a base ref
...
head repository: vuejs/vue-jest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 19 files changed
  • 5 contributors

Commits on Aug 6, 2023

  1. fix: lang='tsx' doesn't work for Vue 3 SFC (#547)

    Applies the same fix for Vue 2 with this PR: #395
    
    Resolves #510
    sevilyilmaz authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    b3238b2 View commit details
    Browse the repository at this point in the history
  2. publish: 29.2.5

    lmiller1990 committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    d7a9494 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. chore(deps): bump json5 from 1.0.1 to 1.0.2 (#526)

    Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v1.0.1...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
    dependabot[bot] and lmiller1990 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ec74482 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    b0c843a View commit details
    Browse the repository at this point in the history
  2. publish: 29.2.6

    lmiller1990 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d61d430 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. docs: Jest globals key is always vue-jest (#519)

    The key used to get config is `vue-jest` in both [`@vue/vue2-jest`](https://github.com/vuejs/vue-jest/blob/3dc76ff8491d149d89a8ba5deb02f517f1535f98/packages/vue2-jest/lib/utils.js#L57) and [`@vue/vue3-jest`](https://github.com/vuejs/vue-jest/blob/3dc76ff8491d149d89a8ba5deb02f517f1535f98/packages/vue3-jest/lib/utils.js#L57), not the respective Vue/Jest version dependant package variant name.
    hngl authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    de5af78 View commit details
    Browse the repository at this point in the history
Loading
0