Title: Bump @babel/preset-env from 7.13.15 to 7.20.2 by dependabot[bot] · Pull Request #194 · httpsgithu/engine · GitHub
Open Graph Title: Bump @babel/preset-env from 7.13.15 to 7.20.2 by dependabot[bot] · Pull Request #194 · httpsgithu/engine
X Title: Bump @babel/preset-env from 7.13.15 to 7.20.2 by dependabot[bot] · Pull Request #194 · httpsgithu/engine
Description: Bumps @babel/preset-env from 7.13.15 to 7.20.2. Release notes Sourced from @babel/preset-env's releases. v7.20.2 (2022-11-04) 🐛 Bug Fix babel-core, babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-simple-access, babel-node, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-react-constant-elements, babel-preset-env, babel-standalone, babel-types #15124 fix: @babel/node repl and enable no-use-before-define rule (@liuxingbaoyu) babel-plugin-transform-typescript #15121 fix: tsSatisfiesExpression check with different duplicated @babel/types versions (@liuxingbaoyu) babel-parser #15094 fix: parser typings for plugins (@liuxingbaoyu) babel-generator #15118 Improve printing of [no LineTerminator here] with comments (@nicolo-ribaudo) babel-plugin-proposal-decorators, babel-plugin-proposal-object-rest-spread, babel-plugin-transform-jscript #15113 fix: wrap anonymous class expression within statement (@JLHwung) babel-plugin-transform-destructuring #15104 fix: Destructuring exceptions for ( let { } = 0 ; 0 ; ) (@liuxingbaoyu) Committers: 3 Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu v7.20.1 (2022-11-01) Thanks @ptomato for your first pull request! 🐛 Bug Fix babel-plugin-proposal-async-generator-functions #15103 fix: Compile re-declare var in init and body of for await (@liuxingbaoyu) babel-plugin-proposal-class-properties, babel-traverse #15106 Do not mark in and instanceof as constant expressions (@nicolo-ribaudo) babel-helpers, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex #15092 Support indices.groups when compiling named groups in regexps (@ptomato) babel-parser #15102 fix: Parse re-declare var in class static body (@liuxingbaoyu) #15096 fix: a satisfies b as lval (@liuxingbaoyu) babel-helpers, babel-plugin-proposal-duplicate-named-capturing-groups-regex #15090 Handle multiple named groups in wrapRegExp replace() (@ptomato) babel-plugin-transform-async-to-generator, babel-plugin-transform-parameters, babel-preset-env #15081 Move the generator body to a gen IIFE when compiling its params (@nicolo-ribaudo) 🏠 Internal babel-generator #15080 Automatically print inner comments (@nicolo-ribaudo) Committers: 5 Babel Bot (@babel-bot) Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) Philip Chimento (@ptomato) @liuxingbaoyu ... (truncated) Changelog Sourced from @babel/preset-env's changelog. v7.20.2 (2022-11-04) 🐛 Bug Fix babel-core, babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-simple-access, babel-node, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-react-constant-elements, babel-preset-env, babel-standalone, babel-types #15124 fix: @babel/node repl and enable no-use-before-define rule (@liuxingbaoyu) babel-plugin-transform-typescript #15121 fix: tsSatisfiesExpression check with different duplicated @babel/types versions (@liuxingbaoyu) babel-parser #15094 fix: parser typings for plugins (@liuxingbaoyu) babel-generator #15118 Improve printing of [no LineTerminator here] with comments (@nicolo-ribaudo) babel-plugin-proposal-decorators, babel-plugin-proposal-object-rest-spread, babel-plugin-transform-jscript #15113 fix: wrap anonymous class expression within statement (@JLHwung) babel-plugin-transform-destructuring #15104 fix: Destructuring exceptions for ( let { } = 0 ; 0 ; ) (@liuxingbaoyu) v7.20.1 (2022-11-01) 🐛 Bug Fix babel-plugin-proposal-async-generator-functions #15103 fix: Compile re-declare var in init and body of for await (@liuxingbaoyu) babel-plugin-proposal-class-properties, babel-traverse #15106 Do not mark in and instanceof as constant expressions (@nicolo-ribaudo) babel-helpers, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex #15092 Support indices.groups when compiling named groups in regexps (@ptomato) babel-parser #15102 fix: Parse re-declare var in class static body (@liuxingbaoyu) #15096 fix: a satisfies b as lval (@liuxingbaoyu) babel-helpers, babel-plugin-proposal-duplicate-named-capturing-groups-regex #15090 Handle multiple named groups in wrapRegExp replace() (@ptomato) babel-plugin-transform-async-to-generator, babel-plugin-transform-parameters, babel-preset-env #15081 Move the generator body to a gen IIFE when compiling its params (@nicolo-ribaudo) 🏠 Internal babel-generator #15080 Automatically print inner comments (@nicolo-ribaudo) v7.20.0 (2022-10-27) 🚀 New Feature babel-compat-data, babel-helper-compilation-targets, babel-preset-env #14944 Add deno compilation target (@JLHwung) babel-plugin-syntax-typescript #14923 Expose dts option in @babel/plugin-syntax-typescript (@oceandrama) babel-generator, babel-parser, babel-plugin-syntax-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-standalone, babel-traverse, babel-types #14968 Parse using declaration (explicit resource management) (@JLHwung) babel-generator, babel-parser, babel-plugin-syntax-import-reflection, babel-standalone, babel-types #14926 Parse import reflection (@JLHwung) babel-generator, babel-helper-skip-transparent-expression-wrappers, babel-parser, babel-plugin-transform-typescript, babel-traverse, babel-types #14211 [ts] Add support for expr satisfies Type expressions (@nicolo-ribaudo) 🐛 Bug Fix ... (truncated) Commits 12a58cb v7.20.2 77f3700 fix: @babel/node repl and enable no-use-before-define rule (#15124) 082caa1 Move the generator body to a gen IIFE when compiling its params (#15081) 745eacc Add deno compilation target (#14944) 69bbe80 Update regenerator-runtime (#15078) 34ae281 fix: preserve this for super.* template tags (#15043) 7a38850 v7.19.4 d45d59a Improve comments generation (#14979) 593fd9e Internally rename proposal-* to transform-* in preset-env (#14976) 3d46a59 v7.19.3 Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Open Graph Description: Bumps @babel/preset-env from 7.13.15 to 7.20.2. Release notes Sourced from @babel/preset-env's releases. v7.20.2 (2022-11-04) 🐛 Bug Fix babel-core, babel-helper-create-class-features-plugin...
X Description: Bumps @babel/preset-env from 7.13.15 to 7.20.2. Release notes Sourced from @babel/preset-env's releases. v7.20.2 (2022-11-04) 🐛 Bug Fix babel-core, babel-helper-create-class-features-pl...
Opengraph URL: https://github.com/httpsgithu/engine/pull/194
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:5ff22e7a-d04f-ca64-3df3-4371fd398106 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | A990:AD7AC:13F281:1BF5AA:69778625 |
| html-safe-nonce | d1606c9f7cf94940947e123ec4ee4cc14825b50a9b424b0bcc2cc68543664f19 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBOTkwOkFEN0FDOjEzRjI4MToxQkY1QUE6Njk3Nzg2MjUiLCJ2aXNpdG9yX2lkIjoiODkwMjA5MTkyNzc4NDQ5MDUzMyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | fc6930f732b8fc7dd1675696a45cdc61f554e650dfc32e77ce7c026840f79803 |
| hovercard-subject-tag | pull_request:1142158810 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/httpsgithu/engine/pull/194/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps @babel/preset-env from 7.13.15 to 7.20.2. Release notes Sourced from @babel/preset-env's releases. v7.20.2 (2022-11-04) 🐛 Bug Fix babel-core, babel-helper-create-class-features-plugin... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | fd37f8e74ecc49b700617ea694fa6d7b395b6c9a4b79c59b3014da220462ac69 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/httpsgithu/engine git https://github.com/httpsgithu/engine.git |
| octolytics-dimension-user_id | 20476787 |
| octolytics-dimension-user_login | httpsgithu |
| octolytics-dimension-repository_id | 133034342 |
| octolytics-dimension-repository_nwo | httpsgithu/engine |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | true |
| octolytics-dimension-repository_parent_id | 19696006 |
| octolytics-dimension-repository_parent_nwo | playcanvas/engine |
| octolytics-dimension-repository_network_root_id | 19696006 |
| octolytics-dimension-repository_network_root_nwo | playcanvas/engine |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 523f6485bbeeb9958ec03260b225e9183734585d |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width