René's URL Explorer Experiment
Title: build(deps-dev): bump @babel/preset-env from 7.23.9 to 7.24.5 by dependabot[bot] · Pull Request #219 · PythonCoderAS/bbcode-ast · GitHub
Open Graph Title: build(deps-dev): bump @babel/preset-env from 7.23.9 to 7.24.5 by dependabot[bot] · Pull Request #219 · PythonCoderAS/bbcode-ast
X Title: build(deps-dev): bump @babel/preset-env from 7.23.9 to 7.24.5 by dependabot[bot] · Pull Request #219 · PythonCoderAS/bbcode-ast
Description: Bumps @babel/preset-env from 7.23.9 to 7.24.5.
Release notes
Sourced from @babel/preset-env's releases.
v7.24.5 (2024-04-29)
Thanks @romgrk and @sossost for your first PRs!
🐛 Bug Fix
babel-plugin-transform-classes, babel-traverse
#16377 fix: TypeScript annotation affects output (@liuxingbaoyu)
babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3
#16440 Fix suppressed error order (@sossost)
#16408 Await nullish async disposable (@JLHwung)
💅 Polish
babel-parser
#16407 Recover from exported using declaration (@JLHwung)
🏠 Internal
Other
#16414 Relax ESLint peerDependency constraint to allow v9 (@liuxingbaoyu)
babel-parser
#16425 Improve @babel/parser AST types (@nicolo-ribaudo)
#16417 Always pass type argument to .startNode (@nicolo-ribaudo)
babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
#16439 Make NodePath distributive (@nicolo-ribaudo)
babel-plugin-proposal-partial-application, babel-types
#16421 Remove JSXNamespacedName from valid CallExpression args (@nicolo-ribaudo)
babel-plugin-transform-class-properties, babel-preset-env
#16406 Do not load unnecessary Babel 7 syntax plugins in Babel 8 (@nicolo-ribaudo)
🏃♀️ Performance
babel-helpers, babel-preset-env, babel-runtime-corejs3
#16357 Performance: improve objectWithoutPropertiesLoose on V8 (@romgrk)
Committers: 6
Babel Bot (@babel-bot)
Huáng Jùnliàng (@JLHwung)
Nicolò Ribaudo (@nicolo-ribaudo)
Rom Grk (@romgrk)
@liuxingbaoyu
ynnsuis (@sossost)
v7.24.4 (2024-04-03)
Thanks @Dunqing, @luiscubal, and @samualtnorman for your first PRs!
👓 Spec Compliance
babel-parser
#16403 Forbid initializerless using (@JLHwung)
babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
#16388 Ensure decorators are callable (@JLHwung)
... (truncated)
Changelog
Sourced from @babel/preset-env's changelog.
v7.24.5 (2024-04-29)
🐛 Bug Fix
babel-plugin-transform-classes, babel-traverse
#16377 fix: TypeScript annotation affects output (@liuxingbaoyu)
babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3
#16440 Fix suppressed error order (@sossost)
#16408 Await nullish async disposable (@JLHwung)
💅 Polish
babel-parser
#16407 Recover from exported using declaration (@JLHwung)
🏠 Internal
Other
#16414 Relax ESLint peerDependency constraint to allow v9 (@liuxingbaoyu)
babel-parser
#16425 Improve @babel/parser AST types (@nicolo-ribaudo)
#16417 Always pass type argument to .startNode (@nicolo-ribaudo)
babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
#16439 Make NodePath distributive (@nicolo-ribaudo)
babel-plugin-proposal-partial-application, babel-types
#16421 Remove JSXNamespacedName from valid CallExpression args (@nicolo-ribaudo)
babel-plugin-transform-class-properties, babel-preset-env
#16406 Do not load unnecessary Babel 7 syntax plugins in Babel 8 (@nicolo-ribaudo)
🏃♀️ Performance
babel-helpers, babel-preset-env, babel-runtime-corejs3
#16357 Performance: improve objectWithoutPropertiesLoose on V8 (@romgrk)
v7.24.4 (2024-04-03)
👓 Spec Compliance
babel-parser
#16403 Forbid initializerless using (@JLHwung)
babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
#16388 Ensure decorators are callable (@JLHwung)
🐛 Bug Fix
babel-generator
#16402 fix: Correctly prints { [key in Bar]? } (@liuxingbaoyu)
#16394 fix: Correctly generate TSMappedType (@liuxingbaoyu)
babel-compat-data, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-preset-env
#16390 Create bugfix plugin for classes in computed keys in Firefox (@nicolo-ribaudo)
babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
#16387 fix: support mutated outer decorated class binding (@JLHwung)
#16385 fix: Decorators when super() exists and protoInit is not needed (@liuxingbaoyu)
babel-plugin-transform-block-scoping
#16384 fix: Transform scoping for for X in loop (@liuxingbaoyu)
#16368 fix: Capture let when the for body is not a block (@liuxingbaoyu)
babel-core, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping
... (truncated)
Commits
ddbea7d v7.24.5
ee48754 Use multiple TypeScript projects (#16430)
a8994f8 Reduce platform-specific tests (#16436)
e96a05d Performance: improve objectWithoutPropertiesLoose on V8 (#16357)
5a4fb2d Do not load unnecessary Babel 7 syntax plugins in Babel 8 (#16406)
5a8c692 v7.24.4
0cfe039 Avoid terser workaround in firefox bugfix for computed keys (#16401)
48a3e19 Create bugfix plugin for classes in computed keys in Firefox (#16390)
0eac8ca v7.24.3
259e873 Update babel-plugin-polyfill-corejs3 (#16372)
Additional commits viewable in compare view
You can trigger a rebase of this PR 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 ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Open Graph Description: Bumps @babel/preset-env from 7.23.9 to 7.24.5.
Release notes
Sourced from @babel/preset-env's releases.
v7.24.5 (2024-04-29)
Thanks @romgrk and @sossost for your first PRs!
🐛 Bug Fix
babe...
X Description: Bumps @babel/preset-env from 7.23.9 to 7.24.5.
Release notes
Sourced from @babel/preset-env's releases.
v7.24.5 (2024-04-29)
Thanks @romgrk and @sossost for your first PRs!
🐛 Bug Fix
...
Opengraph URL: https://github.com/PythonCoderAS/bbcode-ast/pull/219
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:3cc8862f-0306-11e0-b40b-194139c54194 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | C918:238007:B714CC:F422D1:6A51A780 |
| html-safe-nonce | 56594b5c856073587fe38491185892bdf04ec837f85087c27d4d996977d5e03d |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDOTE4OjIzODAwNzpCNzE0Q0M6RjQyMkQxOjZBNTFBNzgwIiwidmlzaXRvcl9pZCI6IjI4Nzk4Mjg2MDM3MTI5Mzk5MDQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 01e97266069b64f13fcdc89f825fd1112599fe61ed1b2c4a45ae749ebbaadc31 |
| hovercard-subject-tag | pull_request:1848999802 |
| 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/PythonCoderAS/bbcode-ast/pull/219/files |
| 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.23.9 to 7.24.5.
Release notes
Sourced from @babel/preset-env's releases.
v7.24.5 (2024-04-29)
Thanks @romgrk and @sossost for your first PRs!
🐛 Bug Fix
babe... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/PythonCoderAS/bbcode-ast git https://github.com/PythonCoderAS/bbcode-ast.git |
| octolytics-dimension-user_id | 13932583 |
| octolytics-dimension-user_login | PythonCoderAS |
| octolytics-dimension-repository_id | 526190192 |
| octolytics-dimension-repository_nwo | PythonCoderAS/bbcode-ast |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 526190192 |
| octolytics-dimension-repository_network_root_nwo | PythonCoderAS/bbcode-ast |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7aed05249554b889eb33d002851a973eebcc7e91 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width
URLs of crawlers that visited me.