ledgersmb / LedgerSMB

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

Update all non-major dependencies (1.11) #8249

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@redocly/cli 1.14.0 -> 1.15.0 age adoption passing confidence
browserslist 4.23.0 -> 4.23.1 age adoption passing confidence
caniuse-lite 1.0.30001629 -> 1.0.30001634 age adoption passing confidence
eslint-plugin-jsdoc 48.2.9 -> 48.2.12 age adoption passing confidence
eslint-plugin-n 17.8.1 -> 17.9.0 age adoption passing confidence
prettier (source) 3.3.1 -> 3.3.2 age adoption passing confidence
vue (source) 3.4.28 -> 3.4.29 age adoption passing confidence
vue-router 4.3.2 -> 4.3.3 age adoption passing confidence
webpack 5.91.0 -> 5.92.0 age adoption passing confidence

Release Notes

Redocly/redocly-cli (@​redocly/cli) ### [`v1.15.0`](https://togithub.com/Redocly/redocly-cli/releases/tag/%40redocly/cli%401.15.0) [Compare Source](https://togithub.com/Redocly/redocly-cli/compare/@redocly/cli@1.14.0...@redocly/cli@1.15.0) ##### Minor Changes - Made `redocly.yaml` validation consistent with the general Redocly config. ##### Patch Changes - Updated Redoc to v2.1.5. - Fixed `no-invalid-media-type-examples`, `no-invalid-parameter-examples`, and `no-invalid-schema-examples` rules which allowed falsy example values to pass for any schema. - Updated [@​redocly/openapi-core](https://togithub.com/redocly/openapi-core) to v1.15.0.
browserslist/browserslist (browserslist) ### [`v4.23.1`](https://togithub.com/browserslist/browserslist/blob/HEAD/CHANGELOG.md#4231) [Compare Source](https://togithub.com/browserslist/browserslist/compare/4.23.0...4.23.1) - Fixed feature query with mobile to desktop when caniuse lags (by [@​steverep](https://togithub.com/steverep)).
browserslist/caniuse-lite (caniuse-lite) ### [`v1.0.30001634`](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001633...1.0.30001634) [Compare Source](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001633...1.0.30001634) ### [`v1.0.30001633`](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001632...1.0.30001633) [Compare Source](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001632...1.0.30001633) ### [`v1.0.30001632`](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001629...1.0.30001632) [Compare Source](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001629...1.0.30001632)
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc) ### [`v48.2.12`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/tag/v48.2.12) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.2.11...v48.2.12) ##### Bug Fixes - namespace flat config `name`'s ([8603579](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/8603579b1f5f3aa3c8357949ed6b2b2d5265149a)) ### [`v48.2.11`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/tag/v48.2.11) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.2.10...v48.2.11) ##### Bug Fixes - avoid inserting `name` for eslintrc configs; fixes [#​1239](https://togithub.com/gajus/eslint-plugin-jsdoc/issues/1239) ([c2d5a35](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/c2d5a353e26ed33efd02cac0d9189b4246424bbf)) ### [`v48.2.10`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/tag/v48.2.10) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.2.9...v48.2.10) ##### Bug Fixes - add names to flat configs ([5429982](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/5429982d7a4c632ca189d619aaed4ff595934e14))
eslint-community/eslint-plugin-n (eslint-plugin-n) ### [`v17.9.0`](https://togithub.com/eslint-community/eslint-plugin-n/blob/HEAD/CHANGELOG.md#1790-2024-06-14) [Compare Source](https://togithub.com/eslint-community/eslint-plugin-n/compare/v17.8.1...v17.9.0) ##### 🌟 Features - Add flag ignorePrivate to no-unpublished-x rules ([#​298](https://togithub.com/eslint-community/eslint-plugin-n/issues/298)) ([0609431](https://togithub.com/eslint-community/eslint-plugin-n/commit/0609431dabcd9402720071025c0206d2686e1d78))
prettier/prettier (prettier) ### [`v3.3.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#332) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) [diff](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) ##### Fix handlebars path expressions starts with `@` ([#​16358](https://togithub.com/prettier/prettier/pull/16358) by [@​Princeyadav05](https://togithub.com/Princeyadav05)) ```hbs {{! Input }}
{{@​x.y.z}}
{{! Prettier 3.3.1 }}
{{@​x}}
{{! Prettier 3.3.2 }}
{{@​x.y.z}}
```
vuejs/core (vue) ### [`v3.4.29`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3429-2024-06-14) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.28...v3.4.29) ##### Bug Fixes - **build:** fix accidental inclusion of runtime-core in server-renderer cjs build ([11cc12b](https://togithub.com/vuejs/core/commit/11cc12b915edfe0e4d3175e57464f73bc2c1cb04)), closes [#​11137](https://togithub.com/vuejs/core/issues/11137) - **compiler-sfc:** fix missing scope for extends error message ([4ec387b](https://togithub.com/vuejs/core/commit/4ec387b100985b008cdcc4cd883a5b6328c05766)) - **compiler-sfc:** fix parsing of mts, d.mts, and mtsx files ([a476692](https://togithub.com/vuejs/core/commit/a476692ed2d7308f2742d8ff3554cf97a392b0b7)) - **compiler-sfc:** support [@​vue-ignore](https://togithub.com/vue-ignore) comment on more type sources ([a23e99b](https://togithub.com/vuejs/core/commit/a23e99bedf1d65841d162951f10ce35b907a5680)) - **custom-element:** support same direct setup function signature in defineCustomElement ([7c8b126](https://togithub.com/vuejs/core/commit/7c8b12620aad4969b8dc4944d4fc486d16c3033c)), closes [#​11116](https://togithub.com/vuejs/core/issues/11116) - **reactivity:** avoid infinite loop when render access a side effect computed ([#​11135](https://togithub.com/vuejs/core/issues/11135)) ([8296e19](https://togithub.com/vuejs/core/commit/8296e19855e369a7826f5ea26540a6da01dc7093)), closes [#​11121](https://togithub.com/vuejs/core/issues/11121)
vuejs/router (vue-router) ### [`v4.3.3`](https://togithub.com/vuejs/router/releases/tag/v4.3.3) [Compare Source](https://togithub.com/vuejs/router/compare/v4.3.2...v4.3.3) Please refer to [CHANGELOG.md](https://togithub.com/vuejs/router/blob/main/packages/router/CHANGELOG.md) for details.
webpack/webpack (webpack) ### [`v5.92.0`](https://togithub.com/webpack/webpack/releases/tag/v5.92.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.91.0...v5.92.0) #### Bug Fixes - Correct tidle range's comutation for module federation - Consider runtime for pure expression dependency update hash - Return value in the `subtractRuntime` function for runtime logic - Fixed failed to resolve promise when eager import a dynamic cjs - Avoid generation extra code for external modules when remapping is not required - The `css/global` type now handles the exports name - Avoid hashing for `@keyframe` and `@property` at-rules in `css/global` type - Fixed mangle with destructuring for JSON modules - The `stats.hasWarnings()` method now respects the `ignoreWarnings` option - Fixed `ArrayQueue` iterator - Correct behavior of `__webpack_exports_info__.a.b.canMangle` - Changed to the correct plugin name for the `CommonJsChunkFormatPlugin` plugin - Set the `chunkLoading` option to the `import` when environment is unknown and output is module - Fixed when runtimeChunk has no exports when `module` chunkFormat used - \[CSS] Fixed parsing minimized CSS import - \[CSS] URLs in CSS files now have correct public path - \[CSS] The `css` module type should not allow parser to switch mode - \[Types] Improved context module types #### New Features - Added platform target properties to compiler - Improved multi compiler cache location and validating it - Support `import attributes` spec (`with` keyword) - Support `node:` prefix for Node.js core modules in runtime code - Support prefetch/preload for module chunk format - Support "..." in the `importsFields` option for resolver - Root module is less prone to be wrapped in IIFE - Export `InitFragment` class for plugins - Export `compileBooleanMatcher` util for plugins - Export `InputFileSystem` and `OutputFileSystem` types - \[CSS] Support the `esModule` generator option for CSS modules - \[CSS] Support CSS when chunk format is module

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.