Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/vue-test-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.4
Choose a base ref
...
head repository: vuejs/vue-test-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.5
Choose a head ref
  • 15 commits
  • 79 files changed
  • 12 contributors

Commits on Aug 17, 2020

  1. Upgrade Eslint (#1647)

    * chore(eslint): upgrade eslint from v4.x to v5.x
    
    * chore(eslint): upgrade eslint-plugin-vue-libs to 4.x
    
    * chore(eslint): upgrade eslint-plugin-markdown to 1.x
    
    * chore(eslint): upgrade eslint-plugin-flowtype to version 3.x
    
    * chore(eslint): upgrade eslint and related dependencies from 5.x to 6.x
    
    * chore(eslint): upgrade eslint from v6.x to 7.x w/ related plugins
    
    * chore(eslint): move eslint to devDependencies
    AtofStryker authored Aug 17, 2020
    Copy the full SHA
    94ee38d View commit details
  2. Upgrade Vuepress, Flow, and misc (#1646)

    * improvement(vuepress): upgrade VuePress to version 1.x
    
    Upgrade vuepress docs server to 1.x to gain recent features and bugfixes
    
    * improvement(corejs): upgrade core-js to version 3.x
    
    Upgrade core-js to version 3.x to gain new featurs and bugfixes. Version 2.x is no longer
    maintained.
    
    * chore(chalk): upgrade Chalk
    
    Upgrade Chalk to latest major release
    
    * build(flow): upgrade flow from 66 to 133
    
    Removed suppress comment option as it is removed from flow 133. $FlowIgnore is now a supported
    suppressed comment. See https://flow.org/en/docs/config/options/#toc-suppress-comment-regex for more
    details.
    
    * refactor(typescript): pin Typescript to ^3.9.7
    
    * chore(cross-env): upgrade cross-env to v 7.x
    
    Major change includes environment deprecations, which drops support for Node < 10.x
    AtofStryker authored Aug 17, 2020
    Copy the full SHA
    39be102 View commit details

Commits on Aug 18, 2020

  1. build(rollup): upgrade rollup from 1.x to 2.x (#1645)

    upgrade rollup and susequent dependencies from 1.x to 2.x
    AtofStryker authored Aug 18, 2020
    Copy the full SHA
    8af56d2 View commit details

Commits on Aug 19, 2020

  1. Update wrapper async mode docs (#1648)

    * docs(setvalue): update setValue documentation to reflect async mode
    
    * docs(setselected): update setSelected docs to reflect async mode
    
    * docs(setprops): update setProps docs to reflect async mode
    
    * docs: update setData docs to reflect async mode
    
    * docs(setchecked): update setChecked docs to reflect async mode
    
    * docs(setchecked): add assertions
    
    * docs(setdata): add whitespace to AAA
    
    * docs(setprops): add whitespace to AAA
    
    * docs(setselected): add assertion
    
    * docs(setvalue): add assertions
    
    Co-authored-by: Jordy Schreuders <[email protected]>
    AtofStryker and 99linesofcode authored Aug 19, 2020
    Copy the full SHA
    f94a62d View commit details
  2. Copy the full SHA
    f0ed63b View commit details
  3. Wrapper array consistency (#1650)

    * feat(wrapperarray): make WrapperArray setData awaitable
    
    Make wrapperarray setData awaitable to be consistent with wrapper setData
    
    * feat(wrapperarray): make WrapperArray setProps awaitable
    
    Make wrapperarray setProps awaitable to be consistent with wrapper setData
    
    * feat(wrapperarray): make WrapperArray setValue awaitable
    
    Make wrapperarray setValue awaitable to be consistent with wrapper setValue
    
    * feat(wrapperarray): make WrapperArray setChecked awaitable
    
    Make wrapperarray setChecked awaitable to be consistent with wrapper setChecked
    
    * feat(wrapperarray): make WrapperArray trigger awaitable
    
    Make wrapperarray trigger awaitable to be consistent with wrapper trigger
    
    * docs(trigger): update trigger docs in other languages to be consistent
    AtofStryker authored Aug 19, 2020
    Copy the full SHA
    8cc6654 View commit details

Commits on Aug 21, 2020

  1. Pass an empty object to scoped slots (#1660)

    Match how the Vue runtime executes scoped slots. When a scoped slot
    accepts and immediately destructures its props, an error will get thrown
    if attempting to destructure a value that is `undefined`.
    sirlancelot authored Aug 21, 2020
    Copy the full SHA
    498382c View commit details
  2. docs(common-tips): fix syntax error (#1659)

    Add missing `expect` in assertion
    nonsocode authored Aug 21, 2020
    Copy the full SHA
    8515ac4 View commit details
  3. fix a typo in common-tips.md (#1658)

    Fixed a typo in the first sentence of shallow mounting.
    xcior authored Aug 21, 2020
    Copy the full SHA
    fadddc2 View commit details
  4. Added additional check before adding the ._error property (#1657)

    * Update error.js
    
    * fix: error.js formatting
    
    Co-authored-by: Alex Sokolov <[email protected]>
    Alex-Sokolov and Alex-Sokolov authored Aug 21, 2020
    Copy the full SHA
    8e9dda3 View commit details

Commits on Aug 24, 2020

  1. Copy the full SHA
    f78f817 View commit details

Commits on Aug 29, 2020

  1. Copy the full SHA
    41f2b2b View commit details
  2. Update docs/README.md (#1669)

    Update some links
    Naoki Sekiguchi authored Aug 29, 2020
    Copy the full SHA
    9b5aca8 View commit details
  3. chore: 1.0.5

    lmiller1990 committed Aug 29, 2020
    Copy the full SHA
    844992c View commit details
  4. Copy the full SHA
    ba84544 View commit details
Loading