Tags: vuejs/vue-jest
Tags
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>
breaking: support Jest 29 (#494) * chore(deps): update jest packages to v29 - babel-jest - jest - jest-environment-jsdom * test: update snapshot https://jestjs.io/blog/2022/08/25/jest-29 * fix(test): remove absolute path in e2e tests * ci(gh-action): avoid use Node.js 12 & add v18 * chore(deps-dev): update ts-jest to v29 * chore(deps): update jest packages * chore(deps): hoist project packages
PreviousNext