Update dependency @babel/polyfill to v7.12.1 #10

Merged
jonathan merged 1 commit from renovate/babel-polyfill-7.x-lockfile into main 2025-06-12 12:07:52 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@babel/polyfill (source) dependencies minor 7.10.4 -> 7.12.1

Release Notes

babel/babel (@​babel/polyfill)

v7.12.1

Compare Source

v7.12.1 (2020-10-16)

🐛 Bug Fix
🏠 Internal
  • Other
  • Every package
  • babel-compat-data, babel-helper-compilation-targets, babel-helper-create-class-features-plugin, babel-helper-remap-async-to-generator, babel-helper-simple-access, babel-helper-transform-fixture-test-runner, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-object-assign, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx-self, babel-plugin-transform-react-jsx-source, babel-plugin-transform-template-literals, babel-preset-env, babel-preset-react, babel-runtime-corejs2, babel-runtime, babel-standalone
Committers: 2

v7.11.5

Compare Source

v7.11.5 (2020-08-31)

Thanks @​giovannicalo, @​johanholmerin, @​uhyo for their first PRs!

🐛 Bug Fix
  • babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx-development
  • babel-parser
  • @babel/eslint-plugin
  • babel-plugin-proposal-function-bind
    • #​12000 fix(plugin-proposal-function-bind): fix invalid code emitted for ::super.foo (@​uhyo)
💅 Polish
🏠 Internal
Committers: 6

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@babel/polyfill](https://babeljs.io/) ([source](https://github.com/babel/babel/tree/HEAD/packages/babel-polyfill)) | dependencies | minor | [`7.10.4` -> `7.12.1`](https://renovatebot.com/diffs/npm/@babel%2fpolyfill/7.10.4/7.12.1) | --- ### Release Notes <details> <summary>babel/babel (@&#8203;babel/polyfill)</summary> ### [`v7.12.1`](https://github.com/babel/babel/releases/tag/v7.12.1) [Compare Source](https://github.com/babel/babel/compare/v7.11.5...v7.12.1) #### v7.12.1 (2020-10-16) ##### :bug: Bug Fix - `babel-cli` - [#&#8203;12182](https://github.com/babel/babel/pull/12182) Don't force chokidar@2 to be downloaded from registry.npmjs.org ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - `babel-plugin-transform-runtime`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#&#8203;12184](https://github.com/babel/babel/pull/12184) Allow importing `@babel/runtime/package` ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - `babel-parser` - [#&#8203;12183](https://github.com/babel/babel/pull/12183) Reland "Fix: check if param is assignable when parsing arrow return type annotation" ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ##### :house: Internal - Other - [#&#8203;12188](https://github.com/babel/babel/pull/12188) Guard against yarn-issue-1882 ([@&#8203;JLHwung](https://github.com/JLHwung)) - *Every package* - [#&#8203;12186](https://github.com/babel/babel/pull/12186) chore: use workspace:\* for dev deps ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-compat-data`, `babel-helper-compilation-targets`, `babel-helper-create-class-features-plugin`, `babel-helper-remap-async-to-generator`, `babel-helper-simple-access`, `babel-helper-transform-fixture-test-runner`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-plugin-transform-object-assign`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-template-literals`, `babel-preset-env`, `babel-preset-react`, `babel-runtime-corejs2`, `babel-runtime`, `babel-standalone` - [#&#8203;12175](https://github.com/babel/babel/pull/12175) Remove unused `dependencies` and `devDependencies` ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ##### Committers: 2 - Huáng Jùnliàng ([@&#8203;JLHwung](https://github.com/JLHwung)) - Nicolò Ribaudo ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ### [`v7.11.5`](https://github.com/babel/babel/releases/tag/v7.11.5) [Compare Source](https://github.com/babel/babel/compare/v7.10.4...v7.11.5) #### v7.11.5 (2020-08-31) Thanks [@&#8203;giovannicalo](https://github.com/giovannicalo), [@&#8203;johanholmerin](https://github.com/johanholmerin), [@&#8203;uhyo](https://github.com/uhyo) for their first PRs! ##### :bug: Bug Fix - `babel-helper-builder-react-jsx-experimental`, `babel-plugin-transform-react-jsx-development` - [#&#8203;12017](https://github.com/babel/babel/pull/12017) Fix `jsxDEV` for generated elements ([@&#8203;Timer](https://github.com/Timer)) - `babel-parser` - [#&#8203;11931](https://github.com/babel/babel/pull/11931) fix: ExpressionBody should respect \[In] parameter ([@&#8203;JLHwung](https://github.com/JLHwung)) - [#&#8203;11987](https://github.com/babel/babel/pull/11987) Set generator to true during error recovery of accessor ([@&#8203;existentialism](https://github.com/existentialism)) - `@babel/eslint-plugin` - [#&#8203;11993](https://github.com/babel/babel/pull/11993) Added linting support for private class methods ([@&#8203;giovannicalo](https://github.com/giovannicalo)) - `babel-plugin-proposal-function-bind` - [#&#8203;12000](https://github.com/babel/babel/pull/12000) fix(plugin-proposal-function-bind): fix invalid code emitted for `::super.foo` ([@&#8203;uhyo](https://github.com/uhyo)) ##### :nail_care: Polish - `babel-traverse` - [#&#8203;11832](https://github.com/babel/babel/pull/11832) Forward deopt node path ([@&#8203;johanholmerin](https://github.com/johanholmerin)) ##### :house: Internal - Other - [#&#8203;12013](https://github.com/babel/babel/pull/12013) Remove unused enhanced-resolve and normalize lock resolutions ([@&#8203;JLHwung](https://github.com/JLHwung)) - [#&#8203;12010](https://github.com/babel/babel/pull/12010) chore: use Rollup 2 ([@&#8203;JLHwung](https://github.com/JLHwung)) - [#&#8203;12002](https://github.com/babel/babel/pull/12002) Restructure CI workflow ([@&#8203;JLHwung](https://github.com/JLHwung)) - [#&#8203;11781](https://github.com/babel/babel/pull/11781) chore: improve Yarn 2 cache on CI ([@&#8203;JLHwung](https://github.com/JLHwung)) - All packages - [#&#8203;11962](https://github.com/babel/babel/pull/11962) Use Yarn 2 ([@&#8203;JLHwung](https://github.com/JLHwung)) ##### Committers: 6 - Brian Ng ([@&#8203;existentialism](https://github.com/existentialism)) - Giovanni Calò ([@&#8203;giovannicalo](https://github.com/giovannicalo)) - Huáng Jùnliàng ([@&#8203;JLHwung](https://github.com/JLHwung)) - Joe Haddad ([@&#8203;Timer](https://github.com/Timer)) - Johan Holmerin ([@&#8203;johanholmerin](https://github.com/johanholmerin)) - uhyo ([@&#8203;uhyo](https://github.com/uhyo)) </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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40OS4xMSIsInVwZGF0ZWRJblZlciI6IjQwLjQ5LjExIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovatebot added 1 commit 2025-06-11 15:55:40 +00:00
jonathan force-pushed renovate/babel-polyfill-7.x-lockfile from 1fd1765468 to b247301d25 2025-06-12 12:07:42 +00:00 Compare
jonathan merged commit d3137d2a2f into main 2025-06-12 12:07:52 +00:00
jonathan deleted branch renovate/babel-polyfill-7.x-lockfile 2025-06-12 12:07:53 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jonathan/combine.fm#10
No description provided.