jgraichen / redmine_dashboard

This redmine plugin adds an issue dashboard that supports drag and drop for issues and support various filters and groups.
Apache License 2.0
424 stars 106 forks source link

fix(deps): update npm (develop) #438

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
core-js 3.33.1 -> 3.33.2 age adoption passing confidence
postcss-preset-env (source) 9.2.0 -> 9.3.0 age adoption passing confidence
preact (source) 10.18.1 -> 10.18.2 age adoption passing confidence
yarn 4.0.0 -> 4.0.1 age adoption passing confidence

Release Notes

zloirock/core-js (core-js) ### [`v3.33.2`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3332---20231031) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.33.1...v3.33.2) - Simplified `structuredClone` polyfill, avoided second tree pass in cases of transferring - Added support of [`SuppressedError`](https://togithub.com/tc39/proposal-explicit-resource-management#the-suppressederror-error) to `structuredClone` polyfill - Removed unspecified unnecessary `ArrayBuffer` and `DataView` dependencies of `structuredClone` lack of which could cause errors in some entries in IE10- - Fixed handling of fractional number part in [`Number.fromString`](https://togithub.com/tc39/proposal-number-fromstring) - Compat data improvements: - [`URL.canParse`](https://url.spec.whatwg.org/#dom-url-canparse) marked as [supported from Chromium 120](https://bugs.chromium.org/p/chromium/issues/detail?id=1425839) - Updated Opera Android 78 compat data mapping - Added Electron 29 compat data mapping
csstools/postcss-plugins (postcss-preset-env) ### [`v9.3.0`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#930) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/36d2fb7cc37cd603fbdc523c5ed228bfbb4d4e9b...a50f890b5f3352b985f01e0fe556d2f651b2ca19) *October 31, 2023* - Added `@csstools/postcss-logical-overflow` [Check the plugin README](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-overflow#readme) for usage details. - Added `@csstools/postcss-logical-overscroll-behavior` [Check the plugin README](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-overscroll-behavior#readme) for usage details. - Updated [`cssdb`](https://togithub.com/csstools/cssdb) to [`7.9.0`](https://togithub.com/csstools/cssdb/blob/main/CHANGELOG.md#790-october-31-2023) (minor) - Updated [`@csstools/postcss-cascade-layers`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers) to [`4.0.1`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers/CHANGELOG.md#401) (patch)
preactjs/preact (preact) ### [`v10.18.2`](https://togithub.com/preactjs/preact/releases/tag/10.18.2) [Compare Source](https://togithub.com/preactjs/preact/compare/10.18.1...10.18.2) #### Types - Update `contentEditable` attribute values ([#​4163](https://togithub.com/preactjs/preact/issues/4163), thanks [@​shoonia](https://togithub.com/shoonia)) - Add `elementTiming` attribute/property ([#​4165](https://togithub.com/preactjs/preact/issues/4165), thanks [@​shoonia](https://togithub.com/shoonia)) - Add the `exportparts` global attribute ([#​4164](https://togithub.com/preactjs/preact/issues/4164), thanks [@​shoonia](https://togithub.com/shoonia)) - Fix vnode type coercion ([#​4158](https://togithub.com/preactjs/preact/issues/4158), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) #### Fixes - Fix case where parent catches error and switches vnode return type ([#​4182](https://togithub.com/preactjs/preact/issues/4182), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) - Allow handling errors in getSnapshot of useSyncExternalStore & add more tests ([#​4175](https://togithub.com/preactjs/preact/issues/4175), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Prevent invalid DOM nesting false positives ([#​4160](https://togithub.com/preactjs/preact/issues/4160), thanks [@​marvinhagemeister](https://togithub.com/marvinhagemeister)) #### Improvements - Improve place child ([#​4172](https://togithub.com/preactjs/preact/issues/4172), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Use copied VNode as newVNode instead of oldVNode when rerendering ([#​4171](https://togithub.com/preactjs/preact/issues/4171), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Manually track children's index & fix parent pointers when rerendering components ([#​4170](https://togithub.com/preactjs/preact/issues/4170), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Always clear `_nextDom` field on VNodes ([#​4166](https://togithub.com/preactjs/preact/issues/4166), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Switch `===` to `==` in a few places where not needed ([#​4157](https://togithub.com/preactjs/preact/issues/4157), thanks [@​rschristian](https://togithub.com/rschristian)) - Add support for new String() as a child ([#​4152](https://togithub.com/preactjs/preact/issues/4152), thanks [@​appsforartists](https://togithub.com/appsforartists)) #### Maintenance - Update deopt script to generate log for usage in DeoptExplorer VSCode extension ([#​4188](https://togithub.com/preactjs/preact/issues/4188), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Fix benchmark debug action ([#​4187](https://togithub.com/preactjs/preact/issues/4187), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Add Benchmark Debug workflow ([#​4185](https://togithub.com/preactjs/preact/issues/4185), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Upgrade workflow actions ([#​4184](https://togithub.com/preactjs/preact/issues/4184), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Use import.meta.resolve in benchmark setup ([#​4179](https://togithub.com/preactjs/preact/issues/4179), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Improve code coverage ([#​4174](https://togithub.com/preactjs/preact/issues/4174), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Improve internal JSDoc types ([#​4173](https://togithub.com/preactjs/preact/issues/4173), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Upgrade to node@20 for development ([#​4167](https://togithub.com/preactjs/preact/issues/4167), thanks [@​andrewiggins](https://togithub.com/andrewiggins))
yarnpkg/berry (yarn) ### [`v4.0.1`](https://togithub.com/yarnpkg/berry/compare/c6764b28f8e8dbdac7ad318d6d98b5d5f0f4679e...be5a1bf87c2de22d8098b3a19a391cc40dfd2f3b) [Compare Source](https://togithub.com/yarnpkg/berry/compare/c6764b28f8e8dbdac7ad318d6d98b5d5f0f4679e...be5a1bf87c2de22d8098b3a19a391cc40dfd2f3b)

Configuration

📅 Schedule: Branch creation - "after 16:00 on Friday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.