Title: Update @babel/core 7.22.5 → 7.22.9 (patch) by depfu[bot] · Pull Request #527 · javaistic/javaistic · GitHub
Open Graph Title: Update @babel/core 7.22.5 → 7.22.9 (patch) by depfu[bot] · Pull Request #527 · javaistic/javaistic
X Title: Update @babel/core 7.22.5 → 7.22.9 (patch) by depfu[bot] · Pull Request #527 · 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.9) · Repo · Changelog Release Notes 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 54 commits: v7.22.9 Simplify helper dependencies (#15771) fix: `Infinity` in enums (#15774) move core transformation cases to plugins and traverse (#15766) Migrate to `eslint.config.js` (#15748) Bump semver to ^6.3.1 (#15770) Update compat data (#15762) Update test262 (#15761) `recordAndTupleSyntaxType` defaults to `"hash"` (#15757) Add integration tests for `@angular/cli` (#15755) Use Prettier 3 stable (#15758) Add v7.22.8 to CHANGELOG.md [skip ci] v7.22.8 Revert "Use `NodePath#hub` as part of the paths cache key" (#15754) Add v7.22.7 to CHANGELOG.md [skip ci] v7.22.7 Add test for issue 12570 (#15750) Update polyfills packages (#15749) Refactor visitors merging (#15702) fix: Avoid internally generating negative source maps columns (#15719) Use `NodePath#hub` as part of the paths cache key (#15725) fix: export `meta` from `eslint-parser/experimental-worker` (#15747) chore: Update TS 5.1 (#15681) chore(deps): update yarn to v3.6.1 (#15745) Add v7.22.6 to CHANGELOG.md [skip ci] v7.22.6 Compress output for optional chain with multiple `?.` (#15740) Update fixture after merged PRs Add opera mobile compat data (#15727) Fix transform of `delete a?.b` in function params (#15739) Inject tmp vars in the params list of IIFEs when possible (#15741) Use forked `semver@6` with backported security fixes (#15742) fix: Default export for duplicate names (#15736) Update compat data (#15732) Update test262 (#15731) Fix e2e-old-babel test to always use old core/helpers/traverse (#14794) Disable react-native e2e-breaking tests (#15729) update compat-data sources (#15726) Enable Babel and Prettier e2e tests for the esm build (#15672) Update test262 (#15718) chore: Simplify `TOP_LEVEL_AWAIT_USING` (#15708) Fix handling of sync error in `@@asyncDispose` (#15705) fix: Support transforming Explicit Resource Management in `stage-2` (#15707) Fix typo: decarations -> declarations (#15710) Update test262 (#15704) Use more optional chaining (#15703) Minor class transform cleanups (#15700) [yarn] Skip all postinstall scripts, and do not install husky on CI (#15699) fix: Works correctly with `--frozen-intrinsics` (#15626) chore: Run `readmes.js` in CI (#15690) [babel 8] Only support `legacy` and `2023-05` decorators (#15676) Update test262 (#15691) Update compat data (#15692) Add v7.22.5 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.22.5 → 7.22.9)...
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.9)...
Opengraph URL: https://github.com/javaistic/javaistic/pull/527
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:77736775-d121-f65f-2ad1-ca7a0f260aff |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | D226:2CF514:E7F02E:1316133:696B6269 |
| html-safe-nonce | 1faeaaa162d41b47e47640ddf3ca94e67da662f56c379e798d9d64966d610433 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMjI2OjJDRjUxNDpFN0YwMkU6MTMxNjEzMzo2OTZCNjI2OSIsInZpc2l0b3JfaWQiOiI2ODkxMzUxOTc2ODM0NzIwMzYxIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 08cbb899792b8ac222a32a68bd5dd709c63e788a8d800d9fcd2e936181fa5b9a |
| hovercard-subject-tag | pull_request:1433811079 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,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/527/checks |
| 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.9)... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d |
| turbo-cache-control | no-preview |
| 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 full-width-p-0 |
| disable-turbo | false |
| 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