-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare next update of TypeScript #1509
Conversation
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@types/[email protected], npm/@types/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected] |
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎ To accept the risk, merge this PR and you will not be notified again.
Next stepsWhat is a typosquat?Package name is similar to other popular packages and may not be the package you want. Use care when consuming similarly named packages and ensure that you did not intend to consume a different package. Malicious packages often publish using similar names as existing popular packages. Take a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with
|
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No bug detected
* Prepare `@samchon/openapi` v3 update (#1507) * Prepare next update of TypeScript (#1509) * No more `typia patch` command required (#1510) * Upgrade next version depepdency * Close #1506: PNPM monorepo with `pnpm-lock.yaml` files. (#1514) * Close #1506: PNPM monorepo with `pnpm-lock.yaml` files. * Update workflows * Fix build.yml * Fix build.yml again * Disable bun due to it does not support PNPM monorepo * feat: remvoe bun action (#1520) * Deprecate `llm.applicationOfValidate()` function. (#1524) * Publish v8.0 --------- Co-authored-by: ryoppippi <[email protected]>
This pull request includes updates to the
typescript
version across variouspackage.json
files and changes to thenpm install
command in the GitHub Actions workflow.Updates to
typescript
version:benchmark/package.json
: Updatedtypescript
version to5.9.0-dev.20250223
.package.json
: Updatedtypescript
version to5.9.0-dev.20250223
indevDependencies
and modified the range inpeerDependencies
to>=4.8.0 <5.10.0
. [1] [2]test-error/package.json
: Updatedtypescript
version to5.9.0-dev.20250223
.test-esm/package.json
: Updatedtypescript
version to5.9.0-dev.20250223
.test/package.json
: Updatedtypescript
version to5.9.0-dev.20250223
.Changes to GitHub Actions workflow:
.github/workflows/build.yml
: Modifiednpm install
command to use the--force
flag in multiple job steps. [1] [2] [3] [4]