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 Jun 13, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/nuxt ^0.3.2 -> ^0.3.3 age adoption passing confidence
@nuxt/types ^2.15.6 -> ^2.15.7 age adoption passing confidence
@nuxtjs/tailwindcss ^4.1.3 -> ^4.2.0 age adoption passing confidence
@nuxtjs/vuetify ^1.11.3 -> ^1.12.1 age adoption passing confidence
@vue/test-utils ^1.2.0 -> ^1.2.1 age adoption passing confidence
@wdio/cli ^7.7.3 -> ^7.7.4 age adoption passing confidence
@wdio/local-runner ^7.7.3 -> ^7.7.4 age adoption passing confidence
@wdio/mocha-framework ^7.7.3 -> ^7.7.4 age adoption passing confidence
@wdio/sync ^7.7.3 -> ^7.7.4 age adoption passing confidence
ant-design-vue (source) ^1.7.5 -> ^1.7.6 age adoption passing confidence
babel-jest ^27.0.2 -> ^27.0.5 age adoption passing confidence
balm-ui (source) ^8.40.0 -> ^8.40.4 age adoption passing confidence
chromedriver ^91.0.0 -> ^91.0.1 age adoption passing confidence
core-js ^3.14.0 -> ^3.15.1 age adoption passing confidence
eslint (source) ^7.28.0 -> ^7.29.0 age adoption passing confidence
eslint (source) ^7.28.0 -> ^7.29.0 age adoption passing confidence
eslint-plugin-vue (source) ^7.11.1 -> ^7.12.1 age adoption passing confidence
jest (source) ^27.0.4 -> ^27.0.5 age adoption passing confidence
nightwatch (source) ^1.6.4 -> ^1.7.6 age adoption passing confidence
nuxt ^2.15.6 -> ^2.15.7 age adoption passing confidence
nuxt-buefy ^0.4.7 -> ^0.4.8 age adoption passing confidence
nuxt-windicss ^1.0.0 -> ^1.1.1 age adoption passing confidence
postcss (source) ^8.3.2 -> ^8.3.5 age adoption passing confidence
prettier (source) ^2.3.1 -> ^2.3.2 age adoption passing confidence
vant ^2.12.21 -> ^2.12.22 age adoption passing confidence
vuetify (source) ^2.5.3 -> ^2.5.5 age adoption passing confidence
webdriverio (source) ^7.7.3 -> ^7.7.4 age adoption passing confidence

Release Notes

chakra-ui/chakra-ui-vue

v0.3.3

Compare Source

nuxt/nuxt.js

v2.15.7

Compare Source

🔰 Security advisory

Please upgrade to nuxt@^2.15.7 if using nuxt@2.15.5 or nuxt@2.15.6

🐛 Bug Fixes
  • vue-app
    • #​9431 Check whether a route exists within the nuxt app before replacing
nuxt-community/tailwindcss-module

v4.2.0

Compare Source

Features
4.1.3 (2021-06-05)
Bug Fixes
4.1.2 (2021-05-13)
4.1.1 (2021-05-07)
nuxt-community/vuetify-module

v1.12.1

Compare Source

v1.12.0

Compare Source

Features
Bug Fixes
1.11.3 (2021-01-17)
Bug Fixes
  • remove fibers dependency to support node.js 14 on Windows (#​390) (7a02126)
  • sass-loader use additionalData vs prependData (a92eaf1)
1.11.2 (2020-04-26)
1.11.1 (2020-04-26)
Bug Fixes
vuejs/vue-test-utils

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)
webdriverio/webdriverio

v7.7.4

Compare Source

👓 Spec Compliancy
🐛 Bug Fix
💅 Polish
  • wdio-selenium-standalone-service
  • wdio-sauce-service
  • wdio-devtools-service
    • #​7027 Support Firefox 86+ in Devtools Service & Migrate from deprecated Console domain (@​dylanlive)
📝 Documentation
Committers: 6
vueComponent/ant-design-vue

v1.7.6

Compare Source

facebook/jest

v27.0.5

Compare Source

Features
  • [@jest/fake-timers] Flush callbacks scheduled with requestAnimationFrame every 16ms when using legacy timers. (#​11523)
  • [pretty-format] Use globalThis (with polyfill if required) to bring support for esbuild's browser bundling mode (#​11569
Fixes
  • [jest-core] Support special characters like @, + and () on Windows with --findRelatedTests (#​11548)
  • [@jest/fake-timers] Do not add setImmediate and clearImmediate if they do not exist in the global environment (#​11599)
  • [@jest/reporters] Allow node-notifier@10 as peer dependency (#​11523)
  • [@jest/reporters] Update v8-to-istanbul (#​11523)
balmjs/balm-ui

v8.40.4

Compare Source

Bug Fixes
  • <ui-tree>: fix reset selected value bug
  • <ui-rangepicker>: update css

v8.40.3

Compare Source

Chore
  • <ui-form-field>: optimize performance

v8.40.2

Compare Source

v8.40.1

Compare Source

Bug Fixes
  • <ui-form-field>: fix form-field label bug for form component props
  • <ui-tree>: fix selected default value for single tree
giggio/node-chromedriver

v91.0.1

Compare Source

zloirock/core-js

v3.15.1

Compare Source

  • Fixed cloning of regex through RegExp constructor, #​948

v3.15.0

Compare Source

  • Added RegExp named capture groups polyfill, #​521, #​944
  • Added RegExp dotAll flag polyfill, #​792, #​944
  • Added missed polyfills of Annex B features (required mainly for some non-browser engines), #​336, #​945:
    • escape
    • unescape
    • String.prototype.substr
    • Date.prototype.getYear
    • Date.prototype.setYear
    • Date.prototype.toGMTString
  • Fixed detection of forbidden host code points in URL polyfill
  • Allowed rhino target in core-js-compat / core-js-builder, added compat data for rhino 1.7.13, #​942, thanks @​gausie
  • .at marked as supported from FF90
eslint/eslint

v7.29.0

Compare Source

vuejs/eslint-plugin-vue

v7.12.1

Compare Source

🐛 Bug Fixes

  • #​1525 Fixed false positives for trailing comma with import in vue/script-indent rule.

v7.12.0

Compare Source

✨ Enhancements

  • #​1520 Improved vue/script-indent rule to support TypeScript syntax.
  • #​1481 Improved vue/script-indent rule and vue/html-indent rule to support ES2022 Class Fields syntax. (When using espree v8+.)

🐛 Bug Fixes

  • #​1521 Fixed wrong auto-fix in vue/no-deprecated-slot-attribute rule and vue/no-deprecated-slot-scope-attribute rule.
  • #​1522 Fixed false positives for default with type Function in vue/no-deprecated-props-default-this rule.

⚙️ Updates

  • #​1481 Supports ES2022 Class Fields. (When using espree v8+.)

All commits: v7.11.1 -> v7.12.0

nightwatchjs/nightwatch

v1.7.6

Compare Source

  • Fixed #​2755 – npm postinstall issue on windows

v1.7.5

Compare Source

  • Fixed an issue with parallel running where the number of available workers wasn't set correctly in some cases - 7754054
  • Fixed xml output generation when running tests with multiple environments in parallel (#​2734)

v1.7.3

Compare Source

Nightwatch v1.7

New features

Nightwatch v1.7.0 introduces a few major new features and improvements for the test runner and also regarding the test syntax, such as:

Fluent API

It is now possible to use ES6 async/await syntax and also chain api commands together in the same test case; e.g.:

it('find elements example', async function(browser) {
    const resultElements = await browser
      .url('https://nightwatchjs.org')
      .findElements('.features-container li');

    resultElements.forEach(item => console.log('Element Id:', item.getId()))
});
Integrated support for Microsoft Edge

You can now use the newer (Chromium-based) Microsoft Edge browser to run your Nightwatch tests. The auto-generated nightwatch.conf.js already includes configuration, so you can just run by passing the edge environment:

$ nightwatch --env edge
Parallelism for Firefox, Chrome, Safari, and Edge

You can now run tests in parallel via workers in any browser. Not only that, but now you can also run via test workers across multiple browsers in parallel.

Example:

$ nightwatch --env edge,firefox,chrome --parallel

New API commands

  • .findElement() / .findElements() - these commands provide improved support for locating single/multiple elements on the page; the response contains the web element id and a .getId() convenience method.

Example:

const resultElements = await browser.findElements('.features-container li');
resultElements.forEach(item => console.log('Element Id:', item.getId()))

const resultElement = await browser.findElement('.features-container li:first-child');
console.log('Element Id:', resultElement.getId());
  • .setPassword - support to redact params in logs (#​2672)
  • .isSelected() element command and assert.selected() assertion
  • .isEnabled() element command and assert.enabled() assertion

Fixes & Improvements

  • Added support to recursively append properties from super-env in test-settings (#​2718)
  • Fixed #​2695 - use locate strategy from args when valid strategy is found for waitFor element commands (#​2716)
  • Fixed #​2677 - add option to disable loading of typescript tests
  • Fixed an issue where test status wasn't reported for parallel runs (#​2733)

v1.7.2

Compare Source

Minor update to the auto-generated nightwatch config.

v1.7.1

Compare Source

This is a minor update to increase the default timeout option for browserstack in the auto-generated nightwatch config.

v1.7.0

Compare Source

This is a pre-release version for v1.7.3

buefy/nuxt-buefy

v0.4.8

Compare Source

windicss/nuxt-windicss-module

v1.1.1

Compare Source

  • chore(dependencies): upgrade windicss-webpack-plugin@1.2.1, fixes template compiling bug d2c3a91

v1.1.0

Compare Source

25 June 2021

v1.0.8

Compare Source

24 June 2021

  • Release 1.0.8 edec959
  • chore(dependencies): Bump windicss-webpack-plugin to 1.1.2 c0cc43f
  • chore(lint): add linted file 5752928

v1.0.7

Compare Source

24 June 2021

  • chore(dependencies): Bump to vite-plugin-windicss@1.1.1 4f54b25
  • Release 1.0.7 227142b
  • chore(release-it): avoid dodgy releases 288804b

v1.0.6

Compare Source

20 June 2021

v1.0.5

Compare Source

20 June 2021

v1.0.4

Compare Source

20 June 2021

  • fix(config): exclude node_modules_dev #86
  • Release 1.0.4 e5b5620

v1.0.3

Compare Source

15 June 2021

v1.0.2

Compare Source

15 June 2021

v1.0.1

Compare Source

15 June 2021

  • chore(dependencies): upgrade windicss-webpack-plugin to 1.1.0 cc6bd33
  • Release 1.0.1 8e16bdd
postcss/postcss

v8.3.5

Compare Source

  • Fixed broken AST detection.

v8.3.4

Compare Source

  • Fixed broken AST detection.

v8.3.3

Compare Source

  • Fixed broken AST on postcss dependency duplication in custom parsers.
prettier/prettier

v2.3.2

Compare Source

diff

Fix failure on dir with trailing slash (#​11000 by @​fisker)
$ ls
1.js  1.unknown
youzan/vant

v2.12.22

Compare Source

更新内容参见 CHANGELOG

Please refer to CHANGELOG for details.

vuetifyjs/vuetify

v2.5.5

Compare Source

🔧 Bug Fixes

v2.5.4

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: Renovate will not automatically rebase this PR, because other commits have been found.

👻 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 from cd87788 to 39f3378 Compare June 27, 2021 17:50
@clarkdo clarkdo merged commit be9b63d into master Jun 27, 2021
@clarkdo clarkdo deleted the renovate/all-minor-patch branch June 27, 2021 17:51
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