Title: [Snyk] Upgrade: @babel/core, @babel/plugin-transform-runtime, @babel/preset-env by QueenYu · Pull Request #1 · QueenYu/JavaScript · GitHub
Open Graph Title: [Snyk] Upgrade: @babel/core, @babel/plugin-transform-runtime, @babel/preset-env by QueenYu · Pull Request #1 · QueenYu/JavaScript
X Title: [Snyk] Upgrade: @babel/core, @babel/plugin-transform-runtime, @babel/preset-env by QueenYu · Pull Request #1 · QueenYu/JavaScript
Description: This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade multiple dependencies. 👯♂ The following dependencies are linked and will therefore be updated together. ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project. Name Versions Released on @babel/corefrom 7.19.3 to 7.21.0 6 versions ahead of your current version a month agoon 2023-02-20 @babel/plugin-transform-runtimefrom 7.19.1 to 7.21.0 2 versions ahead of your current version a month agoon 2023-02-20 @babel/preset-envfrom 7.19.4 to 7.20.2 1 version ahead of your current version 5 months agoon 2022-11-04 Release notes Package name: @babel/core 7.21.0 - 2023-02-20v7.21.0 (2023-02-20) Thanks @ azizghuloum, @ ehoogeveen-medweb, @ fwienber, and @ Lioness100 for your first PRs! 🚀 New Feature babel-core, babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object #15435 feat: Implement privateFieldsAsSymbols assumption for classes (@ fwienber) babel-helper-create-regexp-features-plugin, babel-plugin-proposal-regexp-modifiers, babel-standalone #15226 feat: Support regexp modifiers proposal (@ liuxingbaoyu) babel-cli, babel-core, babel-generator, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx, babel-traverse #15022 feat: Generate sourcemaps of friendly call frames (@ liuxingbaoyu) babel-parser, babel-types #15384 [ts] Support const modifier in type parameters (@ nicolo-ribaudo) babel-generator, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #15405 Implement decorators as presented at 2023-01 TC39 meeting (@ nicolo-ribaudo) babel-parser #15114 Parser option to allow new.target outside functions (@ overlookmotel) #15320 Add annexb: false parser option to disable Annex B (@ nicolo-ribaudo) babel-core #15283 feat: Support .cts as configuration file (@ liuxingbaoyu) babel-generator, babel-parser, babel-plugin-transform-typescript #15381 [ts] Support export type * from (@ nicolo-ribaudo) 🐛 Bug Fix babel-plugin-transform-typescript #15379 [ts5.0] Better inlining of constants in enums (@ liuxingbaoyu) babel-core #15366 handling circular/shared structures in deep-clone (@ azizghuloum) babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-private-methods, babel-plugin-transform-classes, babel-plugin-transform-new-target #15406 Preserve class elements comments in class transform (@ JLHwung) babel-parser, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-types #15414 [ts] Fix restrictions for optional parameters (@ nicolo-ribaudo) 💅 Polish babel-parser #15400 polish: improve "await as identifier" error in modules (@ JLHwung) 🏠 Internal babel-core #15137 Improve CJS compat with ESM-based @ babel/core (@ nicolo-ribaudo) 🔬 Output optimization babel-plugin-transform-typescript #15418 [ts] Handle exponentiation operator in constant folding (@ ehoogeveen-medweb) Committers: 11 Abdulaziz Ghuloum (@ azizghuloum) Babel Bot (@ babel-bot) Emanuel Hoogeveen (@ ehoogeveen-medweb) Frank Wienberg (@ fwienber) Huáng Jùnliàng (@ JLHwung) Mateusz Burzyński (@ Andarist) Nicolò Ribaudo (@ nicolo-ribaudo) @ Lioness100 @ liuxingbaoyu @ overlookmotel fisker Cheung (@ fisker) 7.20.12 - 2023-01-04v7.20.12 (2023-01-04) Thanks @ cross19xx, @ JBYoshi and @ nmn for your first PRs! 🐛 Bug Fix babel-traverse #15224 Fix TaggedTemplateLiteral evaluation (@ nmn) babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties #15312 fix: delete this in static class properties initialization (@ SuperSodaSea) 💅 Polish babel-traverse #15313 Implement support for evaluating computed properties. (@ JBYoshi) Committers: 5 Jonathan Browne (@ JBYoshi) Kenneth Kwakye-Gyamfi (@ cross19xx) Naman Goel (@ nmn) Nicolò Ribaudo (@ nicolo-ribaudo) Tianlan Zhou (@ SuperSodaSea) 7.20.7 - 2022-12-22 7.20.5 - 2022-11-28 7.20.2 - 2022-11-04 7.19.6 - 2022-10-20 7.19.3 - 2022-09-27 from @babel/core GitHub release notes Package name: @babel/plugin-transform-runtime 7.21.0 - 2023-02-20v7.21.0 (2023-02-20) Thanks @ azizghuloum, @ ehoogeveen-medweb, @ fwienber, and @ Lioness100 for your first PRs! 🚀 New Feature babel-core, babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object #15435 feat: Implement privateFieldsAsSymbols assumption for classes (@ fwienber) babel-helper-create-regexp-features-plugin, babel-plugin-proposal-regexp-modifiers, babel-standalone #15226 feat: Support regexp modifiers proposal (@ liuxingbaoyu) babel-cli, babel-core, babel-generator, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx, babel-traverse #15022 feat: Generate sourcemaps of friendly call frames (@ liuxingbaoyu) babel-parser, babel-types #15384 [ts] Support const modifier in type parameters (@ nicolo-ribaudo) babel-generator, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #15405 Implement decorators as presented at 2023-01 TC39 meeting (@ nicolo-ribaudo) babel-parser #15114 Parser option to allow new.target outside functions (@ overlookmotel) #15320 Add annexb: false parser option to disable Annex B (@ nicolo-ribaudo) babel-core #15283 feat: Support .cts as configuration file (@ liuxingbaoyu) babel-generator, babel-parser, babel-plugin-transform-typescript #15381 [ts] Support export type * from (@ nicolo-ribaudo) 🐛 Bug Fix babel-plugin-transform-typescript #15379 [ts5.0] Better inlining of constants in enums (@ liuxingbaoyu) babel-core #15366 handling circular/shared structures in deep-clone (@ azizghuloum) babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-private-methods, babel-plugin-transform-classes, babel-plugin-transform-new-target #15406 Preserve class elements comments in class transform (@ JLHwung) babel-parser, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-types #15414 [ts] Fix restrictions for optional parameters (@ nicolo-ribaudo) 💅 Polish babel-parser #15400 polish: improve "await as identifier" error in modules (@ JLHwung) 🏠 Internal babel-core #15137 Improve CJS compat with ESM-based @ babel/core (@ nicolo-ribaudo) 🔬 Output optimization babel-plugin-transform-typescript #15418 [ts] Handle exponentiation operator in constant folding (@ ehoogeveen-medweb) Committers: 11 Abdulaziz Ghuloum (@ azizghuloum) Babel Bot (@ babel-bot) Emanuel Hoogeveen (@ ehoogeveen-medweb) Frank Wienberg (@ fwienber) Huáng Jùnliàng (@ JLHwung) Mateusz Burzyński (@ Andarist) Nicolò Ribaudo (@ nicolo-ribaudo) @ Lioness100 @ liuxingbaoyu @ overlookmotel fisker Cheung (@ fisker) 7.19.6 - 2022-10-20 7.19.1 - 2022-09-14 from @babel/plugin-transform-runtime GitHub release notes Package name: @babel/preset-env 7.20.2 - 2022-11-04 7.19.4 - 2022-10-10 from @babel/preset-env GitHub release notes Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs. For more information: 🧐 View latest project report 🛠 Adjust upgrade PR settings 🔕 Ignore this dependency or unsubscribe from future upgrade PRs
Open Graph Description: This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade multiple dependencies. 👯♂ The following dependencies are linked and will therefor...
X Description: This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade multiple dependencies. 👯♂ The following dependencies are linked and will therefor...
Opengraph URL: https://github.com/QueenYu/JavaScript/pull/1
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:c4f46b91-1096-8c15-3baf-b35fe89cf747 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | B53E:360CD8:3447F39:460BFA3:696F096A |
| html-safe-nonce | ca43f5bb8c864bccab53d2c1bc48a693c8c9362184fb0592eb715527a98c4d76 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNTNFOjM2MENEODozNDQ3RjM5OjQ2MEJGQTM6Njk2RjA5NkEiLCJ2aXNpdG9yX2lkIjoiODkwNDc3MDEyMzM2MDgzMTg1MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 3640c4358b380ac2b40d4c4814ef1ac88b28fe27a9cea2f37de541564b998324 |
| hovercard-subject-tag | pull_request:1296993196 |
| 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/QueenYu/JavaScript/pull/1/files |
| twitter:image | https://avatars.githubusercontent.com/u/16317488?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/u/16317488?s=400&v=4 |
| og:image:alt | This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade multiple dependencies. 👯♂ The following dependencies are linked and will therefor... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | b278ad162d35332b6de714dfb005de04386c4d92df6475522bef910f491a35ee |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/QueenYu/JavaScript git https://github.com/QueenYu/JavaScript.git |
| octolytics-dimension-user_id | 16317488 |
| octolytics-dimension-user_login | QueenYu |
| octolytics-dimension-repository_id | 621256661 |
| octolytics-dimension-repository_nwo | QueenYu/JavaScript |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | true |
| octolytics-dimension-repository_parent_id | 97086543 |
| octolytics-dimension-repository_parent_nwo | TheAlgorithms/JavaScript |
| octolytics-dimension-repository_network_root_id | 97086543 |
| octolytics-dimension-repository_network_root_nwo | TheAlgorithms/JavaScript |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 39aed5006635ab6f45e6b77d23e73b08a00272a3 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width