Skip to content

Commit

Permalink
chore(deps): update dependency @babel/plugin-transform-runtime to v7.…
Browse files Browse the repository at this point in the history
…16.10 (carbon-design-system#8109)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/plugin-transform-runtime](https://babel.dev/docs/en/next/babel-plugin-transform-runtime) ([source](https://togithub.com/babel/babel)) | [`7.16.8` -> `7.16.10`](https://renovatebot.com/diffs/npm/@babel%2fplugin-transform-runtime/7.16.8/7.16.10) | [![age](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-transform-runtime/7.16.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-transform-runtime/7.16.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-transform-runtime/7.16.10/compatibility-slim/7.16.8)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-transform-runtime/7.16.10/confidence-slim/7.16.8)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>babel/babel</summary>

### [`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 Fix

-   `babel-highlight`
    -   [#&carbon-design-system#8203;14165](https://togithub.com/babel/babel/pull/14165) Avoid infinite loop when highlighting an empty input ([@&carbon-design-system#8203;blankPen](https://togithub.com/blankPen))
-   `babel-traverse`
    -   [#&carbon-design-system#8203;14164](https://togithub.com/babel/babel/pull/14164) Handle logical assignment in super property transforms ([@&carbon-design-system#8203;magic-akari](https://togithub.com/magic-akari))
    -   [#&carbon-design-system#8203;14162](https://togithub.com/babel/babel/pull/14162) Fix the transform of `super.foo--`/`super[foo]--` (and prefix) ([@&carbon-design-system#8203;magic-akari](https://togithub.com/magic-akari))
-   `babel-core`
    -   [#&carbon-design-system#8203;14110](https://togithub.com/babel/babel/pull/14110) Respect `package.json#exports` when resolving plugins ([@&carbon-design-system#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
    -   [#&carbon-design-system#8203;14153](https://togithub.com/babel/babel/pull/14153) Disable "Reentrant plugin detected" error in async mode ([@&carbon-design-system#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

##### 🏠 Internal

-   `babel-plugin-transform-runtime`
    -   [#&carbon-design-system#8203;14157](https://togithub.com/babel/babel/pull/14157) Remove workaround for `_typeof` in runtime build script ([@&carbon-design-system#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   `babel-parser`
    -   [#&carbon-design-system#8203;14130](https://togithub.com/babel/babel/pull/14130) Improve errors location tracking ([@&carbon-design-system#8203;tolmasky](https://togithub.com/tolmasky))

##### 🔬 Output optimization

-   `babel-helper-create-class-features-plugin`, `babel-preset-env`
    -   [#&carbon-design-system#8203;14169](https://togithub.com/babel/babel/pull/14169) Skip class fields transform when not necessary for private methods ([@&carbon-design-system#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

</details>

---

### Configuration

📅 **Schedule**: "every weekend" (UTC).

🚦 **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, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
  • Loading branch information
renovate[bot] committed Jan 22, 2022
1 parent f3db319 commit 0cce7ad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "7.16.8",
"@babel/plugin-transform-runtime": "7.16.10",
"@babel/preset-env": "^7.4.3",
"@rollup/plugin-node-resolve": "^8.4.0",
"all-contributors-cli": "^6.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1019,10 +1019,10 @@
dependencies:
"@babel/helper-plugin-utils" "^7.10.1"

"@babel/plugin-transform-runtime@7.16.8":
version "7.16.8"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.16.8.tgz#3339368701103edae708f0fba9e4bfb70a3e5872"
integrity sha512-6Kg2XHPFnIarNweZxmzbgYnnWsXxkx9WQUVk2sksBRL80lBC1RAQV3wQagWxdCHiYHqPN+oenwNIuttlYgIbQQ==
"@babel/plugin-transform-runtime@7.16.10":
version "7.16.10"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.16.10.tgz#53d9fd3496daedce1dd99639097fa5d14f4c7c2c"
integrity sha512-9nwTiqETv2G7xI4RvXHNfpGdr8pAA+Q/YtN3yLK7OoK7n9OibVm/xymJ838a9A6E/IciOLPj82lZk0fW6O4O7w==
dependencies:
"@babel/helper-module-imports" "^7.16.7"
"@babel/helper-plugin-utils" "^7.16.7"
Expand Down

0 comments on commit 0cce7ad

Please sign in to comment.