Skip to content

build: merge 'next' (Vue 3) branch into 'master' (Vue 2) for monorepo #363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 87 commits into from
Jul 6, 2021

Conversation

nogic1008
Copy link
Collaborator

@nogic1008 nogic1008 commented Jun 24, 2021

ref #355

Resolve Conflicts

  1. Copy 2 files & 4 directories
    • README.md at master
    • yarn.lock at master
    • packages/vue2-jest/ at master
    • packages/vue3-jest/ at next
    • e2e/2.x/ at master
    • e2e/3.x/ at next
  2. Run git merge master
  3. Paste copied files & directories
  4. Run yarn install
  5. Add nohoist option on package.json

lmiller1990 and others added 30 commits March 28, 2020 17:40
…& ts-jest peer dependencies

It is mainly because ts-jest has a hard-coded jest version requirement.

And ts-jest is listed as optional, because not every project needs it.
fix: should require vue 3 as peer dependency
refactor!: support wider range of jest versions by making babel-jest & ts-jest peer dependencies
Use transpileModule for TS and transform for babel conditionally
xiaohulu and others added 22 commits March 29, 2021 11:08
…jest.config.js options (vuejs#324)

* feat: add support for specific tsconfig file path inside of vue-jest jest.config.js options (vuejs#309)
* chore: modify package name property
* style: avoid use Optional Chaining
* ci: enable GitHub Actions (Port from vuejs#278)
* chore: update test run script (Port from vuejs#284)
* chore: remove yarn lock file
* chore(deps): bump e2e projects deps version
* chore: hoist package dependencies
* Fix coverage reports for typescript

* Add unit test for TsSrc
Fix for using class component with mixins and also for importing
Vue from vue-property-decorator instead of vue-class-component.

Co-authored-by: Evert van der Weit <evert@mett.nl>
* add css-module feature

* remove excess code
…ejs#358)

* chore(deps-dev): add missing deps in babel-in-package

* chore(deps-dev): add missing devDeps in basic

* chore(deps-dev): add missing deps in custom-transformer

* chore(deps-dev): add missing deps in javascript

* chore(deps-dev): add missing deps in style

* chore(deps-dev): add missing deps in typescript
build: migrate to monorepo (for vue-jest@5)
@lmiller1990
Copy link
Member

Hey, thanks. Sorry I missed this - don't forget to add me as a reviewer, so I get a notification :)

I'll go over this in the next day or so - big PR, but mostly existing changes, so it won't take long. Thanks @nogic1008!!

@lmiller1990 lmiller1990 self-requested a review June 28, 2021 23:53
@lmiller1990 lmiller1990 merged commit efe0488 into vuejs:master Jul 6, 2021
@nogic1008 nogic1008 deleted the next branch July 9, 2021 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.