Commit 5ed4ef5
authored
chore(deps): update all non-major dependencies (minor) (#6836)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [chromatic](https://www.chromatic.com)
([source](https://redirect.github.com/chromaui/chromatic-cli)) |
[`11.22.2` ->
`11.25.0`](https://renovatebot.com/diffs/npm/chromatic/11.22.2/11.25.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [lint-staged](https://redirect.github.com/lint-staged/lint-staged) |
[`15.3.0` ->
`15.4.1`](https://renovatebot.com/diffs/npm/lint-staged/15.3.0/15.4.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [postcss](https://postcss.org/)
([source](https://redirect.github.com/postcss/postcss)) | [`8.4.49` ->
`8.5.1`](https://renovatebot.com/diffs/npm/postcss/8.4.49/8.5.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint))
| [`8.19.1` ->
`8.20.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.19.1/8.20.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>chromaui/chromatic-cli (chromatic)</summary>
###
[`v11.25.0`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v11250-Thu-Jan-16-2025)
[Compare
Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v11.24.0...v11.25.0)
##### 🚀 Enhancement
- Log Turbosnap metrics to New Relic
[#​1141](https://redirect.github.com/chromaui/chromatic-cli/pull/1141)
([@​codykaup](https://redirect.github.com/codykaup))
##### 🐛 Bug Fix
- Remove Turbosnap metrics logs
[#​1142](https://redirect.github.com/chromaui/chromatic-cli/pull/1142)
([@​codykaup](https://redirect.github.com/codykaup))
##### Authors: 1
- Cody Kaup ([@​codykaup](https://redirect.github.com/codykaup))
***
###
[`v11.24.0`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v11240-Tue-Jan-14-2025)
[Compare
Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v11.23.0...v11.24.0)
##### 🚀 Enhancement
- Log Turbosnap metrics to New Relic
[#​1141](https://redirect.github.com/chromaui/chromatic-cli/pull/1141)
([@​codykaup](https://redirect.github.com/codykaup))
##### Authors: 1
- Cody Kaup ([@​codykaup](https://redirect.github.com/codykaup))
***
###
[`v11.23.0`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v11230-Mon-Jan-13-2025)
[Compare
Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v11.22.2...v11.23.0)
##### 🚀 Enhancement
- Skip lock file parsing if it's larger than 10MB
[#​1140](https://redirect.github.com/chromaui/chromatic-cli/pull/1140)
([@​codykaup](https://redirect.github.com/codykaup))
##### Authors: 1
- Cody Kaup ([@​codykaup](https://redirect.github.com/codykaup))
***
</details>
<details>
<summary>lint-staged/lint-staged (lint-staged)</summary>
###
[`v15.4.1`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1541)
[Compare
Source](https://redirect.github.com/lint-staged/lint-staged/compare/v15.4.0...v15.4.1)
##### Patch Changes
-
[#​1504](https://redirect.github.com/lint-staged/lint-staged/pull/1504)
[`1c7a45e`](https://redirect.github.com/lint-staged/lint-staged/commit/1c7a45ed2c7fee9d5f55337be16a51e4c9b240e1)
Thanks [@​iiroj](https://redirect.github.com/iiroj)! - Default
TypeScript config filenames match JS equivalents.
-
[#​1504](https://redirect.github.com/lint-staged/lint-staged/pull/1504)
[`9cc18c9`](https://redirect.github.com/lint-staged/lint-staged/commit/9cc18c9debb185490f9ae4f9c1d21ec8c2587393)
Thanks [@​iiroj](https://redirect.github.com/iiroj)! - Add missing
conditional exports syntax for TypeScript types.
###
[`v15.4.0`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1540)
[Compare
Source](https://redirect.github.com/lint-staged/lint-staged/compare/v15.3.0...v15.4.0)
##### Minor Changes
-
[#​1500](https://redirect.github.com/lint-staged/lint-staged/pull/1500)
[`a8ec1dd`](https://redirect.github.com/lint-staged/lint-staged/commit/a8ec1ddb587d2c1c2420dbb4baff8160f0ac46c9)
Thanks [@​iiroj](https://redirect.github.com/iiroj)! -
*Lint-staged* now provides TypeScript types for the configuration and
main Node.js API. You can use the JSDoc syntax in your JS configuration
files:
```js
/**
* @​filename: lint-staged.config.js
* @​type {import('lint-staged').Configuration}
*/
export default {
'*': 'prettier --write',
}
```
It's also possible to use the `.ts` file extension for the configuration
if your Node.js version supports it. The `--experimental-strip-types`
flag was introduced in [Node.js
v22.6.0](https://redirect.github.com/nodejs/node/releases/tag/v22.6.0)
and unflagged in
[v23.6.0](https://redirect.github.com/nodejs/node/releases/tag/v23.6.0),
enabling Node.js to execute TypeScript files without additional
configuration.
```shell
export NODE_OPTIONS="--experimental-strip-types"
npx lint-staged --config lint-staged.config.ts
```
##### Patch Changes
-
[#​1501](https://redirect.github.com/lint-staged/lint-staged/pull/1501)
[`9b79364`](https://redirect.github.com/lint-staged/lint-staged/commit/9b793640e1f87b46e4f40fcfc1ecf9d6f6013ac9)
Thanks [@​iiroj](https://redirect.github.com/iiroj)! - Handle
possible failures when logging user shell for debug info.
</details>
<details>
<summary>postcss/postcss (postcss)</summary>
###
[`v8.5.1`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#851)
[Compare
Source](https://redirect.github.com/postcss/postcss/compare/8.5.0...8.5.1)
- Fixed backwards compatibility for complex cases (by
[@​romainmenke](https://redirect.github.com/romainmenke)).
###
[`v8.5.0`](https://redirect.github.com/postcss/postcss/releases/tag/8.5.0):
8.5 “Duke Alloces”
[Compare
Source](https://redirect.github.com/postcss/postcss/compare/8.4.49...8.5.0)
<img
src="https://github.com/user-attachments/assets/6ef654a0-d675-4ba0-a670-e28ef27062f5"
align="right" width="200" height="200" alt="President Alloces seal">
PostCSS 8.5 brought API to work better with non-CSS sources like HTML,
Vue.js/Svelte sources or CSS-in-JS.
[@​romainmenke](https://redirect.github.com/romainmenke) during
[his work](https://redirect.github.com/postcss/postcss/issues/1995) on
[Stylelint](https://stylelint.io) added `Input#document` in additional
to `Input#css`.
```js
root.source.input.document //=> "<p>Hello</p>
// <style>
// p {
// color: green;
// }
// </style>"
root.source.input.css //=> "p {
// color: green;
// }"
```
#### Thanks to Sponsors
This release was possible thanks to our community.
If your company wants to support the sustainability of front-end
infrastructure or wants to give some love to PostCSS, you can join our
supporters by:
- [**Tidelift**](https://tidelift.com/) with a Spotify-like subscription
model supporting all projects from your lock file.
- Direct donations at [**GitHub
Sponsors**](https://redirect.github.com/sponsors/ai) or [**Open
Collective**](https://opencollective.com/postcss#section-contributors).
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(typescript-eslint)</summary>
###
[`v8.20.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8200-2025-01-13)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.19.1...v8.20.0)
##### 🚀 Features
- **eslint-plugin:** \[no-misused-spread] add new rule
([#​10551](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10551))
##### ❤️ Thank You
- Josh Goldberg ✨
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At
any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/SAP/ui5-webcomponents-react).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 1d3b920 commit 5ed4ef5
1 file changed
+70
-70
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5613 | 5613 | | |
5614 | 5614 | | |
5615 | 5615 | | |
5616 | | - | |
5617 | | - | |
5618 | | - | |
| 5616 | + | |
| 5617 | + | |
| 5618 | + | |
5619 | 5619 | | |
5620 | 5620 | | |
5621 | | - | |
5622 | | - | |
5623 | | - | |
5624 | | - | |
| 5621 | + | |
| 5622 | + | |
| 5623 | + | |
| 5624 | + | |
5625 | 5625 | | |
5626 | 5626 | | |
5627 | 5627 | | |
| |||
5630 | 5630 | | |
5631 | 5631 | | |
5632 | 5632 | | |
5633 | | - | |
| 5633 | + | |
5634 | 5634 | | |
5635 | 5635 | | |
5636 | 5636 | | |
| |||
5659 | 5659 | | |
5660 | 5660 | | |
5661 | 5661 | | |
5662 | | - | |
5663 | | - | |
5664 | | - | |
| 5662 | + | |
| 5663 | + | |
| 5664 | + | |
5665 | 5665 | | |
5666 | | - | |
5667 | | - | |
5668 | | - | |
5669 | | - | |
| 5666 | + | |
| 5667 | + | |
| 5668 | + | |
| 5669 | + | |
5670 | 5670 | | |
5671 | 5671 | | |
5672 | 5672 | | |
5673 | 5673 | | |
5674 | | - | |
| 5674 | + | |
5675 | 5675 | | |
5676 | 5676 | | |
5677 | 5677 | | |
| |||
5703 | 5703 | | |
5704 | 5704 | | |
5705 | 5705 | | |
5706 | | - | |
5707 | | - | |
5708 | | - | |
| 5706 | + | |
| 5707 | + | |
| 5708 | + | |
5709 | 5709 | | |
5710 | | - | |
5711 | | - | |
5712 | | - | |
| 5710 | + | |
| 5711 | + | |
| 5712 | + | |
5713 | 5713 | | |
5714 | 5714 | | |
5715 | 5715 | | |
| |||
5740 | 5740 | | |
5741 | 5741 | | |
5742 | 5742 | | |
5743 | | - | |
5744 | | - | |
5745 | | - | |
| 5743 | + | |
| 5744 | + | |
| 5745 | + | |
5746 | 5746 | | |
5747 | | - | |
5748 | | - | |
| 5747 | + | |
| 5748 | + | |
5749 | 5749 | | |
5750 | 5750 | | |
5751 | 5751 | | |
5752 | 5752 | | |
5753 | 5753 | | |
5754 | | - | |
| 5754 | + | |
5755 | 5755 | | |
5756 | 5756 | | |
5757 | 5757 | | |
| |||
5762 | 5762 | | |
5763 | 5763 | | |
5764 | 5764 | | |
5765 | | - | |
5766 | | - | |
5767 | | - | |
5768 | | - | |
| 5765 | + | |
| 5766 | + | |
| 5767 | + | |
| 5768 | + | |
5769 | 5769 | | |
5770 | 5770 | | |
5771 | 5771 | | |
| |||
5795 | 5795 | | |
5796 | 5796 | | |
5797 | 5797 | | |
5798 | | - | |
5799 | | - | |
5800 | | - | |
| 5798 | + | |
| 5799 | + | |
| 5800 | + | |
5801 | 5801 | | |
5802 | | - | |
5803 | | - | |
| 5802 | + | |
| 5803 | + | |
5804 | 5804 | | |
5805 | 5805 | | |
5806 | 5806 | | |
| |||
5809 | 5809 | | |
5810 | 5810 | | |
5811 | 5811 | | |
5812 | | - | |
| 5812 | + | |
5813 | 5813 | | |
5814 | 5814 | | |
5815 | 5815 | | |
| |||
5849 | 5849 | | |
5850 | 5850 | | |
5851 | 5851 | | |
5852 | | - | |
5853 | | - | |
5854 | | - | |
| 5852 | + | |
| 5853 | + | |
| 5854 | + | |
5855 | 5855 | | |
5856 | 5856 | | |
5857 | | - | |
5858 | | - | |
5859 | | - | |
| 5857 | + | |
| 5858 | + | |
| 5859 | + | |
5860 | 5860 | | |
5861 | 5861 | | |
5862 | 5862 | | |
5863 | | - | |
| 5863 | + | |
5864 | 5864 | | |
5865 | 5865 | | |
5866 | 5866 | | |
| |||
5888 | 5888 | | |
5889 | 5889 | | |
5890 | 5890 | | |
5891 | | - | |
5892 | | - | |
5893 | | - | |
| 5891 | + | |
| 5892 | + | |
| 5893 | + | |
5894 | 5894 | | |
5895 | | - | |
| 5895 | + | |
5896 | 5896 | | |
5897 | | - | |
| 5897 | + | |
5898 | 5898 | | |
5899 | 5899 | | |
5900 | 5900 | | |
| |||
8131 | 8131 | | |
8132 | 8132 | | |
8133 | 8133 | | |
8134 | | - | |
8135 | | - | |
| 8134 | + | |
| 8135 | + | |
8136 | 8136 | | |
8137 | 8137 | | |
8138 | 8138 | | |
| |||
8145 | 8145 | | |
8146 | 8146 | | |
8147 | 8147 | | |
8148 | | - | |
| 8148 | + | |
8149 | 8149 | | |
8150 | 8150 | | |
8151 | 8151 | | |
| |||
15155 | 15155 | | |
15156 | 15156 | | |
15157 | 15157 | | |
15158 | | - | |
15159 | | - | |
| 15158 | + | |
| 15159 | + | |
15160 | 15160 | | |
15161 | 15161 | | |
15162 | 15162 | | |
| |||
15170 | 15170 | | |
15171 | 15171 | | |
15172 | 15172 | | |
15173 | | - | |
| 15173 | + | |
15174 | 15174 | | |
15175 | 15175 | | |
15176 | 15176 | | |
| |||
17379 | 17379 | | |
17380 | 17380 | | |
17381 | 17381 | | |
17382 | | - | |
17383 | | - | |
17384 | | - | |
| 17382 | + | |
| 17383 | + | |
| 17384 | + | |
17385 | 17385 | | |
17386 | 17386 | | |
17387 | | - | |
| 17387 | + | |
17388 | 17388 | | |
17389 | 17389 | | |
17390 | 17390 | | |
| |||
19429 | 19429 | | |
19430 | 19430 | | |
19431 | 19431 | | |
19432 | | - | |
19433 | | - | |
| 19432 | + | |
| 19433 | + | |
19434 | 19434 | | |
19435 | | - | |
| 19435 | + | |
19436 | 19436 | | |
19437 | 19437 | | |
19438 | | - | |
| 19438 | + | |
19439 | 19439 | | |
19440 | 19440 | | |
19441 | 19441 | | |
| |||
22991 | 22991 | | |
22992 | 22992 | | |
22993 | 22993 | | |
22994 | | - | |
22995 | | - | |
| 22994 | + | |
| 22995 | + | |
22996 | 22996 | | |
22997 | | - | |
22998 | | - | |
22999 | | - | |
| 22997 | + | |
| 22998 | + | |
| 22999 | + | |
23000 | 23000 | | |
23001 | 23001 | | |
23002 | 23002 | | |
23003 | | - | |
| 23003 | + | |
23004 | 23004 | | |
23005 | 23005 | | |
23006 | 23006 | | |
| |||
0 commit comments