-
Notifications
You must be signed in to change notification settings - Fork 157
Comparing changes
Open a pull request
base repository: vuejs/vue-jest
base: v29.0.0
head repository: vuejs/vue-jest
compare: master
- 19 commits
- 56 files changed
- 14 contributors
Commits on Sep 15, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 7f2287c - Browse repository at this point
Copy the full SHA 7f2287cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 857f1a8 - Browse repository at this point
Copy the full SHA 857f1a8View commit details
Commits on Sep 26, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for af89526 - Browse repository at this point
Copy the full SHA af89526View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62d6ebc - Browse repository at this point
Copy the full SHA 62d6ebcView commit details
Commits on Nov 3, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for bb516da - Browse repository at this point
Copy the full SHA bb516daView commit details
Commits on Nov 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8c0e8bc - Browse repository at this point
Copy the full SHA 8c0e8bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbe8022 - Browse repository at this point
Copy the full SHA dbe8022View commit details
Commits on Dec 11, 2022
-
fix: Map lines for script block (#516)
Signed-off-by: Wolfgang Walther <walther@technowledgy.de> Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
Configuration menu - View commit details
-
Copy full SHA for 33daf44 - Browse repository at this point
Copy the full SHA 33daf44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dc76ff - Browse repository at this point
Copy the full SHA 3dc76ffView commit details
Commits on Mar 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 36c6d97 - Browse repository at this point
Copy the full SHA 36c6d97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21feab9 - Browse repository at this point
Copy the full SHA 21feab9View commit details
Commits on Apr 27, 2023
-
fix: script and script setup in same vue component file (Vue 3) (#541)
Co-authored-by: qhermel <quentin.hermel@preventeo.com>
Configuration menu - View commit details
-
Copy full SHA for 3605c5e - Browse repository at this point
Copy the full SHA 3605c5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 972e5aa - Browse repository at this point
Copy the full SHA 972e5aaView commit details
Commits on Aug 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b3238b2 - Browse repository at this point
Copy the full SHA b3238b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7a9494 - Browse repository at this point
Copy the full SHA d7a9494View commit details
Commits on Aug 7, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for ec74482 - Browse repository at this point
Copy the full SHA ec74482View commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b0c843a - Browse repository at this point
Copy the full SHA b0c843aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d61d430 - Browse repository at this point
Copy the full SHA d61d430View commit details
Commits on Jan 29, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for de5af78 - Browse repository at this point
Copy the full SHA de5af78View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v29.0.0...master