-
Notifications
You must be signed in to change notification settings - Fork 103
Commit 6017fa1
authored
chore(deps): update all non-major dependencies (main) (patch) (#7295)
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.27.0` ->
`7.27.1`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.27.0/7.27.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/)
|
|
[@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.27.0` ->
`7.27.1`](https://renovatebot.com/diffs/npm/@babel%2fpreset-typescript/7.27.0/7.27.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/)
|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`22.15.2` ->
`22.15.3`](https://renovatebot.com/diffs/npm/@types%2fnode/22.15.2/22.15.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/)
|
|
[@types/react-dom](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom))
| [`19.1.2` ->
`19.1.3`](https://renovatebot.com/diffs/npm/@types%2freact-dom/19.1.2/19.1.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/)
|
|
[typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint))
| [`8.31.0` ->
`8.31.1`](https://renovatebot.com/diffs/npm/typescript-eslint/8.31.0/8.31.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/cli)</summary>
###
[`v7.27.1`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7271-2025-04-30)
[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.27.0...v7.27.1)
##### 👓 Spec Compliance
- `babel-parser`
- [#​17254](https://redirect.github.com/babel/babel/pull/17254)
Allow `using of` as lexical declaration within for
([@​JLHwung](https://redirect.github.com/JLHwung))
- [#​17230](https://redirect.github.com/babel/babel/pull/17230)
Disallow get/set in TSPropertySignature
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-parser`, `babel-types`
- [#​17193](https://redirect.github.com/babel/babel/pull/17193)
Stricter TSImportType options parsing
([@​JLHwung](https://redirect.github.com/JLHwung))
##### 🐛 Bug Fix
- `babel-plugin-proposal-destructuring-private`,
`babel-plugin-proposal-do-expressions`, `babel-traverse`
- [#​17137](https://redirect.github.com/babel/babel/pull/17137)
fix: do expressions should allow early exit
([@​kermanx](https://redirect.github.com/kermanx))
- `babel-helper-wrap-function`,
`babel-plugin-transform-async-to-generator`
- [#​17251](https://redirect.github.com/babel/babel/pull/17251)
Fix: propagate argument evaluation errors through async promise chain
([@​magic-akari](https://redirect.github.com/magic-akari))
- `babel-helper-remap-async-to-generator`,
`babel-plugin-transform-async-to-generator`
- [#​17231](https://redirect.github.com/babel/babel/pull/17231)
fix apply()/call() annotated as pure
([@​Lacsw](https://redirect.github.com/Lacsw))
- `babel-helper-fixtures`, `babel-parser`
- [#​17233](https://redirect.github.com/babel/babel/pull/17233)
Create ChainExpression within TSInstantiationExpression
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-generator`, `babel-parser`
- [#​17226](https://redirect.github.com/babel/babel/pull/17226)
Fill optional AST properties when both estree and typescript parser
plugin are enabled (Part 2)
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-parser`
- [#​17224](https://redirect.github.com/babel/babel/pull/17224)
Fill optional AST properties when both estree and typescript parser
plugin are enabled (Part 1)
([@​JLHwung](https://redirect.github.com/JLHwung))
- [#​17080](https://redirect.github.com/babel/babel/pull/17080)
Fix start of TSParameterProperty
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-compat-data`, `babel-preset-env`
- [#​17228](https://redirect.github.com/babel/babel/pull/17228)
Update firefox bugfix compat data
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-traverse`
- [#​17156](https://redirect.github.com/babel/babel/pull/17156)
fix: Objects and arrays with multiple references should not be evaluated
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-generator`
- [#​17216](https://redirect.github.com/babel/babel/pull/17216)
Fix: support const type parameter in generator
([@​JLHwung](https://redirect.github.com/JLHwung))
##### 💅 Polish
- `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`,
`babel-plugin-proposal-decorators`,
`babel-plugin-transform-arrow-functions`,
`babel-plugin-transform-class-properties`,
`babel-plugin-transform-destructuring`,
`babel-plugin-transform-object-rest-spread`,
`babel-plugin-transform-optional-chaining`,
`babel-plugin-transform-parameters`, `babel-traverse`
- [#​17221](https://redirect.github.com/babel/babel/pull/17221)
Reduce generated names size for the 10th-11th
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
##### 🏠 Internal
- `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`
- [#​17263](https://redirect.github.com/babel/babel/pull/17263)
Remove unused `regenerator-runtime` dep in `@babel/runtime`
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- `babel-compat-data`, `babel-preset-env`
- [#​17256](https://redirect.github.com/babel/babel/pull/17256)
Tune plugin compat data
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-compat-data`, `babel-standalone`
- [#​17236](https://redirect.github.com/babel/babel/pull/17236)
migrate babel-compat-data build script to mjs
([@​JLHwung](https://redirect.github.com/JLHwung))
- Other
- [#​17232](https://redirect.github.com/babel/babel/pull/17232)
Bump typescript-eslint to 8.29.1
([@​JLHwung](https://redirect.github.com/JLHwung))
- [#​17219](https://redirect.github.com/babel/babel/pull/17219)
test: add basic typescript-eslint integration tests
([@​JLHwung](https://redirect.github.com/JLHwung))
- [#​17205](https://redirect.github.com/babel/babel/pull/17205)
Inline regenerator in the relevant packages
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- `babel-register`
- [#​16844](https://redirect.github.com/babel/babel/pull/16844)
Migrate `@babel/register` to cts
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-cli`, `babel-compat-data`, `babel-core`, `babel-generator`,
`babel-helper-compilation-targets`, `babel-helper-fixtures`,
`babel-helper-module-imports`, `babel-helper-module-transforms`,
`babel-helper-plugin-test-runner`,
`babel-helper-transform-fixture-test-runner`, `babel-helpers`,
`babel-node`, `babel-parser`, `babel-plugin-transform-modules-amd`,
`babel-plugin-transform-modules-commonjs`,
`babel-plugin-transform-modules-systemjs`,
`babel-plugin-transform-modules-umd`,
`babel-plugin-transform-react-display-name`,
`babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`,
`babel-plugin-transform-typeof-symbol`,
`babel-plugin-transform-typescript`, `babel-preset-env`,
`babel-register`, `babel-standalone`, `babel-types`
- [#​17207](https://redirect.github.com/babel/babel/pull/17207)
Enforce node protocol import
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-plugin-transform-regenerator`
- [#​17205](https://redirect.github.com/babel/babel/pull/17205)
Inline regenerator in the relevant packages
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- [#​17205](https://redirect.github.com/babel/babel/pull/17205)
Inline regenerator in the relevant packages
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- `babel-helpers`, `babel-plugin-transform-async-generator-functions`,
`babel-plugin-transform-regenerator`, `babel-preset-env`,
`babel-runtime-corejs3`
- [#​17205](https://redirect.github.com/babel/babel/pull/17205)
Inline regenerator in the relevant packages
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- `babel-helpers`, `babel-plugin-transform-regenerator`
- [#​17205](https://redirect.github.com/babel/babel/pull/17205)
Inline regenerator in the relevant packages
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- [#​17205](https://redirect.github.com/babel/babel/pull/17205)
Inline regenerator in the relevant packages
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- `babel-helpers`
- [#​17205](https://redirect.github.com/babel/babel/pull/17205)
Inline regenerator in the relevant packages
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
##### 🔬 Output optimization
- `babel-helpers`, `babel-plugin-transform-modules-commonjs`,
`babel-runtime-corejs3`
- [#​16538](https://redirect.github.com/babel/babel/pull/16538)
Reduce `interopRequireWildcard` size
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-helpers`, `babel-plugin-transform-async-generator-functions`,
`babel-plugin-transform-regenerator`, `babel-preset-env`,
`babel-runtime-corejs3`
- [#​17213](https://redirect.github.com/babel/babel/pull/17213)
Reduce `regeneratorRuntime` size
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(typescript-eslint)</summary>
###
[`v8.31.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8311-2025-04-28)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.31.0...v8.31.1)
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 - Between 12:00 AM and 03:59 AM, only on
Monday ( * 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 60b8500 commit 6017fa1Copy full SHA for 6017fa1
File tree
Expand file treeCollapse file tree
2 files changed
+272
-149
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+272
-149
lines changed+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
|
0 commit comments