Skip to content
Permalink
Branch: master
Commits on Feb 11, 2020
  1. docs(zh): fix typos (#5157)

    maomao1996 committed Feb 11, 2020
Commits on Feb 7, 2020
  1. v4.2.2

    sodatea committed Feb 7, 2020
  2. fix(ui): fix the incorrect RegExp used for CORS check

    sodatea committed Feb 7, 2020
  3. v4.2.1

    sodatea committed Feb 7, 2020
  4. chore: merge branch 'dev' into `master`

    sodatea committed Feb 7, 2020
  5. v4.2.0

    sodatea committed Feb 7, 2020
  6. chore: pre release sync

    sodatea committed Feb 7, 2020
Commits on Feb 6, 2020
  1. fix(migrator): correctly extract config fields to files

    sodatea committed Feb 6, 2020
  2. fix: clear require cache after `upgrade`, before `migrate`

    sodatea committed Feb 6, 2020
  3. fix: should infer package manager from config if there's no lockfile …

    sodatea committed Feb 6, 2020
    …in the project (#5150)
    
    * fix: should infer package manager from config if there's no lockfile in the project
    
    * fixup! fix: should infer package manager from config if there's no lockfile in the project
  4. feat(GeneratorAPI): allow passing options to `api.extendPackage` (#5149)

    sodatea committed Feb 6, 2020
    Currently, 3 options are implemented:
    
    - options.prune (defaults to `false`) - Remove null or undefined
    fields from the object after merging.
    - options.merge (defaults to `true`) deep-merge nested fields, note
    that dependency fields are always deep merged regardless of this option.
    - options.warnIncompatibleVersions (defaults to `true`) Output warning
    if two dependency version ranges don't intersect.
    
    Closes #4779
  5. feat: create projects with @vue/test-utils beta 31 (#5147)

    sodatea committed Feb 6, 2020
    See changelog at https://github.com/vuejs/vue-test-utils/blob/v1.0.0-beta.31/CHANGELOG.md#100-beta31-2020-01-18
    
    New projects will be created with this new version.
    
    There are a few breaking changes since beta.29. So we can't automatically migrate existing projects to this new version. Users can upgrade at their own will.
Commits on Feb 5, 2020
  1. fix(e2e-nightwatch): fix eslint config generation (#5148)

    cexbrayat committed Feb 5, 2020
    Commit 1b64ff8 introduced a nested if in `_eslintrc.js` with the same condition than the wrapping one. This changes the condition to check for TypeScript instead.
  2. chore: update chromedriver version to 80

    sodatea committed Feb 5, 2020
  3. feat: implement a migrator that updates the project's ts version

    sodatea committed Feb 5, 2020
  4. fix: fix eslint errors for typescript + e2e-nightwatch setup

    sodatea committed Feb 5, 2020
  5. fixup! fix: fix duplicate slash in metadata url

    sodatea committed Feb 5, 2020
  6. fix: fix duplicate slash in metadata url

    sodatea committed Feb 5, 2020
Commits on Feb 4, 2020
  1. fix(cors): fixup #4985, allow same-origin ws requests of any domain (#…

    sodatea committed Feb 4, 2020
    …5142)
    
    * fix: followup of #4985, allow same-site ws requests of any domain
    
    * fix: match whole string
  2. fix: don't output warning message on eslint deps upgrade

    sodatea committed Feb 4, 2020
  3. ci: no need to include branch in the cache key

    sodatea committed Feb 4, 2020
  4. test: uncomment the airbnb eslint migrator test

    sodatea committed Feb 4, 2020
  5. feat: lock minor versions when creating projects / adding plugins (#5134

    sodatea committed Feb 4, 2020
    )
    
    * feat: lock minor versions when creating projects / adding plugins
    
    closes #5012
    
    * refactor: also calculate latestMinor version
    
    * feat: support add packages with tilde version range
    
    * refactor: make the `runCommand` invocations more concise
    
    * refactor: use the `getVersions` utility function to get latestMinor
    
    * feat: when adding plugins, use tilde range by default
    
    * fix: allow empty args
Commits on Feb 3, 2020
  1. refactor: remove usage of deprecated babel functions, preparing for b…

    sodatea committed Feb 3, 2020
    …abel 8 (#5133)
    
    * refactor: use babel.loadPartialConfigSync (added in babel 7.8)
    
    As planned in babel/babel#10746,
    in babel 8 the old `loadPartialConfig` can't be used synchronously.
    
    * refactor: remove dependence on internal babel files, preparing for babel 8
    
    See
    babel/babel#10746
    babel/babel#10899
  2. fix(CORS): only allow connections from the designated host (#4985)

    Akryum and sodatea committed Feb 3, 2020
    * fix(cors): only allow localhost
    
    * fix: use host so it's configurable
    
    * fix: use cors options object
    
    * feat: use a custom graphql-server instead of the one from apollo plugin
    
    exports the httpServer instance
    
    * fix: add CORS validation in the http upgrade request
    
    Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
Commits on Feb 2, 2020
  1. chore: dependency maintenance

    sodatea committed Feb 2, 2020
Older
You can’t perform that action at this time.