Title: Bump the npm-dependencies group across 1 directory with 7 updates by dependabot[bot] · Pull Request #60 · github/command · GitHub
Open Graph Title: Bump the npm-dependencies group across 1 directory with 7 updates by dependabot[bot] · Pull Request #60 · github/command
X Title: Bump the npm-dependencies group across 1 directory with 7 updates by dependabot[bot] · Pull Request #60 · github/command
Description: Bumps the npm-dependencies group with 7 updates in the / directory:
Package
From
To
@octokit/rest
21.0.2
21.1.0
@babel/plugin-transform-modules-commonjs
7.25.9
7.26.3
@babel/preset-env
7.26.0
7.26.7
@types/node
22.10.1
22.13.0
@babel/core
7.26.0
7.26.7
eslint-plugin-jest
28.9.0
28.11.0
prettier
3.4.1
3.4.2
Updates @octokit/rest from 21.0.2 to 21.1.0
Release notes
Sourced from @octokit/rest's releases.
v21.1.0
21.1.0 (2025-01-08)
Features
new endpoints, bump Octokit deps to fix Deno (#477) (908b1c8)
Commits
908b1c8 feat: new endpoints, bump Octokit deps to fix Deno (#477)
751b522 chore(deps): update dependency fetch-mock to v12 (#470)
5ad12fd chore(deps): update dependency @types/node to v22 (#472)
c88980a ci(action): update actions/checkout digest to 11bd719 (#469)
94443df ci(action): update actions/checkout digest to eef6144 (#467)
c59fcf6 chore(deps): update dependency @octokit/tsconfig to v4 (#464)
2f97e4c build(deps): Bump body-parser and express (#465)
2dec6cc chore(deps): update dependency esbuild to ^0.24.0 (#463)
See full diff in compare view
Updates @babel/plugin-transform-modules-commonjs from 7.25.9 to 7.26.3
Release notes
Sourced from @babel/plugin-transform-modules-commonjs's releases.
v7.26.3 (2024-12-04)
🐛 Bug Fix
babel-generator
#16958 [preserveFormat] force semicolons when invalidating ASI (@nicolo-ribaudo)
🏠 Internal
babel-helper-builder-binary-assignment-operator-visitor, babel-plugin-transform-exponentiation-operator
#16895 Remove helper-builder-binary-assignment-operator-visitor (@nicolo-ribaudo)
🏃♀️ Performance
babel-generator
#16959 perf: Reduce the use of temporary objects (@liuxingbaoyu)
babel-traverse
#16923 perf: Improve scope information collection performance (@liuxingbaoyu)
#16964 perf: Avoid repeated traversal when creating scope (@liuxingbaoyu)
babel-plugin-transform-modules-commonjs
#16954 perf: Remove use of simplifyAccess (@liuxingbaoyu)
Committers: 4
Babel Bot (@babel-bot)
Huáng Jùnliàng (@JLHwung)
Nicolò Ribaudo (@nicolo-ribaudo)
@liuxingbaoyu
v7.26.2 (2024-10-30)
🐛 Bug Fix
babel-parser
#16903 fix: Parse placeholder for TS namespace (@liuxingbaoyu)
#16937 fix: Account for offsets when creating new Position instances (@DylanPiercey)
babel-generator
#16948 Fix mapping of tokens with generated nodes in between (@nicolo-ribaudo)
Committers: 6
Babel Bot (@babel-bot)
Dylan Piercey (@DylanPiercey)
Huáng Jùnliàng (@JLHwung)
Nicolò Ribaudo (@nicolo-ribaudo)
@liuxingbaoyu
fisker Cheung (@fisker)
v7.26.1 (2024-10-25)
🐛 Bug Fix
babel-parser
#16936 fix(parser): offset internal index locations by startIndex (@DylanPiercey)
Committers: 3
Dylan Piercey (@DylanPiercey)
... (truncated)
Changelog
Sourced from @babel/plugin-transform-modules-commonjs's changelog.
v7.26.3 (2024-12-04)
🐛 Bug Fix
babel-generator
#16958 [preserveFormat] force semicolons when invalidating ASI (@nicolo-ribaudo)
🏠 Internal
babel-helper-builder-binary-assignment-operator-visitor, babel-plugin-transform-exponentiation-operator
#16895 Remove helper-builder-binary-assignment-operator-visitor (@nicolo-ribaudo)
🏃♀️ Performance
babel-generator
#16959 perf: Reduce the use of temporary objects (@liuxingbaoyu)
babel-traverse
#16923 perf: Improve scope information collection performance (@liuxingbaoyu)
#16964 perf: Avoid repeated traversal when creating scope (@liuxingbaoyu)
babel-plugin-transform-modules-commonjs
#16954 perf: Remove use of simplifyAccess (@liuxingbaoyu)
v7.26.2 (2024-10-30)
🐛 Bug Fix
babel-parser
#16903 fix: Parse placeholder for TS namespace (@liuxingbaoyu)
#16937 fix: Account for offsets when creating new Position instances (@DylanPiercey)
babel-generator
#16948 Fix mapping of tokens with generated nodes in between (@nicolo-ribaudo)
v7.26.1 (2024-10-25)
🐛 Bug Fix
babel-parser
#16936 fix(parser): offset internal index locations by startIndex (@DylanPiercey)
v7.26.0 (2024-10-25)
🚀 New Feature
babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
#16850 Enable import attributes parsing by default (@nicolo-ribaudo)
babel-core
#16862 feat: support async plugin's pre/post (@timofei-iatsenko)
babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
#16692 Add transform-regexp-modifiers to preset-env (@JLHwung)
babel-parser
#16849 feat: add startIndex parser option (@DylanPiercey)
babel-generator, babel-parser, babel-plugin-syntax-flow
#16841 Always enable parsing of Flow enums (@nicolo-ribaudo)
babel-helpers, babel-preset-typescript, babel-runtime-corejs3
#16794 Support import() in rewriteImportExtensions (@liuxingbaoyu)
babel-generator, babel-parser
#16708 Add experimental format-preserving mode to @babel/generator (@nicolo-ribaudo)
🐛 Bug Fix
... (truncated)
Commits
36ca8fa v7.26.3
38d26cd perf: Remove use of simplifyAccess (#16954)
422c6d0 perf: Improve module transforms (#16882)
See full diff in compare view
Updates @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
Updates @types/node from 22.10.1 to 22.13.0
Commits
See full diff in compare view
Updates @babel/core from 7.26.0 to 7.26.7
Release notes
Sourced from @babel/core'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/core'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
d9fa47d Do not try to parse .ts configs as JSON if natively supported (#17052)
cd24cc0 chore: Update TS 5.7 (#17053)
d465131 fix: incorret babel.config.cts test fixtures (#17051)
844901e Update tests for Node.js 22.12 (#16995)
fb2e365 chore: Testing changes related to Node 23 (#16951)
61de718 Update node 23.1 experimental warning (#16934)
See full diff in compare view
Updates eslint-plugin-jest from 28.9.0 to 28.11.0
Release notes
Sourced from eslint-plugin-jest's releases.
v28.11.0
28.11.0 (2025-01-15)
Features
valid-expect: allow calling expect with no arguments (#1688) (ff0349e)
v28.10.1
28.10.1 (2025-01-15)
Bug Fixes
padding-around-test-blocks: update description (#1691) (9cb4ecc)
v28.10.0
28.10.0 (2024-12-19)
Features
unbound-method: ignore functions passed to jest.mocked (#1681) (d868636)
Changelog
Sourced from eslint-plugin-jest's changelog.
28.11.0 (2025-01-15)
Features
valid-expect: allow calling expect with no arguments (#1688) (ff0349e)
28.10.1 (2025-01-15)
Bug Fixes
padding-around-test-blocks: update description (#1691) (9cb4ecc)
28.10.0 (2024-12-19)
Features
unbound-method: ignore functions passed to jest.mocked (#1681) (d868636)
Commits
53427f0 chore(release): 28.11.0 [skip ci]
ff0349e feat(valid-expect): allow calling expect with no arguments (#1688)
deb6609 chore(release): 28.10.1 [skip ci]
9cb4ecc fix(padding-around-test-blocks): update description (#1691)
eecc6e6 chore: downgrade markdown-link-check to known working version and make it l...
f05e76d chore: add Node 23 to CI (#1695)
8c89634 chore(deps): update dependency eslint-config-prettier to v10 (#1694)
320e949 chore(deps): update dependency is-ci to v4 (#1682)
9c91509 chore: update package urls for homepage, repository, and bugs (#1693)
3377cae chore(deps): lock file maintenance (#1692)
Additional commits viewable in compare view
Updates prettier from 3.4.1 to 3.4.2
Release notes
Sourced from prettier's releases.
3.4.2
🔗 Changelog
Changelog
Sourced from prettier's changelog.
3.4.2
diff
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @tats-u)
Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
C言
語
・
C++
・
Go
・
Rust
C言語・ C++ ・ Go ・ Rust
C言語・C++・Go・Rust
U+30A0 can be used as the replacement of the - in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).
Fix comments print on class methods with decorators (#16891 by @fisker)
// Input
class A {
@decorator
/**
* The method description
*
*/
async method(foo: Foo, bar: Bar) {
console.log(foo);
}
}
// Prettier 3.4.1
class A {
@decorator
async /**
... (truncated)
Commits
cca9461 Release 3.4.2
572bebe Fix comments on class methods with decorators (#16891)
359c4f0 chore(deps): update dependency @angular/compiler to v19.0.1 (#16903)
6470996 chore(deps): update dependency @glimmer/syntax to v0.93.1 (#16904)
e13614f Correct fit() for fill() (#16899)
10db357 Remove check on TSImportType.isTypeOf (#16892)
ac46a4f Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796)
d52e905 Add test for #16207 (#16890)
a1e354d Clean changelog_unreleased
99875da Bump Prettier dependency to 3.4.1
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 the npm-dependencies group with 7 updates in the / directory: Package From To @octokit/rest 21.0.2 21.1.0 @babel/plugin-transform-modules-commonjs 7.25.9 7.26.3 @babel/preset-env 7...
X Description: Bumps the npm-dependencies group with 7 updates in the / directory: Package From To @octokit/rest 21.0.2 21.1.0 @babel/plugin-transform-modules-commonjs 7.25.9 7.26.3 @babel/preset-env 7...
Opengraph URL: https://github.com/github/command/pull/60
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:359bc0c2-aae6-653d-5af2-e4a13796b424 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | DA60:36419E:1875C58:1FD6795:696B2C03 |
| html-safe-nonce | ba1ef7dc4aca76ee89f2335fb2eb7d722b6bd0adcb844b826bb4b96f1e4fbfed |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQTYwOjM2NDE5RToxODc1QzU4OjFGRDY3OTU6Njk2QjJDMDMiLCJ2aXNpdG9yX2lkIjoiODEwMDQxODIxNzM1MjgzNDA1MSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 53ae7d0702895716fa0849bdbbe74d95391cce9af35dec0d3220f25c7b4a544d |
| hovercard-subject-tag | pull_request:2310715735 |
| 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/command/pull/60/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 the npm-dependencies group with 7 updates in the / directory: Package From To @octokit/rest 21.0.2 21.1.0 @babel/plugin-transform-modules-commonjs 7.25.9 7.26.3 @babel/preset-env 7... |
| 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/github/command git https://github.com/github/command.git |
| octolytics-dimension-user_id | 9919 |
| octolytics-dimension-user_login | github |
| octolytics-dimension-repository_id | 663291669 |
| octolytics-dimension-repository_nwo | github/command |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 663291669 |
| octolytics-dimension-repository_network_root_nwo | github/command |
| 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 | canary-2 |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width