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

chore(deps): update all non-major dependencies #509

Merged
merged 2 commits into from May 18, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 30, 2020

This PR contains the following updates:

Package Type Update Change
@vue/test-utils devDependencies patch ^1.0.0-beta.33 -> ^1.0.3
@wdio/cli devDependencies patch ^6.1.5 -> ^6.1.12
@wdio/local-runner devDependencies patch ^6.1.6 -> ^6.1.12
@wdio/mocha-framework devDependencies patch ^6.1.6 -> ^6.1.8
@wdio/spec-reporter devDependencies patch ^6.1.5 -> ^6.1.12
@wdio/sync devDependencies patch ^6.1.5 -> ^6.1.8
ant-design-vue (source) dependencies minor ^1.5.4 -> ^1.6.0
ava (source) devDependencies patch ^3.8.1 -> ^3.8.2
bootstrap (source) dependencies minor ^4.4.1 -> ^4.5.0
bootstrap-vue (source) dependencies minor ^2.13.0 -> ^2.14.0
cac dependencies patch ^6.5.8 -> ^6.5.9
element-ui (source) dependencies patch ^2.13.1 -> ^2.13.2
jest (source) devDependencies patch ^25.5.2 -> ^25.5.4
lerna devDependencies minor ^3.20.2 -> ^3.21.0
lint-staged devDependencies patch ^10.2.1 -> ^10.2.4
nuxt-buefy dependencies patch ^0.3.28 -> ^0.3.30
sao dependencies patch ^1.7.0 -> ^1.7.1
stylelint (source) devDependencies minor ^13.3.3 -> ^13.4.0
ts-jest (source) devDependencies minor ^25.4.0 -> ^25.5.1
vuesax (source) dependencies patch ^4.0.1-alpha.16 -> ^4.0.1-alpha.18
webdriverio (source) devDependencies patch ^6.1.5 -> ^6.1.12

Release Notes

vuejs/vue-test-utils

v1.0.3

Compare Source

This is a small release, mainly to improve the deprecation messages.

Bugfix/improvements

fix #​1541: Improve deprecation messages (#​1548)
fix: added missing import of the Cheerio type (fix #​1526) (#​1527)
fix: Add attachToDocument conditional deprecation message, (#​1546)
fix: Sync docs with v1.0 (#​1538)

v1.0.2

Compare Source

Note: Version bump only for package vue-test-utils

v1.0.1

Compare Source

v1.0.0

Compare Source

Features
webdriverio/webdriverio

v6.1.12

Compare Source

💅 Polish
📝 Documentation
Committers: 7

v6.1.11

Compare Source

👓 Spec Compliancy
Committers: 1

v6.1.9

Compare Source

🐛 Bug Fix
📝 Documentation
Committers: 3

v6.1.8

Compare Source

💅 Polish
🏠 Internal
Committers: 4

v6.1.7

Compare Source

🐛 Bug Fix
📝 Documentation
Committers: 4
vueComponent/ant-design-vue

v1.6.0

Compare Source

2020-5-15

  • 🌟 Tootip supports custom components 741897
  • 🐞 Refactor Modal's underlying Portal components to solve the problem of delayed content update in Modal #​2244
  • 🐞 Fix Select option focus border style in Input.Group #​2224
  • 🐞 Fix Cascader option icon color when disabled #​2223
  • 🐞 Fix DatePicker color when separator is disabled #​2222
  • 🐞 Fix Carousel keyboard switch to Radio / Checkbox on inactive slide.
  • 🐞 Fix the problem that Table filter menu is not displayed when less version is 2.x. #​23272
  • 🐞 Fix the failure of Table column.filtered.
  • 🐞 Fix the style problem of Input in Safari browser in Select multiple mode. #​22586
  • 🐞 Fix the problem that Descriptions can not adapt in small size. #​22407

  • 🌟 Tootip 支持自定义组件 741897
  • 🐞 重构 Modal、Drawer 底层 Portal 组件,解决 Modal、Drawer 内容更新延迟问题 #​2244
  • 🐞 修复 Input.Group 中 Select 选项 focus 边框样式 #​2224
  • 🐞 修复 Cascader 选项图标禁用时的颜色 #​2223
  • 🐞 修复 DatePicker 分隔符禁用时颜色 #​2222
  • 🐞 修复 Carousel 键盘切换到非活跃 slide 上的 Radio/Checkbox 的问题。
  • 🐞 修复 Table 筛选菜单在 less 版本为 2.x 时不显示的问题。#​23272
  • 🐞 修复 Table column.filtered 失效的问题。
  • 🐞 修复 Select multiple 模式下,Input 在 Safari 浏览器的样式问题。#​22586
  • 🐞 修复 Descriptions 在小尺寸下无法自适应的问题。#​22407

v1.5.6

Compare Source

v1.5.5

Compare Source

2020-05-08

  • 🐞 Fix Tabs not showing issue under safari 13 #​2199
  • 🐞 Fix the first input failure of Input under FireFox #​2151
  • 🐞 Fix Input cursor shift issue in Modal component #​2207

2020-05-08

  • 🐞 修复 Tabs 在 safari 13 下不展示问题 #​2199
  • 🐞 修复 Input 在 FireFox 下第一次输入失败问题 #​2151
  • 🐞 修复 Input 在 Modal 组件中光标移位问题 #​2207
avajs/ava

v3.8.2

Compare Source

twbs/bootstrap

v4.5.0

Compare Source

Highlights
  • New interaction utilities. Quickly set user-select with the new utilities and Sass map.
  • New Reboot style for pointer cursors. We now include a role="button" selector in Reboot to set cursor: pointer on non-<button> element buttons.
  • Examples are now downloadable. We've added a script to zip up and offer all our Examples as their own download from the docs.
  • Saved ~5% from the compressed minified JS builds.
  • Added guidance to our docs for how to work around our longstanding input group rounded corner bug.
  • Redesigned docs homepage and navbar to increment us towards v5's new docs design.
  • Deprecated bg-gradient-variant mixin as it's being removed in v5.
  • Updated to jQuery v3.5.1, Jekyll v4, and dropped Node.js < 10 for development.
CSS
  • #​29413: Prevent vertical offset on progress bar in IE11
  • #​29745: Add display: flex on .breadcrumb-item
  • #​29819: Allow percentages in container widths
  • #​29857: Escape brackets
  • #​29946: Added new variable for padding on dropdown header
  • #​30004: Fixes disabled .btn cursor
  • #​30036: Added focus state to .btn-link
  • #​30043: Fix IE auto-size input-group to column
  • #​30049: Prevent grid with default cols from breaking when large pre is present by setting min-width: 0
  • #​30074: Use word-wrap in .text-break for IE and Edge compatibility
  • #​30166: Avoid border-radius functions returning negative values
  • #​30183: Remove unnecessary reduce motion when $enable-transition: false
  • #​30244: Fix centered modal scrolling issue
  • #​30262: Prevent link underline change from affecting some components
  • #​30361: Remove appearance from date inputs
  • #​30391: Prevent redundant transition: none intransition()` mixin
  • #​30497: Fix card list group borders & radii
  • #​30504: Fix spinner-grow animation in Safari
  • #​30515: Add .card-footer color
  • #​30555, #​30512, #​30480: Use box-shadow mixin for .form-select, .btn, and other form controls
  • #​30562: Added new interaction utilities for user-select and a new - role="button" in Reboot to set cursor: pointer.
  • #​30582: Delete unnecessary appearance: none from button.close
  • #​30594: Deprecate bg-gradient-variant mixin
  • #​30605, #​30606: Grid now checks for for $grid-columns > 0
  • #​30609: Checks for an empty $grid-breakpoints map list to remove all breakpoints
  • #​30660: Prevent list group style leaks
  • #​30685: Disable auto-hiding scrollbar in IE and legacy Edge
JavaScript
  • #​29886: Close modal with keyboard=true & backdrop=static
  • #​29968: sanitizer.js: Add srcset in the allowed attributes
  • #​30381: Updated tab.js to address accessibility issue when using ul/li semantic
  • #​30383: ensure totype always return stringified null when null passed
  • #​30388: enable button toggle on label when checkbox is inside
  • #​30490: Switch to string constants to save ~5% on compressed file size
  • #​30510, #​30511: Fix event propagation from inactive and disabled dropdowns
  • #​30744: ensure build plugins can exit in error
  • #​30772: Prevent scrollbar replacement on non-integer width
  • 22f75c: scrollspy: only accept valid Elements as input for target
Docs
  • Redesigned docs homepage
  • Improved tap target sizing in our navigation
  • Added examples for our input group border-radius workaround
  • Added warning to browser bugs page that it's no longer maintained
  • Added loading="lazy" for images
  • #​29782: Improve wrapping and hit area of accordion example titles
  • #​29820: move width after make-container() mixin
  • #​29937: Add missing Noto Sans font to font stack
  • #​29956: Add Microsoft Edge for macOS to supported browsers
  • #​30130: Added ability to zip and download our Examples
  • #​30175: Add version number in page titles
  • #​30180: Changed input group validation examples to reflect issues with input group
  • #​30207: Headings hierarchy in theming.md
  • #​30325: Updated modal docs to simplify data-target usage and more
  • #​30416: Clarify card group behavior
  • #​30469: Remove holder.js leftovers
  • #​30505: Use existing position utility in navbar example
  • #​30695: make the check for URL stricter in our docs search
  • #​30755: Removed role="document" from the modal dialog
Examples
  • #​29886: Fix checkout page forms
  • #​30573: Improve the responsiveness of our Dashboard example
Dependencies
  • Updated jQuery to v3.5.1
  • Replaced bundlesize with bundlewatch
  • Updated to Jekyll v4
  • Drop Node.js < 10
  • Misc devDependencies updates
bootstrap-vue/bootstrap-vue

v2.14.0

Compare Source

Released: 2020-05-12

Features v2.14.0
  • b-avatar-group: new helper component <b-avatar-group>
    (#​5272)
    (c84faae)
  • b-nav-item-dropdown: improve default handling of dropdown toggle link (closes
    #​3942)
    (#​5344)
    (62c6105)
  • v-b-toggle: support specifying target ID via directive argument, and array of target IDs via
    directive value (closes #​4834)
    (#​5336)
    (260ef72)
Bug Fixes v2.14.0
  • b-modal: remove role="document" from .modal-content
    (#​5345)
    (0c2b406)
  • perf: avoid useless re-renders of component on parent update
    (#​4825)
    (2cb3fe0)
Other v2.14.0
  • dev dependency upgrades
  • docs updates
  • upgrade to vue test utils 1.0.x

v2.13.1

Compare Source

Released: 2020-05-05

Bug Fixes v2.13.1
  • b-table, b-table-lite, b-table-simple: handle head/foot variant for sticky columns (fixes
    #​5278)
    (#​5279)
    (53e309e)
Other v2.13.1
  • documentation updates
  • dev dependency updates
egoist/cac

v6.5.9

Compare Source

Bug Fixes
ElemeFE/element

v2.13.2

Compare Source

Bug fixes
Optimization
Bug 修复
Optimization
facebook/jest

v25.5.4

Compare Source

Fixes
  • [jest-jasmine2] Don't run beforeAll / afterAll in skipped describe blocks (#​9931)
Chore & Maintenance
  • [jest-runtime] Do not warn when mutating require.cache (#​9946)

v25.5.3

Compare Source

Chore & Maintenance
  • [jest-circus] Fix memory leak when running in band (#​9934)
lerna/lerna

v3.21.0

Compare Source

Bug Fixes
  • publish: Canary releases without previous tags should not explode (c9eb590)
Features
  • project: Add getPackagesSync() export (068bdd7)
  • version: Ignore private packages completely with --no-private (a9b9f97)

3.20.2 (2020-01-02)

Bug Fixes
  • version: Loosen --atomic fallback to catch incompatible CLI versions (6f0e2bb), closes #​2400

3.20.1 (2019-12-29)

Bug Fixes
  • version: Support git clients that do not support git push --atomic (2b9b210)
okonet/lint-staged

v10.2.4

Compare Source

Bug Fixes

v10.2.3

Compare Source

Bug Fixes

v10.2.2

Compare Source

Bug Fixes
  • chunkFiles chunks normalized files even when maxArgLength is set (#​858) (fc72170)
buefy/nuxt-buefy

v0.3.30

Compare Source

v0.3.29

Compare Source

saojs/sao

v1.7.1

Compare Source

Bug Fixes
stylelint/stylelint

v13.4.0

Compare Source

  • Added: ignore:["delay"] to time-min-milliseconds (#​4743).
  • Added: ignoreFunctions: [] to value-keyword-case (#​4733).
  • Fixed: improved performance when auto syntax is used (#​4729).
  • Fixed: --report-needless-disables respects stylelint-disable commands (#​4714).
  • Fixed: at-rule-property-requirelist TypeError for comments inside of font-face (#​4744).
  • Fixed: declaration-block-trailing-semicolon false positives for CSS-in-JS object notation (#​4749).
  • Fixed: declaration-empty-line-before false positives for inlines styles (#​4726).
  • Fixed: media-feature-name-* false positives for forced-colors (#​4775).
  • Fixed: value-keyword-case false positives WebExtension replacement keywords (#​4778).
  • Fixed: value-keyword-case false positives regression for mixed-case properties and the ignoreProperties option (#​4748).
kulshekhar/ts-jest

v25.5.1

Compare Source

Bug Fixes
  • compiler: don't resolve files from build folder for projectReferences (#​1614) (74b92d3)
  • config: don't set include value of tsconfig to empty array (#​1606) (8a29aaa)

v25.5.0

Compare Source

Bug Fixes
  • compiler: make projectReferences work with isolatedModules: false (#​1541) (3e8efbe)
  • compiler: allow using files provided by tsconfig (#​1562) (a9f02bd)
  • config: verify testMatchPatterns contain RegExp instance or string type values (#​1569) (7f85bab)
Features
  • config: add tsconfig alias to tsConfig option (#​1565) (c10eb6d)
  • config: define 'ts-jest' on ConfigGlobals interface of @jest/types (#​1592) (4526392)
Performance Improvements
  • compiler: don’t write compile output to file system but rely on jest cache (#​1561) (d11a4ea)
  • compiler: improve performance for isolatedModules: false (#​1558) (85c09e3)
BREAKING CHANGES
  • Any custom typing files or files which are needed to be compiled and intended to use with jest need to be defined in files option of tsconfig.

For example:

// tsconfig.json
{
   // ...other configs
   "files": [
       "my-custom-typings.d.ts",
       "my-global-module.ts"
   ]
}
  • compiler: incremental and compilerHost options are no longer available. Please remove it from your ts-jest config.

Renovate 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 from 7e03769 to 55ee8da Compare May 1, 2020 04:23
@renovate renovate bot changed the title chore(deps): update devdependency jest to ^25.5.3 chore(deps): update all non-major dependencies May 1, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from f93795e to 6e47934 Compare May 9, 2020 02:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from f7f7945 to 3be16ce Compare May 15, 2020 16:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 96c7428 to c0af360 Compare May 18, 2020 08:41
@renovate renovate bot changed the title chore(deps): update all non-major dependencies Update all non-major dependencies May 18, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c790b11 to 5f5f6a6 Compare May 18, 2020 09:04
@renovate renovate bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies May 18, 2020
@Atinux Atinux requested a review from clarkdo May 18, 2020 09:17
@clarkdo
Copy link
Member

clarkdo commented May 18, 2020

We need to ignore @vue-/test-utils until vuejs/vue-jest#241 gets fixed.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0978e4d to e3df7ab Compare May 18, 2020 17:16
@renovate
Copy link
Contributor Author

renovate bot commented May 18, 2020

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@clarkdo clarkdo merged commit 1cca0b8 into master May 18, 2020
@clarkdo clarkdo deleted the renovate/all-minor-patch branch May 18, 2020 17:27
Atinux added a commit that referenced this pull request Jun 22, 2020
* feat: prepare for Nuxt 2.13

* fix(jest): downgrate vue-jest to v3
pending by vuejs/vue-jest#241

* chore(deps): update all non-major dependencies (#509)

* fix(prettier): add stylelint-config-prettier

* chore(deps): update jest packages (major) (#513)

* chore: add npm registry config

* chore(deps): update all non-major dependencies

* chore(deps): update devdependency @nuxt/typescript-build to v1

* fix(ava): expect vm truthy as vue instance assertion

* chore(deps): update all non-major dependencies

* chore(deps): update all non-major dependencies

* feat(template): remove dotenv module (#544)

* chore: optimize svg & animation (#547)

* feat: add content module (#540)

* chore(deps): update all non-major dependencies

* chore(deps): lock file maintenance (#541)

* v3.0.0

* chore: update snapshots

* chore: update prompts and add TS runtime by default

* chore: fix lint issue

Co-authored-by: Clark Du <clark.duxin@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants