VictorWinberg / webbuilder

Webbuilder™
1 stars 0 forks source link

Update all non-major dependencies #235

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/lodash 4.14.178 -> 4.14.179 age adoption passing confidence devDependencies patch
@types/node 12.20.41 -> 12.20.47 age adoption passing confidence devDependencies patch
body-parser 1.19.1 -> 1.19.2 age adoption passing confidence dependencies patch
buefy (source) 0.9.14 -> 0.9.19 age adoption passing confidence dependencies patch
core-js 3.20.2 -> 3.21.1 age adoption passing confidence dependencies minor
express (source) 4.17.2 -> 4.17.3 age adoption passing confidence dependencies patch
sass 1.47.0 -> 1.49.9 age adoption passing confidence devDependencies minor
toolmantim/release-drafter v5.15.0 -> v5.19.0 age adoption passing confidence action minor

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.2
buefy/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 proxy
sass/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 Updates
14 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)
**Full Changelog**: https://github.com/release-drafter/release-drafter/compare/v5.18.1...v5.19.0 ### [`v5.18.1`](https://togithub.com/toolmantim/release-drafter/releases/v5.18.1) [Compare Source](https://togithub.com/toolmantim/release-drafter/compare/v5.18.0...v5.18.1) ### What's Changed #### Dependency Updates - Bump nock from 13.2.2 to 13.2.4 ([#​1056](https://togithub.com/toolmantim/release-drafter/issues/1056)) [@​dependabot](https://togithub.com/dependabot) - Bump jest from 27.4.7 to 27.5.0 ([#​1055](https://togithub.com/toolmantim/release-drafter/issues/1055)) [@​dependabot](https://togithub.com/dependabot) - Bump [@​probot/octokit-plugin-config](https://togithub.com/probot/octokit-plugin-config) from 1.1.4 to 1.1.5 ([#​1057](https://togithub.com/toolmantim/release-drafter/issues/1057)) [@​jetersen](https://togithub.com/jetersen) **Full Changelog**: https://github.com/release-drafter/release-drafter/compare/v5.18.0...v5.18.1 ### [`v5.18.0`](https://togithub.com/toolmantim/release-drafter/releases/v5.18.0) [Compare Source](https://togithub.com/toolmantim/release-drafter/compare/v5.17.6...v5.18.0) ### What's Changed #### New - Add header and footer ([#​1050](https://togithub.com/toolmantim/release-drafter/issues/1050)) [@​mkurz](https://togithub.com/mkurz) #### Bug Fixes - Update `target_commitish` when updating a release ([#​1052](https://togithub.com/toolmantim/release-drafter/issues/1052)) [@​mikeroll](https://togithub.com/mikeroll) - Expand vars in tag and name inputs ([#​1049](https://togithub.com/toolmantim/release-drafter/issues/1049)) [@​mkurz](https://togithub.com/mkurz) #### Dependency Updates - Bump lint-staged from 12.3.2 to 12.3.3 ([#​1051](https://togithub.com/toolmantim/release-drafter/issues/1051)) [@​dependabot](https://togithub.com/dependabot) - Bump eslint from 8.7.0 to 8.8.0 ([#​1046](https://togithub.com/toolmantim/release-drafter/issues/1046)) [@​dependabot](https://togithub.com/dependabot) - Bump lint-staged from 12.2.2 to 12.3.2 ([#​1044](https://togithub.com/toolmantim/release-drafter/issues/1044)) [@​dependabot](https://togithub.com/dependabot) - Bump joi from 17.5.0 to 17.6.0 ([#​1045](https://togithub.com/toolmantim/release-drafter/issues/1045)) [@​dependabot](https://togithub.com/dependabot) - Bump node from 17.3.1-alpine to 17.4.0-alpine ([#​1038](https://togithub.com/toolmantim/release-drafter/issues/1038)) [@​dependabot](https://togithub.com/dependabot) - Bump lint-staged from 12.2.1 to 12.2.2 ([#​1037](https://togithub.com/toolmantim/release-drafter/issues/1037)) [@​dependabot](https://togithub.com/dependabot) **Full Changelog**: https://github.com/release-drafter/release-drafter/compare/v5.17.6...v5.18.0 ### [`v5.17.6`](https://togithub.com/toolmantim/release-drafter/releases/v5.17.6) [Compare Source](https://togithub.com/toolmantim/release-drafter/compare/v5.17.5...v5.17.6) ### What's Changed #### Bug Fixes - fix default for version-resolver in schema ([#​1026](https://togithub.com/toolmantim/release-drafter/issues/1026)) [@​jetersen](https://togithub.com/jetersen) #### Maintenance - allow conditional pre commit ([#​1033](https://togithub.com/toolmantim/release-drafter/issues/1033)) [@​jetersen](https://togithub.com/jetersen) - add action-build for dependabot updates ([#​1036](https://togithub.com/toolmantim/release-drafter/issues/1036)) [@​jetersen](https://togithub.com/jetersen) - move lint staged config to JavaScript file ([#​1027](https://togithub.com/toolmantim/release-drafter/issues/1027)) [@​jetersen](https://togithub.com/jetersen) #### Dependency Updates - Bump [@​probot/adapter-github-actions](https://togithub.com/probot/adapter-github-actions) from 3.1.0 to 3.1.1 ([#​1034](https://togithub.com/toolmantim/release-drafter/issues/1034)) [@​dependabot](https://togithub.com/dependabot) - remove nodemon as unused dev dependency ([#​1035](https://togithub.com/toolmantim/release-drafter/issues/1035)) [@​jetersen](https://togithub.com/jetersen) - Bump probot from 12.2.0 to 12.2.1 ([#​1031](https://togithub.com/toolmantim/release-drafter/issues/1031)) [@​dependabot](https://togithub.com/dependabot) - Bump lint-staged from 12.2.0 to 12.2.1 ([#​1032](https://togithub.com/toolmantim/release-drafter/issues/1032)) [@​dependabot](https://togithub.com/dependabot) - update joi dependency ([#​1028](https://togithub.com/toolmantim/release-drafter/issues/1028)) [@​jetersen](https://togithub.com/jetersen) - Bump lint-staged from 12.1.7 to 12.2.0 ([#​1025](https://togithub.com/toolmantim/release-drafter/issues/1025)) [@​dependabot](https://togithub.com/dependabot) - Bump eslint-plugin-unicorn from 40.0.0 to 40.1.0 ([#​1021](https://togithub.com/toolmantim/release-drafter/issues/1021)) [@​dependabot](https://togithub.com/dependabot) - Bump eslint from 8.6.0 to 8.7.0 ([#​1019](https://togithub.com/toolmantim/release-drafter/issues/1019)) [@​dependabot](https://togithub.com/dependabot) **Full Changelog**: https://github.com/release-drafter/release-drafter/compare/v5.17.5...v5.17.6 ### [`v5.17.5`](https://togithub.com/toolmantim/release-drafter/releases/v5.17.5) [Compare Source](https://togithub.com/toolmantim/release-drafter/compare/v5.17.4...v5.17.5) ### What's Changed #### New - add owner and repository context to template variables ([#​1017](https://togithub.com/toolmantim/release-drafter/issues/1017)) [@​jetersen](https://togithub.com/jetersen) - add support for moving uncategorized to a category with no labels ([#​1013](https://togithub.com/toolmantim/release-drafter/issues/1013)) [@​jetersen](https://togithub.com/jetersen) #### Bug Fixes - ensure PRs are merged ([#​1015](https://togithub.com/toolmantim/release-drafter/issues/1015)) [@​jetersen](https://togithub.com/jetersen) #### Maintenance - add automatic release of release-drafter ([#​1016](https://togithub.com/toolmantim/release-drafter/issues/1016)) [@​jetersen](https://togithub.com/jetersen) **Full Changelog**: https://github.com/release-drafter/release-drafter/compare/v5.16.2...v5.17.5 ### [`v5.17.4`](https://togithub.com/toolmantim/release-drafter/compare/v5.17.3...v5.17.4) [Compare Source](https://togithub.com/toolmantim/release-drafter/compare/v5.17.3...v5.17.4) ### [`v5.17.3`](https://togithub.com/toolmantim/release-drafter/compare/v5.17.2...v5.17.3) [Compare Source](https://togithub.com/toolmantim/release-drafter/compare/v5.17.2...v5.17.3) ### [`v5.17.2`](https://togithub.com/toolmantim/release-drafter/compare/v5.17.1...v5.17.2) [Compare Source](https://togithub.com/toolmantim/release-drafter/compare/v5.17.1...v5.17.2) ### [`v5.17.1`](https://togithub.com/toolmantim/release-drafter/compare/v5.17.0...v5.17.1) [Compare Source](https://togithub.com/toolmantim/release-drafter/compare/v5.17.0...v5.17.1) ### [`v5.17.0`](https://togithub.com/toolmantim/release-drafter/compare/v5.16.2...v5.17.0) [Compare Source](https://togithub.com/toolmantim/release-drafter/compare/v5.16.2...v5.17.0) ### [`v5.16.2`](https://togithub.com/toolmantim/release-drafter/releases/v5.16.2) [Compare Source](https://togithub.com/toolmantim/release-drafter/compare/v5.16.1...v5.16.2) ### What's Changed #### Bug Fixes - ensure deep merge of config ([#​1012](https://togithub.com/toolmantim/release-drafter/issues/1012)) [@​jetersen](https://togithub.com/jetersen) #### Dependency Updates - Bump husky from 4.3.8 to 7.0.4 ([#​962](https://togithub.com/toolmantim/release-drafter/issues/962)) [@​dependabot](https://togithub.com/dependabot) ### [`v5.16.1`](https://togithub.com/toolmantim/release-drafter/releases/v5.16.1) [Compare Source](https://togithub.com/toolmantim/release-drafter/compare/v5.16.0...v5.16.1) ### What's Changed #### Bug Fixes - fix server ([#​1010](https://togithub.com/toolmantim/release-drafter/issues/1010)) [@​jetersen](https://togithub.com/jetersen) ### [`v5.16.0`](https://togithub.com/toolmantim/release-drafter/releases/v5.16.0) [Compare Source](https://togithub.com/toolmantim/release-drafter/compare/v5.15.0...v5.16.0) ### What's Changed #### New - Support `pull_request_target` events ([#​991](https://togithub.com/toolmantim/release-drafter/issues/991)) [@​fjchen7](https://togithub.com/fjchen7) - Improve error message for when config is not found ([#​973](https://togithub.com/toolmantim/release-drafter/issues/973)) [@​nowsprinting](https://togithub.com/nowsprinting) - Added exclude-contributors and no-contributors-template configuration options ([#​898](https://togithub.com/toolmantim/release-drafter/issues/898)) [@​ThomasKasene](https://togithub.com/ThomasKasene) - add BASE_REF_NAME and HEAD_REF_NAME template variables ([#​816](https://togithub.com/toolmantim/release-drafter/issues/816)) [@​Eun](https://togithub.com/Eun) - Add $NEXT\_{PATCH,MINOR,MAJOR}*VERSION*{PATCH,MINOR,MAJOR} variables ([#​823](https://togithub.com/toolmantim/release-drafter/issues/823)) [@​mkurz](https://togithub.com/mkurz) #### Bug Fixes - fix server ([#​1010](https://togithub.com/toolmantim/release-drafter/issues/1010)) [@​jetersen](https://togithub.com/jetersen) - Check if PR body is null ([#​969](https://togithub.com/toolmantim/release-drafter/issues/969)) [@​frundh](https://togithub.com/frundh) - Fix prerelease string getting removed and add $COMPLETE version variable ([#​918](https://togithub.com/toolmantim/release-drafter/issues/918)) [@​tjenkinson](https://togithub.com/tjenkinson) - Use commitish from action inputs. Fixes [#​824](https://togithub.com/toolmantim/release-drafter/issues/824). ([#​865](https://togithub.com/toolmantim/release-drafter/issues/865)) [@​danielcweber](https://togithub.com/danielcweber) - Include `edited` event for autolabeler ([#​931](https://togithub.com/toolmantim/release-drafter/issues/931)) [@​juanecabellob](https://togithub.com/juanecabellob) #### Maintenance - update dependencies ([#​1003](https://togithub.com/toolmantim/release-drafter/issues/1003)) [@​jetersen](https://togithub.com/jetersen) - add dev container ([#​1002](https://togithub.com/toolmantim/release-drafter/issues/1002)) [@​jetersen](https://togithub.com/jetersen) #### Documentation - Add commitish configuration option to schema.json ([#​989](https://togithub.com/toolmantim/release-drafter/issues/989)) [@​menno-ll](https://togithub.com/menno-ll) - Added a gray stroke around the letters of the logo ([#​940](https://togithub.com/toolmantim/release-drafter/issues/940)) [@​ThomasKasene](https://togithub.com/ThomasKasene) - Provide autolabeler configuration for forks ([#​948](https://togithub.com/toolmantim/release-drafter/issues/948)) [@​gilbertsoft](https://togithub.com/gilbertsoft) - Docs: Clarify config must be on default branch ([#​836](https://togithub.com/toolmantim/release-drafter/issues/836)) [@​JustinGrote](https://togithub.com/JustinGrote) - Ultra tiny typo fix ([#​881](https://togithub.com/toolmantim/release-drafter/issues/881)) [@​jensenbox](https://togithub.com/jensenbox) #### Dependency Updates - Bump node from 15.11.0-alpine to 17.3.1-alpine ([#​1007](https://togithub.com/toolmantim/release-drafter/issues/1007)) [@​dependabot](https://togithub.com/dependabot) - Bump path-parse from 1.0.6 to 1.0.7 ([#​919](https://togithub.com/toolmantim/release-drafter/issues/919)) [@​dependabot](https://togithub.com/dependabot) - Bump url-parse from 1.4.4 to 1.5.4 ([#​1009](https://togithub.com/toolmantim/release-drafter/issues/1009)) [@​dependabot](https://togithub.com/dependabot) - Bump semver-regex from 3.1.2 to 3.1.3 ([#​945](https://togithub.com/toolmantim/release-drafter/issues/945)) [@​dependabot](https://togithub.com/dependabot) - Bump normalize-url from 4.5.0 to 4.5.1 ([#​890](https://togithub.com/toolmantim/release-drafter/issues/890)) [@​dependabot](https://togithub.com/dependabot) - Bump tmpl from 1.0.4 to 1.0.5 ([#​946](https://togithub.com/toolmantim/release-drafter/issues/946)) [@​dependabot](https://togithub.com/dependabot) - Bump cirrus-actions/rebase from 1.4 to 1.5 ([#​867](https://togithub.com/toolmantim/release-drafter/issues/867)) [@​dependabot](https://togithub.com/dependabot) - Bump [@​vercel/ncc](https://togithub.com/vercel/ncc) from 0.27.0 to 0.28.4 ([#​855](https://togithub.com/toolmantim/release-drafter/issues/855)) [@​dependabot](https://togithub.com/dependabot) - Bump y18n from 4.0.0 to 4.0.1 ([#​828](https://togithub.com/toolmantim/release-drafter/issues/828)) [@​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.

codecov[bot] commented 2 years ago

Codecov Report

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

Impacted file tree graph

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