8000 Comparing v29.0.0...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.0.0
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
  • 19 commits
  • 56 files changed
  • 14 contributors

Commits on Sep 15, 2022

  1. feat: support <script setup> in Vue 2.7 (supersedes #483) (#489)

    * feat: support <script setup> in Vue 2.7
    
    * refactor: remove unnecessary bindingMetadata
    
    * refactor: remove unnecessary refTransform
    
    * feat: add setup to generateSourceMap
    
    * chore: update Vue dependencies
    
    * fix: remove inline sourceMap in vue2 setup scripts
    
    * fix: update 2.x snapshot
    
    * fix: use appropriate package according to vue version
    
    * fix: rebase typo
    
    * fix: make script setup & script blocks work together
    
    * Update test.js.snap
    
    * fixing snapshots
    
    Co-authored-by: Felix Graf <git@felixgraf.dev>
    Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
    3 people authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    7f2287c View commit details
    Browse the repository at this point in the history
  2. publish: 29.1.0

    lmiller1990 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    857f1a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. fix: Revert vueOptionsNamespace changes from <script setup> commit (#501

    )
    
    * chore: Remove this. in <template> in test
    
    Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
    
    * test: Add custom-block test for 2.x package
    
    Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
    
    * fix: Revert vueOptionsNamespace changes from <script setup> commit
    
    Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
    wolfgangwalther authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    af89526 View commit details
    Browse the repository at this point in the history
  2. publish: 29.1.1

    lmiller1990 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    62d6ebc View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. fix: parse extended tsconfigs when transpiling script blocks (#502)

    * fix(tsconfig): parse extended tsconfigs when transpiling script blocks
    
    A change introduced in v28.1.0 in PR #471 unintentionally changed the behavior of the tsconfig parsing such that configs using "extends" were no longer being considered.
    
    Fixes: #495
    
    * chore(cache): cache tsconfig parsing to avoid the cost per vue file / interpolated string
    
    Co-authored-by: Adam Hines <ahines@factset.com>
    thebanjomatic and Adam Hines authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    bb516da View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

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

    lmiller1990 committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    dbe8022 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. fix: Map lines for script block (#516)

    Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
    
    Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
    wolfgangwalther authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    33daf44 View commit details
    Browse the repository at this point in the history
  2. publish: 29.2.2

    lmiller1990 committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    3dc76ff View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    36c6d97 View commit details
    Browse the repository at this point in the history
  2. publish: v29.2.3

    lmiller1990 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    21feab9 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. fix: script and script setup in same vue component file (Vue 3) (#541)

    Co-authored-by: qhermel <quentin.hermel@preventeo.com>
    quienti and qhermel authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    3605c5e View commit details
    Browse the repository at this point in the history
  2. publish: 29.2.4

    lmiller1990 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    972e5aa View commit details
    Browse the repository at this point in the history

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