Title: chore(deps-dev): bump @babel/preset-env from 7.26.0 to 7.26.7 by dependabot[bot] · Pull Request #302 · github/setup-licensed · GitHub
Open Graph Title: chore(deps-dev): bump @babel/preset-env from 7.26.0 to 7.26.7 by dependabot[bot] · Pull Request #302 · github/setup-licensed
X Title: chore(deps-dev): bump @babel/preset-env from 7.26.0 to 7.26.7 by dependabot[bot] · Pull Request #302 · github/setup-licensed
Description: Bumps @babel/preset-env from 7.26.0 to 7.26.7.
Release notes
Sourced from @babel/preset-env's releases.
v7.26.7 (2025-01-24)
Thanks @branchseer and @tquetano-netflix for your first PRs!
🐛 Bug Fix
babel-helpers, babel-preset-env, babel-runtime-corejs3
#17086 Make "object without properties" helpers ES6-compatible (@tquetano-netflix)
babel-plugin-transform-typeof-symbol
#17085 fix: Correctly handle typeof in arrow functions (@liuxingbaoyu)
babel-parser
#17079 Respect ranges option in estree method value (@JLHwung)
babel-core
#17052 Do not try to parse .ts configs as JSON if natively supported (@nicolo-ribaudo)
babel-plugin-transform-typescript
#17050 fix: correctly resolve references to non-constant enum members (@branchseer)
babel-plugin-transform-typescript, babel-traverse, babel-types
#17025 fix: Remove type-only import x = y.z (@liuxingbaoyu)
Committers: 6
Babel Bot (@babel-bot)
Huáng Jùnliàng (@JLHwung)
Nicolò Ribaudo (@nicolo-ribaudo)
Tony Quetano (@tquetano-netflix)
@branchseer
@liuxingbaoyu
v7.26.6 (2025-01-13)
🐛 Bug Fix
babel-plugin-transform-nullish-coalescing-operator
#17061 fix: Chaining nullish coalescing operators output size regression (@liuxingbaoyu)
Committers: 1
@liuxingbaoyu
v7.26.5 (2025-01-10)
👓 Spec Compliance
babel-parser
#17011 Allow the dynamic import.defer() form of import defer (@babel-bot)
🐛 Bug Fix
babel-plugin-transform-block-scoped-functions
#17024 chore: Avoid calling isInStrictMode in Babel 7 (@liuxingbaoyu)
babel-plugin-transform-typescript
#17026 fix: Correctly generate exported const enums in namespace (@liuxingbaoyu)
babel-parser
#17045 [estree] Unify method type parameters handling (@JLHwung)
#17013 fix: Correctly set position for @(a.b)() (@liuxingbaoyu)
#16996 [estree] Adjust the start loc of class methods with type params (@nicolo-ribaudo)
... (truncated)
Changelog
Sourced from @babel/preset-env's changelog.
v7.26.7 (2025-01-24)
🐛 Bug Fix
babel-helpers, babel-preset-env, babel-runtime-corejs3
#17086 Make "object without properties" helpers ES6-compatible (@tquetano-netflix)
babel-plugin-transform-typeof-symbol
#17085 fix: Correctly handle typeof in arrow functions (@liuxingbaoyu)
babel-parser
#17079 Respect ranges option in estree method value (@JLHwung)
babel-core
#17052 Do not try to parse .ts configs as JSON if natively supported (@nicolo-ribaudo)
babel-plugin-transform-typescript
#17050 fix: correctly resolve references to non-constant enum members (@branchseer)
babel-plugin-transform-typescript, babel-traverse, babel-types
#17025 fix: Remove type-only import x = y.z (@liuxingbaoyu)
v7.26.6 (2025-01-13)
🐛 Bug Fix
babel-plugin-transform-nullish-coalescing-operator
#17061 fix: Chaining nullish coalescing operators output size regression (@liuxingbaoyu)
v7.26.5 (2025-01-10)
👓 Spec Compliance
babel-parser
#17011 Allow the dynamic import.defer() form of import defer (@babel-bot)
🐛 Bug Fix
babel-plugin-transform-block-scoped-functions
#17024 chore: Avoid calling isInStrictMode in Babel 7 (@liuxingbaoyu)
babel-plugin-transform-typescript
#17026 fix: Correctly generate exported const enums in namespace (@liuxingbaoyu)
babel-parser
#17045 [estree] Unify method type parameters handling (@JLHwung)
#17013 fix: Correctly set position for @(a.b)() (@liuxingbaoyu)
#16996 [estree] Adjust the start loc of class methods with type params (@nicolo-ribaudo)
babel-generator, babel-parser, babel-plugin-transform-flow-strip-types, babel-types
#17028 Support flow jsx opening element type arguments (@JLHwung)
babel-compat-data, babel-preset-env
#17031 fix: More accurate transform-typeof-symbol compat data (@liuxingbaoyu)
babel-generator, babel-parser, babel-types
#17019 Fix incomplete visitor keys (@JLHwung)
🔬 Output optimization
babel-plugin-transform-nullish-coalescing-operator
#16612 Improve nullish coalescing operator output (@liuxingbaoyu)
v7.26.4 (2024-12-05)
↩️ Revert
babel-traverse
#17005 Revert "perf: Improve scope information collection performance" (@JLHwung)
... (truncated)
Commits
2d95140 v7.26.7
0e6199b Make "object without properties" helpers ES6-compatible (#17086)
19224f9 [babel 8] Remove bugfixes option (#17078)
cd24cc0 chore: Update TS 5.7 (#17053)
70fbc86 fix: More accurate transform-typeof-symbol compat data (#17031)
See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show
Open Graph Description: Bumps @babel/preset-env from 7.26.0 to 7.26.7. Release notes Sourced from @babel/preset-env's releases. v7.26.7 (2025-01-24) Thanks @branchseer and @tquetano-netflix for your first PRs! 🐛 ...
X Description: Bumps @babel/preset-env from 7.26.0 to 7.26.7. Release notes Sourced from @babel/preset-env's releases. v7.26.7 (2025-01-24) Thanks @branchseer and @tquetano-netflix for your first PRs...
Opengraph URL: https://github.com/github/setup-licensed/pull/302
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/commits/:range(.:format) |
| route-controller | pull_requests |
| route-action | commits |
| fetch-nonce | v2:e390dffb-97a0-bcbc-53ac-ec682ec87fbd |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | C97C:1EAC7F:2021F1A:2B94573:6A6557CF |
| html-safe-nonce | c82adb22a0b0541dd61a11ae166d01db40aabc9eea0f50f02bbedb8ca5a4fa43 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDOTdDOjFFQUM3RjoyMDIxRjFBOjJCOTQ1NzM6NkE2NTU3Q0YiLCJ2aXNpdG9yX2lkIjoiNTUzNzgxODYxODYzNjg4MzkxOSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 4cb348bf26ee8f0c8713207d675838af4ed239c04785171a699fb2c7e2a85887 |
| hovercard-subject-tag | pull_request:2301009688 |
| 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/github/setup-licensed/pull/302/commits/49e7484b3a64e8903d109082ba4dea66e55c5687 |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps @babel/preset-env from 7.26.0 to 7.26.7. Release notes Sourced from @babel/preset-env's releases. v7.26.7 (2025-01-24) Thanks @branchseer and @tquetano-netflix for your first PRs! 🐛 ... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 52c76df668885aaff23b50bdca1fa1ea44ac9c1553e888ebc70ff1e4daa4625b |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/github/setup-licensed git https://github.com/github/setup-licensed.git |
| octolytics-dimension-user_id | 9919 |
| octolytics-dimension-user_login | github |
| octolytics-dimension-repository_id | 207840450 |
| octolytics-dimension-repository_nwo | github/setup-licensed |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 207840450 |
| octolytics-dimension-repository_network_root_nwo | github/setup-licensed |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 309153364422b3c499922d1a2a6404910a58ed8e |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width