René's URL Explorer Experiment


Title: Update all of babel7 7.21.8 → 7.22.5 (minor) by depfu[bot] · Pull Request #507 · javaistic/javaistic · GitHub

Open Graph Title: Update all of babel7 7.21.8 → 7.22.5 (minor) by depfu[bot] · Pull Request #507 · javaistic/javaistic

X Title: Update all of babel7 7.21.8 → 7.22.5 (minor) by depfu[bot] · Pull Request #507 · 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.21.8 → 7.22.5) · Repo · Changelog Release Notes 7.22.5 v7.22.5 (2023-06-08) 🐛 Bug Fix babel-preset-env, babel-standalone #15675 Fix using syntax-unicode-sets-regex in standalone (@nicolo-ribaudo) 💅 Polish babel-core #15683 Suggest -transform- when resolving missing plugins (@nicolo-ribaudo) Committers: 4 Avery (@nullableVoidPtr) Babel Bot (@babel-bot) Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu 7.22.1 v7.22.1 (2023-05-26) 🐛 Bug Fix babel-preset-env #15658 Workaround for broken babel-preset-react-app (@nicolo-ribaudo) Committers: 2 Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu 7.22.0 v7.22.0 (2023-05-26) 🚀 New Feature babel-parser, babel-plugin-transform-typescript #15497 [ts] Support import ... = and export = in scripts (@nicolo-ribaudo) babel-compat-data, babel-core, babel-plugin-proposal-unicode-sets-regex, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-standalone #15636 Add unicode-sets-regex transform to preset-env (@JLHwung) babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone #15633 Implement transform support for using declarations (@nicolo-ribaudo) babel-plugin-proposal-import-attributes-to-assertions #15620 Create @babel/plugin-proposal-import-attributes-to-assertions (@nicolo-ribaudo) babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types #15536 Add support for the updated import attributes proposal (@nicolo-ribaudo) babel-generator, babel-parser, babel-traverse, babel-types #15520 Parse await using declarations (@JLHwung) babel-core, babel-helper-create-regexp-features-plugin, babel-parser #15638 Enable regexp unicode sets parsing by default (@JLHwung) babel-helpers, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #15570 Add decorators version 2023-05 (@nicolo-ribaudo) 💅 Polish babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-jsx, babel-traverse, babel-types #15549 Improve type definitions for validators (@liuxingbaoyu) 🏠 Internal babel-parser #15630 Unify parsing of import/export modifiers (type/typeof/module) (@nicolo-ribaudo) babel-compat-data, babel-helper-transform-fixture-test-runner, babel-node, babel-plugin-proposal-decorators, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-async-generator-functions, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3 #15531 Allow polyfill providers to specify custom @babel/runtime pkg (@nicolo-ribaudo) babel-core, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-decorators, babel-plugin-proposal-dynamic-import, babel-plugin-proposal-export-namespace-from, babel-plugin-proposal-function-sent, babel-plugin-proposal-json-strings, babel-plugin-proposal-logical-assignment-operators, babel-plugin-proposal-nullish-coalescing-operator, babel-plugin-proposal-numeric-separator, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-optional-catch-binding, babel-plugin-proposal-optional-chaining, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-plugin-proposal-unicode-property-regex, babel-preset-env, babel-standalone #15614 Rename -proposal-s that became standard to -transform- (@nicolo-ribaudo) Committers: 4 Babel Bot (@babel-bot) Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu Does any of this look wrong? Please let us know. Commits See the full diff on Github. The new version differs by 65 commits: v7.22.5 Fix publish script Fix prepublish script Suggest `-transform-` when resolving missing plugins (#15683) Warn in `@babel/plugin-proposal-private-property-in-object` fallback (#15687) Run `scripts/generators/readmes.js` (#15689) Empty commit to trigger test262 CI chore: Update jest (#15685) Update Yarn to v3.6.0 (#15684) Use Prettier v3.0.0-alpha.12 (#15617) Update test262 (#15677) Fix using `syntax-unicode-sets-regex` in standalone (#15675) [babel 8] Require Node.js `^16.20.0 || ^18.16.0 || >=20.0.0` (#15585) Define and narrow types under babel-traverse (#15644) Set `"type": "commonjs"` to internally track CJS vs ESM (#15665) Add v7.22.4 to CHANGELOG.md [skip ci] v7.22.4 Add missing `attributes`/`assertions` to `VISITOR_KEYS` (#15666) Set `shorthand:false` when rename Identifier inside obj prop (#15649) Mark `assert` attributes with `extra.deprecatedAssertSyntax` (#15667) update babel deps (#15662) Update CHANGELOG.md Add v7.22.3 to CHANGELOG.md [skip ci] v7.22.3 Add v7.22.2 to CHANGELOG.md [skip ci] v7.22.2 Fix importing symbol polyfill in `@babel/runtime-corejs2` (#15660) `yarn dedupe` Add v7.22.1 to CHANGELOG.md [skip ci] v7.22.1 Skip warning check that fails release tests (#15657) Workaround for broken babel-preset-react-app (#15658) chore: Improve development experience about global variables (#15646) Add 7.22.0 to CHANGELOG.md v7.22.0 Update test262 (#15650) Update compat data (#15651) Improve type definitions for validators (#15549) [ts] Support `import ... =` and `export =` in scripts (#15497) Add `unicode-sets-regex` transform to `preset-env` (#15636) Implement transform support for `using` declarations (#15633) Split v7 changelog in multiple files Unify parsing of import/export modifiers (type/typeof/module) (#15630) Allow polyfill providers to specify custom `@babel/runtime` pkg (#15531) Disable workers for compiling on CircleCI (#15645) Create `@babel/plugin-proposal-import-attributes-to-assertions` (#15620) Add support for the updated import attributes proposal (#15536) Parse `await using` declarations (#15520) Fix tests after merging PRs Enable regexp unicode sets parsing by default (#15638) Add decorators version `2023-05` (#15570) Rename `-proposal-`s that became standard to `-transform-` (#15614) Add v7.21.9 to CHANGELOG.md [skip ci] v7.21.9 Update test262 (#15639) Archive syntax-unicode-sets-regex (#15637) rescan gt token at the end of type args parsing (#15631) Fix indentation when `retainLines` is `true` (#15569) chore: Enable rule `no-import-type-side-effects` (#15627) fix: Template `export { x }` stuck in infinite loop (#15534) Update Rollup and Rollup plugins (#15616) Update `glob` (#15615) fix: enable block-scoping transform when compiling generators (#15606) Update test262 (#15610) Add v7.21.8 to CHANGELOG.md [skip ci] ✳️ @​babel/plugin-transform-react-jsx (7.21.0 → 7.22.5) · Repo · Changelog Release Notes 7.22.5 v7.22.5 (2023-06-08) 🐛 Bug Fix babel-preset-env, babel-standalone #15675 Fix using syntax-unicode-sets-regex in standalone (@nicolo-ribaudo) 💅 Polish babel-core #15683 Suggest -transform- when resolving missing plugins (@nicolo-ribaudo) Committers: 4 Avery (@nullableVoidPtr) Babel Bot (@babel-bot) Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu 7.22.3 v7.22.3 (2023-05-27) Re-publish all the package published in 7.22.0 that hadn't been republished yet. We accidentally published them with a package.json file containing "type": "script" instead of "type": "commonjs" (#15664). 7.22.0 v7.22.0 (2023-05-26) 🚀 New Feature babel-parser, babel-plugin-transform-typescript #15497 [ts] Support import ... = and export = in scripts (@nicolo-ribaudo) babel-compat-data, babel-core, babel-plugin-proposal-unicode-sets-regex, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-standalone #15636 Add unicode-sets-regex transform to preset-env (@JLHwung) babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone #15633 Implement transform support for using declarations (@nicolo-ribaudo) babel-plugin-proposal-import-attributes-to-assertions #15620 Create @babel/plugin-proposal-import-attributes-to-assertions (@nicolo-ribaudo) babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types #15536 Add support for the updated import attributes proposal (@nicolo-ribaudo) babel-generator, babel-parser, babel-traverse, babel-types #15520 Parse await using declarations (@JLHwung) babel-core, babel-helper-create-regexp-features-plugin, babel-parser #15638 Enable regexp unicode sets parsing by default (@JLHwung) babel-helpers, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #15570 Add decorators version 2023-05 (@nicolo-ribaudo) 💅 Polish babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-jsx, babel-traverse, babel-types #15549 Improve type definitions for validators (@liuxingbaoyu) 🏠 Internal babel-parser #15630 Unify parsing of import/export modifiers (type/typeof/module) (@nicolo-ribaudo) babel-compat-data, babel-helper-transform-fixture-test-runner, babel-node, babel-plugin-proposal-decorators, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-async-generator-functions, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3 #15531 Allow polyfill providers to specify custom @babel/runtime pkg (@nicolo-ribaudo) babel-core, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-decorators, babel-plugin-proposal-dynamic-import, babel-plugin-proposal-export-namespace-from, babel-plugin-proposal-function-sent, babel-plugin-proposal-json-strings, babel-plugin-proposal-logical-assignment-operators, babel-plugin-proposal-nullish-coalescing-operator, babel-plugin-proposal-numeric-separator, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-optional-catch-binding, babel-plugin-proposal-optional-chaining, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-plugin-proposal-unicode-property-regex, babel-preset-env, babel-standalone #15614 Rename -proposal-s that became standard to -transform- (@nicolo-ribaudo) Committers: 4 Babel Bot (@babel-bot) Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu 7.21.5 v7.21.5 (2023-04-28) 👓 Spec Compliance babel-generator, babel-parser, babel-types #15539 fix: Remove mixins and implements for DeclareInterface and InterfaceDeclaration (@liuxingbaoyu) 🐛 Bug Fix babel-core, babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx #15515 fix: ) position with createParenthesizedExpressions (@liuxingbaoyu) babel-preset-env #15580 Add syntax import meta to preset env (@JLHwung) 💅 Polish babel-types #15546 Improve the layout of generated validators (@liuxingbaoyu) babel-core #15535 Use lt instead of lte to check TS version for .cts config (@nicolo-ribaudo) 🏠 Internal babel-core #15575 Use synchronous import.meta.resolve (@nicolo-ribaudo) babel-helper-fixtures, babel-preset-typescript #15568 Handle .overrides and .env when resolving plugins/presets from fixture options (@JLHwung) babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin #15548 Use semver package to compare versions (@nicolo-ribaudo) Committers: 4 Babel Bot (@babel-bot) Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu Does any of this look wrong? Please let us know. Commits See the full diff on Github. The new version differs by more commits than we can show here. 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 cancel mergeCancels automatic merging of this PR @​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.21.8 → 7.22.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.21.8 → 7.22.5)...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:5df9a06d-62d6-b28d-03e1-052ab2d394e6
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-id83CA:1E4FEF:210B8B6:2AEEDA4:696B4C8C
html-safe-nonce0da250981ebff4b400c9c7591c99e1c519c0328ea60180587742358babcc7503
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4M0NBOjFFNEZFRjoyMTBCOEI2OjJBRUVEQTQ6Njk2QjRDOEMiLCJ2aXNpdG9yX2lkIjoiNzMxNTk3NDk4MzcwNTY0NDE3MiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac0d5fedcb8565161c960090d87450a07d1f3c0446ddb62be831f933e1996e4801
hovercard-subject-tagpull_request:1387000054
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/507/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.21.8 → 7.22.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-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/javaistic/javaistic/pull/507/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjavaistic%2Fjavaistic%2Fpull%2F507%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%2F507%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/507/checks
Reloadhttps://github.com/javaistic/javaistic/pull/507/checks
Reloadhttps://github.com/javaistic/javaistic/pull/507/checks
javaistic https://github.com/javaistic
javaistichttps://github.com/javaistic/javaistic
Please reload this pagehttps://github.com/javaistic/javaistic/pull/507/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/507/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.22.5https://github.com/javaistic/javaistic/tree/depfu/update/yarn/group/babel7-7.22.5
Conversation 1 https://github.com/javaistic/javaistic/pull/507
Commits 1 https://github.com/javaistic/javaistic/pull/507/commits
Checks 0 https://github.com/javaistic/javaistic/pull/507/checks
Files changed https://github.com/javaistic/javaistic/pull/507/files
Please reload this pagehttps://github.com/javaistic/javaistic/pull/507/checks
Please reload this pagehttps://github.com/javaistic/javaistic/pull/507/checks
Update all of babel7 7.21.8 → 7.22.5 (minor) https://github.com/javaistic/javaistic/pull/507/checks#top
Please reload this pagehttps://github.com/javaistic/javaistic/pull/507/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.