master
Commits on Apr 25, 2022
-
-
-
fix(vue3-jest): compilation error while passing tsconfig path (#446)
Co-authored-by: knight.chen <knightch@knx.com.cn> Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
-
-
chore(deps): bump trim-off-newlines from 1.0.1 to 1.0.3 (#454)
Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. - [Release notes](https://github.com/stevemao/trim-off-newlines/releases) - [Commits](stevemao/trim-off-newlines@v1.0.1...v1.0.3) --- updated-dependencies: - dependency-name: trim-off-newlines dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
chore(deps): bump nanoid from 3.1.25 to 3.3.1 (#452)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 to 3.3.1. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.1.25...3.3.1) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Mar 10, 2022
-
chore(deps): bump node-fetch from 2.6.1 to 2.6.7 (#451)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Feb 17, 2022
-
fix: PostCSS mixins cause style parsing to break (#425)
Replaced `extract-from-css` which is outdated (7yo) with `css-tree` Resolves #424
Commits on Nov 28, 2021
-
-
chore: update yarn lock (#420)
* chore: update yarn lock * update vue3-jest to @vue/vue3-jest
-
fix(vue3-jest): interop custom transformer require (#391)
interop custom transformer require. Some transformers may not interop correctly when requiring, return `transformer.default` or `transformer`. fixes #383
-
feat: support custom blocks for Vue 3 (#364)
* feat: support custom blocks for Vue 3 * implement custom blocks
-
feat: allow to pass compilerOptions via the Jest config for Vue 3 (#412)
* chore: update to vue v3.2.22 Note that this also removes the now unneeded `@vue/compiler-sfc` dependency. Fixes #410 * feat: allow to pass compilerOptions via the Jest config for Vue 3 These options can be used to define Vue compiler options in `@vue/vue3-jest`. For example, to enable the newly intrioduced `propsDestructureTransform` in Vue v3.2.20: ```js globals: { 'vue-jest': { compilerOptions: { propsDestructureTransform: true } } } ``` or to disable `refTransform` (which is enabled by default): ```js globals: { 'vue-jest': { compilerOptions: { refTransform: false } } } ```
-
chore: drop node 10 and add node 16 (#414)
* chore: drop circleci build * chore: drop node 10 and add node 16 Node 10 is EOL and Node 16 is now LTS. This allows to updates a bunch of dependencies and shouldn't change anything for users (even if we should probably add this to the changelog for good measure).
-
chore: drop circleci build (#413)
We have been using Github Actions for quite a while, so the CircleCI job is not really useful anymore (and on outdated node version).
-
chore: update to vue v3.2.22 (#411)
Note that this also removes the now unneeded `@vue/compiler-sfc` dependency. Fixes #410
Commits on Nov 15, 2021
-
Merge pull request #407 from awulkan/patch-1
Change: Remove Jest 27 version specification
-
Commits on Oct 27, 2021
-
-
Change: Remove Jest 27 version specification
Closes #406 Specifying the version number makes the installation fail. Omitting the version number results in installing the correct alpha version.
Commits on Oct 25, 2021
Commits on Oct 8, 2021
-
-
fix: fixed
lang='tsx'
files not working for vue2-jest (#395)* test: add tsx file * fix: transpile as tsx when lang='tsx' * feat: remove hardcoded `target`
Commits on Oct 7, 2021
-
feat: support TS in templates for @vue/vue3-jest (#394)
Vue 3.2.13 introduced the support of TS expressions in templates, with a new `isTs` option of the compiler. (See [the relevant commit](vuejs/core@0dc521b)) vue-loader and vite chose to enable this by default if the script uses TS: - [vue-loader](vuejs/vue-loader@7613534) - [vite](vitejs/vite@01fa2ab) This commit enables the same behavior in vue-jest: if the script is using TS, then the `isTs` option is passed to the compiler. TS developers won't have to worry about setting the options themselves, making it coherent with what vue-loader and vite do.
Commits on Oct 1, 2021
Commits on Sep 27, 2021
-
docs: Add installation for each vue/jest version combination (#388)
* Update README.md * Update README.md Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com> * Update README.md * Fix format issues Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
Commits on Sep 10, 2021
-
test(compilerOptions): ensure compilerOptions is passed down Co-authored-by: Sasan Farrokh <s.farrokh@alibaba.ir>
Commits on Sep 9, 2021
Commits on Sep 6, 2021
-
chore(deps): bump uglify-js from 2.2.5 to 3.14.1
Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 2.2.5 to 3.14.1. - [Release notes](https://github.com/mishoo/UglifyJS/releases) - [Commits](mishoo/UglifyJS@v2.2.5...v3.14.1) --- updated-dependencies: - dependency-name: uglify-js dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>