Title: Update all of babel7 7.21.8 → 7.22.5 (minor) by depfu[bot] · Pull Request #507 · javaistic/javaistic · GitHub
Open Graph Title: Update all of babel7 7.21.8 → 7.22.5 (minor) by depfu[bot] · Pull Request #507 · javaistic/javaistic
X Title: Update all of babel7 7.21.8 → 7.22.5 (minor) by depfu[bot] · Pull Request #507 · 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.21.8 → 7.22.5) · Repo · Changelog Release Notes 7.22.5 v7.22.5 (2023-06-08) 🐛 Bug Fix babel-preset-env, babel-standalone #15675 Fix using syntax-unicode-sets-regex in standalone (@nicolo-ribaudo) 💅 Polish babel-core #15683 Suggest -transform- when resolving missing plugins (@nicolo-ribaudo) Committers: 4 Avery (@nullableVoidPtr) Babel Bot (@babel-bot) Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu 7.22.1 v7.22.1 (2023-05-26) 🐛 Bug Fix babel-preset-env #15658 Workaround for broken babel-preset-react-app (@nicolo-ribaudo) Committers: 2 Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu 7.22.0 v7.22.0 (2023-05-26) 🚀 New Feature babel-parser, babel-plugin-transform-typescript #15497 [ts] Support import ... = and export = in scripts (@nicolo-ribaudo) babel-compat-data, babel-core, babel-plugin-proposal-unicode-sets-regex, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-standalone #15636 Add unicode-sets-regex transform to preset-env (@JLHwung) babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone #15633 Implement transform support for using declarations (@nicolo-ribaudo) babel-plugin-proposal-import-attributes-to-assertions #15620 Create @babel/plugin-proposal-import-attributes-to-assertions (@nicolo-ribaudo) babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types #15536 Add support for the updated import attributes proposal (@nicolo-ribaudo) babel-generator, babel-parser, babel-traverse, babel-types #15520 Parse await using declarations (@JLHwung) babel-core, babel-helper-create-regexp-features-plugin, babel-parser #15638 Enable regexp unicode sets parsing by default (@JLHwung) babel-helpers, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #15570 Add decorators version 2023-05 (@nicolo-ribaudo) 💅 Polish babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-jsx, babel-traverse, babel-types #15549 Improve type definitions for validators (@liuxingbaoyu) 🏠 Internal babel-parser #15630 Unify parsing of import/export modifiers (type/typeof/module) (@nicolo-ribaudo) babel-compat-data, babel-helper-transform-fixture-test-runner, babel-node, babel-plugin-proposal-decorators, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-async-generator-functions, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3 #15531 Allow polyfill providers to specify custom @babel/runtime pkg (@nicolo-ribaudo) babel-core, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-decorators, babel-plugin-proposal-dynamic-import, babel-plugin-proposal-export-namespace-from, babel-plugin-proposal-function-sent, babel-plugin-proposal-json-strings, babel-plugin-proposal-logical-assignment-operators, babel-plugin-proposal-nullish-coalescing-operator, babel-plugin-proposal-numeric-separator, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-optional-catch-binding, babel-plugin-proposal-optional-chaining, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-plugin-proposal-unicode-property-regex, babel-preset-env, babel-standalone #15614 Rename -proposal-s that became standard to -transform- (@nicolo-ribaudo) Committers: 4 Babel Bot (@babel-bot) Huáng Jùnliàng (@JLHwung) 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 65 commits: v7.22.5 Fix publish script Fix prepublish script Suggest `-transform-` when resolving missing plugins (#15683) Warn in `@babel/plugin-proposal-private-property-in-object` fallback (#15687) Run `scripts/generators/readmes.js` (#15689) Empty commit to trigger test262 CI chore: Update jest (#15685) Update Yarn to v3.6.0 (#15684) Use Prettier v3.0.0-alpha.12 (#15617) Update test262 (#15677) Fix using `syntax-unicode-sets-regex` in standalone (#15675) [babel 8] Require Node.js `^16.20.0 || ^18.16.0 || >=20.0.0` (#15585) Define and narrow types under babel-traverse (#15644) Set `"type": "commonjs"` to internally track CJS vs ESM (#15665) Add v7.22.4 to CHANGELOG.md [skip ci] v7.22.4 Add missing `attributes`/`assertions` to `VISITOR_KEYS` (#15666) Set `shorthand:false` when rename Identifier inside obj prop (#15649) Mark `assert` attributes with `extra.deprecatedAssertSyntax` (#15667) update babel deps (#15662) Update CHANGELOG.md Add v7.22.3 to CHANGELOG.md [skip ci] v7.22.3 Add v7.22.2 to CHANGELOG.md [skip ci] v7.22.2 Fix importing symbol polyfill in `@babel/runtime-corejs2` (#15660) `yarn dedupe` Add v7.22.1 to CHANGELOG.md [skip ci] v7.22.1 Skip warning check that fails release tests (#15657) Workaround for broken babel-preset-react-app (#15658) chore: Improve development experience about global variables (#15646) Add 7.22.0 to CHANGELOG.md v7.22.0 Update test262 (#15650) Update compat data (#15651) Improve type definitions for validators (#15549) [ts] Support `import ... =` and `export =` in scripts (#15497) Add `unicode-sets-regex` transform to `preset-env` (#15636) Implement transform support for `using` declarations (#15633) Split v7 changelog in multiple files Unify parsing of import/export modifiers (type/typeof/module) (#15630) Allow polyfill providers to specify custom `@babel/runtime` pkg (#15531) Disable workers for compiling on CircleCI (#15645) Create `@babel/plugin-proposal-import-attributes-to-assertions` (#15620) Add support for the updated import attributes proposal (#15536) Parse `await using` declarations (#15520) Fix tests after merging PRs Enable regexp unicode sets parsing by default (#15638) Add decorators version `2023-05` (#15570) Rename `-proposal-`s that became standard to `-transform-` (#15614) Add v7.21.9 to CHANGELOG.md [skip ci] v7.21.9 Update test262 (#15639) Archive syntax-unicode-sets-regex (#15637) rescan gt token at the end of type args parsing (#15631) Fix indentation when `retainLines` is `true` (#15569) chore: Enable rule `no-import-type-side-effects` (#15627) fix: Template `export { x }` stuck in infinite loop (#15534) Update Rollup and Rollup plugins (#15616) Update `glob` (#15615) fix: enable block-scoping transform when compiling generators (#15606) Update test262 (#15610) Add v7.21.8 to CHANGELOG.md [skip ci] ✳️ @babel/plugin-transform-react-jsx (7.21.0 → 7.22.5) · Repo · Changelog Release Notes 7.22.5 v7.22.5 (2023-06-08) 🐛 Bug Fix babel-preset-env, babel-standalone #15675 Fix using syntax-unicode-sets-regex in standalone (@nicolo-ribaudo) 💅 Polish babel-core #15683 Suggest -transform- when resolving missing plugins (@nicolo-ribaudo) Committers: 4 Avery (@nullableVoidPtr) Babel Bot (@babel-bot) Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu 7.22.3 v7.22.3 (2023-05-27) Re-publish all the package published in 7.22.0 that hadn't been republished yet. We accidentally published them with a package.json file containing "type": "script" instead of "type": "commonjs" (#15664). 7.22.0 v7.22.0 (2023-05-26) 🚀 New Feature babel-parser, babel-plugin-transform-typescript #15497 [ts] Support import ... = and export = in scripts (@nicolo-ribaudo) babel-compat-data, babel-core, babel-plugin-proposal-unicode-sets-regex, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-standalone #15636 Add unicode-sets-regex transform to preset-env (@JLHwung) babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone #15633 Implement transform support for using declarations (@nicolo-ribaudo) babel-plugin-proposal-import-attributes-to-assertions #15620 Create @babel/plugin-proposal-import-attributes-to-assertions (@nicolo-ribaudo) babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types #15536 Add support for the updated import attributes proposal (@nicolo-ribaudo) babel-generator, babel-parser, babel-traverse, babel-types #15520 Parse await using declarations (@JLHwung) babel-core, babel-helper-create-regexp-features-plugin, babel-parser #15638 Enable regexp unicode sets parsing by default (@JLHwung) babel-helpers, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #15570 Add decorators version 2023-05 (@nicolo-ribaudo) 💅 Polish babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-jsx, babel-traverse, babel-types #15549 Improve type definitions for validators (@liuxingbaoyu) 🏠 Internal babel-parser #15630 Unify parsing of import/export modifiers (type/typeof/module) (@nicolo-ribaudo) babel-compat-data, babel-helper-transform-fixture-test-runner, babel-node, babel-plugin-proposal-decorators, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-async-generator-functions, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3 #15531 Allow polyfill providers to specify custom @babel/runtime pkg (@nicolo-ribaudo) babel-core, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-decorators, babel-plugin-proposal-dynamic-import, babel-plugin-proposal-export-namespace-from, babel-plugin-proposal-function-sent, babel-plugin-proposal-json-strings, babel-plugin-proposal-logical-assignment-operators, babel-plugin-proposal-nullish-coalescing-operator, babel-plugin-proposal-numeric-separator, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-optional-catch-binding, babel-plugin-proposal-optional-chaining, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-plugin-proposal-unicode-property-regex, babel-preset-env, babel-standalone #15614 Rename -proposal-s that became standard to -transform- (@nicolo-ribaudo) Committers: 4 Babel Bot (@babel-bot) Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu 7.21.5 v7.21.5 (2023-04-28) 👓 Spec Compliance babel-generator, babel-parser, babel-types #15539 fix: Remove mixins and implements for DeclareInterface and InterfaceDeclaration (@liuxingbaoyu) 🐛 Bug Fix babel-core, babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx #15515 fix: ) position with createParenthesizedExpressions (@liuxingbaoyu) babel-preset-env #15580 Add syntax import meta to preset env (@JLHwung) 💅 Polish babel-types #15546 Improve the layout of generated validators (@liuxingbaoyu) babel-core #15535 Use lt instead of lte to check TS version for .cts config (@nicolo-ribaudo) 🏠 Internal babel-core #15575 Use synchronous import.meta.resolve (@nicolo-ribaudo) babel-helper-fixtures, babel-preset-typescript #15568 Handle .overrides and .env when resolving plugins/presets from fixture options (@JLHwung) babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin #15548 Use semver package to compare versions (@nicolo-ribaudo) Committers: 4 Babel Bot (@babel-bot) Huáng Jùnliàng (@JLHwung) 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.21.8 → 7.22.5)...
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.21.8 → 7.22.5)...
Opengraph URL: https://github.com/javaistic/javaistic/pull/507
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:5df9a06d-62d6-b28d-03e1-052ab2d394e6 |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | 83CA:1E4FEF:210B8B6:2AEEDA4:696B4C8C |
| html-safe-nonce | 0da250981ebff4b400c9c7591c99e1c519c0328ea60180587742358babcc7503 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4M0NBOjFFNEZFRjoyMTBCOEI2OjJBRUVEQTQ6Njk2QjRDOEMiLCJ2aXNpdG9yX2lkIjoiNzMxNTk3NDk4MzcwNTY0NDE3MiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 0d5fedcb8565161c960090d87450a07d1f3c0446ddb62be831f933e1996e4801 |
| hovercard-subject-tag | pull_request:1387000054 |
| 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/507/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.21.8 → 7.22.5)... |
| 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