Skip to content

Pin dependencies

Tobinsk requested to merge renovate/vue-monorepo into master

This MR contains the following updates:

Package Type Update Change
@vue/cli-plugin-babel devDependencies pin ^4.5.9 -> 4.5.10
@vue/cli-plugin-e2e-cypress devDependencies pin ^4.5 -> 4.5.10
@vue/cli-plugin-eslint devDependencies pin ^4.5.9 -> 4.5.10
@vue/cli-plugin-pwa devDependencies pin ^4.5.9 -> 4.5.10
@vue/cli-plugin-router devDependencies pin ^4.5.9 -> 4.5.10
@vue/cli-plugin-typescript devDependencies pin ^4.5.9 -> 4.5.10
@vue/cli-plugin-unit-jest devDependencies pin ^4.5.9 -> 4.5.10
@vue/cli-plugin-vuex devDependencies pin ^4.5.9 -> 4.5.10
@vue/cli-service (source) devDependencies pin ^4.5.9 -> 4.5.10
@vue/test-utils devDependencies minor 1.1.1 -> 1.2.2
vue dependencies pin ^2.6.12 -> 2.6.12
vue-class-component dependencies pin ^7.2.6 -> 7.2.6
vue-router dependencies pin ^3.4.9 -> 3.4.9
vue-template-compiler devDependencies pin ^2.6.12 -> 2.6.12
vuex dependencies pin ^3.6.0 -> 3.6.0

📌 Important: Renovate will wait until you have merged this Pin MR before creating any upgrade MRs for the affected packages. Add the preset :preserveSemverRanges to your config if you instead don't wish to pin dependencies.


Release Notes

vuejs/vue-test-utils

v1.2.2

Compare Source

This release contains no bug fixes or behavior changes; it simply improves the type definitions.

Types

  • types: type createLocalVue method #​1873
  • types: add generic for wrapper.find() and wrapper.get() #​1871

v1.2.1

Compare Source

This is a small release with just two minor bug fixes.

Fixes

  • fix #​1845: add functional component check in component name match (#​1857)
  • updated router link stub to match actual router-link interface (#​1840)

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


Configuration

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

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

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


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

This MR has been generated by Renovate Bot.

Edited by Tobinsk

Merge request reports