René's URL Explorer Experiment


Title: Update @babel/core 7.23.9 → 7.24.0 (minor) by depfu[bot] · Pull Request #640 · javaistic/javaistic · GitHub

Open Graph Title: Update @babel/core 7.23.9 → 7.24.0 (minor) by depfu[bot] · Pull Request #640 · javaistic/javaistic

X Title: Update @babel/core 7.23.9 → 7.24.0 (minor) by depfu[bot] · Pull Request #640 · 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.23.9 → 7.24.0) · Repo · Changelog Release Notes 7.24.0 v7.24.0 (2024-02-28) Thanks @ajihyf for your first PR! Release post with summary and highlights: https://babeljs.io/7.24.0 🚀 New Feature babel-standalone #11696 Export babel tooling packages in @babel/standalone (@ajihyf) babel-core, babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-class-properties #16267 Implement noUninitializedPrivateFieldAccess assumption (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-decorators, babel-plugin-transform-class-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #16242 Support decorator 2023-11 normative updates (@JLHwung) babel-preset-flow #16309 [babel 7] Allow setting ignoreExtensions in Flow preset (@nicolo-ribaudo) #16284 Add experimental_useHermesParser option in preset-flow (@liuxingbaoyu) babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-standalone #16172 Add transform support for JSON modules imports (@nicolo-ribaudo) babel-plugin-transform-runtime #16241 Add back moduleName option to @babel/plugin-transform-runtime (@nicolo-ribaudo) babel-parser, babel-types #16277 Allow import attributes for TSImportType (@sosukesuzuki) 🐛 Bug Fix babel-plugin-proposal-do-expressions, babel-traverse #16305 fix: avoid popContext on unvisited node paths (@JLHwung) babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object #16312 Fix class private properties when privateFieldsAsSymbols (@liuxingbaoyu) babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods #16307 Fix the support of arguments in private get/set method (@liuxingbaoyu) babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators #16287 Reduce decorator static property size (@liuxingbaoyu) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16281 Fix evaluation order of decorators with cached receiver (@nicolo-ribaudo) #16279 Fix decorator this memoization (@JLHwung) #16266 Preserve static on decorated private accessor (@nicolo-ribaudo) #16258 fix: handle decorated async private method and generator (@JLHwung) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-preset-env #16275 Fix class private properties when privateFieldsAsProperties (@liuxingbaoyu) babel-helpers #16268 Do not consider arguments in a helper as a global reference (@nicolo-ribaudo) babel-helpers, babel-plugin-proposal-decorators #16270 Handle symbol key class elements decoration (@JLHwung) #16265 Do not define access.get for public setter decorators (@nicolo-ribaudo) 💅 Polish babel-core, babel-helper-create-class-features-plugin, babel-preset-env #12428 Suggest using BABEL_SHOW_CONFIG_FOR for config problems (@nicolo-ribaudo) 🏠 Internal babel-helper-transform-fixture-test-runner #16278 Continue writing output.js when exec.js throws (@liuxingbaoyu) 🔬 Output optimization babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16306 Avoid intermediate functions for private accessors with decs (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties #16294 More aggressively inline decorators in the static block (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-private-methods #16283 Do not use classPrivateMethodGet (@liuxingbaoyu) babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators #16287 Reduce decorator static property size (@liuxingbaoyu) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties #16280 Reduce element decorator temp variables (@JLHwung) babel-helper-create-class-features-plugin, babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-optional-chaining-assign, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #16261 Do not use descriptors for private class elements (@nicolo-ribaudo) babel-helpers, babel-plugin-proposal-decorators #16263 Reduce helper size for decorator 2023-11 (@liuxingbaoyu) Committers: 7 Babel Bot (@babel-bot) Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) SUZUKI Sosuke (@sosukesuzuki) Yarden Shoham (@yardenshoham) @liuxingbaoyu flyafly (@ajihyf) 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.24.0 Bump minimum version in 7.24.0 helpers Export babel tooling packages in `@babel/standalone` (#11696) fix: avoid `popContext` on unvisited node paths (#16305) Fix class private properties when `privateFieldsAsSymbols` (#16312) Update fixtures (Windows) Fix the support of `arguments` in private `get/set` method (#16307) Avoid intermediate functions for private accessors with decs (#16306) Move new private elements helper parameters (#16299) More aggressively inline decorators in the static block (#16294) Do not use `classPrivateMethodGet` (#16283) Reduce decorator static property size (#16287) Implement `noUninitializedPrivateFieldAccess` assumption (#16267) Fix evaluation order of decorators with cached receiver (#16281) test: add replacement-static-decorator-initializer-this test (#16288) Reduce element decorator temp variables (#16280) Fix decorator this memoization (#16279) Fix class private properties when `privateFieldsAsProperties` (#16275) Improve `toSetter` helper (#16269) Do not consider `arguments` in a helper as a global reference (#16268) Handle symbol key class elements decoration (#16270) Do not define `access.get` for public setter decorators (#16265) Do not use descriptors for private class elements (#16261) Reduce helper size for decorator 2023-11 (#16263) Preserve `static` on decorated private `accessor` (#16266) Remove logic for deprecated decorator versions from Babel 8 (#16256) fix: handle decorated async private method and generator (#16258) Support decorator 2023-11 normative updates (#16242) [babel 7] Allow setting `ignoreExtensions` in Flow preset (#16309) Fix REPL comments for branches in `babel/babel` (#16304) Suggest using `BABEL_SHOW_CONFIG_FOR` for config problems (#12428) Add transform support for JSON modules imports (#16172) Add `experimental_useHermesParser` option in `preset-flow` (#16284) Add back `moduleName` option to `plugin-transform-runtime` (#16241) Allow import attributes for `TSImportType` (#16277) fix: REPL comment for pull request (#16297) Update test262 (#16300) Use `.toHaveProperty` to check for property (#16296) fix: Pull request comments for REPL (#16273) Update test262 (#16286) Continue writing `output.js` when `exec.js` throws (#16278) Use updated native GitHub markdown `Note` admonition (#16274) Update test262 (#16271) Remap my old email to my new email Update test262 (#16259) Use `Object.hasOwn` when available (#16248) chore: Helper changes for Babel 8 (#16209) Add v7.23.10 to CHANGELOG.md [skip ci] v7.23.10 add base input to create-pr action (#16250) [eslint] Include field decorators in scope analysis (#16240) Add v8.0.0-alpha.6 to .github/CHANGELOG-v8.md [skip ci] Bump Babel 8 version to 8.0.0-alpha.6 Fix `protoInit` call injection timing (#16235) Update test262 (#16237) Refactor `protoInit` call injection (#16234) Add v7.23.9 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 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.23.9 → 7.24.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.23.9 → 7.24.0)...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:59cebea5-2245-110d-3bfe-acfc145143fd
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idB4BC:1D772C:294CBB3:3679679:696B2E4B
html-safe-nonce7a4c00c63cb3ab2bf533bdbc4610b3afe822fb5778536992e4ede1205de4e4ee
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNEJDOjFENzcyQzoyOTRDQkIzOjM2Nzk2Nzk6Njk2QjJFNEIiLCJ2aXNpdG9yX2lkIjoiNTYzMTEyNzE3Mzk2ODExMzIyNyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacffadc145ddb075967f3180b67d251d9a02b19d0a9c6d49e9a760590a65f15f93
hovercard-subject-tagpull_request:1750649217
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/javaistic/javaistic/pull/640/files
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.23.9 → 7.24.0)...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
turbo-cache-controlno-preview
diff-viewunified
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
disable-turbotrue
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/640/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjavaistic%2Fjavaistic%2Fpull%2F640%2Ffiles
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%2F640%2Ffiles
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%2Ffiles&source=header-repo&source_repo=javaistic%2Fjavaistic
Reloadhttps://github.com/javaistic/javaistic/pull/640/files
Reloadhttps://github.com/javaistic/javaistic/pull/640/files
Reloadhttps://github.com/javaistic/javaistic/pull/640/files
javaistic https://github.com/javaistic
javaistichttps://github.com/javaistic/javaistic
Please reload this pagehttps://github.com/javaistic/javaistic/pull/640/files
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/640/files
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.24.0https://github.com/javaistic/javaistic/tree/depfu/update/yarn/%40babel/core-7.24.0
Conversation 1 https://github.com/javaistic/javaistic/pull/640
Commits 1 https://github.com/javaistic/javaistic/pull/640/commits
Checks 0 https://github.com/javaistic/javaistic/pull/640/checks
Files changed https://github.com/javaistic/javaistic/pull/640/files
Please reload this pagehttps://github.com/javaistic/javaistic/pull/640/files
Update @babel/core 7.23.9 → 7.24.0 (minor) https://github.com/javaistic/javaistic/pull/640/files#top
Show all changes 1 commit https://github.com/javaistic/javaistic/pull/640/files
8318e67 Update all of babel7 to version 7.24.0 depfu[bot] Feb 29, 2024 https://github.com/javaistic/javaistic/pull/640/commits/8318e67f8c26d3fb7d94133821ed41db506f7d62
Clear filters https://github.com/javaistic/javaistic/pull/640/files
Please reload this pagehttps://github.com/javaistic/javaistic/pull/640/files
Please reload this pagehttps://github.com/javaistic/javaistic/pull/640/files
package.json https://github.com/javaistic/javaistic/pull/640/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
yarn.lock https://github.com/javaistic/javaistic/pull/640/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
package.jsonhttps://github.com/javaistic/javaistic/pull/640/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://github.com/javaistic/javaistic/blob/8318e67f8c26d3fb7d94133821ed41db506f7d62/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/javaistic/javaistic/pull/640/{{ revealButtonHref }}
https://github.com/javaistic/javaistic/pull/640/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/javaistic/javaistic/pull/640/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
yarn.lockhttps://github.com/javaistic/javaistic/pull/640/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
View file https://github.com/javaistic/javaistic/blob/8318e67f8c26d3fb7d94133821ed41db506f7d62/yarn.lock
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/javaistic/javaistic/pull/640/{{ revealButtonHref }}
https://github.com/javaistic/javaistic/pull/640/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/640/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/640/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/640/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/640/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/640/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/640/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/640/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/640/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/640/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/640/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
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.