-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Comparing changes
Open a pull request
base repository: vuejs/vue-cli
base: v5.0.6
head repository: vuejs/vue-cli
compare: dev
- 18 commits
- 41 files changed
- 5 contributors
Commits on Jul 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bddd64d - Browse repository at this point
Copy the full SHA bddd64dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 558dea2 - Browse repository at this point
Copy the full SHA 558dea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for beffe8a - Browse repository at this point
Copy the full SHA beffe8aView commit details
Commits on Jul 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 23fa20f - Browse repository at this point
Copy the full SHA 23fa20fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6f9b6ec - Browse repository at this point
Copy the full SHA 6f9b6ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a0655f - Browse repository at this point
Copy the full SHA 4a0655fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5a893e - Browse repository at this point
Copy the full SHA a5a893eView commit details
Commits on Jul 7, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for 07052c4 - Browse repository at this point
Copy the full SHA 07052c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0260e4d - Browse repository at this point
Copy the full SHA 0260e4dView commit details -
ci: bump appveyor node version
The dev dependency `@graphql-eslint/eslint-plugin` is causing CI failures in Node.js 12
Configuration menu - View commit details
-
Copy full SHA for 4e024b7 - Browse repository at this point
Copy the full SHA 4e024b7View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for b154dbd - Browse repository at this point
Copy the full SHA b154dbdView commit details
Commits on Aug 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bc1c0bc - Browse repository at this point
Copy the full SHA bc1c0bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95ad425 - Browse repository at this point
Copy the full SHA 95ad425View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c0134e - Browse repository at this point
Copy the full SHA 7c0134eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 248f770 - Browse repository at this point
Copy the full SHA 248f770View commit details -
Configuration menu - View commit details
-
Copy full SHA for e636817 - Browse repository at this point
Copy the full SHA e636817View commit details
Commits on Sep 4, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for ea4c98a - Browse repository at this point
Copy the full SHA ea4c98aView commit details
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>
Configuration menu - View commit details
-
Copy full SHA for f0f254e - Browse repository at this point
Copy the full SHA f0f254eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.0.6...dev