ledgersmb / LedgerSMB

Double-entry accounting & ERP for the web
https://ledgersmb.org
Other
408 stars 150 forks source link

Update all non-major dependencies (1.11) #8218

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
caniuse-lite 1.0.30001617 -> 1.0.30001620 age adoption passing confidence
core-js (source) 3.37.0 -> 3.37.1 age adoption passing confidence
eslint-plugin-jsdoc 48.2.4 -> 48.2.5 age adoption passing confidence
eslint-plugin-n 17.6.0 -> 17.7.0 age adoption passing confidence
npm-run-all2 6.1.2 -> 6.2.0 age adoption passing confidence

Release Notes

browserslist/caniuse-lite (caniuse-lite) ### [`v1.0.30001620`](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001619...1.0.30001620) [Compare Source](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001619...1.0.30001620) ### [`v1.0.30001619`](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001618...1.0.30001619) [Compare Source](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001618...1.0.30001619) ### [`v1.0.30001618`](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001617...1.0.30001618) [Compare Source](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001617...1.0.30001618)
zloirock/core-js (core-js) ### [`v3.37.1`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3371---20240514) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.37.0...v3.37.1) - Changes [v3.37.0...v3.37.1](https://togithub.com/zloirock/core-js/compare/v3.37.0...v3.37.1) - Fixed [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) feature detection for some specific cases - Compat data improvements: - [`Set` methods proposal](https://togithub.com/tc39/proposal-set-methods) added and marked as [supported from FF 127](https://bugzilla.mozilla.org/show_bug.cgi?id=1868423) - [`Symbol.dispose`](https://togithub.com/tc39/proposal-explicit-resource-management) added and marked as supported from V8 ~ Chromium 125 - [`Math.f16round` and `DataView.prototype.{ getFloat16, setFloat16 }`](https://togithub.com/tc39/proposal-float16array) added and marked as [supported from Deno 1.43](https://togithub.com/denoland/deno/pull/23490) - [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and marked as [supported from Chromium 126](https://chromestatus.com/feature/6301071388704768) - [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and marked as [supported from NodeJS 22.0](https://togithub.com/nodejs/node/pull/52280) - [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and marked as [supported from Deno 1.43](https://togithub.com/denoland/deno/pull/23318) - Added [Rhino 1.7.15](https://togithub.com/mozilla/rhino/releases/tag/Rhino1\_7\_15\_Release) compat data, many features marked as supported - Added [NodeJS 22.0](https://nodejs.org/en/blog/release/v22.0.0) compat data mapping - Added [Deno 1.43](https://togithub.com/denoland/deno/releases/tag/v1.43.0) compat data mapping - Added Electron 31 compat data mapping - Updated [Opera Android 82](https://forums.opera.com/topic/71513/opera-for-android-82) compat data mapping - Added Samsung Internet 26 compat data mapping - Added Oculus Quest Browser 33 compat data mapping
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc) ### [`v48.2.5`](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.2.4...d417d05d946dbcb61402b94813ead1bfcee8eab1) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.2.4...v48.2.5)
eslint-community/eslint-plugin-n (eslint-plugin-n) ### [`v17.7.0`](https://togithub.com/eslint-community/eslint-plugin-n/blob/HEAD/CHANGELOG.md#1770-2024-05-14) [Compare Source](https://togithub.com/eslint-community/eslint-plugin-n/compare/v17.6.0...v17.7.0) ##### 🌟 Features - **hashbang:** Add support to map extensions to executables ([#​278](https://togithub.com/eslint-community/eslint-plugin-n/issues/278)) ([3fd7639](https://togithub.com/eslint-community/eslint-plugin-n/commit/3fd7639e4d98d2cd936682197ef4004d59adadfd)) - **node-builtin:** Add node 20.13.0, 22.0.0, and 22.1.0 support ([#​276](https://togithub.com/eslint-community/eslint-plugin-n/issues/276)) ([4a685c0](https://togithub.com/eslint-community/eslint-plugin-n/commit/4a685c05e2d5770e22c46dcb78267fa8c484f725)) ##### 🩹 Fixes - **node-builtins:** Remove "node:" prefix from "ignores" message ([#​277](https://togithub.com/eslint-community/eslint-plugin-n/issues/277)) ([704f0b9](https://togithub.com/eslint-community/eslint-plugin-n/commit/704f0b9373542e03b42102d30bc44cb7e30fc5d8)) ##### 📚 Documentation - **node-builtins:** Specify that only static properties are supported ([#​272](https://togithub.com/eslint-community/eslint-plugin-n/issues/272)) ([735a520](https://togithub.com/eslint-community/eslint-plugin-n/commit/735a5207aee828e324835bdb0c7fa743347ef4b9)) - Provide an example with eslint-plugin-n to Playground ([#​275](https://togithub.com/eslint-community/eslint-plugin-n/issues/275)) ([cb8ffa6](https://togithub.com/eslint-community/eslint-plugin-n/commit/cb8ffa62d07869dd23985f7d861ad3c60deec4f8))
bcomnes/npm-run-all2 (npm-run-all2) ### [`v6.2.0`](https://togithub.com/bcomnes/npm-run-all2/blob/HEAD/CHANGELOG.md#v620) [Compare Source](https://togithub.com/bcomnes/npm-run-all2/compare/v6.1.2...v6.2.0) ##### Merged - Placeholder that unfolds into multiple tasks [`#134`](https://togithub.com/bcomnes/npm-run-all2/pull/134) - 📝 add compatibility note for pnpm. [`#136`](https://togithub.com/bcomnes/npm-run-all2/pull/136) - Upgrade: Bump codecov/codecov-action from 3 to 4 [`#131`](https://togithub.com/bcomnes/npm-run-all2/pull/131)

Configuration

📅 Schedule: Branch creation - "after 11pm on friday,before 7am on saturday" in timezone Etc/Greenwich, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.