Commit 9b198e8
authored
chore(deps): update all non-major dependencies (minor) (#6558)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core))
| [`7.25.9` ->
`7.26.0`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.25.9/7.26.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/)
|
| [@babel/preset-env](https://babel.dev/docs/en/next/babel-preset-env)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-preset-env))
| [`7.25.9` ->
`7.26.0`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.25.9/7.26.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/)
|
|
[@babel/preset-typescript](https://babel.dev/docs/en/next/babel-preset-typescript)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript))
| [`7.25.9` ->
`7.26.0`](https://renovatebot.com/diffs/npm/@babel%2fpreset-typescript/7.25.9/7.26.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/)
|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`20.16.15` ->
`20.17.1`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.15/20.17.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/)
|
| [chromatic](https://www.chromatic.com)
([source](https://redirect.github.com/chromaui/chromatic-cli)) |
[`11.14.0` ->
`11.16.1`](https://renovatebot.com/diffs/npm/chromatic/11.14.0/11.16.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/)
|
---
### Release Notes
<details>
<summary>babel/babel (@​babel/core)</summary>
###
[`v7.26.0`](https://redirect.github.com/babel/babel/compare/v7.25.9...v7.26.0)
[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.25.9...v7.26.0)
</details>
<details>
<summary>babel/babel (@​babel/preset-env)</summary>
###
[`v7.26.0`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7260-2024-10-25)
[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.25.9...v7.26.0)
##### 🚀 New Feature
- `babel-core`, `babel-generator`, `babel-parser`,
`babel-plugin-syntax-import-assertions`,
`babel-plugin-syntax-import-attributes`, `babel-preset-env`,
`babel-standalone`, `babel-types`
- [#​16850](https://redirect.github.com/babel/babel/pull/16850)
Enable import attributes parsing by default
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- `babel-core`
- [#​16862](https://redirect.github.com/babel/babel/pull/16862)
feat: support async plugin's pre/post
([@​timofei-iatsenko](https://redirect.github.com/timofei-iatsenko))
- `babel-compat-data`, `babel-plugin-proposal-regexp-modifiers`,
`babel-plugin-transform-regexp-modifiers`, `babel-preset-env`,
`babel-standalone`
- [#​16692](https://redirect.github.com/babel/babel/pull/16692)
Add `transform-regexp-modifiers` to `preset-env`
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-parser`
- [#​16849](https://redirect.github.com/babel/babel/pull/16849)
feat: add `startIndex` parser option
([@​DylanPiercey](https://redirect.github.com/DylanPiercey))
- `babel-generator`, `babel-parser`, `babel-plugin-syntax-flow`
- [#​16841](https://redirect.github.com/babel/babel/pull/16841)
Always enable parsing of Flow enums
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- `babel-helpers`, `babel-preset-typescript`, `babel-runtime-corejs3`
- [#​16794](https://redirect.github.com/babel/babel/pull/16794)
Support `import()` in `rewriteImportExtensions`
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-generator`, `babel-parser`
- [#​16708](https://redirect.github.com/babel/babel/pull/16708)
Add experimental format-preserving mode to `@babel/generator`
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
##### 🐛 Bug Fix
- `babel-core`
- [#​16928](https://redirect.github.com/babel/babel/pull/16928)
Workaround Node.js bug for parallel loading of TLA modules
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- [#​16926](https://redirect.github.com/babel/babel/pull/16926)
Fix loading of modules with TLA in Node.js 23
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
##### 💅 Polish
- `babel-plugin-proposal-json-modules`,
`babel-plugin-transform-json-modules`, `babel-standalone`
- [#​16924](https://redirect.github.com/babel/babel/pull/16924)
Rename `proposal-json-modules` to `transform-json-modules`
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
##### 🏠 Internal
- `babel-code-frame`, `babel-highlight`
- [#​16896](https://redirect.github.com/babel/babel/pull/16896)
Inline `@babel/highlight` in `@babel/code-frame`
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- `babel-generator`, `babel-parser`, `babel-types`
- [#​16732](https://redirect.github.com/babel/babel/pull/16732)
Add `kind` to `TSModuleDeclaration`
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
##### 🏃♀️ Performance
- `babel-helper-module-transforms`,
`babel-plugin-transform-modules-commonjs`
- [#​16882](https://redirect.github.com/babel/babel/pull/16882)
perf: Improve module transforms
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
</details>
<details>
<summary>chromaui/chromatic-cli (chromatic)</summary>
###
[`v11.16.1`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v11161-Fri-Oct-25-2024)
[Compare
Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v11.16.0...v11.16.1)
##### 🐛 Bug Fix
- Handle ENOENT for bun as well as Node
[#​1108](https://redirect.github.com/chromaui/chromatic-cli/pull/1108)
([@​jmhobbs](https://redirect.github.com/jmhobbs))
##### Authors: 1
- John Hobbs ([@​jmhobbs](https://redirect.github.com/jmhobbs))
***
###
[`v11.16.0`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v11160-Fri-Oct-25-2024)
[Compare
Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v11.15.0...v11.16.0)
##### 🚀 Enhancement
- Add support for `--build-command` for arbitrary build commands
[#​1109](https://redirect.github.com/chromaui/chromatic-cli/pull/1109)
([@​codykaup](https://redirect.github.com/codykaup))
##### Authors: 1
- Cody Kaup ([@​codykaup](https://redirect.github.com/codykaup))
***
###
[`v11.15.0`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v11150-Wed-Oct-23-2024)
[Compare
Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v11.14.0...v11.15.0)
##### 🚀 Enhancement
- Add support for `logLevel` and `logPrefix` options, use local
timestamp as default prefix
[#​1107](https://redirect.github.com/chromaui/chromatic-cli/pull/1107)
([@​ghengeveld](https://redirect.github.com/ghengeveld))
##### Authors: 1
- Gert Hengeveld
([@​ghengeveld](https://redirect.github.com/ghengeveld))
***
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on Monday" (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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent c204b93 commit 9b198e8
2 files changed
+140
-55
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
110 | 121 | | |
111 | 122 | | |
112 | 123 | | |
| |||
149 | 160 | | |
150 | 161 | | |
151 | 162 | | |
152 | | - | |
153 | | - | |
154 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
155 | 173 | | |
156 | 174 | | |
157 | | - | |
158 | | - | |
| 175 | + | |
| 176 | + | |
159 | 177 | | |
160 | | - | |
161 | | - | |
162 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
163 | 181 | | |
164 | 182 | | |
165 | | - | |
| 183 | + | |
166 | 184 | | |
167 | 185 | | |
168 | 186 | | |
169 | 187 | | |
170 | 188 | | |
171 | | - | |
| 189 | + | |
172 | 190 | | |
173 | 191 | | |
174 | 192 | | |
| |||
336 | 354 | | |
337 | 355 | | |
338 | 356 | | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
339 | 370 | | |
340 | 371 | | |
341 | 372 | | |
| |||
702 | 733 | | |
703 | 734 | | |
704 | 735 | | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
705 | 749 | | |
706 | 750 | | |
707 | 751 | | |
| |||
983 | 1027 | | |
984 | 1028 | | |
985 | 1029 | | |
986 | | - | |
987 | | - | |
988 | | - | |
| 1030 | + | |
| 1031 | + | |
| 1032 | + | |
989 | 1033 | | |
990 | 1034 | | |
991 | | - | |
992 | | - | |
| 1035 | + | |
| 1036 | + | |
993 | 1037 | | |
994 | 1038 | | |
995 | 1039 | | |
| |||
1126 | 1170 | | |
1127 | 1171 | | |
1128 | 1172 | | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
1129 | 1184 | | |
1130 | 1185 | | |
1131 | 1186 | | |
| |||
1194 | 1249 | | |
1195 | 1250 | | |
1196 | 1251 | | |
1197 | | - | |
1198 | | - | |
1199 | | - | |
| 1252 | + | |
| 1253 | + | |
| 1254 | + | |
1200 | 1255 | | |
1201 | 1256 | | |
1202 | 1257 | | |
1203 | 1258 | | |
1204 | | - | |
| 1259 | + | |
1205 | 1260 | | |
1206 | 1261 | | |
1207 | 1262 | | |
1208 | | - | |
1209 | | - | |
1210 | | - | |
| 1263 | + | |
| 1264 | + | |
| 1265 | + | |
1211 | 1266 | | |
1212 | 1267 | | |
1213 | 1268 | | |
1214 | 1269 | | |
1215 | | - | |
| 1270 | + | |
1216 | 1271 | | |
1217 | 1272 | | |
1218 | 1273 | | |
| |||
1321 | 1376 | | |
1322 | 1377 | | |
1323 | 1378 | | |
1324 | | - | |
1325 | | - | |
1326 | | - | |
| 1379 | + | |
| 1380 | + | |
| 1381 | + | |
1327 | 1382 | | |
1328 | 1383 | | |
1329 | 1384 | | |
1330 | 1385 | | |
1331 | 1386 | | |
1332 | | - | |
| 1387 | + | |
1333 | 1388 | | |
1334 | 1389 | | |
1335 | 1390 | | |
| |||
1784 | 1839 | | |
1785 | 1840 | | |
1786 | 1841 | | |
| 1842 | + | |
| 1843 | + | |
| 1844 | + | |
| 1845 | + | |
| 1846 | + | |
| 1847 | + | |
| 1848 | + | |
| 1849 | + | |
| 1850 | + | |
| 1851 | + | |
| 1852 | + | |
| 1853 | + | |
1787 | 1854 | | |
1788 | 1855 | | |
1789 | 1856 | | |
| |||
1913 | 1980 | | |
1914 | 1981 | | |
1915 | 1982 | | |
1916 | | - | |
1917 | | - | |
1918 | | - | |
| 1983 | + | |
| 1984 | + | |
| 1985 | + | |
1919 | 1986 | | |
1920 | | - | |
| 1987 | + | |
1921 | 1988 | | |
1922 | 1989 | | |
1923 | 1990 | | |
| |||
1927 | 1994 | | |
1928 | 1995 | | |
1929 | 1996 | | |
1930 | | - | |
1931 | | - | |
| 1997 | + | |
| 1998 | + | |
1932 | 1999 | | |
1933 | 2000 | | |
1934 | 2001 | | |
1935 | 2002 | | |
1936 | 2003 | | |
1937 | 2004 | | |
1938 | 2005 | | |
1939 | | - | |
| 2006 | + | |
1940 | 2007 | | |
1941 | 2008 | | |
1942 | 2009 | | |
| |||
1969 | 2036 | | |
1970 | 2037 | | |
1971 | 2038 | | |
| 2039 | + | |
1972 | 2040 | | |
1973 | 2041 | | |
1974 | 2042 | | |
| |||
1987 | 2055 | | |
1988 | 2056 | | |
1989 | 2057 | | |
1990 | | - | |
| 2058 | + | |
1991 | 2059 | | |
1992 | 2060 | | |
1993 | 2061 | | |
| |||
2020 | 2088 | | |
2021 | 2089 | | |
2022 | 2090 | | |
2023 | | - | |
2024 | | - | |
2025 | | - | |
| 2091 | + | |
| 2092 | + | |
| 2093 | + | |
2026 | 2094 | | |
2027 | 2095 | | |
2028 | 2096 | | |
| |||
2031 | 2099 | | |
2032 | 2100 | | |
2033 | 2101 | | |
2034 | | - | |
| 2102 | + | |
2035 | 2103 | | |
2036 | 2104 | | |
2037 | 2105 | | |
| |||
2308 | 2376 | | |
2309 | 2377 | | |
2310 | 2378 | | |
| 2379 | + | |
| 2380 | + | |
| 2381 | + | |
| 2382 | + | |
| 2383 | + | |
| 2384 | + | |
| 2385 | + | |
| 2386 | + | |
| 2387 | + | |
| 2388 | + | |
2311 | 2389 | | |
2312 | 2390 | | |
2313 | 2391 | | |
| |||
5275 | 5353 | | |
5276 | 5354 | | |
5277 | 5355 | | |
5278 | | - | |
5279 | | - | |
| 5356 | + | |
| 5357 | + | |
5280 | 5358 | | |
5281 | | - | |
5282 | | - | |
| 5359 | + | |
| 5360 | + | |
5283 | 5361 | | |
5284 | 5362 | | |
5285 | 5363 | | |
| |||
5293 | 5371 | | |
5294 | 5372 | | |
5295 | 5373 | | |
5296 | | - | |
5297 | | - | |
| 5374 | + | |
| 5375 | + | |
5298 | 5376 | | |
5299 | 5377 | | |
5300 | | - | |
| 5378 | + | |
5301 | 5379 | | |
5302 | 5380 | | |
5303 | 5381 | | |
| |||
7940 | 8018 | | |
7941 | 8019 | | |
7942 | 8020 | | |
7943 | | - | |
7944 | | - | |
| 8021 | + | |
| 8022 | + | |
7945 | 8023 | | |
7946 | 8024 | | |
7947 | 8025 | | |
| |||
7954 | 8032 | | |
7955 | 8033 | | |
7956 | 8034 | | |
7957 | | - | |
| 8035 | + | |
7958 | 8036 | | |
7959 | 8037 | | |
7960 | 8038 | | |
| |||
21290 | 21368 | | |
21291 | 21369 | | |
21292 | 21370 | | |
21293 | | - | |
21294 | | - | |
| 21371 | + | |
| 21372 | + | |
21295 | 21373 | | |
21296 | | - | |
| 21374 | + | |
21297 | 21375 | | |
21298 | 21376 | | |
21299 | 21377 | | |
| |||
21395 | 21473 | | |
21396 | 21474 | | |
21397 | 21475 | | |
| 21476 | + | |
| 21477 | + | |
| 21478 | + | |
| 21479 | + | |
| 21480 | + | |
| 21481 | + | |
| 21482 | + | |
21398 | 21483 | | |
21399 | 21484 | | |
21400 | 21485 | | |
| |||
0 commit comments