Skip to content
Permalink
dev
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Nov 9, 2022

  1. chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (#7324)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 9, 2022

Commits on Sep 4, 2022

Commits on Jul 7, 2022

  1. v5.0.8

    sodatea committed Jul 7, 2022
  2. ci: bump appveyor node version

    The dev dependency `@graphql-eslint/eslint-plugin` is causing CI
    failures in Node.js 12
    sodatea committed Jul 7, 2022
  3. fix: Vue CLI UI graphql subscription server error

    Fixes #7221
    
    `subscriptions-transport-ws` is also deprecated, we need to move to
    `graphql-ws` one day.
    But better deprecatedthan broken.
    sodatea committed Jul 7, 2022

Commits on Jul 5, 2022

  1. chore: update changelog

    sodatea committed Jul 5, 2022
  2. v5.0.7

    sodatea committed Jul 5, 2022
  3. chore: update fallback chromedriver version

    It is only served as a fallback version number when local Chrome version
    detection failed. Updating the version to the latest may reduce
    user frustrations when such rare scenarios are encountered.
    
    Closes #7203
    sodatea committed Jul 5, 2022

Commits on Jul 4, 2022

  1. fix: support devServer.server option, avoid deprecation warning

    Closes #7024
    Fixes #7118
    
    I choose to not merge the PR because I don't want add additional ways
    to configure https for dev server (`--http2` command line argument,
    `process.env.HTTPS`, etc.)
    
    In the current implementation, `spdy` can only be configured by setting
    `{ devServer: server: { type: 'spdy' } }`.
    This is a deliberate choice, because SPDY support in Node.js 15+ is
    broken anyway. I don't want bother refactoring the old code to
    accommodate this broken feature.
    sodatea committed Jul 4, 2022

Commits on Jun 16, 2022

  1. v5.0.6

    sodatea committed Jun 16, 2022
  2. chore: fix lint errors

    sodatea committed Jun 16, 2022
  3. v5.0.5

    sodatea committed Jun 16, 2022
  4. feat(upgrade): prevent changing the structure of package.json file du…

    …ring upgrade (#7167)
    
    Co-authored-by: blzsaa <blzsaa@users.noreply.github.com>
    blzsaa and blzsaa committed Jun 16, 2022
  5. fix: eliminate calling deprecated function in cli-plugin-e2e-cypress …

    …and cli-plugin-e2e-nightwatch (#7158)
    
    Co-authored-by: blzsaa <blzsaa@users.noreply.github.com>
    blzsaa and blzsaa committed Jun 16, 2022

Commits on Jun 14, 2022

  1. chore: update lockfile

    sodatea committed Jun 14, 2022
  2. feat: update cypress to 9.x

    We are going to update to 10.x soon after.
    sodatea committed Jun 14, 2022

Commits on Apr 13, 2022

Commits on Apr 6, 2022

  1. chore: remove redundant yorkie dependency in typescript plugin

    It was introduced for tslint support, which has already been removed.
    sodatea committed Apr 6, 2022

Commits on Mar 31, 2022

Older