Commit a856719
authored
chore(deps): update all non-major dependencies (minor) (#6711)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/cli](https://babel.dev/docs/en/next/babel-cli)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-cli))
| [`7.25.9` ->
`7.26.4`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.25.9/7.26.4)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@babel/preset-react](https://babel.dev/docs/en/next/babel-preset-react)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-preset-react))
| [`7.25.9` ->
`7.26.3`](https://renovatebot.com/diffs/npm/@babel%2fpreset-react/7.25.9/7.26.3)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [chromatic](https://www.chromatic.com)
([source](https://redirect.github.com/chromaui/chromatic-cli)) |
[`11.19.0` ->
`11.20.0`](https://renovatebot.com/diffs/npm/chromatic/11.19.0/11.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/)
|
|
[eslint-import-resolver-typescript](https://redirect.github.com/import-js/eslint-import-resolver-typescript)
| [`3.6.3` ->
`3.7.0`](https://renovatebot.com/diffs/npm/eslint-import-resolver-typescript/3.6.3/3.7.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/)
|
|
[typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint))
| [`8.16.0` ->
`8.17.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.16.0/8.17.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>babel/babel (@​babel/cli)</summary>
###
[`v7.26.4`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7264-2024-12-05)
[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.25.9...v7.26.4)
##### ↩️ Revert
- `babel-traverse`
- [#​17005](https://redirect.github.com/babel/babel/pull/17005)
Revert "perf: Improve scope information collection performance"
([@​JLHwung](https://redirect.github.com/JLHwung))
</details>
<details>
<summary>chromaui/chromatic-cli (chromatic)</summary>
###
[`v11.20.0`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v11200-Mon-Dec-02-2024)
[Compare
Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v11.19.0...v11.20.0)
##### 🚀 Enhancement
- Send project metadata to the index
[#​1122](https://redirect.github.com/chromaui/chromatic-cli/pull/1122)
([@​tmeasday](https://redirect.github.com/tmeasday))
##### Authors: 1
- Tom Coleman ([@​tmeasday](https://redirect.github.com/tmeasday))
***
</details>
<details>
<summary>import-js/eslint-import-resolver-typescript
(eslint-import-resolver-typescript)</summary>
###
[`v3.7.0`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#370)
[Compare
Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v3.6.3...v3.7.0)
##### Minor Changes
-
[#​326](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/326)
[`93ea130`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/93ea1305d0317db62a71edf029688eb410c2d261)
Thanks [@​SukkaW](https://redirect.github.com/SukkaW)! - This
version has implemented the `eslint-plugin-import-x`'s v3 resolver
interface. This allows you to use import/require to reference
`eslint-import-resolver-typescript` directly in your ESLint flat config:
**Previously**
```js
// eslint.config.js
module.exports = {
settings: {
'import-x/resolver': {
typescript: {
alwaysTryTypes: true,
},
// or
require.resolve('eslint-import-resolver-typescript'):
alwaysTryTypes: true,
}
}
}
}
```
**Now**
```js
// eslint.config.js
const {
createTypeScriptImportResolver,
} = require('eslint-import-resolver-typescript')
module.exports = {
settings: {
'import-x/resolver-next': [
createTypeScriptImportResolver({
alwaysTryTypes: true,
}),
],
},
}
```
Note that this only works with `eslint-plugin-import-x@>=4.5.0`. You
can't use `createTypeScriptImportResolver` with the older versions of
`eslint-plugin-import-x` or any existing versions of
`eslint-plugin-import`.
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(typescript-eslint)</summary>
###
[`v8.17.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8170-2024-12-02)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.16.0...v8.17.0)
This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.
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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 20c5eac commit a856719
2 files changed
+93
-86
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
1838 | 1838 | | |
1839 | 1839 | | |
1840 | 1840 | | |
1841 | | - | |
1842 | | - | |
1843 | | - | |
| 1841 | + | |
| 1842 | + | |
| 1843 | + | |
1844 | 1844 | | |
1845 | 1845 | | |
1846 | 1846 | | |
| |||
1850 | 1850 | | |
1851 | 1851 | | |
1852 | 1852 | | |
1853 | | - | |
| 1853 | + | |
1854 | 1854 | | |
1855 | 1855 | | |
1856 | 1856 | | |
| |||
5237 | 5237 | | |
5238 | 5238 | | |
5239 | 5239 | | |
5240 | | - | |
5241 | | - | |
5242 | | - | |
| 5240 | + | |
| 5241 | + | |
| 5242 | + | |
5243 | 5243 | | |
5244 | 5244 | | |
5245 | | - | |
5246 | | - | |
5247 | | - | |
5248 | | - | |
| 5245 | + | |
| 5246 | + | |
| 5247 | + | |
| 5248 | + | |
5249 | 5249 | | |
5250 | 5250 | | |
5251 | 5251 | | |
| |||
5256 | 5256 | | |
5257 | 5257 | | |
5258 | 5258 | | |
5259 | | - | |
| 5259 | + | |
5260 | 5260 | | |
5261 | 5261 | | |
5262 | 5262 | | |
| |||
5285 | 5285 | | |
5286 | 5286 | | |
5287 | 5287 | | |
5288 | | - | |
5289 | | - | |
5290 | | - | |
| 5288 | + | |
| 5289 | + | |
| 5290 | + | |
5291 | 5291 | | |
5292 | | - | |
5293 | | - | |
5294 | | - | |
5295 | | - | |
| 5292 | + | |
| 5293 | + | |
| 5294 | + | |
| 5295 | + | |
5296 | 5296 | | |
5297 | 5297 | | |
5298 | 5298 | | |
5299 | 5299 | | |
5300 | 5300 | | |
5301 | 5301 | | |
5302 | | - | |
| 5302 | + | |
5303 | 5303 | | |
5304 | 5304 | | |
5305 | 5305 | | |
| |||
5331 | 5331 | | |
5332 | 5332 | | |
5333 | 5333 | | |
5334 | | - | |
5335 | | - | |
5336 | | - | |
| 5334 | + | |
| 5335 | + | |
| 5336 | + | |
5337 | 5337 | | |
5338 | | - | |
5339 | | - | |
5340 | | - | |
| 5338 | + | |
| 5339 | + | |
| 5340 | + | |
5341 | 5341 | | |
5342 | 5342 | | |
5343 | 5343 | | |
| |||
5368 | 5368 | | |
5369 | 5369 | | |
5370 | 5370 | | |
5371 | | - | |
5372 | | - | |
5373 | | - | |
| 5371 | + | |
| 5372 | + | |
| 5373 | + | |
5374 | 5374 | | |
5375 | | - | |
5376 | | - | |
| 5375 | + | |
| 5376 | + | |
5377 | 5377 | | |
5378 | 5378 | | |
5379 | 5379 | | |
5380 | 5380 | | |
5381 | 5381 | | |
5382 | 5382 | | |
5383 | 5383 | | |
5384 | | - | |
| 5384 | + | |
5385 | 5385 | | |
5386 | 5386 | | |
5387 | 5387 | | |
| |||
5392 | 5392 | | |
5393 | 5393 | | |
5394 | 5394 | | |
5395 | | - | |
5396 | | - | |
5397 | | - | |
5398 | | - | |
| 5395 | + | |
| 5396 | + | |
| 5397 | + | |
| 5398 | + | |
5399 | 5399 | | |
5400 | 5400 | | |
5401 | 5401 | | |
| |||
5425 | 5425 | | |
5426 | 5426 | | |
5427 | 5427 | | |
5428 | | - | |
5429 | | - | |
5430 | | - | |
| 5428 | + | |
| 5429 | + | |
| 5430 | + | |
5431 | 5431 | | |
5432 | | - | |
5433 | | - | |
| 5432 | + | |
| 5433 | + | |
5434 | 5434 | | |
5435 | 5435 | | |
5436 | 5436 | | |
| |||
5440 | 5440 | | |
5441 | 5441 | | |
5442 | 5442 | | |
5443 | | - | |
| 5443 | + | |
5444 | 5444 | | |
5445 | 5445 | | |
5446 | 5446 | | |
| |||
5480 | 5480 | | |
5481 | 5481 | | |
5482 | 5482 | | |
5483 | | - | |
5484 | | - | |
5485 | | - | |
| 5483 | + | |
| 5484 | + | |
| 5485 | + | |
5486 | 5486 | | |
5487 | 5487 | | |
5488 | | - | |
5489 | | - | |
5490 | | - | |
| 5488 | + | |
| 5489 | + | |
| 5490 | + | |
5491 | 5491 | | |
5492 | 5492 | | |
5493 | 5493 | | |
5494 | 5494 | | |
5495 | 5495 | | |
5496 | | - | |
| 5496 | + | |
5497 | 5497 | | |
5498 | 5498 | | |
5499 | 5499 | | |
| |||
5521 | 5521 | | |
5522 | 5522 | | |
5523 | 5523 | | |
5524 | | - | |
5525 | | - | |
5526 | | - | |
| 5524 | + | |
| 5525 | + | |
| 5526 | + | |
5527 | 5527 | | |
5528 | | - | |
| 5528 | + | |
5529 | 5529 | | |
5530 | | - | |
| 5530 | + | |
5531 | 5531 | | |
5532 | 5532 | | |
5533 | 5533 | | |
| |||
7617 | 7617 | | |
7618 | 7618 | | |
7619 | 7619 | | |
7620 | | - | |
7621 | | - | |
| 7620 | + | |
| 7621 | + | |
7622 | 7622 | | |
7623 | 7623 | | |
7624 | 7624 | | |
| |||
7631 | 7631 | | |
7632 | 7632 | | |
7633 | 7633 | | |
7634 | | - | |
| 7634 | + | |
7635 | 7635 | | |
7636 | 7636 | | |
7637 | 7637 | | |
| |||
8836 | 8836 | | |
8837 | 8837 | | |
8838 | 8838 | | |
8839 | | - | |
| 8839 | + | |
| 8840 | + | |
| 8841 | + | |
| 8842 | + | |
| 8843 | + | |
| 8844 | + | |
| 8845 | + | |
| 8846 | + | |
| 8847 | + | |
| 8848 | + | |
| 8849 | + | |
| 8850 | + | |
| 8851 | + | |
8840 | 8852 | | |
8841 | 8853 | | |
8842 | 8854 | | |
| |||
10110 | 10122 | | |
10111 | 10123 | | |
10112 | 10124 | | |
10113 | | - | |
10114 | | - | |
| 10125 | + | |
| 10126 | + | |
10115 | 10127 | | |
10116 | 10128 | | |
10117 | | - | |
| 10129 | + | |
10118 | 10130 | | |
10119 | | - | |
10120 | 10131 | | |
10121 | 10132 | | |
10122 | 10133 | | |
10123 | 10134 | | |
| 10135 | + | |
10124 | 10136 | | |
10125 | 10137 | | |
10126 | 10138 | | |
| |||
10130 | 10142 | | |
10131 | 10143 | | |
10132 | 10144 | | |
10133 | | - | |
| 10145 | + | |
10134 | 10146 | | |
10135 | 10147 | | |
10136 | 10148 | | |
| |||
10146 | 10158 | | |
10147 | 10159 | | |
10148 | 10160 | | |
10149 | | - | |
10150 | | - | |
10151 | | - | |
10152 | | - | |
10153 | | - | |
10154 | | - | |
10155 | | - | |
10156 | | - | |
10157 | | - | |
10158 | | - | |
10159 | | - | |
10160 | | - | |
10161 | 10161 | | |
10162 | 10162 | | |
10163 | 10163 | | |
| |||
19645 | 19645 | | |
19646 | 19646 | | |
19647 | 19647 | | |
| 19648 | + | |
| 19649 | + | |
| 19650 | + | |
| 19651 | + | |
| 19652 | + | |
| 19653 | + | |
| 19654 | + | |
19648 | 19655 | | |
19649 | 19656 | | |
19650 | 19657 | | |
| |||
20749 | 20756 | | |
20750 | 20757 | | |
20751 | 20758 | | |
20752 | | - | |
20753 | | - | |
| 20759 | + | |
| 20760 | + | |
20754 | 20761 | | |
20755 | | - | |
20756 | | - | |
20757 | | - | |
| 20762 | + | |
| 20763 | + | |
| 20764 | + | |
20758 | 20765 | | |
20759 | 20766 | | |
20760 | 20767 | | |
20761 | 20768 | | |
20762 | 20769 | | |
20763 | | - | |
| 20770 | + | |
20764 | 20771 | | |
20765 | 20772 | | |
20766 | 20773 | | |
| |||
20861 | 20868 | | |
20862 | 20869 | | |
20863 | 20870 | | |
20864 | | - | |
| 20871 | + | |
20865 | 20872 | | |
20866 | 20873 | | |
20867 | 20874 | | |
| |||
0 commit comments