modernweb-dev / storybook-prebuilt

Storybook prebuilt to work with native es modules
MIT License
36 stars 9 forks source link

chore(deps): update dependency @babel/preset-env to v7.16.11 #110

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/preset-env (source) 7.16.7 -> 7.16.11 age adoption passing confidence

Release Notes

babel/babel ### [`v7.16.11`](https://togithub.com/babel/babel/releases/tag/v7.16.11) [Compare Source](https://togithub.com/babel/babel/compare/v7.16.10...v7.16.11) #### v7.16.11 (2022-01-20) This empty releases force-publishes a new version of `@babel/plugin-proposal-private-methods` (which was not published in v7.16.10 because it didn't have any actual change) and of `@babel/preset-env`. This solves [an incompatibility](https://togithub.com/babel/babel/pull/14169#issuecomment-1016948723) between `@babel/preset-env@7.16.10` and `@babel/helper-create-class-features-plugin@7.16.7`, by making sure that `@babel/preset-env` transitively depends on `@babel/helper-create-class-features-plugin@^7.16.10`. ### [`v7.16.10`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v71610-2022-01-19) [Compare Source](https://togithub.com/babel/babel/compare/v7.16.8...v7.16.10) ##### :bug: Bug Fix - `babel-highlight` - [#​14165](https://togithub.com/babel/babel/pull/14165) Avoid infinite loop when highlighting an empty input ([@​blankPen](https://togithub.com/blankPen)) - `babel-traverse` - [#​14164](https://togithub.com/babel/babel/pull/14164) Handle logical assignment in super property transforms ([@​magic-akari](https://togithub.com/magic-akari)) - [#​14162](https://togithub.com/babel/babel/pull/14162) Fix the transform of `super.foo--`/`super[foo]--` (and prefix) ([@​magic-akari](https://togithub.com/magic-akari)) - `babel-core` - [#​14110](https://togithub.com/babel/babel/pull/14110) Respect `package.json#exports` when resolving plugins ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​14153](https://togithub.com/babel/babel/pull/14153) Disable "Reentrant plugin detected" error in async mode ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-plugin-transform-runtime` - [#​14157](https://togithub.com/babel/babel/pull/14157) Remove workaround for `_typeof` in runtime build script ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​14130](https://togithub.com/babel/babel/pull/14130) Improve errors location tracking ([@​tolmasky](https://togithub.com/tolmasky)) ##### :microscope: Output optimization - `babel-helper-create-class-features-plugin`, `babel-preset-env` - [#​14169](https://togithub.com/babel/babel/pull/14169) Skip class fields transform when not necessary for private methods ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.16.8`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7168-2022-01-10) [Compare Source](https://togithub.com/babel/babel/compare/v7.16.7...v7.16.8) ##### :bug: Bug Fix - `babel-generator`, `babel-plugin-syntax-typescript`, `babel-plugin-transform-parameters` - [#​14113](https://togithub.com/babel/babel/pull/14113) Print trailing comma after a single TS generic in arrow fns ([@​ozanhonamlioglu](https://togithub.com/ozanhonamlioglu)) - `babel-traverse` - [#​14105](https://togithub.com/babel/babel/pull/14105) fix: forward stop signal to parent path ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-register` - [#​14107](https://togithub.com/babel/babel/pull/14107) Don't mutate `@babel/register` options ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-modules-commonjs` - [#​14097](https://togithub.com/babel/babel/pull/14097) Register binding for newly created vars for commonjs transforms ([@​The-x-Theorist](https://togithub.com/The-x-Theorist)) - `babel-plugin-transform-typescript` - [#​14093](https://togithub.com/babel/babel/pull/14093) Fix TypeScript Enum self-references ([@​magic-akari](https://togithub.com/magic-akari)) ##### :nail_care: Polish - `babel-generator` - [#​14094](https://togithub.com/babel/babel/pull/14094) Always print directives with double quotes when minified ([@​overlookmotel](https://togithub.com/overlookmotel)) ##### :house: Internal - `babel-helper-fixtures`, `babel-plugin-proposal-record-and-tuple`, `babel-preset-env` - [#​14118](https://togithub.com/babel/babel/pull/14118) Always use the plugin/preset name in fixtures options ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-helper-remap-async-to-generator`, `babel-helper-wrap-function`, `babel-plugin-transform-async-to-generator` - [#​14122](https://togithub.com/babel/babel/pull/14122) Optimize `transform-async-to-generator` output ([@​magic-akari](https://togithub.com/magic-akari))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.