René's URL Explorer Experiment


Title: Update all of babel7: 7.18.13 → 7.19.0 (minor) by depfu[bot] · Pull Request #336 · javaistic/javaistic · GitHub

Open Graph Title: Update all of babel7: 7.18.13 → 7.19.0 (minor) by depfu[bot] · Pull Request #336 · javaistic/javaistic

X Title: Update all of babel7: 7.18.13 → 7.19.0 (minor) by depfu[bot] · Pull Request #336 · javaistic/javaistic

Description: Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. What changed? ✳️ @​babel/core (7.18.13 → 7.19.0) · Repo · Changelog Release Notes 7.19.0 v7.19.0 (2022-09-05) Blog post: https://babeljs.io/blog/2022/09/05/7.19.0 Thanks @SukkaW for your first PR! 👓 Spec Compliance babel-parser #14666 Support private name in decorator member expression (@JLHwung) babel-helpers, babel-plugin-proposal-async-generator-functions, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #14877 Remove one promise tick in yield* (tc39/ecma262#2819) (@nicolo-ribaudo) 🚀 New Feature babel-generator, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #14836 Add 2022-03 decorators version (stage 3) (@nicolo-ribaudo) babel-parser #14695 [parser] Make decoratorsBeforeExport default to false (@nicolo-ribaudo) babel-generator, babel-parser #14744 Default to hash syntax for Record&Tuple (@nicolo-ribaudo) babel-standalone #14867 feat: add proposal-record-and-tuple to standalone (@JLHwung) babel-helper-create-regexp-features-plugin, babel-helpers, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-standalone #14805 Add support for the duplicate named capturing groups proposal (@nicolo-ribaudo) 🐛 Bug Fix babel-helper-function-name, babel-helper-wrap-function, babel-plugin-transform-classes #14897 Fix: class transform should not drop method definition when key contains non-BMP characters (@JLHwung) babel-plugin-transform-typescript #14890 fix: TS plugin shouldn't remove #privateField! (@liuxingbaoyu) babel-parser #14819 fix: parse a>>c as a<(b>>>c) (@JLHwung) babel-helper-builder-react-jsx #14886 Fix helper-builder-react-jsx compat with Babel 7.9 (@JLHwung) 💅 Polish babel-core #11612 Make error message prefixes more descriptive (@eps1lon) #11554 Hide internal @babel/core functions in config errors (@nicolo-ribaudo) 📝 Documentation #14895 docs: remove david-dm from README (@SukkaW) 🏠 Internal babel-standalone #14863 ship @babel/standalone source maps (@JLHwung) babel-core, babel-parser, babel-traverse #14880 Update typescript to 4.8 (@JLHwung) Committers: 6 Babel Bot (@babel-bot) Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) Sebastian Silbermann (@eps1lon) Sukka (@SukkaW) @liuxingbaoyu Does any of this look wrong? Please let us know. Commits See the full diff on Github. The new version differs by 30 commits: v7.19.0 Add 2022-03 decorators version (stage 3) (#14836) support private name in decorator member expr (#14666) [parser] Make `decoratorsBeforeExport` default to `false` (#14695) Fix: class transform should not drop method definition when key contains non-BMP characters (#14897) Enable `ban-ts-comment` (#14908) Default to hash syntax for Record&Tuple (#14744) feat: add proposal-record-and-tuple to standalone (#14867) Add support for the duplicate named capturing groups proposal (#14805) chore: add eslint rule `consistent-type-imports` (#14901) Update compat data (#14903) Update test262 (#14902) chore: Speed up `lint-staged` (#14896) Remove one promise tick in yield* (tc39/ecma262#2819) (#14877) ship @babel/standalone source maps (#14863) fix: CI exception (#14892) docs: remove david-dm from README (#14895) chore: Generate source maps in the development environment (#14876) fix: TS plugin shouldn't remove `#privateField!` (#14890) Update typescript to 4.8 (#14880) fix: parse a>>c as a<(b>>>c) (#14819) update (#14885) Fix helper-builder-react-jsx compat with Babel 7.9 (#14886) Make error message prefixes more descriptive (#11612) Hide internal `@babel/core` functions in config errors (#11554) chore: update compat data to ca37d4652fb12207032b0942f6334756e19148c0 (#14878) Update test262 (#14879) Fix tsconfig generation with empty folders (#14875) update devDependencies (#14870) Add v7.18.13 to CHANGELOG.md [skip ci] ✳️ @​babel/plugin-transform-react-jsx (7.18.10 → 7.19.0) · Repo · Changelog Release Notes 7.19.0 v7.19.0 (2022-09-05) Blog post: https://babeljs.io/blog/2022/09/05/7.19.0 Thanks @SukkaW for your first PR! 👓 Spec Compliance babel-parser #14666 Support private name in decorator member expression (@JLHwung) babel-helpers, babel-plugin-proposal-async-generator-functions, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #14877 Remove one promise tick in yield* (tc39/ecma262#2819) (@nicolo-ribaudo) 🚀 New Feature babel-generator, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #14836 Add 2022-03 decorators version (stage 3) (@nicolo-ribaudo) babel-parser #14695 [parser] Make decoratorsBeforeExport default to false (@nicolo-ribaudo) babel-generator, babel-parser #14744 Default to hash syntax for Record&Tuple (@nicolo-ribaudo) babel-standalone #14867 feat: add proposal-record-and-tuple to standalone (@JLHwung) babel-helper-create-regexp-features-plugin, babel-helpers, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-standalone #14805 Add support for the duplicate named capturing groups proposal (@nicolo-ribaudo) 🐛 Bug Fix babel-helper-function-name, babel-helper-wrap-function, babel-plugin-transform-classes #14897 Fix: class transform should not drop method definition when key contains non-BMP characters (@JLHwung) babel-plugin-transform-typescript #14890 fix: TS plugin shouldn't remove #privateField! (@liuxingbaoyu) babel-parser #14819 fix: parse a>>c as a<(b>>>c) (@JLHwung) babel-helper-builder-react-jsx #14886 Fix helper-builder-react-jsx compat with Babel 7.9 (@JLHwung) 💅 Polish babel-core #11612 Make error message prefixes more descriptive (@eps1lon) #11554 Hide internal @babel/core functions in config errors (@nicolo-ribaudo) 📝 Documentation #14895 docs: remove david-dm from README (@SukkaW) 🏠 Internal babel-standalone #14863 ship @babel/standalone source maps (@JLHwung) babel-core, babel-parser, babel-traverse #14880 Update typescript to 4.8 (@JLHwung) Committers: 6 Babel Bot (@babel-bot) Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) Sebastian Silbermann (@eps1lon) Sukka (@SukkaW) @liuxingbaoyu Does any of this look wrong? Please let us know. Commits See the full diff on Github. The new version differs by 57 commits: v7.19.0 Add 2022-03 decorators version (stage 3) (#14836) support private name in decorator member expr (#14666) [parser] Make `decoratorsBeforeExport` default to `false` (#14695) Fix: class transform should not drop method definition when key contains non-BMP characters (#14897) Enable `ban-ts-comment` (#14908) Default to hash syntax for Record&Tuple (#14744) feat: add proposal-record-and-tuple to standalone (#14867) Add support for the duplicate named capturing groups proposal (#14805) chore: add eslint rule `consistent-type-imports` (#14901) Update compat data (#14903) Update test262 (#14902) chore: Speed up `lint-staged` (#14896) Remove one promise tick in yield* (tc39/ecma262#2819) (#14877) ship @babel/standalone source maps (#14863) fix: CI exception (#14892) docs: remove david-dm from README (#14895) chore: Generate source maps in the development environment (#14876) fix: TS plugin shouldn't remove `#privateField!` (#14890) Update typescript to 4.8 (#14880) fix: parse a>>c as a<(b>>>c) (#14819) update (#14885) Fix helper-builder-react-jsx compat with Babel 7.9 (#14886) Make error message prefixes more descriptive (#11612) Hide internal `@babel/core` functions in config errors (#11554) chore: update compat data to ca37d4652fb12207032b0942f6334756e19148c0 (#14878) Update test262 (#14879) Fix tsconfig generation with empty folders (#14875) update devDependencies (#14870) Add v7.18.13 to CHANGELOG.md [skip ci] v7.18.13 Fix: jsx with `retainLines` (#14869) chore: refine visitor typings (#14862) chore: update compat data to f4fa0361907c9e30f1409b9a43aeaf48e4ac4fbd (#14864) [parser] Improve `getPluginOptions` type (#14861) Update Rollup packages (#14860) Let `path.remove()` remove `IfStatement.alternate` (#14833) fix: ESM tests on Windows. (#14804) Fix a race condition in `@babel/core` (#14843) fix: Print build logs correctly (#14846) chore: update test262 to 747bed2e8aaafe8fdf2c65e8a10dd7ae64f66c47 (#14847) fix: Destructuring empty in nested `for` expressions (#14841) chore: Reduce debug logs (#14806) Add support for static evaluation of ?? operator (#14837) Update `jest-light-runner` (#14835) Add v7.18.12 to CHANGELOG.md [skip ci] v7.18.12 chore: update test262 to 8c64a666e10fd88c58d63d4cb02f771fd29684fe (#14830) fix: react-cons-elem should not hoist router comp (#14828) fix: Certain comments cause `generator` exceptions (#14810) Fix: do not report global variables as injected binding (#14827) Add v7.18.11 to CHANGELOG.md [skip ci] v7.18.11 fix: helper-wrap-function compat with traverse (#14825) chore(traverse): fix some internal typescript types (#14821) babel parser type improvements (#14801) Add v7.18.10 to CHANGELOG.md [skip ci] Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase. All Depfu comment commands @​depfu rebaseRebases against your default branch and redoes this update @​depfu recreateRecreates this PR, overwriting any edits that you've made to it @​depfu mergeMerges this PR once your tests are passing and conflicts are resolved @​depfu closeCloses this PR and deletes the branch @​depfu reopenRestores the branch and reopens this PR (if it's closed) @​depfu pauseIgnores all future updates for this dependency and closes this PR @​depfu pause [minor|major]Ignores all future minor/major updates for this dependency and closes this PR @​depfu resumeFuture versions of this dependency will create PRs again (leaves this PR as is)

Open Graph Description: Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. What changed? ✳️ @​babel/core (7.18.13 → 7.19.0...

X Description: Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. What changed? ✳️ @​babel/core (7.18.13 → 7.19.0...

Opengraph URL: https://github.com/javaistic/javaistic/pull/336

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:40071769-6434-fd7d-4b53-07b0d7ee2bc4
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idC2B4:357A8A:499E87:5F42A1:696B0AED
html-safe-noncec9710083754f8d7993e263971a4755d14a88a73c63845360a2e608c14541fe09
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMkI0OjM1N0E4QTo0OTlFODc6NUY0MkExOjY5NkIwQUVEIiwidmlzaXRvcl9pZCI6IjY4MjA0MDg3MjQ5NDY2MTkxMTciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac1a95db43196e5a93986175196e07949c697f78175d38ec72b17bdaba6d7af726
hovercard-subject-tagpull_request:1048075795
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/javaistic/javaistic/pull/336/checks
twitter:imagehttps://avatars.githubusercontent.com/in/715?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/715?s=400&v=4
og:image:altHere is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. What changed? ✳️ @​babel/core (7.18.13 → 7.19.0...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
turbo-cache-controlno-preview
go-importgithub.com/javaistic/javaistic git https://github.com/javaistic/javaistic.git
octolytics-dimension-user_id76972798
octolytics-dimension-user_loginjavaistic
octolytics-dimension-repository_id388602663
octolytics-dimension-repository_nwojavaistic/javaistic
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id388602663
octolytics-dimension-repository_network_root_nwojavaistic/javaistic
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release82560a55c6b2054555076f46e683151ee28a19bc
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/javaistic/javaistic/pull/336/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjavaistic%2Fjavaistic%2Fpull%2F336%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjavaistic%2Fjavaistic%2Fpull%2F336%2Fchecks
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=javaistic%2Fjavaistic
Reloadhttps://github.com/javaistic/javaistic/pull/336/checks
Reloadhttps://github.com/javaistic/javaistic/pull/336/checks
Reloadhttps://github.com/javaistic/javaistic/pull/336/checks
javaistic https://github.com/javaistic
javaistichttps://github.com/javaistic/javaistic
Please reload this pagehttps://github.com/javaistic/javaistic/pull/336/checks
Notifications https://github.com/login?return_to=%2Fjavaistic%2Fjavaistic
Fork 21 https://github.com/login?return_to=%2Fjavaistic%2Fjavaistic
Star 49 https://github.com/login?return_to=%2Fjavaistic%2Fjavaistic
Code https://github.com/javaistic/javaistic
Issues 4 https://github.com/javaistic/javaistic/issues
Pull requests 0 https://github.com/javaistic/javaistic/pulls
Discussions https://github.com/javaistic/javaistic/discussions
Actions https://github.com/javaistic/javaistic/actions
Projects 2 https://github.com/javaistic/javaistic/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/javaistic/javaistic/security
Please reload this pagehttps://github.com/javaistic/javaistic/pull/336/checks
Insights https://github.com/javaistic/javaistic/pulse
Code https://github.com/javaistic/javaistic
Issues https://github.com/javaistic/javaistic/issues
Pull requests https://github.com/javaistic/javaistic/pulls
Discussions https://github.com/javaistic/javaistic/discussions
Actions https://github.com/javaistic/javaistic/actions
Projects https://github.com/javaistic/javaistic/projects
Security https://github.com/javaistic/javaistic/security
Insights https://github.com/javaistic/javaistic/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fjavaistic%2Fjavaistic%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fjavaistic%2Fjavaistic%2Fissues%2Fnew%2Fchoose
arghyaxcodeshttps://github.com/arghyaxcodes
mainhttps://github.com/javaistic/javaistic/tree/main
depfu/update/yarn/group/babel7-7.19.0https://github.com/javaistic/javaistic/tree/depfu/update/yarn/group/babel7-7.19.0
Conversation 1 https://github.com/javaistic/javaistic/pull/336
Commits 1 https://github.com/javaistic/javaistic/pull/336/commits
Checks 0 https://github.com/javaistic/javaistic/pull/336/checks
Files changed https://github.com/javaistic/javaistic/pull/336/files
Please reload this pagehttps://github.com/javaistic/javaistic/pull/336/checks
Please reload this pagehttps://github.com/javaistic/javaistic/pull/336/checks
Update all of babel7: 7.18.13 → 7.19.0 (minor) https://github.com/javaistic/javaistic/pull/336/checks#top
Please reload this pagehttps://github.com/javaistic/javaistic/pull/336/checks
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.