Commit ac91480
authored
chore(deps): update all non-major dependencies (main) (minor) (#7160)
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.26.4` ->
`7.27.0`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.26.4/7.27.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.26.0` ->
`7.27.0`](https://renovatebot.com/diffs/npm/@babel%2fpreset-typescript/7.26.0/7.27.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/)
|
|
[@cypress/code-coverage](https://redirect.github.com/cypress-io/code-coverage)
| [`3.13.12` ->
`3.14.0`](https://renovatebot.com/diffs/npm/@cypress%2fcode-coverage/3.13.12/3.14.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)
| [`4.2.2` ->
`4.3.1`](https://renovatebot.com/diffs/npm/eslint-import-resolver-typescript/4.2.2/4.3.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/)
|
|
[eslint-plugin-storybook](https://redirect.github.com/storybookjs/eslint-plugin-storybook)
| [`0.11.6` ->
`0.12.0`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/0.11.6/0.12.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/)
|
| [react-is](https://react.dev/)
([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/react-is))
| [`19.0.0` ->
`19.1.0`](https://renovatebot.com/diffs/npm/react-is/19.0.0/19.1.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.27.0` ->
`8.28.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.27.0/8.28.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/)
|
| [yarn](https://redirect.github.com/yarnpkg/berry)
([source](https://redirect.github.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli))
| [`4.7.0` ->
`4.8.1`](https://renovatebot.com/diffs/npm/yarn/4.7.0/4.8.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.0`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7270-2025-03-24)
[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.26.4...v7.27.0)
##### 👓 Spec Compliance
- `babel-generator`, `babel-parser`
- [#​16977](https://redirect.github.com/babel/babel/pull/16977)
Default `importAttributesKeyword` to `with`
([@​JLHwung](https://redirect.github.com/JLHwung))
##### 🚀 New Feature
- `babel-helper-create-class-features-plugin`, `babel-traverse`,
`babel-types`
- [#​17169](https://redirect.github.com/babel/babel/pull/17169)
Allow `traverseFast` to exit early
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-parser`, `babel-types`
- [#​17110](https://redirect.github.com/babel/babel/pull/17110)
Add `ImportAttributes` to `Standardized` and move its parser test
fixtures ([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-generator`
- [#​17100](https://redirect.github.com/babel/babel/pull/17100)
fix(babel-generator): add named export of generate function
([@​vovkasm](https://redirect.github.com/vovkasm))
- `babel-parser`, `babel-template`
- [#​17149](https://redirect.github.com/babel/babel/pull/17149)
Add `allowYieldOutsideFunction` to parser
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-plugin-transform-typescript`, `babel-traverse`
- [#​17102](https://redirect.github.com/babel/babel/pull/17102)
feat: Add `upToScope` parameter to `hasBinding`
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-parser`
- [#​17082](https://redirect.github.com/babel/babel/pull/17082)
Support ESTree AccessorProperty
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-types`
- [#​17162](https://redirect.github.com/babel/babel/pull/17162)
feat(babel-types): Add support for BigInt literal conversion in
valueToNode
([@​ishchhabra](https://redirect.github.com/ishchhabra))
##### 🐛 Bug Fix
- `babel-helper-create-class-features-plugin`,
`babel-plugin-transform-class-properties`
- [#​16816](https://redirect.github.com/babel/babel/pull/16816)
fix: Class reference in type throws error
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-traverse`
- [#​17170](https://redirect.github.com/babel/babel/pull/17170)
fix: Reset child scopes when `scope.crawl()`
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-helpers`, `babel-preset-typescript`, `babel-runtime-corejs2`,
`babel-runtime-corejs3`, `babel-runtime`
- [#​17118](https://redirect.github.com/babel/babel/pull/17118)
Fix: align behaviour to tsc `rewriteRelativeImportExtensions`
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-cli`
- [#​17182](https://redirect.github.com/babel/babel/pull/17182)
fix: `@babel/cli` generates duplicate inline source maps
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-plugin-transform-named-capturing-groups-regex`, `babel-types`
- [#​17175](https://redirect.github.com/babel/babel/pull/17175)
Generate computed proto key
([@​JLHwung](https://redirect.github.com/JLHwung))
##### 🏃♀️ Performance
- `babel-types`
- [#​16870](https://redirect.github.com/babel/babel/pull/16870)
perf: Improve builders of `@babel/types`
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-helper-create-regexp-features-plugin`
- [#​17176](https://redirect.github.com/babel/babel/pull/17176)
fix: improve duplicate named groups check
([@​JLHwung](https://redirect.github.com/JLHwung))
</details>
<details>
<summary>cypress-io/code-coverage
(@​cypress/code-coverage)</summary>
###
[`v3.14.0`](https://redirect.github.com/cypress-io/code-coverage/releases/tag/v3.14.0)
[Compare
Source](https://redirect.github.com/cypress-io/code-coverage/compare/v3.13.12...v3.14.0)
##### Features
- add explicit check against codeCoverage.expectFrontendCoverageOnly
before attempting to collect backend coverage
([#​555](https://redirect.github.com/cypress-io/code-coverage/issues/555))
([48cd348](https://redirect.github.com/cypress-io/code-coverage/commit/48cd34807d0882767192c0f4bc610600bd111166))
</details>
<details>
<summary>import-js/eslint-import-resolver-typescript
(eslint-import-resolver-typescript)</summary>
###
[`v4.3.1`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#431)
[Compare
Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.0...v4.3.1)
##### Patch Changes
-
[#​425](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/425)
[`2ced0ba`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/2ced0ba8939c3f1ece076fa718fd831e8ecbb2ec)
Thanks [@​JounQin](https://redirect.github.com/JounQin)! - chore:
bump `unrs-resolver` to v1.3.3
###
[`v4.3.0`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#430)
[Compare
Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v4.2.7...v4.3.0)
##### Minor Changes
-
[#​423](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/423)
[`2fcb947`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/2fcb947803eeb096c9c59fa3ae9c34df1236c543)
Thanks [@​JounQin](https://redirect.github.com/JounQin)! - feat:
throw error on malformed `tsconfig` reference
###
[`v4.2.7`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#427)
[Compare
Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v4.2.6...v4.2.7)
##### Patch Changes
-
[`aeb558f`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/aeb558f0a5911217e8eff6fe6e1b4ac4d4038c71)
Thanks [@​JounQin](https://redirect.github.com/JounQin)! - fix:
add missing `index.d.cts` file
###
[`v4.2.6`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#426)
[Compare
Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v4.2.5...v4.2.6)
##### Patch Changes
-
[#​417](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/417)
[`c3f678b`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/c3f678ba550f027bfb1f1b64a1750fc1fe83c5e3)
Thanks [@​JounQin](https://redirect.github.com/JounQin)! - fix:
`require` entry types, add `module-sync` entry
###
[`v4.2.5`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#425)
[Compare
Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v4.2.4...v4.2.5)
##### Patch Changes
-
[#​410](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/410)
[`ec59d22`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/ec59d22fdd1ec8093dcb97da626c28ea346f41e3)
Thanks [@​JounQin](https://redirect.github.com/JounQin)! - fix:
absolute path aliasing should not be skipped
###
[`v4.2.4`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#424)
[Compare
Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v4.2.3...v4.2.4)
##### Patch Changes
-
[#​407](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/407)
[`6b183ff`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/6b183fff1b42dfb1514545b91021dfa73ab4a1c5)
Thanks [@​JounQin](https://redirect.github.com/JounQin)! - chore:
migrate to rebranding `unrs-resolver` with new targets supported:
- `i686-pc-windows-msvc`
- `armv7-unknown-linux-musleabihf`
- `powerpc64le-unknown-linux-gnu`
- `s390x-unknown-linux-gnu`
###
[`v4.2.3`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#423)
[Compare
Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v4.2.2...v4.2.3)
##### Patch Changes
-
[#​402](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/402)
[`f21bf15`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/f21bf152311cdaa85bdf390bba2824c56cb111da)
Thanks
[@​SunsetTechuila](https://redirect.github.com/SunsetTechuila)! -
fix: don't resolve not implemented node modules in `bun`
`is-bun-module` is marked as `dependency`, again, for correctness, see
[`isBunImplementedNodeModule`](https://redirect.github.com/SunsetTechuila/is-bun-module#isbunimplementednodemodulemodulename-bunversion)
for more details
For `Bun` users: you don't need to install `is-bun-module` any more but
`bun: true` option is still required if you're running without `bun
--bun` nor
[`run#bun`](https://bun.sh/docs/runtime/bunfig#run-bun-auto-alias-node-to-bun)
enabled
</details>
<details>
<summary>storybookjs/eslint-plugin-storybook
(eslint-plugin-storybook)</summary>
###
[`v0.12.0`](https://redirect.github.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v0120-Tue-Mar-25-2025)
[Compare
Source](https://redirect.github.com/storybookjs/eslint-plugin-storybook/compare/v0.11.6...v0.12.0)
##### 🚀 Enhancement
- Add meta-satisfies-type rule (rebased)
[#​200](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/200)
([@​NotWoods](https://redirect.github.com/NotWoods)
[@​Sidnioulz](https://redirect.github.com/Sidnioulz)
[@​kasperpeulen](https://redirect.github.com/kasperpeulen))
##### Authors: 3
- Kasper Peulen
([@​kasperpeulen](https://redirect.github.com/kasperpeulen))
- Steve Dodier-Lazaro
([@​Sidnioulz](https://redirect.github.com/Sidnioulz))
- Tiger Oakes ([@​NotWoods](https://redirect.github.com/NotWoods))
***
</details>
<details>
<summary>facebook/react (react-is)</summary>
###
[`v19.1.0`](https://redirect.github.com/facebook/react/blob/HEAD/CHANGELOG.md#1910-March-28-2025)
[Compare
Source](https://redirect.github.com/facebook/react/compare/v19.0.0...v19.1.0)
##### Owner Stack
An Owner Stack is a string representing the components that are directly
responsible for rendering a particular component. You can log Owner
Stacks when debugging or use Owner Stacks to enhance error overlays or
other development tools. Owner Stacks are only available in development
builds. Component Stacks in production are unchanged.
- An Owner Stack is a development-only stack trace that helps identify
which components are responsible for rendering a particular component.
An Owner Stack is distinct from a Component Stacks, which shows the
hierarchy of components leading to an error.
- The [captureOwnerStack
API](https://react.dev/reference/react/captureOwnerStack) is only
available in development mode and returns a Owner Stack, if available.
The API can be used to enhance error overlays or log component
relationships when debugging.
[#​29923](https://redirect.github.com/facebook/react/pull/29923),
[#​32353](https://redirect.github.com/facebook/react/pull/32353),
[#​30306](https://redirect.github.com/facebook/react/pull/30306),
[#​32538](https://redirect.github.com/facebook/react/pull/32538),
[#​32529](https://redirect.github.com/facebook/react/pull/32529),
[#​32538](https://redirect.github.com/facebook/react/pull/32538)
##### React
- Enhanced support for Suspense boundaries to be used anywhere,
including the client, server, and during hydration.
[#​32069](https://redirect.github.com/facebook/react/pull/32069),
[#​32163](https://redirect.github.com/facebook/react/pull/32163),
[#​32224](https://redirect.github.com/facebook/react/pull/32224),
[#​32252](https://redirect.github.com/facebook/react/pull/32252)
- Reduced unnecessary client rendering through improved hydration
scheduling
[#​31751](https://redirect.github.com/facebook/react/pull/31751)
- Increased priority of client rendered Suspense boundaries
[#​31776](https://redirect.github.com/facebook/react/pull/31776)
- Fixed frozen fallback states by rendering unfinished Suspense
boundaries on the client.
[#​31620](https://redirect.github.com/facebook/react/pull/31620)
- Reduced garbage collection pressure by improving Suspense boundary
retries.
[#​31667](https://redirect.github.com/facebook/react/pull/31667)
- Fixed erroneous “Waiting for Paint” log when the passive effect phase
was not delayed
[#​31526](https://redirect.github.com/facebook/react/pull/31526)
- Fixed a regression causing key warnings for flattened positional
children in development mode.
[#​32117](https://redirect.github.com/facebook/react/pull/32117)
- Updated `useId` to use valid CSS selectors, changing format from
`:r123:` to `«r123»`.
[#​32001](https://redirect.github.com/facebook/react/pull/32001)
- Added a dev-only warning for null/undefined created in useEffect,
useInsertionEffect, and useLayoutEffect.
[#​32355](https://redirect.github.com/facebook/react/pull/32355)
- Fixed a bug where dev-only methods were exported in production builds.
React.act is no longer available in production builds.
[#​32200](https://redirect.github.com/facebook/react/pull/32200)
- Improved consistency across prod and dev to improve compatibility with
Google Closure Complier and bindings
[#​31808](https://redirect.github.com/facebook/react/pull/31808)
- Improve passive effect scheduling for consistent task yielding.
[#​31785](https://redirect.github.com/facebook/react/pull/31785)
- Fixed asserts in React Native when
passChildrenWhenCloningPersistedNodes is enabled for OffscreenComponent
rendering.
[#​32528](https://redirect.github.com/facebook/react/pull/32528)
- Fixed component name resolution for Portal
[#​32640](https://redirect.github.com/facebook/react/pull/32640)
- Added support for beforetoggle and toggle events on the dialog
element.
[#​32479](https://redirect.github.com/facebook/react/issues/32479)
[#​32479](https://redirect.github.com/facebook/react/pull/32479)
##### React DOM
- Fixed double warning when the `href` attribute is an empty string
[#​31783](https://redirect.github.com/facebook/react/pull/31783)
- Fixed an edge case where `getHoistableRoot()` didn’t work properly
when the container was a Document
[#​32321](https://redirect.github.com/facebook/react/pull/32321)
- Removed support for using HTML comments (e.g. `<!-- -->`) as a DOM
container.
[#​32250](https://redirect.github.com/facebook/react/pull/32250)
- Added support for `<script>` and `<template>` tags to be nested within
`<select>` tags.
[#​31837](https://redirect.github.com/facebook/react/pull/31837)
- Fixed responsive images to be preloaded as HTML instead of headers
[#​32445](https://redirect.github.com/facebook/react/pull/32445)
##### use-sync-external-store
- Added `exports` field to `package.json` for `use-sync-external-store`
to support various entrypoints.
[#​25231](https://redirect.github.com/facebook/react/pull/25231)
##### React Server Components
- Added `unstable_prerender`, a new experimental API for prerendering
React Server Components on the server
[#​31724](https://redirect.github.com/facebook/react/pull/31724)
- Fixed an issue where streams would hang when receiving new chunks
after a global error
[#​31840](https://redirect.github.com/facebook/react/pull/31840),
[#​31851](https://redirect.github.com/facebook/react/pull/31851)
- Fixed an issue where pending chunks were counted twice.
[#​31833](https://redirect.github.com/facebook/react/pull/31833)
- Added support for streaming in edge environments
[#​31852](https://redirect.github.com/facebook/react/pull/31852)
- Added support for sending custom error names from a server so that
they are available in the client for console replaying.
[#​32116](https://redirect.github.com/facebook/react/pull/32116)
- Updated the server component wire format to remove IDs for hints and
console.log because they have no return value
[#​31671](https://redirect.github.com/facebook/react/pull/31671)
- Exposed `registerServerReference` in client builds to handle server
references in different environments.
[#​32534](https://redirect.github.com/facebook/react/pull/32534)
- Added react-server-dom-parcel package which integrates Server
Components with the [Parcel bundler](https://parceljs.org/)
[#​31725](https://redirect.github.com/facebook/react/pull/31725),
[#​32132](https://redirect.github.com/facebook/react/pull/32132),
[#​31799](https://redirect.github.com/facebook/react/pull/31799),
[#​32294](https://redirect.github.com/facebook/react/pull/32294),
[#​31741](https://redirect.github.com/facebook/react/pull/31741)
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(typescript-eslint)</summary>
###
[`v8.28.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8280-2025-03-24)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.27.0...v8.28.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>
<details>
<summary>yarnpkg/berry (yarn)</summary>
###
[`v4.8.1`](https://redirect.github.com/yarnpkg/berry/compare/260cff1745bdf2d71ed91f76e440330078896e1b...76596c5d3fb9a60fa1459b6a1d62df4cfa4c5701)
[Compare
Source](https://redirect.github.com/yarnpkg/berry/compare/260cff1745bdf2d71ed91f76e440330078896e1b...76596c5d3fb9a60fa1459b6a1d62df4cfa4c5701)
###
[`v4.8.0`](https://redirect.github.com/yarnpkg/berry/compare/62fd8525b8e1e6fc73431c38e4101eab2496c3b6...260cff1745bdf2d71ed91f76e440330078896e1b)
[Compare
Source](https://redirect.github.com/yarnpkg/berry/compare/62fd8525b8e1e6fc73431c38e4101eab2496c3b6...260cff1745bdf2d71ed91f76e440330078896e1b)
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent abff37d commit ac91480
File tree
4 files changed
+512
-435
lines changed- .yarn/releases
4 files changed
+512
-435
lines changed
0 commit comments