Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vue monorepo #220

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update vue monorepo #220

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 8, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vue/cli-plugin-babel 4.4.1 -> 4.5.13 age adoption passing confidence
@vue/cli-plugin-eslint 4.5.8 -> 4.5.13 age adoption passing confidence
@vue/cli-plugin-unit-mocha 4.4.1 -> 4.5.13 age adoption passing confidence
@vue/cli-service (source) 4.4.1 -> 4.5.13 age adoption passing confidence
@vue/test-utils 1.0.3 -> 1.2.0 age adoption passing confidence
vue 2.6.11 -> 2.6.13 age adoption passing confidence
vue-router 3.3.2 -> 3.5.1 age adoption passing confidence
vue-template-compiler 2.6.11 -> 2.6.13 age adoption passing confidence
vuex 3.4.0 -> 3.6.2 age adoption passing confidence

Release Notes

vuejs/vue-cli

v4.5.13

Compare Source

🐛 Bug Fix
Others
Committers: 3

v4.5.12

Compare Source

v4.5.11

Compare Source

🐛 Bug Fix
Committers: 1

v4.5.10

Compare Source

🐛 Bug Fix
  • @vue/cli-plugin-unit-mocha
  • @vue/cli-plugin-unit-mocha, @vue/cli-service
  • @vue/cli-ui
  • @vue/cli-service-global, @vue/cli-service
Committers: 3

v4.5.9

Compare Source

🚀 New Features
Committers: 1

v4.5.8

Compare Source

🐛 Bug Fix
Committers: 2

v4.5.7

Compare Source

🐛 Bug Fix
  • @vue/cli-plugin-babel, @vue/cli-plugin-typescript, @vue/cli-service
  • @vue/cli
  • @vue/cli-plugin-pwa, @vue/cli-service
📝 Documentation
Committers: 4

v4.5.6

Compare Source

🐛 Bug Fix
Committers: 1

v4.5.5

Compare Source

🐛 Bug Fix
🏠 Internal
  • @vue/cli-ui
    • #​3687 perf(ui): improve get folder list to use Promises instead of sync (@​pikax)
🔨 Underlying Tools
  • @vue/babel-preset-app
Committers: 8

v4.5.4

Compare Source

🐛 Bug Fix
Committers: 3

v4.5.3

Compare Source

🐛 Bug Fix
  • @vue/cli-service
  • @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
Committers: 1

v4.5.2

Compare Source

🐛 Bug Fix
  • @vue/cli-plugin-typescript
📝 Documentation
  • @vue/babel-preset-app, @vue/cli-plugin-e2e-nightwatch, @vue/cli-plugin-eslint, @vue/cli-plugin-typescript, @vue/cli-service, @vue/cli
🏠 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

v4.5.1

Compare Source

🐛 Bug Fix
Others
Committers: 3

v4.5.0

Compare Source

🚀 New Features
  • @vue/babel-preset-app, @vue/cli-plugin-babel, @vue/cli-plugin-eslint, @vue/cli-plugin-router, @vue/cli-plugin-typescript, @vue/cli-plugin-unit-jest, @vue/cli-plugin-unit-mocha, @vue/cli-plugin-vuex, @vue/cli-service, @vue/cli-test-utils, @vue/cli-ui, @vue/cli
  • @vue/cli-plugin-typescript
  • @vue/cli-service, @vue/cli-test-utils, @vue/cli
  • @vue/cli-plugin-typescript, @vue/cli-service
  • @vue/cli-service, @vue/cli
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 7

v4.4.6

Compare Source

🐛 Bug Fix
📝 Documentation
Committers: 1

v4.4.5

Compare Source

🐛 Bug Fix
  • @vue/cli-service
    • #​5592 fix polyfill injection when building app on multiple threads (@​dtcz)
    • #​5598 fix: fix an edge case that VUE_CLI_SERVICE_CONFIG_PATH might be ignored (@​sodatea)
  • @vue/cli-plugin-e2e-cypress
  • @vue/cli
  • @vue/cli-plugin-e2e-nightwatch
    • #​5528 fix(nightwatch): should not install corresponding webdriver if the browser is unselected (@​sodatea)
🏠 Internal
  • @vue/cli-shared-utils
Committers: 5

v4.4.4

Compare Source

🐛 Bug Fix
  • @vue/cli-plugin-typescript
Committers: 1

v4.4.3

Compare Source

🐛 Bug Fix
🏠 Internal
Committers: 5

v4.4.2

Compare Source

📝 Documentation
  • @vue/cli-plugin-pwa
Committers: 1
vuejs/vue-test-utils

v1.2.0

Compare Source

Features

  • feat(stubs): render function props deterministically (#​1834). Note: this may break some snapshots of shallow mounted functional components.

Fixes

  • fix: correctly find functional components (#​1835)
  • fix: trigger keyboard event regression (#​1826)

v1.1.4

Compare Source

Feat

Fixes

  • trigger('focus') added natural to jsdom behavior (#​1777)
  • fix max range stack size (f#​1768)
  • VTU don't return key property to event when use trigger.('eventName.key') #​1808
  • allow find stubbed functional component by name (#​1817)

Types

  • add type definitions for ExtendedVue (#​1789)

v1.1.3

Compare Source

Bug Fixes

v1.1.2

Compare Source

Fixes

v1.1.1

Compare Source

Many small bug fixes.

Features
Fixes

v1.1.0

Compare Source

This is a pretty significant release. We undeprecated is and isVisible due to popular demand.

Features

Fixes

Sync mode cleanup (#​1671) @​AtofStryker

v1.0.5

Compare Source

Bug Fixes
  • extend Vue parent with options to support accessing root. with VCA (#​1661) (f78f817)
  • handle shallowMount on components with v-if and scoped slots (#​1663) (41f2b2b)

v1.0.4

Compare Source

Bug Fixes
vuejs/vue

v2.6.13

Compare Source

Bug Fixes
Features
Performance Improvements

v2.6.12

Compare Source

vuejs/vue-router

v3.5.1

Compare Source

Bug Fixes

v3.5.0

Compare Source

Features

3.4.9 (2020-11-05)

Bug Fixes

3.4.8 (2020-10-26)

Features

3.4.7 (2020-10-16)

Bug Fixes

3.4.6 (2020-10-07)

Bug Fixes

3.4.5 (2020-09-26)

Bug Fixes
  • history: do not call onReady on initial redirection (a1a290e), closes #​3331

3.4.4 (2020-09-24)

Bug Fixes
Features
  • history: Reset history.current when all apps are destroyed (#​3298) (c69ff7b)

3.4.3 (2020-08-11)

  • Revert 4fbaa9f: "fix: keep repeated params in query/hash relative locations" Closes #​3289

3.4.2 (2020-08-07)

Bug Fixes
  • query: leave object as is (7b3328d), closes #​3282
  • keep repeated params in query/hash relative locations (4fbaa9f)

3.4.1 (2020-08-06)

Bug Fixes
  • query: remove undefined values (b952573), closes #​3276
  • router: properly check null and undefined in isSameRoute (d6546d9)

v3.4.9

Compare Source

Bug Fixes

v3.4.8

Compare Source

Features

v3.4.7

Compare Source

Bug Fixes

v3.4.6

Compare Source

Bug Fixes

v3.4.5

Compare Source

Bug Fixes
  • history: do not call onReady on initial redirection (a1a290e), closes #​3331

v3.4.4

Compare Source

Bug Fixes
Features
  • history: Reset history.current when all apps are destroyed (#​3298) (c69ff7b)

v3.4.3

Compare Source

  • Revert 4fbaa9f: "fix: keep repeated params in query/hash relative locations" Closes #​3289

v3.4.2

Compare Source

Bug Fixes
  • query: leave object as is (7b3328d), closes #​3282
  • keep repeated params in query/hash relative locations (4fbaa9f)

v3.4.1

Compare Source

Bug Fixes
  • query: remove undefined values (b952573), closes #​3276
  • router: properly check null and undefined in isSameRoute (d6546d9)

v3.4.0

Compare Source

Bug Fixes

Configuration

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

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

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box.

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

@renovate renovate bot force-pushed the renovate/vue-monorepo branch 2 times, most recently from fdedd38 to 55144fa Compare April 12, 2021 00:54
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 55144fa to 2c459f5 Compare April 17, 2021 04:20
@renovate renovate bot force-pushed the renovate/vue-monorepo branch 2 times, most recently from 499caf3 to 6a3bd0e Compare May 8, 2021 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When writing a jsx function in setup, h = this.$createElement will be automatically injected
1 participant