René's URL Explorer Experiment


Title: Update @babel/core: 7.16.0 → 7.16.5 (patch) by depfu[bot] · Pull Request #76 · javaistic/javaistic · GitHub

Open Graph Title: Update @babel/core: 7.16.0 → 7.16.5 (patch) by depfu[bot] · Pull Request #76 · javaistic/javaistic

X Title: Update @babel/core: 7.16.0 → 7.16.5 (patch) by depfu[bot] · Pull Request #76 · 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.16.0 → 7.16.5) · Repo · Changelog Release Notes 7.16.5 v7.16.5 (2021-12-13) Thanks @chimurai and @krosenberg for your first PRs! 👓 Spec Compliance babel-cli, babel-core, babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-jscript, babel-plugin-transform-parameters, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env #12115 Mark class prototype as read-only (@wentout) 🐛 Bug Fix babel-plugin-transform-parameters #14032 Fix: default rest argument array elements as undefined (@The-x-Theorist) babel-plugin-transform-arrow-functions, babel-traverse #14036 Don't resolve shadowed arguments variables from functions (@The-x-Theorist) babel-parser #14039 maintain estree string literal shape when cloned (@JLHwung) babel-traverse #14016 Fix duplicate declaration error on ambient class declarations (@The-x-Theorist) babel-generator #14014 Support flow function type annotation with no parent (@krosenberg) babel-plugin-transform-react-jsx #14012 Fix JSX pragma anywhere in comment (@The-x-Theorist) babel-helper-create-class-features-plugin, babel-helper-environment-visitor, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-replace-supers, babel-plugin-transform-classes, babel-traverse #14005 Fix handling of this&co in computed keys in arrows transform (@nicolo-ribaudo) 💅 Polish babel-parser #13968 Recover from shorthand assign exprs (@JLHwung) #13975 fix: update UnexpectedPrivateField error message (@JLHwung) 📝 Documentation Many packages #14006 Regenerate monorepo READMEs (@nicolo-ribaudo) 🏠 Internal Every package #13966 Run tests in a native Node.js ESM environment (@nicolo-ribaudo) babel-parser #13982 Extend hasPlugin to accept plugin-configuration array pairs (@js-choi) babel-helpers #13996 Don't use ESM for required files in @babel/helpers tests (@nicolo-ribaudo) babel-plugin-proposal-object-rest-spread, babel-traverse #13948 Convert proposal-object-rest-spread to TS (@JLHwung) babel-parser, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-optional-chaining, babel-preset-react, babel-preset-typescript #13978 Only bundle the release build, and don't import src in tests (@nicolo-ribaudo) Other #13976 Fail CI when @babel/runtime ESM tests fail (@nicolo-ribaudo) 🏃‍♀️ Performance babel-parser #13919 Improve template tokenizing (@JLHwung) 🔬 Output optimization babel-helpers, babel-plugin-proposal-async-generator-functions, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime #13837 minify helpers-generated.ts (@lightmare) Committers: 10 Babel Bot (@babel-bot) Bogdan Savluk (@zxbodya) Huáng Jùnliàng (@JLHwung) J. S. Choi (@js-choi) Kyle Rosenberg (@krosenberg) Mickey Rose (@lightmare) Nicolò Ribaudo (@nicolo-ribaudo) Sneh Khatri (@The-x-Theorist) @chimurai wentout (@wentout) Does any of this look wrong? Please let us know. Commits See the full diff on Github. The new version differs by 69 commits: v7.16.5 Skip `hasMoreThanOneBinding` tests on publish (#14048) Fix: default rest argument array elements as undefined (#14032) Don't resolve shadowed `arguments` variables from functions (#14036) Disable `test262` CircleCI job (#14044) Pin `jest-worker` to `27.2.1` in CRA e2e tests (#14040) Mark class prototype as read-only (#12115) maintain estree string literal shape when cloned (#14039) Improve template tokenizing (#13919) Bring back deferred `require()` calls in `core` and `cli` (#14028) Update `@typescript-eslint/*` packages (#14029) Fix duplicate declaration error on ambient class declarations (#14016) Run tests in a native Node.js ESM environment (#13966) Update `test262` parser tests `ignoredFeatures` list (#14019) Update test262 (#14020) Support flow function type annotation with no parent (#14014) Extend `hasPlugin` to accept plugin-configuration array pairs (#13982) chore(deps): update dependency typescript to ~4.5.0 (#14018) Fix JSX pragma anywhere in comment (#14012) Fix handling of `this`&co in computed keys in arrows transform (#14005) chore(deps): update dependency husky to v7 (#14011) Use Node.js interop when importing `lib` in `test` (#13995) Regenerate monorepo READMEs (#14006) chore: update @babel/* deps (#14002) Update to prettier 2.5.0 (#14000) Update test262 (#14001) Migrate Babel from Flow to TypeScript (except Babel parser) (#11578) Don't use ESM for `require`d files in `@babel/helpers` tests (#13996) Convert proposal-object-rest-spread to TS (#13948) Only bundle the release build, and don't import `src` in tests (#13978) Use full import specifier path in tests (#13938) Recover from shorthand assign exprs (#13968) Update test262 (#13979) Fail CI when `@babel/runtime` ESM tests fail (#13976) minify `helpers-generated.ts` (#13837) fix: update UnexpectedPrivateField error message (#13975) Add v7.16.4 to CHANGELOG.md [skip ci] v7.16.4 Add `assertions` to `ExportNamedDeclaration` without `from` (#13957) Always expose `expressionValue` in `DirectiveLiteral` nodes (#13960) Add file extension when using `absoluteRuntime` (#12827) Wait the correct number of ticks on nested `await` (#13961) Refactor bindingProperty parsing (#13929) Throw on duplicate `__proto__` props followed by assignment (#13951) Update test262 (#13955) chore: update compat-data (#13949) Add v7.16.3 to CHANGELOG.md [skip ci] v7.16.3 fix(helpers): match `Reflect.get` behaviour (#13862) Support transforming params of arrow functions in class fields (#13941) fix: incorrect await rejection following arrow function in parameters (fixes #13872) (#13928) Update test262 (#13932) Simplifiy tracking of valid JSX positions (#13891) [babel 8] Align `allow*` parser options with ESLint behavior (#13921) Fix `parserOverride` support in `@babel/eslint-parser` (#13918) Update runtime integration tests for Node.js >= 16.6 (#13923) Update browserslist (#13914) refactor: extract tt.lt and tt.gt from tt.relation (#13892) Add v7.16.2 to CHANGELOG.md [skip ci] v7.16.2 Fix "e2e-babel" Babel 8 test (#13909) fix: early return when param binding is not found (#13910) Add missing assertions type (#13905) Add v7.16.1 to CHANGELOG.md [skip ci] v7.16.1 Skip ESLint 8 tests on publish (#13898) Fix binding access for plugin-transform-typescript (#13900) Lint our codebase with ESLint 8 (#13899) Add 7.16.0 to CHANGELOG.md 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.16.0 → 7.16.5)...

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.16.0 → 7.16.5)...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:4b40ef25-a96b-b69c-9644-fe25c2968814
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idE626:8D103:289E0AF:35351FA:696B2914
html-safe-nonce30c08eb4e6adff119cdb07bbd6d6a5f097fbcd99108074b352dfbca535e76db3
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNjI2OjhEMTAzOjI4OUUwQUY6MzUzNTFGQTo2OTZCMjkxNCIsInZpc2l0b3JfaWQiOiI5MjAzMDE1MjU5NDM5OTY2NDg0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacec010995339669e4757637ae62303f2070c5f81983d69fd987cfdff6194dae6a
hovercard-subject-tagpull_request:803104898
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/76/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.16.0 → 7.16.5)...
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-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/javaistic/javaistic/pull/76/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjavaistic%2Fjavaistic%2Fpull%2F76%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%2F76%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/76/checks
Reloadhttps://github.com/javaistic/javaistic/pull/76/checks
Reloadhttps://github.com/javaistic/javaistic/pull/76/checks
javaistic https://github.com/javaistic
javaistichttps://github.com/javaistic/javaistic
Please reload this pagehttps://github.com/javaistic/javaistic/pull/76/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/76/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/@babel/core-7.16.5https://github.com/javaistic/javaistic/tree/depfu/update/yarn/%40babel/core-7.16.5
Conversation 1 https://github.com/javaistic/javaistic/pull/76
Commits 1 https://github.com/javaistic/javaistic/pull/76/commits
Checks 0 https://github.com/javaistic/javaistic/pull/76/checks
Files changed https://github.com/javaistic/javaistic/pull/76/files
Please reload this pagehttps://github.com/javaistic/javaistic/pull/76/checks
Please reload this pagehttps://github.com/javaistic/javaistic/pull/76/checks
Update @babel/core: 7.16.0 → 7.16.5 (patch) https://github.com/javaistic/javaistic/pull/76/checks#top
Please reload this pagehttps://github.com/javaistic/javaistic/pull/76/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.