Title: Bump the npm-version-updates group across 5 directories with 3 updates by dependabot[bot] · Pull Request #2806 · secureCodeBox/secureCodeBox · GitHub
Open Graph Title: Bump the npm-version-updates group across 5 directories with 3 updates by dependabot[bot] · Pull Request #2806 · secureCodeBox/secureCodeBox
X Title: Bump the npm-version-updates group across 5 directories with 3 updates by dependabot[bot] · Pull Request #2806 · secureCodeBox/secureCodeBox
Description: Bumps the npm-version-updates group with 2 updates in the / directory: @types/node and prettier.
Bumps the npm-version-updates group with 1 update in the /hook-sdk/nodejs directory: axios.
Bumps the npm-version-updates group with 1 update in the /parser-sdk/nodejs directory: axios.
Bumps the npm-version-updates group with 2 updates in the /scanners directory: @types/node and prettier.
Bumps the npm-version-updates group with 2 updates in the /tests/integration directory: @types/node and prettier.
Updates @types/node from 22.10.1 to 22.10.2
Commits
See full diff 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
Updates axios from 1.7.8 to 1.7.9
Release notes
Sourced from axios's releases.
Release v1.7.9
Release notes:
Reverts
Revert "fix(types): export CJS types from ESM (#6218)" (#6729) (c44d2f2), closes #6218 #6729
Contributors to this release
Jay
Changelog
Sourced from axios's changelog.
1.7.9 (2024-12-04)
Reverts
Revert "fix(types): export CJS types from ESM (#6218)" (#6729) (c44d2f2), closes #6218 #6729
Contributors to this release
Jay
Commits
b2cb45d chore(release): v1.7.9 (#6730)
c44d2f2 Revert "fix(types): export CJS types from ESM (#6218)" (#6729)
See full diff in compare view
Updates axios from 1.7.8 to 1.7.9
Release notes
Sourced from axios's releases.
Release v1.7.9
Release notes:
Reverts
Revert "fix(types): export CJS types from ESM (#6218)" (#6729) (c44d2f2), closes #6218 #6729
Contributors to this release
Jay
Changelog
Sourced from axios's changelog.
1.7.9 (2024-12-04)
Reverts
Revert "fix(types): export CJS types from ESM (#6218)" (#6729) (c44d2f2), closes #6218 #6729
Contributors to this release
Jay
Commits
b2cb45d chore(release): v1.7.9 (#6730)
c44d2f2 Revert "fix(types): export CJS types from ESM (#6218)" (#6729)
See full diff in compare view
Updates @types/node from 20.17.9 to 20.17.10
Commits
See full diff 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
Updates @types/node from 20.17.9 to 20.17.10
Commits
See full diff 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-version-updates group with 2 updates in the / directory: @types/node and prettier. Bumps the npm-version-updates group with 1 update in the /hook-sdk/nodejs directory: axios. Bumps th...
X Description: Bumps the npm-version-updates group with 2 updates in the / directory: @types/node and prettier. Bumps the npm-version-updates group with 1 update in the /hook-sdk/nodejs directory: axios. Bumps th...
Opengraph URL: https://github.com/secureCodeBox/secureCodeBox/pull/2806
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:c1269f91-d8c3-80eb-4c6e-64b602c52e4b |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | 9472:18E686:1C5193E:2770101:69778BE9 |
| html-safe-nonce | 7ae59fe4aa4dcfbaa9380d63ec39ae2be5b374d404af8a1c4a5f861e527c5345 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NDcyOjE4RTY4NjoxQzUxOTNFOjI3NzAxMDE6Njk3NzhCRTkiLCJ2aXNpdG9yX2lkIjoiODcxMTY5NTU5ODA1NjA4MjQwOSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 96618c4c2da5441c718677bd039f6c658661f3043d0f9a324f2b864c431b2b43 |
| hovercard-subject-tag | pull_request:2236961215 |
| 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/secureCodeBox/secureCodeBox/pull/2806/checks |
| 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-version-updates group with 2 updates in the / directory: @types/node and prettier. Bumps the npm-version-updates group with 1 update in the /hook-sdk/nodejs directory: axios. Bumps th... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | fd37f8e74ecc49b700617ea694fa6d7b395b6c9a4b79c59b3014da220462ac69 |
| turbo-cache-control | no-preview |
| go-import | github.com/secureCodeBox/secureCodeBox git https://github.com/secureCodeBox/secureCodeBox.git |
| octolytics-dimension-user_id | 34573705 |
| octolytics-dimension-user_login | secureCodeBox |
| octolytics-dimension-repository_id | 80711933 |
| octolytics-dimension-repository_nwo | secureCodeBox/secureCodeBox |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 80711933 |
| octolytics-dimension-repository_network_root_nwo | secureCodeBox/secureCodeBox |
| 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 | 523f6485bbeeb9958ec03260b225e9183734585d |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width