René's URL Explorer Experiment
Title: Update all of babel7 7.24.5 → 7.24.6 (patch) by depfu[bot] · Pull Request #674 · javaistic/javaistic · GitHub
Open Graph Title: Update all of babel7 7.24.5 → 7.24.6 (patch) by depfu[bot] · Pull Request #674 · javaistic/javaistic
X Title: Update all of babel7 7.24.5 → 7.24.6 (patch) by depfu[bot] · Pull Request #674 · 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.24.5 → 7.24.6) · Repo · Changelog
Release Notes
7.24.6
v7.24.6 (2024-05-24)
Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!
🐛 Bug Fix
babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
#16514 Fix source maps for private member expressions (@nicolo-ribaudo)
babel-core, babel-generator, babel-plugin-transform-modules-commonjs
#16515 Fix source maps for template literals (@nicolo-ribaudo)
babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
#16485 Support undecorated static accessor in anonymous classes (@JLHwung)
#16484 Fix decorator bare yield await (@JLHwung)
babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
#16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
babel-parser, babel-plugin-transform-typescript
#16476 fix: Correctly parse cls.fn = x (@liuxingbaoyu)
🏠 Internal
babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16501 Generate helper metadata at build time (@nicolo-ribaudo)
babel-helpers
#16499 Add tsconfig.json for @babel/helpers/src/helpers (@nicolo-ribaudo)
babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16495 Move all runtime helpers to individual files (@nicolo-ribaudo)
babel-parser, babel-traverse
#16482 Statically generate boilerplate for bitfield accessors (@nicolo-ribaudo)
Other
#16466 Migrate import assertions syntax (@JLHwung)
Committers: 9
Amjad Yahia Robeen Hassan (@amjed-98)
Babel Bot (@babel-bot)
Blake Wilson (@blakewilson)
Huáng Jùnliàng (@JLHwung)
Lucas Coelho (@coelhucas)
Nicolò Ribaudo (@nicolo-ribaudo)
Sukka (@SukkaW)
Zzzen (@Zzzen)
@liuxingbaoyu
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 44 commits:
v7.24.6
Update test262 (#16528)
[babel 8] Remove `availableHelper("usingCtx")` check (#16523)
[helpers ts conversion] temporal dead zone (#16520)
[helpers ts conversion] Arrays (#16518)
Generate helper metadata at build time (#16501)
Remove `through2` in favor of Node.js `stream.Transform` (#16519)
[helpers TS conversion] classes (#16511)
Fix source maps for private member expressions (#16514)
Fix source maps for template literals (#16515)
[helpers TS conversion] reflection (#16507)
Update contributing.md (#16508)
bump commander to 6.2.0 (#16509)
[helpers TS conversion] object (#16505)
[helpers TS conversion] class fields (#16506)
Update test262 (#16503)
Add `tsconfig.json` for `@babel/helpers/src/helpers` (#16499)
Move all runtime helpers to individual files (#16495)
Use `buildUndefinedNode` from types in types (#16493)
Explicitly define `NodePath.prototype.*` (#16488)
Pin CI to Node.js 22.1 (#16498)
Add `test-only` in package.json for `citgm` (#16497)
[babel 8] Publish `.d.ts` files for every package (#16416)
Support undecorated static accessor in anonymous classes (#16485)
Update Yarn to v4.2.2 (#16487)
Update test262 (#16486)
Use eslint v9 (#16479)
Fix decorator bare yield await (#16484)
Fix: throw TypeError if addInitializer is called after finished (#16483)
Statically generate boilerplate for bitfield accessors (#16482)
fix: Correctly parse `cls.fn = x` (#16476)
fix: Windows CI does not fail (#16477)
Revert "Pin to Node.js 21 on CI" (#16452)
Bump browserslist and other compat data sources (#16468)
Migrate import assertions syntax (#16466)
add install step before building example project (#16469)
unpin acorn (#16467)
bump import-meta-resolve to 4.1.0 (#16464)
Update test262 (#16463)
Remove `syntaxType` option for record-and-tuple (parser&plugin) (#16458)
[Babel 8] Use more native fs methods (#16459)
[babel 8] Require Node.js `^18.20.0 || ^20.10.0 || >=21.0.0` (#16457)
Bump glob to 10.3.12 (#16450)
Add v7.24.5 to CHANGELOG.md [skip ci]
✳️ @babel/plugin-transform-react-jsx (7.23.4 → 7.24.6) · Repo · Changelog
Release Notes
7.24.6
v7.24.6 (2024-05-24)
Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!
🐛 Bug Fix
babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
#16514 Fix source maps for private member expressions (@nicolo-ribaudo)
babel-core, babel-generator, babel-plugin-transform-modules-commonjs
#16515 Fix source maps for template literals (@nicolo-ribaudo)
babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
#16485 Support undecorated static accessor in anonymous classes (@JLHwung)
#16484 Fix decorator bare yield await (@JLHwung)
babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
#16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
babel-parser, babel-plugin-transform-typescript
#16476 fix: Correctly parse cls.fn = x (@liuxingbaoyu)
🏠 Internal
babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16501 Generate helper metadata at build time (@nicolo-ribaudo)
babel-helpers
#16499 Add tsconfig.json for @babel/helpers/src/helpers (@nicolo-ribaudo)
babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16495 Move all runtime helpers to individual files (@nicolo-ribaudo)
babel-parser, babel-traverse
#16482 Statically generate boilerplate for bitfield accessors (@nicolo-ribaudo)
Other
#16466 Migrate import assertions syntax (@JLHwung)
Committers: 9
Amjad Yahia Robeen Hassan (@amjed-98)
Babel Bot (@babel-bot)
Blake Wilson (@blakewilson)
Huáng Jùnliàng (@JLHwung)
Lucas Coelho (@coelhucas)
Nicolò Ribaudo (@nicolo-ribaudo)
Sukka (@SukkaW)
Zzzen (@Zzzen)
@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.24.5 → 7.24.6)...
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.24.5 → 7.24.6)...
Opengraph URL: https://github.com/javaistic/javaistic/pull/674
X: @github
direct link
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:afb808e3-1613-c09f-3952-7586acf110ae |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 8D8C:1A8429:33A974:44D5AA:696B675B |
| html-safe-nonce | 9baa63714e4a54c66512a0f31375f1ff614d34b6f2af44ab728da1ca5f15396f |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RDhDOjFBODQyOTozM0E5NzQ6NDRENUFBOjY5NkI2NzVCIiwidmlzaXRvcl9pZCI6IjYzODg4Njk1NDk0MTg4MzM3NTUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 9582325695481d4aa2e728bf7462774c8d748946b220cf71c7b33e226b8a2a42 |
| hovercard-subject-tag | pull_request:1888723887 |
| 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 | ///pull_requests/show/files |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/javaistic/javaistic/pull/674/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.24.5 → 7.24.6)... |
| 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
URLs of crawlers that visited me.