dev
Name already in use
Commits on Nov 9, 2022
-
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>
Commits on Aug 17, 2022
Commits on Jul 7, 2022
-
ci: bump appveyor node version
The dev dependency `@graphql-eslint/eslint-plugin` is causing CI failures in Node.js 12
-
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.
Commits on Jul 5, 2022
-
-
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
-
Commits on Jul 4, 2022
-
fix: support
devServer.server
option, avoid deprecation warningCloses #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.
Commits on Jun 16, 2022
-
-
-
-
feat(upgrade): prevent changing the structure of package.json file du…
…ring upgrade (#7167) Co-authored-by: blzsaa <blzsaa@users.noreply.github.com>
-
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>
Commits on Jun 15, 2022
Commits on Jun 14, 2022
-
-
We are going to update to 10.x soon after.
-
Commits on Apr 13, 2022
Commits on Apr 6, 2022
-
chore: remove redundant yorkie dependency in typescript plugin
It was introduced for tslint support, which has already been removed.