ledgersmb / LedgerSMB

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

Update all non-major dependencies (master) #8349

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pinia/testing (source) 0.1.4 -> 0.1.5 age adoption passing confidence
caniuse-lite 1.0.30001647 -> 1.0.30001651 age adoption passing confidence
core-js (source) 3.37.1 -> 3.38.0 age adoption passing confidence
eslint-plugin-jest 28.7.0 -> 28.8.0 age adoption passing confidence
eslint-plugin-json 4.0.0 -> 4.0.1 age adoption passing confidence
eslint-plugin-n 17.10.1 -> 17.10.2 age adoption passing confidence
pinia 2.2.0 -> 2.2.1 age adoption passing confidence
postcss (source) 8.4.40 -> 8.4.41 age adoption passing confidence
vue (source) 3.4.35 -> 3.4.37 age adoption passing confidence
vue-router 4.4.2 -> 4.4.3 age adoption passing confidence

Release Notes

vuejs/pinia (@​pinia/testing) ### [`v0.1.5`](https://togithub.com/vuejs/pinia/compare/@pinia/testing@0.1.4...@pinia/testing@0.1.5) [Compare Source](https://togithub.com/vuejs/pinia/compare/@pinia/testing@0.1.4...@pinia/testing@0.1.5)
browserslist/caniuse-lite (caniuse-lite) ### [`v1.0.30001651`](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001650...0f0dd10d180cc8e4c899a3d7a62529dbb3993ece) [Compare Source](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001650...1.0.30001651) ### [`v1.0.30001650`](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001649...1.0.30001650) [Compare Source](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001649...1.0.30001650) ### [`v1.0.30001649`](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001647...1.0.30001649) [Compare Source](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001647...1.0.30001649)
zloirock/core-js (core-js) ### [`v3.38.0`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3380---20240805) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.37.1...v3.38.0) - Changes [v3.37.1...v3.38.0](https://togithub.com/zloirock/core-js/compare/v3.37.1...v3.38.0) - [`RegExp.escape` proposal](https://togithub.com/tc39/proposal-regex-escaping): - Built-ins: - `RegExp.escape` - Moved to stage 3, [June 2024](https://togithub.com/tc39/proposals/commit/4b8ee265248abfa2c88ed71b3c541ddd5a2eaffe) and [July 2024](https://togithub.com/tc39/proposals/commit/bdb2eea6c5e41a52f2d6047d7de1a31b5d188c4f) TC39 meetings - Updated the way of escaping, [regex-escaping/77](https://togithub.com/tc39/proposal-regex-escaping/pull/77) - Throw an error on non-strings, [regex-escaping/58](https://togithub.com/tc39/proposal-regex-escaping/pull/58) - Added `/actual/` namespace entries, unconditional forced replacement changed to feature detection - [`Promise.try` proposal](https://togithub.com/tc39/proposal-promise-try): - Built-ins: - `Promise.try` - Moved to stage 3, [June 2024 TC39 meeting](https://togithub.com/tc39/proposals/commit/de20984cd7f7bc616682c557cb839abc100422cb) - Added `/actual/` namespace entries, unconditional forced replacement changed to feature detection - [`Uint8Array` to / from base64 and hex stage 3 proposal](https://togithub.com/tc39/proposal-arraybuffer-base64): - Built-ins: - `Uint8Array.fromBase64` - `Uint8Array.fromHex` - `Uint8Array.prototype.setFromBase64` - `Uint8Array.prototype.setFromHex` - `Uint8Array.prototype.toBase64` - `Uint8Array.prototype.toHex` - Added `Uint8Array.prototype.{ setFromBase64, setFromHex }` methods - Added `Uint8Array.fromBase64` and `Uint8Array.prototype.setFromBase64` `lastChunkHandling` option, [proposal-arraybuffer-base64/33](https://togithub.com/tc39/proposal-arraybuffer-base64/pull/33) - Added `Uint8Array.prototype.toBase64` `omitPadding` option, [proposal-arraybuffer-base64/60](https://togithub.com/tc39/proposal-arraybuffer-base64/pull/60) - Added throwing a `TypeError` on arrays backed by detached buffers - Unconditional forced replacement changed to feature detection - Fixed `RegExp` named capture groups polyfill in combination with non-capturing groups, [#​1352](https://togithub.com/zloirock/core-js/pull/1352), thanks [**@​Ulop**](https://togithub.com/Ulop) - Improved some cases of environment detection - Uses [`process.getBuiltinModule`](https://nodejs.org/docs/latest/api/process.html#processgetbuiltinmoduleid) for getting built-in NodeJS modules where it's available - Uses `https` instead of `http` in `URL` constructor feature detection to avoid extra notifications from some overly vigilant security scanners, [#​1345](https://togithub.com/zloirock/core-js/issues/1345) - Some minor optimizations - Updated `browserslist` in `core-js-compat` dependencies that fixes an upstream issue with incorrect interpretation of some `browserslist` queries, [#​1344](https://togithub.com/zloirock/core-js/issues/1344), [browserslist/829](https://togithub.com/browserslist/browserslist/issues/829), [browserslist/836](https://togithub.com/browserslist/browserslist/pull/836) - Compat data improvements: - Added [Safari 18.0](https://webkit.org/blog/15443/news-from-wwdc24-webkit-in-safari-18-beta/) compat data: - Fixed [`Object.groupBy` and `Map.groupBy`](https://togithub.com/tc39/proposal-array-grouping) to [work for non-objects](https://bugs.webkit.org/show_bug.cgi?id=271524) - Fixed [throwing a `RangeError` if `Set` methods are called on an object with negative size property](https://bugs.webkit.org/show_bug.cgi?id=267494) - Fixed [`Set.prototype.symmetricDifference` to call `this.has` in each iteration](https://bugs.webkit.org/show_bug.cgi?id=272679) - Fixed [`Array.fromAsync`](https://togithub.com/tc39/proposal-array-from-async) to [not call the `Array` constructor twice](https://bugs.webkit.org/show_bug.cgi?id=271703) - Added [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) - [`Math.f16round` and `DataView.prototype.{ getFloat16, setFloat16 }`](https://togithub.com/tc39/proposal-float16array) marked as [shipped from FF129](https://bugzilla.mozilla.org/show_bug.cgi?id=1903329) - [`Symbol.asyncDispose`](https://togithub.com/tc39/proposal-explicit-resource-management) added and marked as supported from V8 ~ Chromium 127 - [`Promise.try`](https://togithub.com/tc39/proposal-promise-try) added and marked as supported [from V8 ~ Chromium 128](https://chromestatus.com/feature/6315704705089536) - Added Deno [1.44](https://togithub.com/denoland/deno/releases/tag/v1.44.0) and [1.45](https://togithub.com/denoland/deno/releases/tag/v1.45.0) compat data mapping - `self` descriptor [is broken in Deno 1.45.3](https://togithub.com/denoland/deno/issues/24683) (again) - Added Electron 32 and 33 compat data mapping - Added [Opera Android 83](https://forums.opera.com/topic/72570/opera-for-android-83) compat data mapping - Added Samsung Internet 27 compat data mapping - Added Oculus Quest Browser 34 compat data mapping
jest-community/eslint-plugin-jest (eslint-plugin-jest) ### [`v28.8.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2880-2024-08-07) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.7.0...v28.8.0) ##### Features - import formatting rules from `eslint-plugin-jest-formatting` ([#​1563](https://togithub.com/jest-community/eslint-plugin-jest/issues/1563)) ([74078ee](https://togithub.com/jest-community/eslint-plugin-jest/commit/74078ee13dd7c7d257d514809dadc5593a214e74))
azeemba/eslint-plugin-json (eslint-plugin-json) ### [`v4.0.1`](https://togithub.com/azeemba/eslint-plugin-json/compare/v4.0.0...b381b1583161bfa34e888fc96682870907b4cc05) [Compare Source](https://togithub.com/azeemba/eslint-plugin-json/compare/v4.0.0...b381b1583161bfa34e888fc96682870907b4cc05)
eslint-community/eslint-plugin-n (eslint-plugin-n) ### [`v17.10.2`](https://togithub.com/eslint-community/eslint-plugin-n/blob/HEAD/CHANGELOG.md#17102-2024-08-05) [Compare Source](https://togithub.com/eslint-community/eslint-plugin-n/compare/v17.10.1...v17.10.2) ##### 🩹 Fixes - Duplex.from is supported in 16.8.0 ([#​325](https://togithub.com/eslint-community/eslint-plugin-n/issues/325)) ([de5ac0a](https://togithub.com/eslint-community/eslint-plugin-n/commit/de5ac0a4f4ea3e6de21d765084e03fcc37ef0b68)), closes [#​324](https://togithub.com/eslint-community/eslint-plugin-n/issues/324)
postcss/postcss (postcss) ### [`v8.4.41`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8441) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.40...8.4.41) - Fixed types (by [@​nex3](https://togithub.com/nex3) and [@​querkmachine](https://togithub.com/querkmachine)). - Cleaned up RegExps (by [@​bluwy](https://togithub.com/bluwy)).
vuejs/core (vue) ### [`v3.4.37`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3437-2024-08-08) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.36...v3.4.37) ##### Bug Fixes - **compiler-core:** use `isProp.arg.loc` instead of `isProp.loc` ([#​11547](https://togithub.com/vuejs/core/issues/11547)) ([236fb7a](https://togithub.com/vuejs/core/commit/236fb7abebe567b73826a3ddc2120f3273377ba0)) - **custom-element:** fix custom-element double render on immediate prop change ([978ff3c](https://togithub.com/vuejs/core/commit/978ff3c1dbff9c93ec284c1804d3c77331ea33f8)), closes [#​9885](https://togithub.com/vuejs/core/issues/9885) [#​11335](https://togithub.com/vuejs/core/issues/11335) - **defineModel:** detect changes respect custom getter and setter ([#​11543](https://togithub.com/vuejs/core/issues/11543)) ([e042888](https://togithub.com/vuejs/core/commit/e0428884b57ac834274045bd33841263aeae259e)), closes [#​11541](https://togithub.com/vuejs/core/issues/11541) [#​11526](https://togithub.com/vuejs/core/issues/11526) [#​11527](https://togithub.com/vuejs/core/issues/11527) - **keep-alive:** avoid cache suspense comment root ([#​11479](https://togithub.com/vuejs/core/issues/11479)) ([a917c05](https://togithub.com/vuejs/core/commit/a917c0539cdc55c0188ca91f70b6ff79fee13ed9)) - **keep-alive:** fix render error in cached is undefined ([#​11496](https://togithub.com/vuejs/core/issues/11496)) ([81351dc](https://togithub.com/vuejs/core/commit/81351dc7fbdabcfa0f545f7d924c31a3c367e496)), closes [#​11427](https://togithub.com/vuejs/core/issues/11427) [#​11431](https://togithub.com/vuejs/core/issues/11431) - Revert "fix(types/ref): allow getter and setter types to be unrelated ([#​11442](https://togithub.com/vuejs/core/issues/11442))" ([b1abac0](https://togithub.com/vuejs/core/commit/b1abac06cdb198bd72f8e614b1f68b92e1c78339)) - Revert "fix(types/ref): correct type inference for nested refs ([#​11536](https://togithub.com/vuejs/core/issues/11536))" ([3a56315](https://togithub.com/vuejs/core/commit/3a56315f94bc0e11cfbb288b65482ea8fc3a39b4)) - **runtime-core:** fix warning for missing event handler ([#​11489](https://togithub.com/vuejs/core/issues/11489)) ([e359ff0](https://togithub.com/vuejs/core/commit/e359ff0046286aee03fe31656c023677be457e07)), closes [#​4803](https://togithub.com/vuejs/core/issues/4803) [#​8268](https://togithub.com/vuejs/core/issues/8268) - **runtime-core:** prioritize using the provides from currentApp in nested createApp ([#​11502](https://togithub.com/vuejs/core/issues/11502)) ([7e75de0](https://togithub.com/vuejs/core/commit/7e75de002f08076a02c9361a58fa1d0af1772964)), closes [#​11488](https://togithub.com/vuejs/core/issues/11488) - **runtime-dom:** apply css vars before mount ([#​11538](https://togithub.com/vuejs/core/issues/11538)) ([fdc2a31](https://togithub.com/vuejs/core/commit/fdc2a31dbd4196d6432be16767a1bfdab1240d49)), closes [#​11533](https://togithub.com/vuejs/core/issues/11533) - **ssr:** ensure content is valid when rendering normal slot ([#​11491](https://togithub.com/vuejs/core/issues/11491)) ([6c90324](https://togithub.com/vuejs/core/commit/6c903248703e2413c6197b9ad4d535f31c8eac39)), closes [#​11326](https://togithub.com/vuejs/core/issues/11326) - **types/ref:** correct type inference for nested refs ([#​11536](https://togithub.com/vuejs/core/issues/11536)) ([536f623](https://togithub.com/vuejs/core/commit/536f62332c455ba82ef2979ba634b831f91928ba)), closes [#​11532](https://togithub.com/vuejs/core/issues/11532) [#​11537](https://togithub.com/vuejs/core/issues/11537) - **types:** allow `DirectiveArguments` third parameter to accept undefined ([#​11540](https://togithub.com/vuejs/core/issues/11540)) ([1058ce8](https://togithub.com/vuejs/core/commit/1058ce8e747ce606e5e86fca5a2acce3c12a0846)) ### [`v3.4.36`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3436-2024-08-06) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.35...v3.4.36)
vuejs/router (vue-router) ### [`v4.4.3`](https://togithub.com/vuejs/router/releases/tag/v4.4.3) [Compare Source](https://togithub.com/vuejs/router/compare/v4.4.2...v4.4.3) Please refer to [CHANGELOG.md](https://togithub.com/vuejs/router/blob/main/packages/router/CHANGELOG.md) for details.

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 was generated by Mend Renovate. View the repository job log.