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.8 (carbon-design-system#8038)

[![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.7` -> `7.16.8`](https://renovatebot.com/diffs/npm/@babel%2fplugin-transform-runtime/7.16.7/7.16.8) | [![age](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-transform-runtime/7.16.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-transform-runtime/7.16.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-transform-runtime/7.16.8/compatibility-slim/7.16.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-transform-runtime/7.16.8/confidence-slim/7.16.7)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

-   `babel-generator`, `babel-plugin-syntax-typescript`, `babel-plugin-transform-parameters`
    -   [#&carbon-design-system#8203;14113](https://togithub.com/babel/babel/pull/14113) Print trailing comma after a single TS generic in arrow fns ([@&carbon-design-system#8203;ozanhonamlioglu](https://togithub.com/ozanhonamlioglu))
-   `babel-traverse`
    -   [#&carbon-design-system#8203;14105](https://togithub.com/babel/babel/pull/14105) fix: forward stop signal to parent path ([@&carbon-design-system#8203;JLHwung](https://togithub.com/JLHwung))
-   `babel-register`
    -   [#&carbon-design-system#8203;14107](https://togithub.com/babel/babel/pull/14107) Don't mutate `@babel/register` options ([@&carbon-design-system#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   `babel-plugin-transform-modules-commonjs`
    -   [#&carbon-design-system#8203;14097](https://togithub.com/babel/babel/pull/14097) Register binding for newly created vars for commonjs transforms ([@&carbon-design-system#8203;The-x-Theorist](https://togithub.com/The-x-Theorist))
-   `babel-plugin-transform-typescript`
    -   [#&carbon-design-system#8203;14093](https://togithub.com/babel/babel/pull/14093) Fix TypeScript Enum self-references ([@&carbon-design-system#8203;magic-akari](https://togithub.com/magic-akari))

##### 💅 Polish

-   `babel-generator`
    -   [#&carbon-design-system#8203;14094](https://togithub.com/babel/babel/pull/14094) Always print directives with double quotes when minified ([@&carbon-design-system#8203;overlookmotel](https://togithub.com/overlookmotel))

##### 🏠 Internal

-   `babel-helper-fixtures`, `babel-plugin-proposal-record-and-tuple`, `babel-preset-env`
    -   [#&carbon-design-system#8203;14118](https://togithub.com/babel/babel/pull/14118) Always use the plugin/preset name in fixtures options ([@&carbon-design-system#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

##### 🔬 Output optimization

-   `babel-helper-remap-async-to-generator`, `babel-helper-wrap-function`, `babel-plugin-transform-async-to-generator`
    -   [#&carbon-design-system#8203;14122](https://togithub.com/babel/babel/pull/14122) Optimize `transform-async-to-generator` output ([@&carbon-design-system#8203;magic-akari](https://togithub.com/magic-akari))

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **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 19, 2022
1 parent 86e8b9f commit 99f3aaf
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 17 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .yarn/offline-mirror/browserslist-4.19.1.tgz
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/offline-mirror/core-js-compat-3.19.3.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/core-js-compat-3.20.2.tgz
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.7",
"@babel/plugin-transform-runtime": "7.16.8",
"@babel/preset-env": "^7.4.3",
"@rollup/plugin-node-resolve": "^8.4.0",
"all-contributors-cli": "^6.0.0",
Expand Down
53 changes: 37 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1019,15 +1019,15 @@
dependencies:
"@babel/helper-plugin-utils" "^7.10.1"

"@babel/plugin-transform-runtime@7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.16.7.tgz#1da184cb83a2287a01956c10c60e66dd503c18aa"
integrity sha512-2FoHiSAWkdq4L06uaDN3rS43i6x28desUVxq+zAFuE6kbWYQeiLPJI5IC7Sg9xKYVcrBKSQkVUfH6aeQYbl9QA==
"@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==
dependencies:
"@babel/helper-module-imports" "^7.16.7"
"@babel/helper-plugin-utils" "^7.16.7"
babel-plugin-polyfill-corejs2 "^0.3.0"
babel-plugin-polyfill-corejs3 "^0.4.0"
babel-plugin-polyfill-corejs3 "^0.5.0"
babel-plugin-polyfill-regenerator "^0.3.0"
semver "^6.3.0"

Expand Down Expand Up @@ -6112,13 +6112,13 @@ babel-plugin-polyfill-corejs2@^0.3.0:
"@babel/helper-define-polyfill-provider" "^0.3.0"
semver "^6.1.1"

babel-plugin-polyfill-corejs3@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.4.0.tgz#0b571f4cf3d67f911512f5c04842a7b8e8263087"
integrity sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==
babel-plugin-polyfill-corejs3@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.0.tgz#f81371be3fe499d39e074e272a1ef86533f3d268"
integrity sha512-Hcrgnmkf+4JTj73GbK3bBhlVPiLL47owUAnoJIf69Hakl3q+KfodbDXiZWGMM7iqCZTxCG3Z2VRfPNYES4rXqQ==
dependencies:
"@babel/helper-define-polyfill-provider" "^0.3.0"
core-js-compat "^3.18.0"
core-js-compat "^3.20.0"

babel-plugin-polyfill-regenerator@^0.3.0:
version "0.3.0"
Expand Down Expand Up @@ -6753,7 +6753,7 @@ browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.8.5:
escalade "^3.0.2"
node-releases "^1.1.61"

browserslist@^4.17.5, browserslist@^4.18.1:
browserslist@^4.17.5:
version "4.18.1"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.18.1.tgz#60d3920f25b6860eb917c6c7b185576f4d8b017f"
integrity sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ==
Expand All @@ -6764,6 +6764,17 @@ browserslist@^4.17.5, browserslist@^4.18.1:
node-releases "^2.0.1"
picocolors "^1.0.0"

browserslist@^4.19.1:
version "4.19.1"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.19.1.tgz#4ac0435b35ab655896c31d53018b6dd5e9e4c9a3"
integrity sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==
dependencies:
caniuse-lite "^1.0.30001286"
electron-to-chromium "^1.4.17"
escalade "^3.1.1"
node-releases "^2.0.1"
picocolors "^1.0.0"

browserstack-cypress-cli@^1.11.1:
version "1.11.1"
resolved "https://registry.yarnpkg.com/browserstack-cypress-cli/-/browserstack-cypress-cli-1.11.1.tgz#a83502660bbcf474576573f8bcae85d410227d76"
Expand Down Expand Up @@ -7200,6 +7211,11 @@ caniuse-lite@^1.0.30001280:
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001286.tgz#3e9debad420419618cfdf52dc9b6572b28a8fff6"
integrity sha512-zaEMRH6xg8ESMi2eQ3R4eZ5qw/hJiVsO/HlLwniIwErij0JDr9P+8V4dtx1l+kLq6j3yy8l8W4fst1lBnat5wQ==

caniuse-lite@^1.0.30001286:
version "1.0.30001299"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001299.tgz#d753bf6444ed401eb503cbbe17aa3e1451b5a68c"
integrity sha512-iujN4+x7QzqA2NCSrS5VUy+4gLmRd4xv6vbBBsmfVqTx8bLAD8097euLqQgKxSVLvxjSDcvF1T/i9ocgnUFexw==

capture-exit@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"
Expand Down Expand Up @@ -8314,12 +8330,12 @@ copy-to-clipboard@^3.0.8, copy-to-clipboard@^3.3.1:
dependencies:
toggle-selection "^1.0.6"

core-js-compat@^3.18.0:
version "3.19.3"
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.19.3.tgz#de75e5821c5ce924a0a1e7b7d5c2cb973ff388aa"
integrity sha512-59tYzuWgEEVU9r+SRgceIGXSSUn47JknoiXW6Oq7RW8QHjXWz3/vp8pa7dbtuVu40sewz3OP3JmQEcDdztrLhA==
core-js-compat@^3.20.0:
version "3.20.2"
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.20.2.tgz#d1ff6936c7330959b46b2e08b122a8b14e26140b"
integrity sha512-qZEzVQ+5Qh6cROaTPFLNS4lkvQ6mBzE3R6A6EEpssj7Zr2egMHgsy4XapdifqJDGC9CBiNv7s+ejI96rLNQFdg==
dependencies:
browserslist "^4.18.1"
browserslist "^4.19.1"
semver "7.0.0"

core-js-compat@^3.6.2:
Expand Down Expand Up @@ -9667,6 +9683,11 @@ electron-to-chromium@^1.3.896:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.16.tgz#38ddecc616385e6f101359d1b978c802664157d2"
integrity sha512-BQb7FgYwnu6haWLU63/CdVW+9xhmHls3RCQUFiV4lvw3wimEHTVcUk2hkuZo76QhR8nnDdfZE7evJIZqijwPdA==

electron-to-chromium@^1.4.17:
version "1.4.46"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.46.tgz#c88a6fedc766589826db0481602a888864ade1ca"
integrity sha512-UtV0xUA/dibCKKP2JMxOpDtXR74zABevuUEH4K0tvduFSIoxRVcYmQsbB51kXsFTX8MmOyWMt8tuZAlmDOqkrQ==

elegant-spinner@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
Expand Down

0 comments on commit 99f3aaf

Please sign in to comment.