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: 4.3.1 โ†’ 4.5.7 (minor) #82

Closed depfu[bot] closed 4 years ago

depfu[bot] commented 4 years ago

Welcome to Depfu ๐Ÿ‘‹

This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.

After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.

Let us know if you have any questions. Thanks so much for giving Depfu a try!


Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

โœณ๏ธ @โ€‹vue/cli (4.3.1 โ†’ 4.5.7) ยท Repo ยท Changelog

Release Notes

4.5.7

๐Ÿ› Bug Fix

  • @vue/cli-plugin-babel, @vue/cli-plugin-typescript, @vue/cli-service
  • @vue/cli
    • #5871 fix: more accurate warning message for missing global peer dependencies (@sodatea)
    • #5902 fix: incorrectly read Taobao binary mirror configuration. (@godky)
    • #5892 fix: respect scope when resolving package metadata (@bodograumann)
  • @vue/cli-plugin-pwa, @vue/cli-service
    • #5899 fix: shouldn't remove attribute quotes in HTML (@sodatea)

๐Ÿ“ Documentation

Committers: 4

4.5.6

๐Ÿ› Bug Fix

  • @vue/cli

Committers: 1

4.5.5

Highlights

If you are working on a Vue 3 project, this version of Vue CLI comes with the latest beta version of vue-loader, which enables support for the experimental <script setup> syntax.

<template>
  <button @click="inc">{{ count }}</button>
</template>

<script setup>
import { ref } from 'vue'

export const count = ref(0)
export const inc = () => count.value++
</script>

If you encounter any bug when trying out this new feature, please raise an issue in the vue-loader repository.


๐Ÿ› Bug Fix

  • @vue/cli-service
    • #5868 fix: enable some syntax extensions by default for vue script compiler (@sodatea)
  • @vue/cli-plugin-router, @vue/cli-service
    • #5852 fix: fix duplicate id="app" in Vue 3 project template (@sodatea)
  • @vue/cli-plugin-unit-jest, @vue/cli-plugin-unit-mocha
    • #5591 fix(unit-jest, unit-mocha): generate passing tests when bare option is used with router enabled (#3544) (@IwalkAlone)
  • @vue/cli-plugin-pwa
  • @vue/cli
    • #5827 fix: fix support for Node.js v8 and deprecate it (@sodatea)
    • #5823 Handle GPG sign git config for initial commit (@spenserblack)
    • #5808 fix: strip non-ansi characters from registry config (@sodatea)
    • #5801 fix: do not throw when api.render is called from an anonymous function (@sodatea)

๐Ÿ  Internal

  • @vue/cli-ui
    • #3687 perf(ui): improve get folder list to use Promises instead of sync (@pikax)

๐Ÿ”จ Underlying Tools

  • @vue/babel-preset-app
    • #5831 chore: rename jsx package scope from ant-design-vue to vue (@Amour1688)

Committers: 8

4.5.4

How to Upgrade

First, reinstall the latest version of @vue/cli globally.

yarn global add @vue/cli
# OR
npm install -g @vue/cli

Then in the existing Vue CLI projects, run

vue upgrade

๐Ÿ› Bug Fix

  • @vue/cli-plugin-typescript
  • @vue/cli-service
  • @vue/cli

Committers: 3

4.5.3

๐Ÿ› Bug Fix

  • @vue/cli-service
    • #5774 fix: load vue from @vue/cli-service-global on vue serve/vue build (@sodatea)
  • @vue/cli-plugin-e2e-webdriverio, @vue/cli-plugin-typescript
    • #5769 fix: add missing mocha type if wdio is not installed along with any unit testing frameworks (@sodatea)
  • @vue/cli-plugin-typescript
    • #5771 fix: only replace App.vue when there's no router plugin (@sodatea)

Committers: 1

4.5.2

๐Ÿ› Bug Fix

  • @vue/cli-plugin-typescript
    • #5768 fix: no longer need a shim for fork-ts-checker vue 3 support (@sodatea)

๐Ÿ“ Documentation, ๐Ÿ  Internal

  • @vue/babel-preset-app, @vue/cli-plugin-e2e-nightwatch, @vue/cli-plugin-eslint, @vue/cli-plugin-typescript, @vue/cli-service, @vue/cli

Committers: 3

4.4.6

๐Ÿ› Bug Fix

๐Ÿ“ Documentation

Committers: 1

4.4.5

๐Ÿ› Bug Fix

  • @vue/cli-service
    • #5592 fix polyfill injection when building app on multiple threads (@dtcz)
    • #5598 fix an edge case that VUE_CLI_SERVICE_CONFIG_PATH might be ignored (@sodatea)
  • @vue/cli-plugin-e2e-cypress
  • @vue/cli
    • #5586 fix: support auth token when retrieving package metadata (@sodatea)
  • @vue/cli-plugin-e2e-nightwatch
    • #5528 fix: should not install corresponding webdriver if the browser is unselected (@sodatea)

๐Ÿ  Internal

  • @vue/cli-shared-utils
    • #5572 refactor: replace request-promise-native with util.promisify (@jeneser)

Committers: 5

4.4.4

๐Ÿ› Bug Fix

  • @vue/cli-plugin-typescript
    • #5576 fix: should return the parse result in the compiler-sfc-shim (@sodatea)

Committers: 1

4.4.3

How to Upgrade

First, reinstall the latest version of @vue/cli globally.

yarn global add @vue/cli
# OR
npm install -g @vue/cli

Then in the projects, run

vue upgrade

๐Ÿ› Bug Fix

  • @vue/cli-plugin-eslint
  • @vue/cli-plugin-typescript
    • #5539 fix: correctly shim @vue/compiler-sfc for fork-ts-checker-plugin (@sodatea)
  • @vue/cli-service
    • #5542 fix(cli-service): process the webpack failed hook in the serve command (@jeneser)
  • @vue/cli

๐Ÿ  Internal

  • @vue/babel-preset-app

๐Ÿ“ Documentation

  • @vue/cli-plugin-pwa
    • #5530 docs: mention using null to ignore icons (@qirh)

Committers: 5

4.4.1

How to Upgrade

First, reinstall the latest version of @vue/cli globally.

yarn global add @vue/cli
# OR
npm install -g @vue/cli

Then in the projects, run

vue upgrade

Notable Changes

The polyfill logic for modern mode and web components target has been refactored.

The final browser target is now calculated from the intersection of the user-specified browser target and the minimum browser versions that support modern mode / web component.

This means we can now drop many polyfills that are only used for some obsolete evergreen browsers if you are using the default browserslist target (["> 1%", "last 2 versions", "not dead"]), which will greatly reduce the bundle size of modern mode / web component target.


๐Ÿ› Bug Fix

  • @vue/babel-preset-app
    • #5513 refactor: improve the polyfill importing logic of modern mode (@sodatea)
  • @vue/cli

๐Ÿ“ Documentation

๐Ÿ  Internal

  • @vue/babel-preset-app
    • #5513 refactor: improve the polyfill importing logic of modern mode (@sodatea)

Committers: 3

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


๐Ÿ‘‰ No CI detected

You don't seem to have any Continuous Integration service set up!

Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.

This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:

* [Circle CI](https://circleci.com), [Semaphore ](https://semaphoreci.com) and [Travis-CI](https://travis-ci.com) are all excellent options. * If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github. * If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you donโ€™t want it to run on every branch, you can whitelist branches starting with `depfu/`.

Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@โ€‹depfu rebase
Rebases against your default branch and redoes this update
@โ€‹depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@โ€‹depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@โ€‹depfu close
Closes this PR and deletes the branch
@โ€‹depfu reopen
Restores the branch and reopens this PR (if it's closed)
@โ€‹depfu pause
Ignores all future updates for this dependency and closes this PR
@โ€‹depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@โ€‹depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
depfu[bot] commented 4 years ago

Sorry, but the merge failed with:

At least 1 approving review is required by reviewers with write access.