-
-
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: v4.2.3
head repository: vuejs/vue-cli
compare: v4.3.0
Commits on Feb 28, 2020
-
types(router): added router array type for Array RouteConfig (#4805)
* types(router): added router array type for Array RouteConfig * Update index.js * Update index.js
Configuration menu - View commit details
-
Copy full SHA for 84abd11 - Browse repository at this point
Copy the full SHA 84abd11View commit details -
docs: fix readme of @vue/cli-plugin-eslint (#5226) [ci skip]
The default target directories of `vue-cli-service lint` command were written as `src` and `test`, but `src` and `tests` are correct.
Configuration menu - View commit details
-
Copy full SHA for 0569054 - Browse repository at this point
Copy the full SHA 0569054View commit details
Commits on Mar 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f1bde5b - Browse repository at this point
Copy the full SHA f1bde5bView commit details
Commits on Mar 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d84c074 - Browse repository at this point
Copy the full SHA d84c074View commit details -
docs: add warning on client side environment variables (#5243)
Inspired by the create-react-app documentation https://create-react-app.dev/docs/adding-custom-environment-variables
Configuration menu - View commit details
-
Copy full SHA for d41f31c - Browse repository at this point
Copy the full SHA d41f31cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74ca541 - Browse repository at this point
Copy the full SHA 74ca541View commit details
Commits on Mar 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8749f4b - Browse repository at this point
Copy the full SHA 8749f4bView commit details
Commits on Mar 16, 2020
-
chore(deps): bump minimist from 1.2.0 to 1.2.2 (#5271)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.2. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a40e083 - Browse repository at this point
Copy the full SHA a40e083View commit details -
chore(deps): bump acorn from 7.1.0 to 7.1.1 (#5270)
Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](acornjs/acorn@7.1.0...7.1.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 137e7a7 - Browse repository at this point
Copy the full SHA 137e7a7View commit details
Commits on Mar 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0609b1b - Browse repository at this point
Copy the full SHA 0609b1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1782f9 - Browse repository at this point
Copy the full SHA a1782f9View commit details -
feat: ease the default
no-console
severity towarn
(#5241)As ESLint 6 removes this rule from the recommended config https://eslint.org/docs/user-guide/migrating-to-6.0.0#eslint-recommended-has-been-updated
Configuration menu - View commit details
-
Copy full SHA for 41cf5e1 - Browse repository at this point
Copy the full SHA 41cf5e1View commit details -
fix: fix severity config in ui (#5242)
* fix: fix severity config in ui closes #5175 * test: update test
Configuration menu - View commit details
-
Copy full SHA for 36c6c2e - Browse repository at this point
Copy the full SHA 36c6c2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12f3d3b - Browse repository at this point
Copy the full SHA 12f3d3bView commit details -
feat: use @vue/compiler-sfc as a compiler for TS if available (#5170)
* feat: use @vue/compiler-sfc as a compiler for TS if available The `fork-ts-checker-webpack-plugin` is using `vue-template-compiler` by default, and this compiler is not the correct one to pick for vue-next. This commit tries to load `@vue/compiler-sfc` and falls back to `vue-template-compiler` if it does not find it. * chore: bump fork-ts-checker-webpack-plugin to v3.1.1
Configuration menu - View commit details
-
Copy full SHA for 3633cf5 - Browse repository at this point
Copy the full SHA 3633cf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8e6450 - Browse repository at this point
Copy the full SHA c8e6450View commit details
Commits on Mar 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e5449ad - Browse repository at this point
Copy the full SHA e5449adView commit details -
Configuration menu - View commit details
-
Copy full SHA for db64c5b - Browse repository at this point
Copy the full SHA db64c5bView commit details
Commits on Mar 23, 2020
-
fix(target-lib): fix dynamic public path in a dynamic chunk in Firefox (
#5247) * fix(target-lib): fix dynamic public path in a dynmaic chunk in Firefox * fix: fix typo * feat: use external dependency `@soda/get-current-script` * fix: const -> var, as the `setPublicPath` file is not transpiled
2Configuration menu - View commit details
-
Copy full SHA for 5b1709a - Browse repository at this point
Copy the full SHA 5b1709aView commit details
Commits on Mar 24, 2020
-
refactor: simplify config loading by skip
fs.existsSync
check (#5305)Use error code thrown by `require` directly. This also simplifies module mocking in unit test.
Configuration menu - View commit details
-
Copy full SHA for f1bdf73 - Browse repository at this point
Copy the full SHA f1bdf73View commit details
Commits on Mar 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ebcee9a - Browse repository at this point
Copy the full SHA ebcee9aView commit details -
chore(cli-service-global): remove direct dependency on @vue/babel-pre…
…set-app (#5319) Eliminates the peer dependency warning.
Configuration menu - View commit details
-
Copy full SHA for ef9f7bf - Browse repository at this point
Copy the full SHA ef9f7bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8afaa0 - Browse repository at this point
Copy the full SHA d8afaa0View commit details
Commits on Mar 31, 2020
-
feat: support vue.config.cjs (#5293)
* chore: Update yarn.lock * feat: support vue.config.cjs * fix: vue.config.js prior than cjs * chore: merge upstream
Configuration menu - View commit details
-
Copy full SHA for 4225c30 - Browse repository at this point
Copy the full SHA 4225c30View commit details -
fix: avoid process hanging when trying to get Chrome version (#5315)
Configuration menu - View commit details
-
Copy full SHA for a1041a8 - Browse repository at this point
Copy the full SHA a1041a8View commit details -
feat: enable
bugfixes
option for babel by default (#5322)Per the discussion at babel/babel#11083, it should not be considered a breaking change Closes #5301 Closes #4848
Configuration menu - View commit details
-
Copy full SHA for 55d3375 - Browse repository at this point
Copy the full SHA 55d3375View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d200ce - Browse repository at this point
Copy the full SHA 3d200ceView commit details
Commits on Apr 1, 2020
-
feat(service): Allow mocha unit tests debugger to be bound to a speci…
…fied IP and port (#5294)
Configuration menu - View commit details
-
Copy full SHA for 0051017 - Browse repository at this point
Copy the full SHA 0051017View commit details -
Configuration menu - View commit details
-
Copy full SHA for 960400b - Browse repository at this point
Copy the full SHA 960400bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee05918 - Browse repository at this point
Copy the full SHA ee05918View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c8c614 - Browse repository at this point
Copy the full SHA 5c8c614View commit details -
chore: bump typescript version to 3.8
It's been supported in the latest versions of @typescript-eslint packages typescript-eslint/typescript-eslint#1696
Configuration menu - View commit details
-
Copy full SHA for 016bb32 - Browse repository at this point
Copy the full SHA 016bb32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b31d8a - Browse repository at this point
Copy the full SHA 4b31d8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4659869 - Browse repository at this point
Copy the full SHA 4659869View commit details
There are no files selected for viewing