VictorWinberg / webbuilder

Webbuilder™
1 stars 0 forks source link

Update all non-major dependencies #222

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/express 4.17.12 -> 4.17.13 age adoption passing confidence
@types/handlebars-helpers 0.5.2 -> 0.5.3 age adoption passing confidence
@types/jest 26.0.23 -> 26.0.24 age adoption passing confidence
@types/lodash 4.14.170 -> 4.14.172 age adoption passing confidence
@types/mustache 4.1.1 -> 4.1.2 age adoption passing confidence
@types/node 12.20.15 -> 12.20.18 age adoption passing confidence
@types/sequelize 4.28.9 -> 4.28.10 age adoption passing confidence
@vue/test-utils 1.2.1 -> 1.2.2 age adoption passing confidence
buefy (source) 0.9.7 -> 0.9.8 age adoption passing confidence
core-js 3.14.0 -> 3.16.0 age adoption passing confidence
element-ui (source) 2.15.2 -> 2.15.5 age adoption passing confidence
nodemon (source) 2.0.7 -> 2.0.12 age adoption passing confidence
sass 1.34.1 -> 1.37.5 age adoption passing confidence
start-server-and-test 1.12.5 -> 1.13.1 age adoption passing confidence
typescript (source) 3.9.9 -> 3.9.10 age adoption passing confidence
vue-router 3.5.1 -> 3.5.2 age adoption passing confidence

Release Notes

vuejs/vue-test-utils ### [`v1.2.2`](https://togithub.com/vuejs/vue-test-utils/releases/v1.2.2) [Compare Source](https://togithub.com/vuejs/vue-test-utils/compare/v1.2.1...v1.2.2) This release contains no bug fixes or behavior changes; it simply improves the type definitions. #### Types - types: type createLocalVue method [#​1873](https://togithub.com/vuejs/vue-test-utils/issues/1873) - types: add generic for wrapper.find() and wrapper.get() [#​1871](https://togithub.com/vuejs/vue-test-utils/issues/1871)
buefy/buefy ### [`v0.9.8`](https://togithub.com/buefy/buefy/blob/master/CHANGELOG.md#​098) [Compare Source](https://togithub.com/buefy/buefy/compare/v0.9.7...v0.9.8) ##### New features - Shipped with Bulma 0.9.3 ([release note](https://togithub.com/jgthms/bulma/releases/tag/0.9.3)) - Support `keep first` on taginput elements (thanks [@​fabiofdsantos](https://togithub.com/fabiofdsantos)) - Add missing typehints for the notification component (thanks [@​maartenvanasperen](https://togithub.com/maartenvanasperen)) - Improve accessibility to dropdown and autocomplete (thanks [@​eveenendaal](https://togithub.com/eveenendaal)) - Add `detail-icon` prop to Table component (thanks [@​holtolee](https://togithub.com/holtolee)) - Add `delay` prop to Sidebar component (thanks [@​holtolee](https://togithub.com/holtolee)) ##### Fixes - Fix [#​3329](https://togithub.com/buefy/buefy/issues/3329) checkbox autocompletion (thanks [@​markovejnovic](https://togithub.com/markovejnovic)) - Fix datepicker tab navigation with `nearby-selectable-month-days` prop (thanks [@​Raljuk](https://togithub.com/Raljuk)) - Fix [#​3342](https://togithub.com/buefy/buefy/issues/3342) iPad detection (thanks [@​lboecker](https://togithub.com/lboecker)) - Fix [#​3333](https://togithub.com/buefy/buefy/issues/3333) multiple datepicker stay on month on date removal (thanks [@​mateusbw](https://togithub.com/mateusbw)) - Fix [#​3366](https://togithub.com/buefy/buefy/issues/3366) notification animation effect on close (thanks [@​LeoMouyna](https://togithub.com/LeoMouyna))
zloirock/core-js ### [`v3.16.0`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3160---20210730) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.15.2...v3.16.0) - [`Array` find from last proposal](https://togithub.com/tc39/proposal-array-find-from-last) moved to the stage 3, [July 2021 TC39 meeting](https://togithub.com/tc39/proposal-array-find-from-last/pull/47) - [`Array` filtering stage 1 proposal](https://togithub.com/tc39/proposal-array-filtering): - `Array.prototype.filterReject` replaces `Array.prototype.filterOut` - `%TypedArray%.prototype.filterReject` replaces `%TypedArray%.prototype.filterOut` - Added [`Array` grouping stage 1 proposal](https://togithub.com/tc39/proposal-array-grouping): - `Array.prototype.groupBy` - `%TypedArray%.prototype.groupBy` - Work with symbols made stricter: some missed before cases of methods that should throw an error on symbols now works as they should - Handling `@@​toPrimitive` in some cases of `ToPrimitive` internal logic made stricter - Fixed work of `Request` with polyfilled `URLSearchParams`, [#​965](https://togithub.com/zloirock/core-js/issues/965) - Fixed possible exposing of collections elements metadata in some cases, [#​427](https://togithub.com/zloirock/core-js/issues/427) - Fixed crashing of `Object.create(null)` on WSH, [#​966](https://togithub.com/zloirock/core-js/issues/966) - Fixed some cases of typed arrays subclassing logic - Fixed a minor bug related to string conversion in `RegExp#exec` - Fixed `Date.prototype.getYear` feature detection - Fixed content of some entry points - Some minor optimizations and refactoring - Deno: - Added Deno support (sure, after bundling since Deno does not support CommonJS) - Allowed `deno` target in `core-js-compat` / `core-js-builder` - A bundle for Deno published on [deno.land/x/corejs](https://deno.land/x/corejs) - Added / updated compat data / mapping: - Deno 1.0-1.13 - NodeJS up to 16.6 - iOS Safari up to 15.0 - Samsung Internet up to 15.0 - Opera Android up to 64 - `Object.hasOwn` marked as supported from [V8 9.3](https://chromestatus.com/feature/5662263404920832) and [FF92](https://bugzilla.mozilla.org/show_bug.cgi?id=1721149) - `Date.prototype.getYear` marked as not supported in IE8- - Added `summary` option to `core-js-builder`, see more info in the [`README`](https://togithub.com/zloirock/core-js/blob/master/packages/core-js-builder/README.md), [#​910](https://togithub.com/zloirock/core-js/issues/910) ### [`v3.15.2`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3152---20210629) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.15.1...v3.15.2) - Worked around breakage related to `zone.js` loaded before `core-js`, [#​953](https://togithub.com/zloirock/core-js/issues/953) - Added NodeJS 16.4 -> Chrome 91 compat data mapping ### [`v3.15.1`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3151---20210623) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.15.0...v3.15.1) - Fixed cloning of regex through `RegExp` constructor, [#​948](https://togithub.com/zloirock/core-js/issues/948) ### [`v3.15.0`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3150---20210621) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.14.0...v3.15.0) - Added `RegExp` named capture groups polyfill, [#​521](https://togithub.com/zloirock/core-js/issues/521), [#​944](https://togithub.com/zloirock/core-js/issues/944) - Added `RegExp` `dotAll` flag polyfill, [#​792](https://togithub.com/zloirock/core-js/issues/792), [#​944](https://togithub.com/zloirock/core-js/issues/944) - Added missed polyfills of [Annex B](https://tc39.es/ecma262/#sec-additional-built-in-properties) features (required mainly for some non-browser engines), [#​336](https://togithub.com/zloirock/core-js/issues/336), [#​945](https://togithub.com/zloirock/core-js/issues/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](https://togithub.com/zloirock/core-js/issues/942), thanks [@​gausie](https://togithub.com/gausie) - `.at` marked as supported from FF90
ElemeFE/element ### [`v2.15.5`](https://togithub.com/ElemeFE/element/releases/v2.15.5) [Compare Source](https://togithub.com/ElemeFE/element/compare/v2.15.4...v2.15.5) ##### 2.15.5 *2021-08-04* - Select - fix resetInputHeight ([#​21201](https://togithub.com/ElemeFE/element/issues/21201) by [@​cs1707](https://togithub.com/cs1707)) ##### 2.15.5 *2021-08-04* ##### Bug 修复 - Select - 修复 resetInputHeight 报错的 bug ([#​21201](https://togithub.com/ElemeFE/element/issues/21201) by [@​cs1707](https://togithub.com/cs1707)) ### [`v2.15.4`](https://togithub.com/ElemeFE/element/releases/v2.15.4) [Compare Source](https://togithub.com/ElemeFE/element/compare/v2.15.3...v2.15.4) ##### 2.15.4 *2021-08-03* ##### New features - Descriptions - add description component ([#​21129](https://togithub.com/ElemeFE/element/issues/21129) by [@​cs1707](https://togithub.com/cs1707)) - Result - add result component ([#​21171](https://togithub.com/ElemeFE/element/issues/21171) by [@​cs1707](https://togithub.com/cs1707)) ##### Bug fixes - Utils - fix isScroll ([#​21098](https://togithub.com/ElemeFE/element/issues/21098) by [@​canvascat](https://togithub.com/canvascat)) - Translation - update it.js ([#​21133](https://togithub.com/ElemeFE/element/issues/21133) by [@​bliberi](https://togithub.com/bliberi)) - RadioGroup - fix RadioGroup used in component causes exception [#​17908](https://togithub.com/ElemeFE/element/issues/17908) ([#​20783](https://togithub.com/ElemeFE/element/issues/20783) by [@​lceric](https://togithub.com/lceric)) - Message - fix message\[type] ([#​21088](https://togithub.com/ElemeFE/element/issues/21088) by [@​cs1707](https://togithub.com/cs1707)) - Carousel - reset the timer when setActiveItem method is called ([#​20846](https://togithub.com/ElemeFE/element/issues/20846) by [@​Nekojita1](https://togithub.com/Nekojita1)) - Cascader - fix emitPath ([#​21185](https://togithub.com/ElemeFE/element/issues/21185) by [@​cs1707](https://togithub.com/cs1707)) - Select - fix select filterable bug ([#​17494](https://togithub.com/ElemeFE/element/issues/17494) by [@​profore](https://togithub.com/profore)) - fix a bug that makes the browser jitter in zoom mode ([#​21197](https://togithub.com/ElemeFE/element/issues/21197) by [@​cs1707](https://togithub.com/cs1707)) - Tree - fix insertChild ([#​21194](https://togithub.com/ElemeFE/element/issues/21194) by [@​cs1707](https://togithub.com/cs1707)) ##### 2.15.4 *2021-08-03* ##### 新特性 - Descriptions - 新增 Descriptions 组件 ([#​21129](https://togithub.com/ElemeFE/element/issues/21129) by [@​cs1707](https://togithub.com/cs1707)) - Result - 新增 Result 组件 ([#​21171](https://togithub.com/ElemeFE/element/issues/21171) by [@​cs1707](https://togithub.com/cs1707)) ##### Bug 修复 - Utils - 修复 isScroll ([#​21098](https://togithub.com/ElemeFE/element/issues/21098) by [@​canvascat](https://togithub.com/canvascat)) - Translation - 更新 it.js ([#​21133](https://togithub.com/ElemeFE/element/issues/21133) by [@​bliberi](https://togithub.com/bliberi)) - RadioGroup - 修复 RadioGroup 与 component 兼容的 bug ([#​20783](https://togithub.com/ElemeFE/element/issues/20783) by [@​lceric](https://togithub.com/lceric)) - Message - 修复 message\[type] ([#​21088](https://togithub.com/ElemeFE/element/issues/21088) by [@​cs1707](https://togithub.com/cs1707)) - Carousel - 修复 setActiveItem 重置计时 ([#​20846](https://togithub.com/ElemeFE/element/issues/20846) by [@​Nekojita1](https://togithub.com/Nekojita1)) - Cascader - 修复 emitPath ([#​21185](https://togithub.com/ElemeFE/element/issues/21185) by [@​cs1707](https://togithub.com/cs1707)) - Select - 修复 filterable bug ([#​17494](https://togithub.com/ElemeFE/element/issues/17494) by [@​profore](https://togithub.com/profore)) - 修复浏览器缩放抖动的 bug ([#​21197](https://togithub.com/ElemeFE/element/issues/21197) by [@​cs1707](https://togithub.com/cs1707)) - Tree - 修复 insertChild ([#​21194](https://togithub.com/ElemeFE/element/issues/21194) by [@​cs1707](https://togithub.com/cs1707)) ### [`v2.15.3`](https://togithub.com/ElemeFE/element/releases/v2.15.3) [Compare Source](https://togithub.com/ElemeFE/element/compare/v2.15.2...v2.15.3) ##### 2.15.3 *2021-06-29* ##### New features - Skeleton - add skeleton component ([#​21038](https://togithub.com/ElemeFE/element/issues/21038) by [@​cs1707](https://togithub.com/cs1707)) - Empty - add empty component ([#​21080](https://togithub.com/ElemeFE/element/issues/21080) by [@​cs1707](https://togithub.com/cs1707)) ##### Bug fixes - Local - fix week translations for hr locale ([#​21040](https://togithub.com/ElemeFE/element/issues/21040) by [@​cs1707](https://togithub.com/cs1707)) - Table - fix lazy load data ([#​21041](https://togithub.com/ElemeFE/element/issues/21041) by [@​cs1707](https://togithub.com/cs1707)) - Docs - fix form hide-required-asterisk description ([#​21045](https://togithub.com/ElemeFE/element/issues/21045) by [@​cs1707](https://togithub.com/cs1707)) - Drawer: - fix destroy ([#​20715](https://togithub.com/ElemeFE/element/issues/20715) by [@​zj9495](https://togithub.com/zj9495)) - Row - fix align top ([#​20963](https://togithub.com/ElemeFE/element/issues/20963) by [@​cs1707](https://togithub.com/cs1707)) - Select - fix the bug when the value is Boolean ([#​21052](https://togithub.com/ElemeFE/element/issues/21052) by [@​cs1707](https://togithub.com/cs1707)) - Calendar - fix first-day-of-week ([#​21057](https://togithub.com/ElemeFE/element/issues/21057) by [@​cs1707](https://togithub.com/cs1707)) - Utils - fix isScroll ([#​21065](https://togithub.com/ElemeFE/element/issues/21065) by [@​cs1707](https://togithub.com/cs1707)) - fix(utils.dom by [@​fw6](https://togithub.com/fw6)) - TypeScript - add CascaderPanel export type ([#​21070](https://togithub.com/ElemeFE/element/issues/21070) by [@​qige2016](https://togithub.com/qige2016)) - add spinner.d.ts ([#​21090](https://togithub.com/ElemeFE/element/issues/21090) by [@​qige2016](https://togithub.com/qige2016)) ##### 2.15.3 *2021-06-29* ##### 新特性 - Skeleton - 新增 Skeleton 组件 ([#​21038](https://togithub.com/ElemeFE/element/issues/21038) by [@​cs1707](https://togithub.com/cs1707)) - Empty - 新增 Empty 组件 ([#​21080](https://togithub.com/ElemeFE/element/issues/21080) by [@​cs1707](https://togithub.com/cs1707)) ##### Bug 修复 - Local - 修复 hr 语言 week 翻译 ([#​21040](https://togithub.com/ElemeFE/element/issues/21040) by [@​cs1707](https://togithub.com/cs1707)) - Table - 修复 lazy load data ([#​21041](https://togithub.com/ElemeFE/element/issues/21041) by [@​cs1707](https://togithub.com/cs1707)) - Docs - 修改 form 组件 hide-required-asterisk 描述 ([#​21045](https://togithub.com/ElemeFE/element/issues/21045) by [@​cs1707](https://togithub.com/cs1707)) - Drawer: - 修复 destroy ([#​20715](https://togithub.com/ElemeFE/element/issues/20715) by [@​zj9495](https://togithub.com/zj9495)) - Row - 修复 align top ([#​20963](https://togithub.com/ElemeFE/element/issues/20963) by [@​cs1707](https://togithub.com/cs1707)) - Select - 修复 value 为 Boolean 类型的bug ([#​21052](https://togithub.com/ElemeFE/element/issues/21052) by [@​cs1707](https://togithub.com/cs1707)) - Calendar - 修复 first-day-of-week ([#​21057](https://togithub.com/ElemeFE/element/issues/21057) by [@​cs1707](https://togithub.com/cs1707)) - Utils - 修复 fix isScroll ([#​21065](https://togithub.com/ElemeFE/element/issues/21065) by [@​cs1707](https://togithub.com/cs1707)) - 修复 (utils.dom by [@​fw6](https://togithub.com/fw6)) - TypeScript - 增加 CascaderPanel 类型导出 ([#​21070](https://togithub.com/ElemeFE/element/issues/21070) by [@​qige2016](https://togithub.com/qige2016)) - 增加 spinner.d.ts ([#​21090](https://togithub.com/ElemeFE/element/issues/21090) by [@​qige2016](https://togithub.com/qige2016))
remy/nodemon ### [`v2.0.12`](https://togithub.com/remy/nodemon/releases/v2.0.12) [Compare Source](https://togithub.com/remy/nodemon/compare/v2.0.11...v2.0.12) ##### Bug Fixes - **windows:** properly handle quoted args in event ([0823f18](https://togithub.com/remy/nodemon/commit/0823f18435e43639f3b6b9f296b7385e99cffa3b)), closes [#​1823](https://togithub.com/remy/nodemon/issues/1823) ### [`v2.0.11`](https://togithub.com/remy/nodemon/releases/v2.0.11) [Compare Source](https://togithub.com/remy/nodemon/compare/v2.0.10...v2.0.11) ##### Bug Fixes - ensure numerical OS version check ([f523d0e](https://togithub.com/remy/nodemon/commit/f523d0ea49b1569af141a056bc400e7cb538aa9a)) ### [`v2.0.10`](https://togithub.com/remy/nodemon/releases/v2.0.10) [Compare Source](https://togithub.com/remy/nodemon/compare/v2.0.9...v2.0.10) ##### Bug Fixes - windows 8 doesn't support windows-kill ([6c6cb65](https://togithub.com/remy/nodemon/commit/6c6cb65317b1d95ef25c91885b55d589c2a020d6)), closes [#​1876](https://togithub.com/remy/nodemon/issues/1876) ### [`v2.0.9`](https://togithub.com/remy/nodemon/releases/v2.0.9) [Compare Source](https://togithub.com/remy/nodemon/compare/v2.0.8...v2.0.9) ##### Bug Fixes - allow windows users to install globally again ([#​1874](https://togithub.com/remy/nodemon/issues/1874)) ([3242215](https://togithub.com/remy/nodemon/commit/3242215ec438baa96299fd085238178c6ee59f53)), closes [#​1872](https://togithub.com/remy/nodemon/issues/1872) ### [`v2.0.8`](https://togithub.com/remy/nodemon/releases/v2.0.8) [Compare Source](https://togithub.com/remy/nodemon/compare/v2.0.7...v2.0.8) ##### Bug Fixes - add support for SIGINT on Windows (fixes issue [#​1720](https://togithub.com/remy/nodemon/issues/1720)) ([#​1853](https://togithub.com/remy/nodemon/issues/1853)) ([500c1b0](https://togithub.com/remy/nodemon/commit/500c1b06e8f3bbb2d407306e5f5411be9b09b9af))
sass/dart-sass ### [`v1.37.5`](https://togithub.com/sass/dart-sass/blob/master/CHANGELOG.md#​1375) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.37.4...1.37.5) - No user-visible changes. ### [`v1.37.4`](https://togithub.com/sass/dart-sass/blob/master/CHANGELOG.md#​1374) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.37.3...1.37.4) - No user-visible changes. ### [`v1.37.3`](https://togithub.com/sass/dart-sass/blob/master/CHANGELOG.md#​1373) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.37.2...1.37.3) - No user-visible changes. ### [`v1.37.2`](https://togithub.com/sass/dart-sass/blob/master/CHANGELOG.md#​1372) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.37.1...1.37.2) - No user-visible changes. ### [`v1.37.1`](https://togithub.com/sass/dart-sass/blob/master/CHANGELOG.md#​1371) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.37.0...1.37.1) - No user-visible changes. ### [`v1.37.0`](https://togithub.com/sass/dart-sass/blob/master/CHANGELOG.md#​1370) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.36.0...1.37.0) ##### Dart API - **Potentially breaking bug fix:** `SassNumber.asSlash`, `SassNumber.withSlash()`, and `SassNumber.withoutSlash()` have been marked as `@internal`. They were never intended to be used outside the `sass` package. - **Potentially breaking bug fix:** `SassException` has been marked as `@sealed` to formally indicate that it's not intended to be extended outside of the `sass` package. - Add a `Value.withListContents()` method that returns a new Sass list with the same list separator and brackets as the current value, interpreted as a list. ### [`v1.36.0`](https://togithub.com/sass/dart-sass/blob/master/CHANGELOG.md#​1360) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.35.2...1.36.0) ##### Dart API - Added `compileToResult()`, `compileStringToResult()`, `compileToResultAsync()`, and `compileStringToResultAsync()` methods. These are intended to replace the existing `compile*()` methods, which are now deprecated. Rather than returning a simple string, these return a `CompileResult` object, which will allow us to add additional information about the compilation without having to introduce further deprecations. - Instead of passing a `sourceMaps` callback to `compile*()`, pass `sourceMaps: true` to `compile*ToResult()` and access `CompileResult.sourceMap`. - The `CompileResult` object exposes a `loadedUrls` object which lists the canonical URLs accessed during a compilation. This information was previously unavailable except through the JS API. ### [`v1.35.2`](https://togithub.com/sass/dart-sass/blob/master/CHANGELOG.md#​1352) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.35.1...1.35.2) - **Potentially breaking bug fix**: Properly throw an error for Unicode ranges that have too many `?`s after hexadecimal digits, such as `U+12345??`. - **Potentially breaking bug fix:** Fixed a bug where certain local variable declarations nested within multiple `@if` statements would incorrectly override a global variable. It's unlikely that any real stylesheets were relying on this bug, but if so they can simply add `!global` to the variable declaration to preserve the old behavior. - **Potentially breaking bug fix:** Fix a bug where imports of root-relative URLs (those that begin with `/`) in `@import` rules would be passed to both Dart and JS importers as `file:` URLs. - Properly support selector lists for the `$extendee` argument to `selector.extend()` and `selector.replace()`. - Fix an edge case where `@extend` wouldn't affect a selector within a pseudo-selector such as `:is()` that itself extended other selectors. - Fix a race condition where `meta.load-css()` could trigger an internal error when running in asynchronous mode. ##### Dart API - Use the `@internal` annotation to indicate which `Value` APIs are available for public use. ### [`v1.35.1`](https://togithub.com/sass/dart-sass/blob/master/CHANGELOG.md#​1351) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.35.0...1.35.1) - Fix a bug where the quiet dependency flag didn't silence warnings in some stylesheets loaded using `@import`. ### [`v1.35.0`](https://togithub.com/sass/dart-sass/blob/master/CHANGELOG.md#​1350) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.34.1...1.35.0) - Fix a couple bugs that could prevent some members from being found in certain files that use a mix of imports and the module system. - Fix incorrect recommendation for migrating division expressions that reference namespaced variables. ##### JS API - Add a `quietDeps` option which silences compiler warnings from stylesheets loaded through importers and load paths. - Add a `verbose` option which causes the compiler to emit all deprecation warnings, not just 5 per feature.
bahmutov/start-server-and-test ### [`v1.13.1`](https://togithub.com/bahmutov/start-server-and-test/releases/v1.13.1) [Compare Source](https://togithub.com/bahmutov/start-server-and-test/compare/v1.13.0...v1.13.1) ##### Bug Fixes - **deps:** update dependency wait-on to v6 ([#​307](https://togithub.com/bahmutov/start-server-and-test/issues/307)) ([eeaaf92](https://togithub.com/bahmutov/start-server-and-test/commit/eeaaf923c5222d29e3d1394323b211d0f67172bf)) ### [`v1.13.0`](https://togithub.com/bahmutov/start-server-and-test/releases/v1.13.0) [Compare Source](https://togithub.com/bahmutov/start-server-and-test/compare/v1.12.6...v1.13.0) ##### Features - **api:** adds check for http status 304 ([#​311](https://togithub.com/bahmutov/start-server-and-test/issues/311)) ([c0adf51](https://togithub.com/bahmutov/start-server-and-test/commit/c0adf51956ad62d4e2995f93e43518ce09b32567)) ### [`v1.12.6`](https://togithub.com/bahmutov/start-server-and-test/releases/v1.12.6) [Compare Source](https://togithub.com/bahmutov/start-server-and-test/compare/v1.12.5...v1.12.6) ##### Bug Fixes - **deps:** update dependency debug to v4.3.2 ([3b17fb0](https://togithub.com/bahmutov/start-server-and-test/commit/3b17fb0cf3a6213b1ecfa5d442d5d1c9659b91af))
Microsoft/TypeScript ### [`v3.9.10`](https://togithub.com/Microsoft/TypeScript/releases/v3.9.10) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v3.9.9...v3.9.10) This release ships both an overall performance improvement, along with a mitigation for a performance regression when upgrading to Node.js 16. See [the change for more details](https://togithub.com/microsoft/TypeScript/pull/44582).
vuejs/vue-router ### [`v3.5.2`](https://togithub.com/vuejs/vue-router/blob/master/CHANGELOG.md#​352-httpsgithubcomvuejsvue-routercomparev351v352-2021-06-21) [Compare Source](https://togithub.com/vuejs/vue-router/compare/v3.5.1...v3.5.2) ##### Bug Fixes - **history:** stricter check of base in HTML5 ([#​3556](https://togithub.com/vuejs/vue-router/issues/3556)) ([11dd184](https://togithub.com/vuejs/vue-router/commit/11dd184dc6a872c6399977fa4b7c259225ce4834)) - **types:** added missing router.match ([#​3554](https://togithub.com/vuejs/vue-router/issues/3554)) ([394a3b6](https://togithub.com/vuejs/vue-router/commit/394a3b6cce5e395ae4ccf3e2efb0c115d492978c))

Configuration

📅 Schedule: "before 3am on the first day of the month" in timezone Europe/Stockholm.

🚦 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.



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

codecov[bot] commented 3 years ago

Codecov Report

Merging #222 (541f1d2) into master (9ca0e8a) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 541f1d2 differs from pull request most recent head 6baead4. Consider uploading reports for the commit 6baead4 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master     #222   +/-   ##
=======================================
  Coverage   30.00%   30.00%           
=======================================
  Files          29       29           
  Lines         360      360           
  Branches       19       19           
=======================================
  Hits          108      108           
  Misses        252      252           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9ca0e8a...6baead4. Read the comment docs.

github-actions[bot] commented 3 years ago

Size Change: +6.93 kB (+1%)

Total Size: 601 kB

Filename Size Change
client/dist/css/app.css 122 kB +1.27 kB (+1%)
client/dist/js/app.js 5.54 kB +4 B (0%)
client/dist/js/chunk-e52f80be.js 0 B -1.45 kB (removed) 🏆
client/dist/js/chunk-bbe425ce.js 0 B -1 kB (removed) 🏆
client/dist/js/chunk-69125e9b.js 0 B -821 B (removed) 🏆
client/dist/js/chunk-fe4c9c84.js 0 B -1.14 kB (removed) 🏆
client/dist/js/chunk-6357abc1.js 0 B -1.2 kB (removed) 🏆
client/dist/js/chunk-e98369cf.js 0 B -299 B (removed) 🏆
client/dist/js/chunk-a9d7c522.js 0 B -300 B (removed) 🏆
client/dist/js/chunk-b68c5500.js 0 B -297 B (removed) 🏆
client/dist/js/chunk-a1ff8a7c.js 0 B -689 B (removed) 🏆
client/dist/js/chunk-7d6fa0ba.js 0 B -896 B (removed) 🏆
client/dist/js/chunk-bb485976.js 0 B -1.06 kB (removed) 🏆
client/dist/js/chunk-7cb851bd.js 0 B -1.6 kB (removed) 🏆
client/dist/js/chunk-343ccc4e.js 0 B -799 B (removed) 🏆
client/dist/js/chunk-06dca681.js 0 B -870 B (removed) 🏆
client/dist/js/chunk-57c0cf58.js 0 B -844 B (removed) 🏆
client/dist/js/chunk-3a95e01b.js 0 B -1.28 kB (removed) 🏆
client/dist/js/chunk-5bee6016.js 0 B -1.37 kB (removed) 🏆
client/dist/js/chunk-cc003fd3.js 0 B -1.8 kB (removed) 🏆
client/dist/js/chunk-f1b2ea52.js 0 B -324 B (removed) 🏆
client/dist/js/chunk-vendors.js 447 kB +5.66 kB (+1%)
client/dist/js/chunk-2e3188e6.js 1.45 kB +1.45 kB (new file) 🆕
client/dist/js/chunk-0003cafc.js 1 kB +1 kB (new file) 🆕
client/dist/js/chunk-31ca4af2.js 821 B +821 B (new file) 🆕
client/dist/js/chunk-444a9864.js 1.14 kB +1.14 kB (new file) 🆕
client/dist/js/chunk-9cccf778.js 1.2 kB +1.2 kB (new file) 🆕
client/dist/js/chunk-14706ddb.js 300 B +300 B (new file) 🆕
client/dist/js/chunk-fe0f36af.js 300 B +300 B (new file) 🆕
client/dist/js/chunk-32f2e53e.js 296 B +296 B (new file) 🆕
client/dist/js/chunk-e34d9eae.js 688 B +688 B (new file) 🆕
client/dist/js/chunk-d5212e70.js 896 B +896 B (new file) 🆕
client/dist/js/chunk-218a74ab.js 1.06 kB +1.06 kB (new file) 🆕
client/dist/js/chunk-c0b51f27.js 1.6 kB +1.6 kB (new file) 🆕
client/dist/js/chunk-8a04db3f.js 800 B +800 B (new file) 🆕
client/dist/js/chunk-501fd289.js 870 B +870 B (new file) 🆕
client/dist/js/chunk-4c0188da.js 843 B +843 B (new file) 🆕
client/dist/js/chunk-93a3421b.js 1.28 kB +1.28 kB (new file) 🆕
client/dist/js/chunk-304d2140.js 1.37 kB +1.37 kB (new file) 🆕
client/dist/js/chunk-4419b416.js 1.8 kB +1.8 kB (new file) 🆕
client/dist/js/chunk-b099a96a.js 323 B +323 B (new file) 🆕
ℹ️ View Unchanged | Filename | Size | | :--- | :---: | | `client/dist/css/chunk-e1b55505.css` | 37 B | | `client/dist/css/chunk-5c4469b5.css` | 37 B | | `client/dist/css/chunk-bff537b0.css` | 308 B | | `client/dist/css/chunk-2bb63e37.css` | 66 B | | `client/dist/css/chunk-773ad777.css` | 137 B | | `client/dist/css/chunk-a847f253.css` | 119 B | | `server/dist/index.js` | 295 B | | `server/dist/src/app.js` | 586 B | | `server/dist/src/app/customer/customer-model.js` | 291 B | | `server/dist/src/app/customer/customer-route.js` | 506 B | | `server/dist/src/app/order/order-model.js` | 316 B | | `server/dist/src/app/order/order-route.js` | 532 B | | `server/dist/src/app/product/product-model.js` | 276 B | | `server/dist/src/app/product/product-route.js` | 505 B | | `server/dist/src/build/build-controller.js` | 691 B | | `server/dist/src/build/build-route.js` | 337 B | | `server/dist/src/entities/entities-controller.js` | 421 B | | `server/dist/src/entities/entities-route.js` | 328 B | | `server/dist/src/models.js` | 504 B | | `server/dist/src/routes.js` | 309 B | | `server/dist/src/utils/file.js` | 361 B | | `server/dist/src/utils/index.js` | 331 B | | `server/dist/src/utils/paths.js` | 290 B | | `server/dist/src/utils/templating.js` | 659 B | | `server/dist/tests/app.test.js` | 381 B |

compressed-size-action