UniversityOfHelsinkiCS / palaute

Norppa-palautejärjestelmä
https://norppa.helsinki.fi
MIT License
12 stars 8 forks source link

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

Closed renovate[bot] closed 3 days ago

renovate[bot] commented 4 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/rollup-darwin-arm64 (source) 4.24.0 -> 4.27.4 age adoption passing confidence
@types/node (source) 20.17.7 -> 20.17.8 age adoption passing confidence
axios (source) 1.7.7 -> 1.7.8 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.0 age adoption passing confidence
winston 3.13.0 -> 3.17.0 age adoption passing confidence

Release Notes

rollup/rollup (@​rollup/rollup-darwin-arm64) ### [`v4.27.4`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4274) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.27.3...v4.27.4) *2024-11-23* ##### Bug Fixes - Update bundled magic-string to support sourcemap debug ids ([#​5740](https://redirect.github.com/rollup/rollup/issues/5740)) ##### Pull Requests - [#​5740](https://redirect.github.com/rollup/rollup/pull/5740): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://redirect.github.com/renovate)\[bot]) ### [`v4.27.3`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4273) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.27.2...v4.27.3) *2024-11-18* ##### Bug Fixes - Revert object property tree-shaking for now ([#​5736](https://redirect.github.com/rollup/rollup/issues/5736)) ##### Pull Requests - [#​5736](https://redirect.github.com/rollup/rollup/pull/5736): Revert object tree-shaking until some issues have been resolved ([@​lukastaegert](https://redirect.github.com/lukastaegert)) ### [`v4.27.2`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4272) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.27.1...v4.27.2) *2024-11-15* ##### Bug Fixes - Ensure unused variables in patterns are always deconflicted if rendered ([#​5728](https://redirect.github.com/rollup/rollup/issues/5728)) ##### Pull Requests - [#​5728](https://redirect.github.com/rollup/rollup/pull/5728): Fix more variable deconflicting issues ([@​lukastaegert](https://redirect.github.com/lukastaegert)) ### [`v4.27.1`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4271) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.27.0...v4.27.1) *2024-11-15* ##### Bug Fixes - Fix some situations where parameter declarations could put Rollup into an infinite loop ([#​5727](https://redirect.github.com/rollup/rollup/issues/5727)) ##### Pull Requests - [#​5727](https://redirect.github.com/rollup/rollup/pull/5727): Debug out-of-memory issues with Rollup v4.27.0 ([@​lukastaegert](https://redirect.github.com/lukastaegert)) ### [`v4.27.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4270) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.26.0...v4.27.0) *2024-11-15* ##### Features - Tree-shake unused properties in object literals ([#​5420](https://redirect.github.com/rollup/rollup/issues/5420)) ##### Bug Fixes - Change hash length limit to 21 to avoid inconsistent hash length ([#​5423](https://redirect.github.com/rollup/rollup/issues/5423)) ##### Pull Requests - [#​5420](https://redirect.github.com/rollup/rollup/pull/5420): feat: implement object tree-shaking ([@​TrickyPi](https://redirect.github.com/TrickyPi), [@​lukastaegert](https://redirect.github.com/lukastaegert)) - [#​5723](https://redirect.github.com/rollup/rollup/pull/5723): Reduce max hash size to 21 ([@​lukastaegert](https://redirect.github.com/lukastaegert)) - [#​5724](https://redirect.github.com/rollup/rollup/pull/5724): fix(deps): update swc monorepo (major) ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5725](https://redirect.github.com/rollup/rollup/pull/5725): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://redirect.github.com/renovate)\[bot]) ### [`v4.26.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4260) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.25.0...v4.26.0) *2024-11-13* ##### Features - Allow to avoid `await bundle.close()` via explicit resource management in TypeScript ([#​5721](https://redirect.github.com/rollup/rollup/issues/5721)) ##### Pull Requests - [#​5721](https://redirect.github.com/rollup/rollup/pull/5721): feat: support `using` for `RollupBuild` ([@​shulaoda](https://redirect.github.com/shulaoda)) ### [`v4.25.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4250) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.24.4...v4.25.0) *2024-11-09* ##### Features - Add `output.sourcemapDebugIds` option to add matching debug ids to sourcemaps and code for tools like Sentry or Rollbar ([#​5712](https://redirect.github.com/rollup/rollup/issues/5712)) ##### Bug Fixes - Make it easier to manually reproduce base16 hashes by using a more standard base16 conversion algorithm ([#​5719](https://redirect.github.com/rollup/rollup/issues/5719)) ##### Pull Requests - [#​5712](https://redirect.github.com/rollup/rollup/pull/5712): feat: Add support for injecting Debug IDs ([@​timfish](https://redirect.github.com/timfish)) - [#​5717](https://redirect.github.com/rollup/rollup/pull/5717): fix(deps): update swc monorepo (major) ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5718](https://redirect.github.com/rollup/rollup/pull/5718): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5719](https://redirect.github.com/rollup/rollup/pull/5719): Use a less surprising base-16 encoding ([@​lukastaegert](https://redirect.github.com/lukastaegert)) ### [`v4.24.4`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4244) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.24.3...v4.24.4) *2024-11-04* ##### Bug Fixes - Ensure mutations by handlers in Proxy definitions are always respected when tree-shaking ([#​5713](https://redirect.github.com/rollup/rollup/issues/5713)) ##### Pull Requests - [#​5708](https://redirect.github.com/rollup/rollup/pull/5708): Update configuration-options document ([@​sacru2red](https://redirect.github.com/sacru2red), [@​lukastaegert](https://redirect.github.com/lukastaegert)) - [#​5711](https://redirect.github.com/rollup/rollup/pull/5711): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5713](https://redirect.github.com/rollup/rollup/pull/5713): fix: Deoptimize the proxied object if its property is reassigned in the handler functions ([@​TrickyPi](https://redirect.github.com/TrickyPi)) ### [`v4.24.3`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4243) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.24.2...v4.24.3) *2024-10-29* ##### Bug Fixes - Slightly reduce memory consumption by specifying fixed array sizes where possible ([#​5703](https://redirect.github.com/rollup/rollup/issues/5703)) ##### Pull Requests - [#​5703](https://redirect.github.com/rollup/rollup/pull/5703): perf: use pre-allocated arrays for known result sizes ([@​GalacticHypernova](https://redirect.github.com/GalacticHypernova)) ### [`v4.24.2`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4242) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.24.1...v4.24.2) *2024-10-27* ##### Bug Fixes - Add missing build dependency ([#​5705](https://redirect.github.com/rollup/rollup/issues/5705)) ##### Pull Requests - [#​5705](https://redirect.github.com/rollup/rollup/pull/5705): Fix "Couldn't find package" error when installing rollup using yarn ([@​tagattie](https://redirect.github.com/tagattie)) ### [`v4.24.1`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4241) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.24.0...v4.24.1) *2024-10-27* ##### Bug Fixes - Support running Rollup natively on FreeBSD ([#​5698](https://redirect.github.com/rollup/rollup/issues/5698)) ##### Pull Requests - [#​5689](https://redirect.github.com/rollup/rollup/pull/5689): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5690](https://redirect.github.com/rollup/rollup/pull/5690): chore(deps): update dependency [@​inquirer/prompts](https://redirect.github.com/inquirer/prompts) to v7 ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5691](https://redirect.github.com/rollup/rollup/pull/5691): chore(deps): update dependency eslint-plugin-unicorn to v56 ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5692](https://redirect.github.com/rollup/rollup/pull/5692): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://redirect.github.com/renovate)\[bot], [@​lukastaegert](https://redirect.github.com/lukastaegert)) - [#​5695](https://redirect.github.com/rollup/rollup/pull/5695): fix(deps): update swc monorepo (major) ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5696](https://redirect.github.com/rollup/rollup/pull/5696): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5698](https://redirect.github.com/rollup/rollup/pull/5698): Add support for FreeBSD (x64 and arm64) ([@​tagattie](https://redirect.github.com/tagattie), [@​lukastaegert](https://redirect.github.com/lukastaegert))
axios/axios (axios) ### [`v1.7.8`](https://redirect.github.com/axios/axios/blob/HEAD/CHANGELOG.md#178-2024-11-25) [Compare Source](https://redirect.github.com/axios/axios/compare/v1.7.7...v1.7.8) ##### Bug Fixes - allow passing a callback as paramsSerializer to buildURL ([#​6680](https://redirect.github.com/axios/axios/issues/6680)) ([eac4619](https://redirect.github.com/axios/axios/commit/eac4619fe2e0926e876cd260ee21e3690381dbb5)) - **core:** fixed config merging bug ([#​6668](https://redirect.github.com/axios/axios/issues/6668)) ([5d99fe4](https://redirect.github.com/axios/axios/commit/5d99fe4491202a6268c71e5dcc09192359d73cea)) - fixed width form to not shrink after 'Send Request' button is clicked ([#​6644](https://redirect.github.com/axios/axios/issues/6644)) ([7ccd5fd](https://redirect.github.com/axios/axios/commit/7ccd5fd42402102d38712c32707bf055be72ab54)) - **http:** add support for File objects as payload in http adapter ([#​6588](https://redirect.github.com/axios/axios/issues/6588)) ([#​6605](https://redirect.github.com/axios/axios/issues/6605)) ([6841d8d](https://redirect.github.com/axios/axios/commit/6841d8d18ddc71cc1bd202ffcfddb3f95622eef3)) - **http:** fixed proxy-from-env module import ([#​5222](https://redirect.github.com/axios/axios/issues/5222)) ([12b3295](https://redirect.github.com/axios/axios/commit/12b32957f1258aee94ef859809ed39f8f88f9dfa)) - **http:** use `globalThis.TextEncoder` when available ([#​6634](https://redirect.github.com/axios/axios/issues/6634)) ([df956d1](https://redirect.github.com/axios/axios/commit/df956d18febc9100a563298dfdf0f102c3d15410)) - ios11 breaks when build ([#​6608](https://redirect.github.com/axios/axios/issues/6608)) ([7638952](https://redirect.github.com/axios/axios/commit/763895270f7b50c7c780c3c9807ae8635de952cd)) - **types:** add missing types for mergeConfig function ([#​6590](https://redirect.github.com/axios/axios/issues/6590)) ([00de614](https://redirect.github.com/axios/axios/commit/00de614cd07b7149af335e202aef0e076c254f49)) - **types:** export CJS types from ESM ([#​6218](https://redirect.github.com/axios/axios/issues/6218)) ([c71811b](https://redirect.github.com/axios/axios/commit/c71811b00f2fcff558e4382ba913bdac4ad7200e)) - updated stream aborted error message to be more clear ([#​6615](https://redirect.github.com/axios/axios/issues/6615)) ([cc3217a](https://redirect.github.com/axios/axios/commit/cc3217a612024d83a663722a56d7a98d8759c6d5)) - use URL API instead of DOM to fix a potential vulnerability warning; ([#​6714](https://redirect.github.com/axios/axios/issues/6714)) ([0a8d6e1](https://redirect.github.com/axios/axios/commit/0a8d6e19da5b9899a2abafaaa06a75ee548597db)) ##### Contributors to this release - avatar [Remco Haszing](https://redirect.github.com/remcohaszing "+108/-596 (#​6218 )") - avatar [Jay](https://redirect.github.com/jasonsaayman "+281/-19 (#​6640 #​6619 )") - avatar [Aayush Yadav](https://redirect.github.com/aayushyadav020 "+124/-111 (#​6617 )") - avatar [Dmitriy Mozgovoy](https://redirect.github.com/DigitalBrainJS "+12/-65 (#​6714 )") - avatar [Ell Bradshaw](https://redirect.github.com/cincodenada "+29/-0 (#​6489 )") - avatar [Amit Saini](https://redirect.github.com/amitsainii "+13/-3 (#​5237 )") - avatar [Tommaso Paulon](https://redirect.github.com/guuido "+14/-1 (#​6680 )") - avatar [Akki](https://redirect.github.com/Aakash-Rana "+5/-5 (#​6668 )") - avatar [Sampo Silvennoinen](https://redirect.github.com/stscoundrel "+3/-3 (#​6633 )") - avatar [Kasper Isager Dalsgarð](https://redirect.github.com/kasperisager "+2/-2 (#​6634 )") - avatar [Christian Clauss](https://redirect.github.com/cclauss "+4/-0 (#​6683 )") - avatar [Pavan Welihinda](https://redirect.github.com/pavan168 "+2/-2 (#​5222 )") - avatar [Taylor Flatt](https://redirect.github.com/taylorflatt "+2/-2 (#​6615 )") - avatar [Kenzo Wada](https://redirect.github.com/Kenzo-Wada "+2/-2 (#​6608 )") - avatar [Ngole Lawson](https://redirect.github.com/echelonnought "+3/-0 (#​6644 )") - avatar [Haven](https://redirect.github.com/Baoyx007 "+3/-0 (#​6590 )") - avatar [Shrivali Dutt](https://redirect.github.com/shrivalidutt "+1/-1 (#​6637 )") - avatar [Henco Appel](https://redirect.github.com/hencoappel "+1/-1 (#​6605 )")
prettier/prettier (prettier) ### [`v3.4.0`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#340) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.3.3...3.4.0) [diff](https://redirect.github.com/prettier/prettier/compare/3.3.3...3.4.0) 🔗 [Release Notes](https://prettier.io/blog/2024/11/26/3.4.0.html)
winstonjs/winston (winston) ### [`v3.17.0`](https://redirect.github.com/winstonjs/winston/releases/tag/v3.17.0) [Compare Source](https://redirect.github.com/winstonjs/winston/compare/v3.16.0...v3.17.0) - Try winston-transport 4.9.0 [`3e87128`](https://redirect.github.com/winstonjs/winston/commit/3e87128) - Revert "Try bumping winston-transport to 4.8.0" [`69625fc`](https://redirect.github.com/winstonjs/winston/commit/69625fc) - Revert "Try bumping winston-transport to 4.8.0" [`876ef7a`](https://redirect.github.com/winstonjs/winston/commit/876ef7a) - Try bumping winston-transport to 4.8.0 [`7ef2c1d`](https://redirect.github.com/winstonjs/winston/commit/7ef2c1d) - Try bumping winston-transport to 4.8.0 [`fe4b64e`](https://redirect.github.com/winstonjs/winston/commit/fe4b64e) - Bump logform [`c9fd9a4`](https://redirect.github.com/winstonjs/winston/commit/c9fd9a4) - Revert "Update logform and winston-transport" [`14fef0f`](https://redirect.github.com/winstonjs/winston/commit/14fef0f) - Merge branch 'master' of github.com:winstonjs/winston [`545b683`](https://redirect.github.com/winstonjs/winston/commit/545b683) - Update logform and winston-transport [`cceb265`](https://redirect.github.com/winstonjs/winston/commit/cceb265) - Bump mocha from 10.7.3 to 10.8.2 ([#​2523](https://redirect.github.com/winstonjs/winston/issues/2523)) [`bb529b6`](https://redirect.github.com/winstonjs/winston/commit/bb529b6) - Bump async from 3.2.5 to 3.2.6 ([#​2516](https://redirect.github.com/winstonjs/winston/issues/2516)) [`ae847ab`](https://redirect.github.com/winstonjs/winston/commit/ae847ab) ### [`v3.16.0`](https://redirect.github.com/winstonjs/winston/releases/tag/v3.16.0) [Compare Source](https://redirect.github.com/winstonjs/winston/compare/v3.15.0...v3.16.0) - Feature - optionally include Error.cause property ([#​2447](https://redirect.github.com/winstonjs/winston/issues/2447)) [`201b6f1`](https://redirect.github.com/winstonjs/winston/commit/201b6f1) ### [`v3.15.0`](https://redirect.github.com/winstonjs/winston/releases/tag/v3.15.0) [Compare Source](https://redirect.github.com/winstonjs/winston/compare/v3.14.2...v3.15.0) Note: we removed LogCallback from the TS definitions because the underlying library didn't actually support these. If this causes issues in your apps, we recommend you remove references to LogCallbacks, since such code was not being executed anyways. See [#​2513](https://redirect.github.com/winstonjs/winston/issues/2513) and the issue linked therein. - remove logcallback ([#​2513](https://redirect.github.com/winstonjs/winston/issues/2513)) [`3a54777`](https://redirect.github.com/winstonjs/winston/commit/3a54777) - chore(docs): Update README.md w/ usage comments ([#​2507](https://redirect.github.com/winstonjs/winston/issues/2507)) [`f110f61`](https://redirect.github.com/winstonjs/winston/commit/f110f61) - Bump nyc from 15.1.0 to 17.1.0 ([#​2511](https://redirect.github.com/winstonjs/winston/issues/2511)) [`f5dde86`](https://redirect.github.com/winstonjs/winston/commit/f5dde86) - Bump [@​babel/cli](https://redirect.github.com/babel/cli) from 7.24.7 to 7.25.6 ([#​2512](https://redirect.github.com/winstonjs/winston/issues/2512)) [`d1b8dc6`](https://redirect.github.com/winstonjs/winston/commit/d1b8dc6) - Bump [@​babel/preset-env](https://redirect.github.com/babel/preset-env) from 7.24.8 to 7.25.4 ([#​2506](https://redirect.github.com/winstonjs/winston/issues/2506)) [`564161a`](https://redirect.github.com/winstonjs/winston/commit/564161a) - Bump mocha from 10.7.0 to 10.7.3 ([#​2500](https://redirect.github.com/winstonjs/winston/issues/2500)) [`eb7e315`](https://redirect.github.com/winstonjs/winston/commit/eb7e315) - Unified Handler Tests ([#​2020](https://redirect.github.com/winstonjs/winston/issues/2020)) [`22aab6d`](https://redirect.github.com/winstonjs/winston/commit/22aab6d) ### [`v3.14.2`](https://redirect.github.com/winstonjs/winston/compare/v3.14.1...v3.14.2) [Compare Source](https://redirect.github.com/winstonjs/winston/compare/v3.14.1...v3.14.2) ### [`v3.14.1`](https://redirect.github.com/winstonjs/winston/compare/v3.14.0...b270c4ee8ad8dd7098cf45d64cdab4489512dc8d) [Compare Source](https://redirect.github.com/winstonjs/winston/compare/v3.14.0...v3.14.1) ### [`v3.14.0`](https://redirect.github.com/winstonjs/winston/compare/v3.13.1...c4a15ec02394b6b1e7376fe2979cf1efa6a849f0) [Compare Source](https://redirect.github.com/winstonjs/winston/compare/v3.13.1...v3.14.0) ### [`v3.13.1`](https://redirect.github.com/winstonjs/winston/releases/tag/v3.13.1) [Compare Source](https://redirect.github.com/winstonjs/winston/compare/v3.13.0...v3.13.1) - revert to rimraf 5.0.1, last known version to work with node 18 for now [`1b3a500`](https://redirect.github.com/winstonjs/winston/commit/1b3a500) - Merge branch 'master' of github.com:winstonjs/winston [`b56117e`](https://redirect.github.com/winstonjs/winston/commit/b56117e) - Update dependencies [`a5853b5`](https://redirect.github.com/winstonjs/winston/commit/a5853b5) - Bump [@​types/node](https://redirect.github.com/types/node) from 20.12.7 to 20.14.10 ([#​2483](https://redirect.github.com/winstonjs/winston/issues/2483)) [`93b52ac`](https://redirect.github.com/winstonjs/winston/commit/93b52ac) - Bump mocha from 10.3.0 to 10.6.0 ([#​2484](https://redirect.github.com/winstonjs/winston/issues/2484)) [`33611c9`](https://redirect.github.com/winstonjs/winston/commit/33611c9) - Bump [@​babel/preset-env](https://redirect.github.com/babel/preset-env) from 7.24.0 to 7.24.7 ([#​2475](https://redirect.github.com/winstonjs/winston/issues/2475)) [`4aa6550`](https://redirect.github.com/winstonjs/winston/commit/4aa6550) - Update minimum version logform ([#​2472](https://redirect.github.com/winstonjs/winston/issues/2472)) [`7f5f014`](https://redirect.github.com/winstonjs/winston/commit/7f5f014) - Add Parseable transport ([#​2466](https://redirect.github.com/winstonjs/winston/issues/2466)) [`debf4fa`](https://redirect.github.com/winstonjs/winston/commit/debf4fa) - chore(docs): Update w/ MySQL transport ([#​2456](https://redirect.github.com/winstonjs/winston/issues/2456)) [`d567c57`](https://redirect.github.com/winstonjs/winston/commit/d567c57) - fix typo at test/unit/winston/transports/http.test.js ([#​2453](https://redirect.github.com/winstonjs/winston/issues/2453)) [`1d5d527`](https://redirect.github.com/winstonjs/winston/commit/1d5d527) - Bump [@​babel/cli](https://redirect.github.com/babel/cli) from 7.23.9 to 7.24.5 ([#​2454](https://redirect.github.com/winstonjs/winston/issues/2454)) [`d89a34e`](https://redirect.github.com/winstonjs/winston/commit/d89a34e) - Bump [@​types/node](https://redirect.github.com/types/node) from 20.11.29 to 20.12.7 ([#​2448](https://redirect.github.com/winstonjs/winston/issues/2448)) [`947fa79`](https://redirect.github.com/winstonjs/winston/commit/947fa79) - Bump [@​babel/core](https://redirect.github.com/babel/core) from 7.24.0 to 7.24.5 ([#​2455](https://redirect.github.com/winstonjs/winston/issues/2455)) [`8c58d0a`](https://redirect.github.com/winstonjs/winston/commit/8c58d0a)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.



This PR was generated by Mend Renovate. View the repository job log.