Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli ^12.1.1 -> ^12.1.4 age adoption passing confidence
@commitlint/config-conventional ^12.1.1 -> ^12.1.4 age adoption passing confidence
@nuxt/types ^2.15.4 -> ^2.15.6 age adoption passing confidence
@nuxtjs/axios ^5.13.1 -> ^5.13.5 age adoption passing confidence
@nuxtjs/eslint-config ^6.0.0 -> ^6.0.1 age adoption passing confidence
@nuxtjs/eslint-config-typescript ^6.0.0 -> ^6.0.1 age adoption passing confidence
@nuxtjs/tailwindcss ^4.0.3 -> ^4.1.2 age adoption passing confidence
@oruga-ui/oruga (source) ^0.3.5 -> ^0.4.1 age adoption passing confidence
@vue/test-utils ^1.1.3 -> ^1.2.0 age adoption passing confidence
@wdio/cli ^7.3.0 -> ^7.6.1 age adoption passing confidence
@wdio/local-runner ^7.3.0 -> ^7.6.1 age adoption passing confidence
@wdio/mocha-framework ^7.3.0 -> ^7.6.0 age adoption passing confidence
@wdio/spec-reporter ^7.3.0 -> ^7.6.1 age adoption passing confidence
@wdio/sync ^7.3.0 -> ^7.6.1 age adoption passing confidence
ant-design-vue (source) ^1.7.4 -> ^1.7.5 age adoption passing confidence
babel-jest ^27.0.0 -> ^27.0.1 age adoption passing confidence
balm-ui (source) ^8.28.1 -> ^8.37.0 age adoption passing confidence
cac ^6.7.2 -> ^6.7.3 age adoption passing confidence
chalk ^4.1.0 -> ^4.1.1 age adoption passing confidence
chromedriver ^90.0.0 -> ^90.0.1 age adoption passing confidence
core-js ^3.10.0 -> ^3.13.0 age adoption passing confidence
envinfo ^7.7.4 -> ^7.8.1 age adoption passing confidence
eslint (source) ^7.23.0 -> ^7.27.0 age adoption passing confidence
eslint (source) ^7.23.0 -> ^7.27.0 age adoption passing confidence
eslint-config-prettier ^8.1.0 -> ^8.3.0 age adoption passing confidence
eslint-plugin-prettier ^3.3.1 -> ^3.4.0 age adoption passing confidence
eslint-plugin-vue (source) ^7.8.0 -> ^7.9.0 age adoption passing confidence
eslint-plugin-wdio ^7.0.0 -> ^7.4.2 age adoption passing confidence
jest (source) ^27.0.0 -> ^27.0.1 age adoption passing confidence
jsdom ^16.5.2 -> ^16.6.0 age adoption passing confidence
nightwatch (source) ^1.6.1 -> ^1.6.4 age adoption passing confidence
node >=v10.24.0 -> >=v10.24.1 age adoption passing confidence
nuxt ^2.15.4 -> ^2.15.6 age adoption passing confidence
nuxt-buefy ^0.4.5 -> ^0.4.7 age adoption passing confidence
nuxt-windicss ^0.5.3 -> ^0.8.1 age adoption passing confidence
postcss (source) ^8.2.9 -> ^8.3.0 age adoption passing confidence
prettier (source) ^2.2.1 -> ^2.3.0 age adoption passing confidence
stefanzweifel/git-auto-commit-action v4.9.2 -> v4.11.0 age adoption passing confidence
stylelint (source) ^13.12.0 -> ^13.13.1 age adoption passing confidence
vant ^2.12.12 -> ^2.12.20 age adoption passing confidence
vuetify (source) ^2.4.2 -> ^2.5.1 age adoption passing confidence
webdriverio (source) ^7.3.0 -> ^7.6.1 age adoption passing confidence

Release Notes

conventional-changelog/commitlint

v12.1.4

Compare Source

fix node v10 support

v12.1.3

Compare Source

Bug Fixes

v12.1.2

Compare Source

Bug Fixes
nuxt/nuxt.js

v2.15.6

Compare Source

🐛 Bug Fixes

v2.15.5

Compare Source

🐛 Bug Fixes
  • babel
    • #​9232 Loose option for babel class-properties and private-methods (resolves #​9224)
  • vue-app
    • #​9201 Use route.replace instead of router.push to trigger navigation guards (resolves #​9111)
  • builder
  • cli
💖 Thanks to
nuxt-community/axios-module

v5.13.5

Compare Source

v5.13.4

Compare Source

v5.13.3

Compare Source

v5.13.2

Compare Source

nuxt/eslint-config

v6.0.1

Compare Source

nuxt-community/tailwindcss-module

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

Features
4.0.3 (2021-04-01)
4.0.2 (2021-03-23)
4.0.1 (2021-03-16)
Bug Fixes
  • use postcss-nesting instead (6240fdf)
oruga-ui/oruga

v0.4.1

Compare Source

New features
  • Add computed and data attributes to class function context (see https://oruga.io/documentation/#adding-classes)
  • Add itemEmpty class to Autocomplete
  • Add global statusVariantIcon prop
  • Add autocomplete prop to Checkbox
  • Add keep first prop to InputItems
Fixes
  • Remove disabled attribute on label switch
  • Remove wrong disabled attribute on InputItems
  • Fix Autocomplete options scrolling on keydown or keyup
  • Fix Field component: check if slot children is array
  • Fix Field body content loop (oruga-next)
  • Horizontal field is now full width
  • Fix addons support for Field (oruga-next)
  • Fix: how message when horizontal field (#​136)
  • Fix Datepicker tab navigation with nearby-selectable-month-days prop
  • Fix Notification css

v0.4.0

Compare Source

Breaking changes
  • Full-width input in the default style (oruga.css)
New features
  • Add notification component
  • Add inputitems component
  • Improve Vue 3 support
Fixes
  • Fix pagination current-class using slot
  • Fix datepicker back selection when mulitple
  • Fix expanded prop to datepicker

v0.3.6

Compare Source

  • A lot of bugs fixed and improvements
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)
webdriverio/webdriverio

v7.6.1

Compare Source

🐛 Bug Fix
💅 Polish
  • wdio-cli, wdio-cucumber-framework, wdio-spec-reporter
    • #​6836 Modifies the cucumberEventListener to emit before-feature and after-feature events differently when using spec grouping configurations (@​mikesalvia)
📝 Documentation
Committers: 5

v7.6.0

Compare Source

🚀 New Feature
🐛 Bug Fix
💅 Polish
📝 Documentation
🏠 Internal
Committers: 7

v7.5.7

Compare Source

🐛 Bug Fix
💅 Polish
Committers: 1

v7.5.6

Compare Source

🐛 Bug Fix
💅 Polish
📝 Documentation
Committers: 3

v7.5.3

Compare Source

💅 Polish
📝 Documentation
Committers: 3

v7.5.2

Compare Source

🐛 Bug Fix
💅 Polish
📝 Documentation
Committers: 4

v7.5.1

Compare Source

🐛 Bug Fix
📝 Documentation
Committers: 3

v7.5.0

Compare Source

🚀 New Feature
🐛 Bug Fix
💅 Polish
📝 Documentation
Committers: 6

v7.4.6

Compare Source

💅 Polish
Committers: 2

v7.4.5

Compare Source

No updates!

v7.4.4

Compare Source

📝 Documentation
Committers: 1

v7.4.2

Compare Source

No updates!

v7.4.1

Compare Source

No updates!

v7.4.0

Compare Source

🚀 New Feature
🐛 Bug Fix
💅 Polish
📝 Documentation
Committers: 5

v7.3.1

Compare Source

🐛 Bug

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/all-minor-patch branch 3 times, most recently from a485a4e to f4f57fb Compare April 15, 2021 19:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b354f47 to 17a4e98 Compare May 26, 2021 19:46
@renovate renovate bot changed the title chore(deps): update oruga packages chore(deps): update all non-major dependencies May 26, 2021
@clarkdo clarkdo merged commit 7488aa2 into master May 26, 2021
@clarkdo clarkdo deleted the renovate/all-minor-patch branch May 26, 2021 19:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants