Title: Update @babel/core 7.22.5 → 7.22.10 (patch) by depfu[bot] · Pull Request #538 · javaistic/javaistic · GitHub
Open Graph Title: Update @babel/core 7.22.5 → 7.22.10 (patch) by depfu[bot] · Pull Request #538 · javaistic/javaistic
X Title: Update @babel/core 7.22.5 → 7.22.10 (patch) by depfu[bot] · Pull Request #538 · 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.22.5 → 7.22.10) · Repo · Changelog Release Notes 7.22.10 v7.22.10 (2023-08-07) Thanks @DimitriPapadopoulos, @FabianWarnecke, @JoshuaKGoldberg, and @YYvanYang for your first pull requests! 🐛 Bug Fix babel-plugin-transform-typescript #15799 [ts] Strip type-only namespaces (@nicolo-ribaudo) #15798 [ts] Fix compiling extended exported nested namespace (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-private-methods, babel-preset-env #15701 Memoize class binding when compiling private methods and static elements (@JLHwung) 💅 Polish babel-cli #15824 Add meta object to @babel/eslint-plugin (@JLHwung) babel-traverse, babel-types #15661 Improve the type definition of path.isX (@liuxingbaoyu) babel-generator, babel-types #15776 improve SourceLocation typing (@JLHwung) 🏠 Internal Other #15818 build: generate flow typings in prepublish job (@JLHwung) #15777 chore: bump dev dependencies and remove .eslintignore (@JLHwung) babel-cli, babel-core, babel-generator, babel-helper-builder-react-jsx, babel-preset-env, babel-standalone #15794 Enable @typescript-eslint/no-redundant-type-constituents rule (@JLHwung) babel-helper-compilation-targets #15811 Remove @babel/core peerDep from helper-compilation-targets (@nicolo-ribaudo) babel-parser #15793 Use const enum in babel-parser (@JLHwung) babel-plugin-transform-runtime, babel-traverse, babel-types #15716 chore: Use typescript-eslint@v6 with reworked configs (@JoshuaKGoldberg) 🔬 Output optimization babel-plugin-transform-block-scoping, babel-plugin-transform-parameters, babel-plugin-transform-regenerator #15746 Reduce transform-block-scoping loops output size (@liuxingbaoyu) Committers: 9 Babel Bot (@babel-bot) Dimitri Papadopoulos Orfanos (@DimitriPapadopoulos) Huáng Jùnliàng (@JLHwung) Josh Goldberg ✨ (@JoshuaKGoldberg) Nicolò Ribaudo (@nicolo-ribaudo) Tianlan Zhou (@SuperSodaSea) @FabianWarnecke @YYvanYang @liuxingbaoyu 7.22.9 v7.22.9 (2023-07-12) 🐛 Bug Fix babel-plugin-transform-typescript #15774 fix: Infinity in enums (@liuxingbaoyu) babel-helper-module-transforms, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-wrap-function #15771 Simplify helper dependencies (@JLHwung) 💅 Polish babel-generator #15757 recordAndTupleSyntaxType defaults to "hash" (@coderaiser) 🏠 Internal #15748 Migrate to eslint.config.js (@JLHwung) #15758 Use Prettier 3 stable (@nicolo-ribaudo) Committers: 5 Babel Bot (@babel-bot) Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu coderaiser (@coderaiser) 7.22.8 v7.22.8 (2023-07-06) This release reverts a commit that caused all new angular installations to fail: angular/angular-cli#25496 ↩️ Revert babel-core, babel-traverse #15754 Revert "Use NodePath#hub as part of the paths cache key" (@nicolo-ribaudo) Committers: 1 Nicolò Ribaudo (@nicolo-ribaudo) 7.22.7 v7.22.7 (2023-07-06) 🐛 Bug Fix babel-generator #15719 fix: Avoid internally generating negative source maps columns (@liuxingbaoyu) babel-core, babel-traverse #15725 Use NodePath#hub as part of the paths cache key (@nicolo-ribaudo) Other #15747 fix: export meta from eslint-parser/experimental-worker (@JLHwung) 🏠 Internal babel-core, babel-traverse #15702 Refactor visitors merging (@nullableVoidPtr) Committers: 4 Avery (@nullableVoidPtr) Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu 7.22.6 v7.22.6 (2023-07-04) 🐛 Bug Fix babel-compat-data, babel-helper-compilation-targets, babel-preset-env #15727 Add opera mobile compat data (@JLHwung) babel-plugin-transform-optional-chaining #15739 Fix transform of delete a?.b in function params (@nicolo-ribaudo) babel-helper-split-export-declaration, babel-plugin-transform-modules-commonjs #15736 fix: Default export for duplicate names (@liuxingbaoyu) babel-compat-data, babel-preset-env #15726 update compat-data sources (@JLHwung) babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3, babel-runtime #15705 Fix handling of sync error in @@asyncDispose (@nicolo-ribaudo) babel-standalone #15707 fix: Support transforming Explicit Resource Management in stage-2 (@liuxingbaoyu) babel-core #15626 fix: Works correctly with --frozen-intrinsics (@liuxingbaoyu) 🏠 Internal babel-helper-create-class-features-plugin, babel-plugin-transform-classes #15700 Minor class transform cleanups (@JLHwung) 🔬 Output optimization babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-transform-class-properties, babel-plugin-transform-optional-chaining, babel-plugin-transform-typescript #15740 Compress output for optional chain with multiple ?. (@nicolo-ribaudo) babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object, babel-traverse #15741 Inject tmp vars in the params list of IIFEs when possible (@nicolo-ribaudo) Committers: 5 Babel Bot (@babel-bot) Huáng Jùnliàng (@JLHwung) Joe Maffei (@joemaffei) 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.22.5 → 7.22.10...
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.22.5 → 7.22.10...
Opengraph URL: https://github.com/javaistic/javaistic/pull/538
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:1676fdae-ae66-02c9-d364-5bdb2492ef63 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 9374:2E5741:6F2170:907580:696B4B47 |
| html-safe-nonce | 2a5c09a4287228b9603f50b0c37180fa322f35da410b92c9438c30aa6b9dee8a |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5Mzc0OjJFNTc0MTo2RjIxNzA6OTA3NTgwOjY5NkI0QjQ3IiwidmlzaXRvcl9pZCI6IjQ1NjEwMzAzMjEyMDg1MTEzMDMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 69b3e1b4b21b284b898589b5a47aa1b41ac56f5c5168e03174a7fd743af379f3 |
| hovercard-subject-tag | pull_request:1467609752 |
| 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/538/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.22.5 → 7.22.10... |
| 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 | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width