ledgersmb / LedgerSMB

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

Update all non-major dependencies (1.10) #8282

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
@babel/core (source) 7.24.7 -> 7.24.8 age adoption passing confidence
@babel/eslint-parser (source) 7.24.7 -> 7.24.8 age adoption passing confidence
@babel/preset-env (source) 7.24.7 -> 7.24.8 age adoption passing confidence
browserslist 4.23.1 -> 4.23.2 age adoption passing confidence
caniuse-lite 1.0.30001640 -> 1.0.30001641 age adoption passing confidence
eslint-plugin-jsdoc 48.5.2 -> 48.7.0 age adoption passing confidence
eslint-plugin-package-json 0.15.0 -> 0.15.2 age adoption passing confidence
stylelint (source) 16.6.1 -> 16.7.0 age adoption passing confidence
webpack 5.92.1 -> 5.93.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.24.8`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7248-2024-07-11) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.7...v7.24.8) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​16567](https://togithub.com/babel/babel/pull/16567) Do not use strict mode in TS `declare` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :bug: Bug Fix - `babel-generator` - [#​16630](https://togithub.com/babel/babel/pull/16630) Correctly print parens around `in` in `for` heads ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16626](https://togithub.com/babel/babel/pull/16626) Fix printing of comments in `await using` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16591](https://togithub.com/babel/babel/pull/16591) fix typescript code generation for yield expression inside type expre… ([@​SreeXD](https://togithub.com/SreeXD)) - `babel-parser` - [#​16613](https://togithub.com/babel/babel/pull/16613) Disallow destructuring assignment in `using` declarations ([@​H0onnn](https://togithub.com/H0onnn)) - [#​16490](https://togithub.com/babel/babel/pull/16490) fix: do not add `.value: undefined` to regexp literals ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-types` - [#​16615](https://togithub.com/babel/babel/pull/16615) Remove boolean props from `ObjectTypeInternalSlot` visitor keys ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript` - [#​16566](https://togithub.com/babel/babel/pull/16566) fix: Correctly handle `export import x =` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-generator` - [#​16625](https://togithub.com/babel/babel/pull/16625) Avoid unnecessary parens around `async` in `for await` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​16619](https://togithub.com/babel/babel/pull/16619) Avoid checking `Scope.globals` multiple times ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
browserslist/browserslist (browserslist) ### [`v4.23.2`](https://togithub.com/browserslist/browserslist/blob/HEAD/CHANGELOG.md#4232) [Compare Source](https://togithub.com/browserslist/browserslist/compare/4.23.1...4.23.2) - Updated Firefox ESR.
browserslist/caniuse-lite (caniuse-lite) ### [`v1.0.30001641`](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001640...1.0.30001641) [Compare Source](https://togithub.com/browserslist/caniuse-lite/compare/1.0.30001640...1.0.30001641)
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc) ### [`v48.7.0`](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.6.0...d46be35b613d6da8f6eb636e8b5ec3533dfdb629) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.6.0...v48.7.0) ### [`v48.6.0`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/tag/v48.6.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.5.2...v48.6.0) ##### Features - new rule `convert-to-jsdoc-comments`; fixes [#​1002](https://togithub.com/gajus/eslint-plugin-jsdoc/issues/1002) ([d5fa8da](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/d5fa8da257443f59898d9257b1a9993695c7e51d))
JoshuaKGoldberg/eslint-plugin-package-json (eslint-plugin-package-json) ### [`v0.15.2`](https://togithub.com/JoshuaKGoldberg/eslint-plugin-package-json/blob/HEAD/CHANGELOG.md#0152-2024-07-10) [Compare Source](https://togithub.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.15.1...v0.15.2) ##### Bug Fixes - skip check for name to match npm package when private is true ([#​455](https://togithub.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/455)) ([cc10e05](https://togithub.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/cc10e052911688ca7cacb9761c2db7c24c826d3e)), closes [#​000](https://togithub.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/000) ### [`v0.15.1`](https://togithub.com/JoshuaKGoldberg/eslint-plugin-package-json/blob/HEAD/CHANGELOG.md#0151-2024-07-10) [Compare Source](https://togithub.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.15.0...v0.15.1) ##### Bug Fixes - update package-json-validator ([#​456](https://togithub.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/456)) ([1a8bda4](https://togithub.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/1a8bda47891c14c7434ad6242f33f9ad7c2e940f)), closes [#​250](https://togithub.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/250)
stylelint/stylelint (stylelint) ### [`v16.7.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1670) [Compare Source](https://togithub.com/stylelint/stylelint/compare/16.6.1...16.7.0) - Changed: `tap` formatter to support TAP14 ([#​7759](https://togithub.com/stylelint/stylelint/pull/7759)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Added: `url` secondary option ([#​7743](https://togithub.com/stylelint/stylelint/pull/7743)) ([@​emmacharp](https://togithub.com/emmacharp)). - Fixed: `at-rule-no-unknown` false positives for `@historical-forms` and `@font-palette-values` ([#​7774](https://togithub.com/stylelint/stylelint/pull/7774)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `at-rule-no-unknown` false positives for `@view-transition` ([#​7753](https://togithub.com/stylelint/stylelint/pull/7753)) ([@​sebdanielsson](https://togithub.com/sebdanielsson)). - Fixed: `at-rule-no-vendor-prefix` false negatives for `@-moz-document` and `@-webkit-viewport` ([#​7772](https://togithub.com/stylelint/stylelint/pull/7772)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `comment-whitespace-inside` end positions ([#​7744](https://togithub.com/stylelint/stylelint/pull/7744)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `declaration-block-no-duplicate-properties` reported ranges ([#​7758](https://togithub.com/stylelint/stylelint/pull/7758)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `declaration-block-no-redundant-longhand-properties`/`declaration-block-no-shorthand-property-overrides` false negatives for `font-variant` ([#​7734](https://togithub.com/stylelint/stylelint/pull/7734)) ([@​Bilie](https://togithub.com/Bilie)). - Fixed: `font-family-name-quotes` false negatives for `-moz-*`/`-webkit-*` keywords ([#​7777](https://togithub.com/stylelint/stylelint/pull/7777)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `font-family-no-missing-generic-family-keyword` false negatives for font families which names match a CSS3 `font-variant` keyword ([#​7823](https://togithub.com/stylelint/stylelint/pull/7823)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `function-name-case` end positions ([#​7747](https://togithub.com/stylelint/stylelint/pull/7747)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `function-no-unknown` performance by reducing file read count ([#​7801](https://togithub.com/stylelint/stylelint/pull/7801)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Fixed: `media-feature-name-no-vendor-prefix` autofix ([#​7770](https://togithub.com/stylelint/stylelint/pull/7770)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `no-invalid-double-slash-comments` reported ranges ([#​7768](https://togithub.com/stylelint/stylelint/pull/7768)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `property-no-unknown` false positives for `navigation` and miscellaneous legacy properties ([#​7764](https://togithub.com/stylelint/stylelint/pull/7764)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `quietDeprecationWarnings` to suppress `stylelint:003` warning ([#​7837](https://togithub.com/stylelint/stylelint/pull/7837)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Fixed: `selector-no-vendor-prefix` autofix ([#​7763](https://togithub.com/stylelint/stylelint/pull/7763)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `selector-not-notation` end positions when new lines are part of the selector ([#​7755](https://togithub.com/stylelint/stylelint/pull/7755)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `selector-type-case` end positions ([#​7752](https://togithub.com/stylelint/stylelint/pull/7752)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `shorthand-property-no-redundant-values` false negatives for logical properties, `overflow`, `overscroll-behavior`, `scroll-margin` and `scroll-padding` ([#​7808](https://togithub.com/stylelint/stylelint/pull/7808)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `string-no-newline` false positives for escaped multi-line ([#​7818](https://togithub.com/stylelint/stylelint/pull/7818)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `value-keyword-case` end positions ([#​7760](https://togithub.com/stylelint/stylelint/pull/7760)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `stylelint.utils.checkAgainstRule()` for Promise-based rules ([#​7821](https://togithub.com/stylelint/stylelint/pull/7821)) ([@​aaronccasanova](https://togithub.com/aaronccasanova)). - Fixed: `stylelint.utils.checkAgainstRule()` to use `result.stylelint` if present ([#​7833](https://togithub.com/stylelint/stylelint/pull/7833)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Fixed: YAML diagnostic block *end marker line* of the `tap` formatter ([#​7759](https://togithub.com/stylelint/stylelint/pull/7759)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: autofix of incorrectly implemented plugins when unscoped stylelint commands are present ([#​7733](https://togithub.com/stylelint/stylelint/pull/7733)) ([@​romainmenke](https://togithub.com/romainmenke)).
webpack/webpack (webpack) ### [`v5.93.0`](https://togithub.com/webpack/webpack/compare/v5.92.1...277460b33bcc49c51acbbcd688672aa4ec685732) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.92.1...v5.93.0)

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.