Commit Graph

130 Commits

Author SHA1 Message Date
Haoqun Jiang 33a3b19df2 feat: update vue-jest to 3.x along with other dependency updates
As vue-jest is only used in generators, it should be considered as a
semver minor rather than semver major.
2018-10-28 14:29:52 +08:00
Haoqun Jiang 8a54ef60dc chore: upgrade deps (#2642)
closes #2376


* chore: update deps

* fix: remove extraneous require

* fix: force @babel/core resolution to be ^7.0.0

Previously it was interfered by vue-apollo & vuepress 0.14

* fix: sync deps

* chore: update yarn.lock
2018-10-20 21:29:17 +08:00
Haoqun Jiang 7fd3af2415 v3.0.5 2018-10-09 17:19:49 +08:00
Haoqun Jiang 86b3845faa v3.0.4 2018-09-25 16:00:36 +08:00
Haoqun Jiang 714d12ab1e chore: bump versions for cli-plugins & eslint-configs 2018-09-12 15:08:12 +08:00
Haoqun Jiang 33726981fa v3.0.2 2018-09-11 22:45:32 +08:00
Mickaël 3def765ba4 fix(cli-plugin-unit-jest): also process SVG files with jest-transform-stub (#2368)
Avoids getting a Jest unexpected token exception when requiring SVG files in template.
2018-09-05 14:33:15 +08:00
Evan You 6bdf7040d4 chore: remove unnecessary rules for unit test eslint config 2018-08-18 15:44:33 -04:00
Evan You b62c6ba7f2 fix: ensure unit test examples work in projects created with --bare
close #2262
2018-08-18 15:41:44 -04:00
Evan You 2669008ea2 v3.0.1 2018-08-16 12:10:33 -04:00
Evan You 394d534638 v3.0.0 2018-08-10 11:01:14 -04:00
Evan You e075ccff36 v3.0.0-rc.12 2018-08-09 02:23:23 -04:00
Evan You 67630d2f6c v3.0.0-rc.11 2018-08-07 11:20:43 -04:00
Evan You d494350fdb chore: fix package homepage links [ci skip] 2018-08-07 11:17:23 -04:00
Evan You 99761b350d fix(jest): make sure jest tests work without babel
close #2040
2018-08-05 21:50:31 -04:00
Evan You c5ea39a088 chore: remove deprecated alias 2018-08-05 21:46:50 -04:00
Evan You 26271d520c docs(unit-jest): need different debugger command for windows [ci skip]
ref #2005
2018-07-31 08:48:41 -04:00
Evan You 795393e60c v3.0.0-rc.10 2018-07-30 18:19:13 -04:00
Evan You 63407bd268 v3.0.0-rc.9 2018-07-28 23:23:37 -04:00
Evan You 252dd3d9e1 fix: improve jest/mocha add compat with typescript 2018-07-28 23:07:41 -04:00
Evan You ba43900657 refactor: add invoking flag for generators, fix eslint + ts
close #1972
2018-07-28 15:53:24 -04:00
Evan You eafacbad90 v3.0.0-rc.8 2018-07-27 14:03:24 -04:00
Evan You 7d65353661 fix(jest): fix jest tests due to jsdom 11.12.0
close #1960
2018-07-27 09:21:17 -04:00
Evan You 031e961894 v3.0.0-rc.7 2018-07-26 22:38:19 -04:00
Evan You b589dfa6c2 v3.0.0-rc.6 2018-07-26 18:11:44 -04:00
Evan You cd88cfa1e4 feat(unit-jest): run jest in the same process
This allows vue-cli-service test:unit to be debugged via node inspector.
2018-07-18 17:12:17 -04:00
Guillaume Chau 6e6533c56a v3.0.0-rc.5 2018-07-16 15:51:27 +02:00
Guillaume Chau fc6541fd59 v3.0.0-rc.4 2018-07-13 19:03:31 +02:00
Evan You 30dbad8ff1 fix: fix npmignore, prevent version cache from being published 2018-07-13 10:52:55 -04:00
Guillaume Chau 93940c2c25 chore: upgrade deps 2018-07-11 00:55:02 +02:00
Guillaume Chau 96778b2caf chore: update main deps (#1772)
* chore: update main deps

* chore: update ts types

* chore: update generator deps versions

* fix: ts-jest

* chore: upgrade ts-jest again

* fix: re-generated yarn.lock

* chore: more upgrades

* fix: jest test matching on Windows
2018-07-08 13:56:10 +02:00
Darko Demić 47794ae904 fix(unit:jest): issue with Jest configuration regex not matching template. (#1756) 2018-07-04 18:43:36 +02:00
Guillaume Chau 7d635008ac refactor(ui): use reverse domain notation for ids 2018-06-21 16:41:38 +02:00
Evan You 5cf1958a69 v3.0.0-rc.3 2018-06-18 10:36:49 -04:00
Evan You 2698f66670 v3.0.0-rc.2 2018-06-14 09:44:25 -04:00
Evan You 6f948d2f3f v3.0.0-rc.1 2018-06-13 16:11:09 -04:00
Guillaume Chau 692d4638d8 feat(ui): jest task 2018-06-11 20:43:53 +02:00
Evan You 65d5d36d39 fix: transform es modules syntax for Jest when not using Babel
close #1524
2018-06-08 18:41:14 -04:00
Evan You 2a8391d3c2 v3.0.0-beta.16 2018-06-08 00:51:12 -04:00
Evan You 7e38f98ec8 feat: upgrade jest to 23.1.0
BREAKING CHANGE: jest is upgraded to 23.1.0 with minor breaking changes
but should not affect normal test cases
2018-06-01 12:42:24 -04:00
Evan You a91d022d42 fix: should not inject babel-core shim if babel plugin is not used
close #1424
2018-06-01 12:41:23 -04:00
Evan You 9a2898c1bc v3.0.0-beta.15 2018-05-30 13:42:19 -04:00
Evan You 7ce91c89f2 workflow: enable eslint node/no-extraneous-require 2018-05-30 10:25:33 -04:00
Evan You 5f1f986d4d v3.0.0-beta.14 2018-05-29 13:27:16 -04:00
Evan You 0689ff2eae v3.0.0-beta.13 2018-05-29 13:24:03 -04:00
Evan You e8bee864b0 v3.0.0-beta.12 2018-05-29 01:29:14 -04:00
Guillaume Chau 4f2c71896e chore: merge dev 2018-05-21 23:07:52 +02:00
Evan You f698cd3f60 v3.0.0-beta.11 2018-05-21 15:43:16 -04:00
Guillaume Chau e6e6e90dfa chore: merge dev 2018-05-18 23:52:25 +02:00
test 48d7e00e9a fix: fix babel.config.js compat in vue-jest 2018-05-17 17:52:01 -04:00