Commit 7892cb3
authored
chore(deps): update all non-major dependencies (minor) (#7511)
This PR contains the following updates:
| Package | Change | Age | 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.2` ->
`7.28.0`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.27.2/7.28.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [@babel/core](https://babel.dev/docs/en/next/babel-core)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core))
| [`7.27.7` ->
`7.28.0`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.27.7/7.28.0)
|
[](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.27.2` ->
`7.28.0`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.27.2/7.28.0)
|
[](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.34` ->
`22.16.0`](https://renovatebot.com/diffs/npm/@types%2fnode/22.15.34/22.16.0)
|
[](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)) |
[`13.0.1` ->
`13.1.2`](https://renovatebot.com/diffs/npm/chromatic/13.0.1/13.1.2) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [globals](https://redirect.github.com/sindresorhus/globals) |
[`16.2.0` ->
`16.3.0`](https://renovatebot.com/diffs/npm/globals/16.2.0/16.3.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>babel/babel (@​babel/cli)</summary>
###
[`v7.28.0`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7280-2025-07-02)
[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.27.2...v7.28.0)
##### 🚀 New Feature
- `babel-node`
- [#​17147](https://redirect.github.com/babel/babel/pull/17147)
Support top level await in node repl
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-types`
- [#​17258](https://redirect.github.com/babel/babel/pull/17258)
feat(matchesPattern): support super/private/meta
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-compat-data`, `babel-preset-env`
- [#​17355](https://redirect.github.com/babel/babel/pull/17355)
Add explicit resource management to preset-env
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-core`, `babel-parser`
- [#​17390](https://redirect.github.com/babel/babel/pull/17390)
Support `sourceType: "commonjs"`
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-generator`, `babel-parser`
- [#​17346](https://redirect.github.com/babel/babel/pull/17346)
Materialize `explicitResourceManagement` parser plugin
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-plugin-proposal-destructuring-private`,
`babel-plugin-proposal-do-expressions`,
`babel-plugin-transform-object-rest-spread`, `babel-traverse`,
`babel-types`
- [#​17391](https://redirect.github.com/babel/babel/pull/17391)
LVal coverage updates (Part 2)
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-parser`, `babel-traverse`, `babel-types`
- [#​17378](https://redirect.github.com/babel/babel/pull/17378)
Accept bigints in `t.bigIntLiteral` factory
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-generator`, `babel-plugin-proposal-destructuring-private`,
`babel-plugin-proposal-discard-binding`,
`babel-plugin-transform-destructuring`,
`babel-plugin-transform-explicit-resource-management`,
`babel-plugin-transform-react-display-name`, `babel-types`
- [#​17277](https://redirect.github.com/babel/babel/pull/17277)
Transform discard binding
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-generator`, `babel-parser`,
`babel-plugin-proposal-destructuring-private`,
`babel-plugin-transform-block-scoping`,
`babel-plugin-transform-object-rest-spread`,
`babel-plugin-transform-typescript`, `babel-traverse`, `babel-types`
- [#​17163](https://redirect.github.com/babel/babel/pull/17163)
Parse discard binding
([@​JLHwung](https://redirect.github.com/JLHwung))
##### 🐛 Bug Fix
- `babel-helper-globals`, `babel-plugin-transform-classes`,
`babel-traverse`
- [#​17297](https://redirect.github.com/babel/babel/pull/17297)
Create babel-helper-globals
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-types`
- [#​17009](https://redirect.github.com/babel/babel/pull/17009)
feature: TSTypeOperator: keyof
([#​16799](https://redirect.github.com/babel/babel/issues/16799))
([@​coderaiser](https://redirect.github.com/coderaiser))
##### 🏠 Internal
- `babel-compat-data`, `babel-plugin-proposal-decorators`,
`babel-plugin-transform-async-generator-functions`,
`babel-plugin-transform-json-modules`,
`babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`,
`babel-preset-env`, `babel-runtime-corejs3`
- [#​17403](https://redirect.github.com/babel/babel/pull/17403)
Update `babel-polyfill` packages
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
</details>
<details>
<summary>chromaui/chromatic-cli (chromatic)</summary>
###
[`v13.1.2`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1312-Thu-Jul-03-2025)
[Compare
Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v13.1.1...v13.1.2)
##### 🐛 Bug Fix
- Copy package files with absolute paths
[#​1195](https://redirect.github.com/chromaui/chromatic-cli/pull/1195)
([@​codykaup](https://redirect.github.com/codykaup))
##### Authors: 1
- Cody Kaup ([@​codykaup](https://redirect.github.com/codykaup))
***
###
[`v13.1.1`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1311-Thu-Jul-03-2025)
[Compare
Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v13.1.0...v13.1.1)
##### 🐛 Bug Fix
- Skip notify service if there are no tests
[#​1196](https://redirect.github.com/chromaui/chromatic-cli/pull/1196)
([@​codykaup](https://redirect.github.com/codykaup))
##### Authors: 1
- Cody Kaup ([@​codykaup](https://redirect.github.com/codykaup))
***
###
[`v13.1.0`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1310-Wed-Jul-02-2025)
[Compare
Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v13.0.1...v13.1.0)
##### 🚀 Enhancement
- Get build progress updates through Chromatic notify service
[#​1191](https://redirect.github.com/chromaui/chromatic-cli/pull/1191)
([@​justin-thurman](https://redirect.github.com/justin-thurman)
[@​codykaup](https://redirect.github.com/codykaup))
##### 🐛 Bug Fix
- Dynamically generate `CHROMATIC_NOTIFY_SERVICE_URL`
[#​1194](https://redirect.github.com/chromaui/chromatic-cli/pull/1194)
([@​codykaup](https://redirect.github.com/codykaup))
##### Authors: 2
- Cody Kaup ([@​codykaup](https://redirect.github.com/codykaup))
- Justin Thurman
([@​justin-thurman](https://redirect.github.com/justin-thurman))
***
</details>
<details>
<summary>sindresorhus/globals (globals)</summary>
###
[`v16.3.0`](https://redirect.github.com/sindresorhus/globals/releases/tag/v16.3.0)
[Compare
Source](https://redirect.github.com/sindresorhus/globals/compare/v16.2.0...v16.3.0)
- Update globals
([#​304](https://redirect.github.com/sindresorhus/globals/issues/304))
[`8c029d9`](https://redirect.github.com/sindresorhus/globals/commit/8c029d9)
***
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent b4064c4 commit 7892cb3
2 files changed
+264
-227
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments