The singleflight class is a utility that ensures only one instance of a given asynchronous operation (identified by a unique key) is executed at a time.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | 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.26.7` -> `7.26.9`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.26.7/7.26.9) | [](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/preset-env)</summary> ### [`v7.26.9`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7269-2025-02-14) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.26.8...v7.26.9) ##### :bug: Bug Fix - `babel-types` - [#​17103](https://redirect.github.com/babel/babel/pull/17103) fix: Definition for `TSPropertySignature.kind` ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-generator`, `babel-types` - [#​17062](https://redirect.github.com/babel/babel/pull/17062) Print TypeScript optional/definite in ClassPrivateProperty ([@​jamiebuilds-signal](https://redirect.github.com/jamiebuilds-signal)) ##### :house: Internal - `babel-types` - [#​17130](https://redirect.github.com/babel/babel/pull/17130) Use `.ts` files with explicit reexports to solve name conflicts ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-core` - [#​17127](https://redirect.github.com/babel/babel/pull/17127) Do not depend on `@types/gensync` in Babel 7 ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ### [`v7.26.8`](https://redirect.github.com/babel/babel/releases/tag/v7.26.8) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.26.7...v7.26.8) ##### v7.26.8 (2025-02-08) ##### :house: Internal - `babel-preset-env` - [#​17097](https://redirect.github.com/babel/babel/pull/17097) Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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/ChiuMungZitAlexander/singleflight). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by renovate[bot] and has received 0 comments.