xsoulspace / sheets_manager_excel_addin

Excel Web Addin to manage Worksheets easier inside a Excel Workbook
https://xsoulspace.dev/sheets_manager_excel_addin
MIT License
6 stars 1 forks source link

Update vue-cli monorepo to v4.3.1 - autoclosed #61

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@vue/cli (source) dependencies minor 4.2.3 -> 4.3.1
@vue/cli-plugin-babel devDependencies minor 4.2.3 -> 4.3.1
@vue/cli-plugin-pwa devDependencies minor 4.2.3 -> 4.3.1
@vue/cli-plugin-router devDependencies minor 4.2.3 -> 4.3.1
@vue/cli-plugin-typescript devDependencies minor 4.2.3 -> 4.3.1
@vue/cli-plugin-unit-jest devDependencies minor 4.2.3 -> 4.3.1
@vue/cli-plugin-vuex devDependencies minor 4.2.3 -> 4.3.1
@vue/cli-service (source) devDependencies minor 4.2.3 -> 4.3.1

Release Notes

vuejs/vue-cli ### [`v4.3.1`](https://togithub.com/vuejs/vue-cli/blob/master/CHANGELOG.md#​431-2020-04-07) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.3.0...v4.3.1) ##### :bug: Bug Fix - `@vue/cli-plugin-eslint` - [#​5363](https://togithub.com/vuejs/vue-cli/pull/5363) fix(eslint-migrator): fix local eslint major version detection ([@​sodatea](https://togithub.com/sodatea)) - `@vue/cli` - [#​5360](https://togithub.com/vuejs/vue-cli/pull/5360) fix: run migrator in a separator process, fix require cache issues during upgrade ([@​sodatea](https://togithub.com/sodatea)) ##### Committers: 1 - Haoqun Jiang ([@​sodatea](https://togithub.com/sodatea)) ### [`v4.3.0`](https://togithub.com/vuejs/vue-cli/blob/master/CHANGELOG.md#​430-2020-04-01) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.2.3...v4.3.0) ##### :rocket: New Features - `@vue/cli-plugin-unit-mocha` - [#​5294](https://togithub.com/vuejs/vue-cli/pull/5294) feat(service): Allow mocha unit tests debugger to be bound to a specified IP and port ([@​darrylkuhn](https://togithub.com/darrylkuhn)) - `@vue/babel-preset-app` - [#​5322](https://togithub.com/vuejs/vue-cli/pull/5322) feat: enable `bugfixes` option for babel by default ([@​sodatea](https://togithub.com/sodatea)) - `@vue/cli-service` - [#​5293](https://togithub.com/vuejs/vue-cli/pull/5293) support vue.config.cjs ([@​simon300000](https://togithub.com/simon300000)) - [#​3886](https://togithub.com/vuejs/vue-cli/pull/3886) feat: wc entry accepts multiple file patterns splited by ',' ([@​manico](https://togithub.com/manico)) - `@vue/cli` - [#​5212](https://togithub.com/vuejs/vue-cli/pull/5212) feat(vue-cli): Choosing to save as a preset tells you where it is saved ([@​jaireina](https://togithub.com/jaireina)) - `@vue/cli-plugin-typescript` - [#​5170](https://togithub.com/vuejs/vue-cli/pull/5170) feat: use [@​vue/compiler-sfc](https://togithub.com/vue/compiler-sfc) as a compiler for TS if available ([@​cexbrayat](https://togithub.com/cexbrayat)) - `@vue/cli-plugin-eslint`, `@vue/cli-service-global`, `@vue/cli-ui-addon-widgets` - [#​5241](https://togithub.com/vuejs/vue-cli/pull/5241) feat: ease the default `no-console` severity to `warn` ([@​sodatea](https://togithub.com/sodatea)) - `@vue/cli-service`, `@vue/cli-ui-addon-webpack`, `@vue/cli-ui-addon-widgets`, `@vue/cli-ui` - [#​5233](https://togithub.com/vuejs/vue-cli/pull/5233) feat: add "not dead" to the default browserslist query ([@​sodatea](https://togithub.com/sodatea)) - `@vue/cli-plugin-router` - [#​4805](https://togithub.com/vuejs/vue-cli/pull/4805) types(router): added router array type for Array RouteConfig ([@​manuelojeda](https://togithub.com/manuelojeda)) ##### :bug: Bug Fix - `@vue/cli-shared-utils` - [#​5315](https://togithub.com/vuejs/vue-cli/pull/5315) fix: avoid process hanging when trying to get Chrome version ([@​sodatea](https://togithub.com/sodatea)) - [#​5264](https://togithub.com/vuejs/vue-cli/pull/5264) fix false positive of `hasProjectNpm` ([@​sodatea](https://togithub.com/sodatea)) - `@vue/cli-ui` - [#​5290](https://togithub.com/vuejs/vue-cli/pull/5290) fix(cli-ui): build task defaults should respect outputDir option from config file (Closes [#​2639](https://togithub.com/vuejs/vue-cli/issues/2639)) ([@​LinusBorg](https://togithub.com/LinusBorg)) - `@vue/cli-service` - [#​5320](https://togithub.com/vuejs/vue-cli/pull/5320) fix: spawn scripts with node, fix modern mode with Yarn 2 (Berry) ([@​sodatea](https://togithub.com/sodatea)) - [#​5247](https://togithub.com/vuejs/vue-cli/pull/5247) fix(target-lib): fix dynamic public path in a dynamic chunk in Firefox ([@​sodatea](https://togithub.com/sodatea)) - `@vue/cli-plugin-pwa` - [#​5087](https://togithub.com/vuejs/vue-cli/pull/5087) feat(pwa): Check for null or undefined in iconPaths ([@​janispritzkau](https://togithub.com/janispritzkau)) - `@vue/cli-plugin-eslint` - [#​5242](https://togithub.com/vuejs/vue-cli/pull/5242) fix: fix severity config in ui ([@​sodatea](https://togithub.com/sodatea)) - `@vue/babel-preset-app` - [#​5236](https://togithub.com/vuejs/vue-cli/pull/5236) fix(babel-preset-app): avoid corejs warning when useBuiltIns is false ([@​LeBenLeBen](https://togithub.com/LeBenLeBen)) ##### :memo: Documentation - [#​5243](https://togithub.com/vuejs/vue-cli/pull/5243) docs: add warning on client side environment variables ([@​sodatea](https://togithub.com/sodatea)) - [#​5231](https://togithub.com/vuejs/vue-cli/pull/5231) Update plugin-dev.md ([@​yeyan1996](https://togithub.com/yeyan1996)) ##### :house: Internal - `@vue/cli-service-global` - [#​5319](https://togithub.com/vuejs/vue-cli/pull/5319) chore(cli-service-global): remove direct dependency on `@vue/babel-preset-app` ([@​sodatea](https://togithub.com/sodatea)) - `@vue/cli-service` - [#​5305](https://togithub.com/vuejs/vue-cli/pull/5305) refactor: simplify config loading by skipping `fs.existsSync` check ([@​sodatea](https://togithub.com/sodatea)) - `@vue/cli` - [#​5228](https://togithub.com/vuejs/vue-cli/pull/5228) test: e2e test case for command suggestion logic ([@​jamesgeorge007](https://togithub.com/jamesgeorge007)) - [#​5238](https://togithub.com/vuejs/vue-cli/pull/5238) Improve package.json not found error  ([@​barbeque](https://togithub.com/barbeque)) ##### :hammer: Underlying Tools - `@vue/cli-plugin-eslint` - [#​5273](https://togithub.com/vuejs/vue-cli/pull/5273) chore(eslint): bump minimum required eslint-loader version to support ESLint 6 ([@​megos](https://togithub.com/megos)) ##### Committers: 15 - Benoît Burgener ([@​LeBenLeBen](https://togithub.com/LeBenLeBen)) - Cédric Exbrayat ([@​cexbrayat](https://togithub.com/cexbrayat)) - Darryl Kuhn ([@​darrylkuhn](https://togithub.com/darrylkuhn)) - George Tsiolis ([@​gtsiolis](https://togithub.com/gtsiolis)) - Haoqun Jiang ([@​sodatea](https://togithub.com/sodatea)) - Jadranko Dragoje ([@​manico](https://togithub.com/manico)) - Jair Reina ([@​jaireina](https://togithub.com/jaireina)) - James George ([@​jamesgeorge007](https://togithub.com/jamesgeorge007)) - Janis Pritzkau ([@​janispritzkau](https://togithub.com/janispritzkau)) - Manuel Ojeda ([@​manuelojeda](https://togithub.com/manuelojeda)) - Mike ([@​barbeque](https://togithub.com/barbeque)) - Thorsten Lünborg ([@​LinusBorg](https://togithub.com/LinusBorg)) - megos ([@​megos](https://togithub.com/megos)) - simon3000 ([@​simon300000](https://togithub.com/simon300000)) - 夜宴 ([@​yeyan1996](https://togithub.com/yeyan1996))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by WhiteSource Renovate. View repository job log here.