Closed renovate[bot] closed 2 years ago
Merging #235 (854691c) into master (cb0c3c1) will not change coverage. The diff coverage is
n/a
.:exclamation: Current head 854691c differs from pull request most recent head f1ce7da. Consider uploading reports for the commit f1ce7da to get more accurate results
@@ Coverage Diff @@
## master #235 +/- ##
=======================================
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 cb0c3c1...f1ce7da. Read the comment docs.
This PR contains the following updates:
4.14.178
->4.14.179
12.20.41
->12.20.47
1.19.1
->1.19.2
0.9.14
->0.9.19
3.20.2
->3.21.1
4.17.2
->4.17.3
1.47.0
->1.49.9
v5.15.0
->v5.19.0
Release Notes
expressjs/body-parser
### [`v1.19.2`](https://togithub.com/expressjs/body-parser/blob/HEAD/HISTORY.md#1192--2022-02-15) [Compare Source](https://togithub.com/expressjs/body-parser/compare/1.19.1...1.19.2) \=================== - deps: bytes@3.1.2 - deps: qs@6.9.7 - Fix handling of `__proto__` keys - deps: raw-body@2.4.3 - deps: bytes@3.1.2buefy/buefy
### [`v0.9.19`](https://togithub.com/buefy/buefy/blob/HEAD/CHANGELOG.md#0919) [Compare Source](https://togithub.com/buefy/buefy/compare/v0.9.18...v0.9.19) ##### Fixes - Fix theme css build ### [`v0.9.18`](https://togithub.com/buefy/buefy/blob/HEAD/CHANGELOG.md#0918) [Compare Source](https://togithub.com/buefy/buefy/compare/v0.9.17...v0.9.18) ##### New features - Add open and close events to tooltip (thanks [@GMartigny](https://togithub.com/GMartigny)) - Improve accessibility of dropdown, collapse and tabs (thanks [@mateuswetah](https://togithub.com/mateuswetah)) ##### Fixes - Fix [#2889](https://togithub.com/buefy/buefy/issues/2889) tooltip when append-to-body - Fix [#2998](https://togithub.com/buefy/buefy/issues/2998) sidebar close when content is dynamic - Fix [#3677](https://togithub.com/buefy/buefy/issues/3677) emit active-change when hoverable ### [`v0.9.17`](https://togithub.com/buefy/buefy/blob/HEAD/CHANGELOG.md#0917) [Compare Source](https://togithub.com/buefy/buefy/compare/v0.9.16...v0.9.17) ##### Fixes - Fix [#3676](https://togithub.com/buefy/buefy/issues/3676) table sort when backend ### [`v0.9.16`](https://togithub.com/buefy/buefy/blob/HEAD/CHANGELOG.md#0916) [Compare Source](https://togithub.com/buefy/buefy/compare/v0.9.15...v0.9.16) ##### New features - **Add Font Awesome 6 support** (http://fontawesome.com/) ##### Fixes - Fix [#3672](https://togithub.com/buefy/buefy/issues/3672) filter table when multiple filters - Fix colorpicker sass warnings (thanks [@SomethingNew71](https://togithub.com/SomethingNew71)) ### [`v0.9.15`](https://togithub.com/buefy/buefy/blob/HEAD/CHANGELOG.md#0915) [Compare Source](https://togithub.com/buefy/buefy/compare/v0.9.14...v0.9.15) ##### New features - **New component: Colorpicker**, [see docs](https://buefy.org/documentation/colorpicker) (thanks [@Mars073](https://togithub.com/Mars073)) - Add year to `week-number-click` event (thanks [@geeksilva97](https://togithub.com/geeksilva97)) - Add `icon-size` prop to notification (thanks [@matt3188](https://togithub.com/matt3188)) - Add **page input** to pagination and table (thanks [@chadlafontaine](https://togithub.com/chadlafontaine)) - Allow any keyword as step of numberinput (thanks [@OrestHk](https://togithub.com/OrestHk)) ##### Fixes - Fix [#3614](https://togithub.com/buefy/buefy/issues/3614) display zero in numberinput (thanks [@rockandre](https://togithub.com/rockandre)) - Fix [#3649](https://togithub.com/buefy/buefy/issues/3649) datetimepicker parser when minute is 59 - Fix [#3663](https://togithub.com/buefy/buefy/issues/3663) increment/decrement when v-model is null/undefined - Fix [#3664](https://togithub.com/buefy/buefy/issues/3664) clip when mobile dropdown is active as modal (thanks [@Jimmar](https://togithub.com/Jimmar)) - Fix reset multi-sort table (thanks [@nimaebra](https://togithub.com/nimaebra)) - Fix tooltip span to div, w3 validation (thanks [@nimbleStalker](https://togithub.com/nimbleStalker))zloirock/core-js
### [`v3.21.1`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3211---20220217) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.21.0...v3.21.1) - Added a [bug](https://bugs.webkit.org/show_bug.cgi?id=236541)fix for the WebKit `Array.prototype.{ groupBy, groupByToMap }` implementation - `core-js-compat` targets parser transforms engine names to lower case - `atob` / `btoa` marked as [fixed](https://togithub.com/nodejs/node/pull/41478) in NodeJS 17.5 - Added Electron 18.0 compat data mapping - Added Deno 1.20 compat data mapping ### [`v3.21.0`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3210---20220202) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.20.3...v3.21.0) - Added [Base64 utility methods](https://developer.mozilla.org/en-US/docs/Glossary/Base64): - `atob` - `btoa` - Added the proper validation of arguments to some methods from web standards - Forced replacement of all features from early-stage proposals for avoiding possible web compatibility issues in the future - Added Rhino 1.7.14 compat data - Added Deno 1.19 compat data mapping - Added Opera Android 66 and 67 compat data mapping - Added iOS Safari 15.3 and 15.4 compat data mapping ### [`v3.20.3`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3203---20220115) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.20.2...v3.20.3) - Detects and replaces broken third-party `Function#bind` polyfills, uses only native `Function#bind` in the internals - `structuredClone` should throw an error if no arguments passed - Changed the structure of notes in `__core-js_shared__`expressjs/express
### [`v4.17.3`](https://togithub.com/expressjs/express/blob/HEAD/History.md#4173--2022-02-16) [Compare Source](https://togithub.com/expressjs/express/compare/4.17.2...4.17.3) \=================== - deps: accepts@~1.3.8 - deps: mime-types@~2.1.34 - deps: negotiator@0.6.3 - deps: body-parser@1.19.2 - deps: bytes@3.1.2 - deps: qs@6.9.7 - deps: raw-body@2.4.3 - deps: cookie@0.4.2 - deps: qs@6.9.7 - Fix handling of `__proto__` keys - pref: remove unnecessary regexp for trust proxysass/dart-sass
### [`v1.49.9`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1499) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.49.8...1.49.9) ##### Embedded Sass - Fixed a bug where the legacy API could crash when passed an empty importer list. ### [`v1.49.8`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1498) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.49.7...1.49.8) - Fixed a bug where some plain CSS imports would not be emitted. ##### JS API - Fix a bug where inspecting the Sass module in the Node.js console crashed on Node 17. ##### Embedded Sass - Fix a bug where source map URLs were incorrectly generated when passing importers to the legacy API. ### [`v1.49.7`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1497) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.49.6...1.49.7) ##### Embedded Sass - First stable release the `sass-embedded` npm package that contains the Node.js Embedded Host. - First stable release of the `sass_embedded` pub package that contains the Embedded Dart Sass compiler. ### [`v1.49.6`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1496) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.49.5...1.49.6) - No user-visible changes. ### [`v1.49.5`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1495) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.49.4...1.49.5) - No user-visible changes. ### [`v1.49.4`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1494) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.49.3...1.49.4) - No user-visible changes. ### [`v1.49.3`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1493) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.49.2...1.49.3) - No user-visible changes. ### [`v1.49.2`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1492) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.49.1...1.49.2) - No user-visible changes. ### [`v1.49.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1491) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.49.0...1.49.1) - Stop supporting non-LTS Node.js versions. ### [`v1.49.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1490) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.48.0...1.49.0) - Fix a bug in `string.insert` with certain negative indices. ##### JS API - Add support for the `sourceMapIncludeSources` option in the new JS API. ##### TypeScript Declarations - Fix a bug where `LegacyPluginThis.options.linefeed` was typed to return abbreviations when it actually returned literal linefeed characters. ### [`v1.48.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1480) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.47.0...1.48.0) ##### JS API - **Potentially breaking bug fix:** Match the specification of the new JS API by setting `LegacyResult.map` to `undefined` rather than `null`. ##### TypeScript Declarations - Add a declaration for the `NULL` constant.toolmantim/release-drafter
### [`v5.19.0`](https://togithub.com/toolmantim/release-drafter/releases/v5.19.0) [Compare Source](https://togithub.com/toolmantim/release-drafter/compare/v5.18.1...v5.19.0) ### What's Changed #### New - Add a `collapse-after` option for categories ([#1095](https://togithub.com/toolmantim/release-drafter/issues/1095)) [@robbinjanssen](https://togithub.com/robbinjanssen) - Tag prefix ([#1092](https://togithub.com/toolmantim/release-drafter/issues/1092)) [@blast-hardcheese](https://togithub.com/blast-hardcheese) - include-paths: Permit filtering only PRs that modify path prefixes ([#1084](https://togithub.com/toolmantim/release-drafter/issues/1084)) [@blast-hardcheese](https://togithub.com/blast-hardcheese) - Unify commit search and release targeting around `commitish`/`ref` ([#1065](https://togithub.com/toolmantim/release-drafter/issues/1065)) [@mikeroll](https://togithub.com/mikeroll) #### Bug Fixes - Regenerate schema after [#1084](https://togithub.com/toolmantim/release-drafter/issues/1084) ([#1094](https://togithub.com/toolmantim/release-drafter/issues/1094)) [@blast-hardcheese](https://togithub.com/blast-hardcheese) - Filter by `commitish` regardless of the `refs/heads` prefix ([#1089](https://togithub.com/toolmantim/release-drafter/issues/1089)) [@mikeroll](https://togithub.com/mikeroll) - Cap evaluated release limit at 1000 ([#1085](https://togithub.com/toolmantim/release-drafter/issues/1085)) [@eddmann](https://togithub.com/eddmann) - Provide sane defaults if we have no prior releases ([#1067](https://togithub.com/toolmantim/release-drafter/issues/1067)) [@jetersen](https://togithub.com/jetersen) #### Maintenance - Sync docker/action.yml with action.yml ([#1062](https://togithub.com/toolmantim/release-drafter/issues/1062)) [@mkurz](https://togithub.com/mkurz) #### Documentation - Improve contribution docs and remove unused package script ([#1066](https://togithub.com/toolmantim/release-drafter/issues/1066)) [@masashi-sutou](https://togithub.com/masashi-sutou) #### Dependency Updates14 changes
- Bump lint-staged from 12.3.4 to 12.3.5 ([#1096](https://togithub.com/toolmantim/release-drafter/issues/1096)) [@dependabot](https://togithub.com/dependabot) - Bump eslint from 8.9.0 to 8.10.0 ([#1086](https://togithub.com/toolmantim/release-drafter/issues/1086)) [@dependabot](https://togithub.com/dependabot) - Bump actions/setup-node from 2 to 3 ([#1087](https://togithub.com/toolmantim/release-drafter/issues/1087)) [@dependabot](https://togithub.com/dependabot) - Bump node from 17.5.0-alpine to 17.6.0-alpine ([#1080](https://togithub.com/toolmantim/release-drafter/issues/1080)) [@dependabot](https://togithub.com/dependabot) - Bump actions/checkout from 2 to 3 ([#1090](https://togithub.com/toolmantim/release-drafter/issues/1090)) [@dependabot](https://togithub.com/dependabot) - Bump eslint-config-prettier from 8.3.0 to 8.5.0 ([#1091](https://togithub.com/toolmantim/release-drafter/issues/1091)) [@dependabot](https://togithub.com/dependabot) - Bump url-parse from 1.5.7 to 1.5.10 ([#1088](https://togithub.com/toolmantim/release-drafter/issues/1088)) [@dependabot](https://togithub.com/dependabot) - Bump eslint-plugin-unicorn from 40.1.0 to 41.0.0 ([#1074](https://togithub.com/toolmantim/release-drafter/issues/1074)) [@dependabot](https://togithub.com/dependabot) - Bump url-parse from 1.5.4 to 1.5.7 ([#1075](https://togithub.com/toolmantim/release-drafter/issues/1075)) [@dependabot](https://togithub.com/dependabot) - Bump eslint from 8.8.0 to 8.9.0 ([#1071](https://togithub.com/toolmantim/release-drafter/issues/1071)) [@dependabot](https://togithub.com/dependabot) - Bump lint-staged from 12.3.3 to 12.3.4 ([#1070](https://togithub.com/toolmantim/release-drafter/issues/1070)) [@dependabot](https://togithub.com/dependabot) - Bump [@vercel/ncc](https://togithub.com/vercel/ncc) from 0.33.1 to 0.33.3 ([#1069](https://togithub.com/toolmantim/release-drafter/issues/1069)) [@dependabot](https://togithub.com/dependabot) - Bump node from 17.4.0-alpine to 17.5.0-alpine ([#1072](https://togithub.com/toolmantim/release-drafter/issues/1072)) [@dependabot](https://togithub.com/dependabot) - Bump jest from 27.5.0 to 27.5.1 ([#1063](https://togithub.com/toolmantim/release-drafter/issues/1063)) [@dependabot](https://togithub.com/dependabot)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.