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
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:59cebea5-2245-110d-3bfe-acfc145143fd |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | B4BC:1D772C:294CBB3:3679679:696B2E4B |
| html-safe-nonce | 7a4c00c63cb3ab2bf533bdbc4610b3afe822fb5778536992e4ede1205de4e4ee |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNEJDOjFENzcyQzoyOTRDQkIzOjM2Nzk2Nzk6Njk2QjJFNEIiLCJ2aXNpdG9yX2lkIjoiNTYzMTEyNzE3Mzk2ODExMzIyNyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | ffadc145ddb075967f3180b67d251d9a02b19d0a9c6d49e9a760590a65f15f93 |
| hovercard-subject-tag | pull_request:1750649217 |
| 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/javaistic/javaistic/pull/640/files |
| twitter:image | https://avatars.githubusercontent.com/in/715?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/715?s=400&v=4 |
| og:image:alt | 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)... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/javaistic/javaistic git https://github.com/javaistic/javaistic.git |
| octolytics-dimension-user_id | 76972798 |
| octolytics-dimension-user_login | javaistic |
| octolytics-dimension-repository_id | 388602663 |
| octolytics-dimension-repository_nwo | javaistic/javaistic |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 388602663 |
| octolytics-dimension-repository_network_root_nwo | javaistic/javaistic |
| 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 | 82560a55c6b2054555076f46e683151ee28a19bc |
| ui-target | canary-2 |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width