Skip to content

Bump typescript from 5.8.2 to 5.8.3 - #240

Merged
khulnasoft-bot merged 2 commits into
mainfrom
dependabot/npm_and_yarn/typescript-5.8.3
Sep 10, 2026
Merged

Bump typescript from 5.8.2 to 5.8.3#240
khulnasoft-bot merged 2 commits into
mainfrom
dependabot/npm_and_yarn/typescript-5.8.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 7, 2025

Copy link
Copy Markdown
Contributor

Bumps typescript from 5.8.2 to 5.8.3.

Commits

Dependabot compatibility score

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 <dependency name> 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)

Summary by Sourcery

Chores:

  • Update TypeScript dependency to the latest patch version

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.2 to 5.8.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 7, 2025
@sourcery-ai

sourcery-ai Bot commented Apr 7, 2025

Copy link
Copy Markdown

Reviewer's Guide by Sourcery

This pull request bumps the typescript dependency from version 5.8.2 to 5.8.3. It also updates the vite dependency from version 6.2.5 to 5.4.17. Consequently, the pull request updates the @modyfi/vite-plugin-yaml and vite-plugin-dts dependencies to align with the new vite and typescript versions. Finally, the pull request adds esbuild platform-specific binaries as optional dependencies.

Updated class diagram for vite-plugin-dts

classDiagram
  class vite-plugin-dts {
    +@microsoft/api-extractor
    +@rollup/pluginutils
    +@volar/typescript
    +@vue/language-core
    +compare-versions
    +debug
    +kolorist
    +local-pkg
    +magic-string
    +typescript@5.8.3
    +vite
  }
  note for vite-plugin-dts "typescript version updated to 5.8.3\nvite version updated to 5.4.17"
Loading

Updated class diagram for vite

classDiagram
  class vite {
    +esbuild@0.21.5
    +postcss
    +rollup
  }
  note for vite "esbuild version updated to 0.21.5"
Loading

File-Level Changes

Change Details Files
Updated the version of the typescript dependency.
  • Updated typescript from version 5.8.2 to 5.8.3 in pnpm-lock.yaml.
  • Updated typescript from version 5.8.2 to 5.8.3 in package.json.
pnpm-lock.yaml
package.json
Updated the version of the vite dependency.
  • Updated vite from version 6.2.5 to 5.4.17 in pnpm-lock.yaml.
pnpm-lock.yaml
Updated the @modyfi/vite-plugin-yaml dependency to align with the new vite version.
  • Updated @modyfi/vite-plugin-yaml to reflect the updated vite version in pnpm-lock.yaml.
pnpm-lock.yaml
Updated the vite-plugin-dts dependency to align with the new typescript and vite versions.
  • Updated vite-plugin-dts to reflect the updated typescript and vite versions in pnpm-lock.yaml.
pnpm-lock.yaml
Added esbuild platform-specific binaries as optional dependencies.
  • Added multiple @esbuild/* packages for various platforms (aix, android, darwin, freebsd, linux, netbsd, openbsd, sunos, win32) and architectures (arm64, arm, x64, ia32, loong64, mips64el, ppc64, riscv64, s390x) as optional dependencies in pnpm-lock.yaml.
pnpm-lock.yaml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
@khulnasoft-bot
khulnasoft-bot merged commit a2dc76b into main Sep 10, 2026
5 of 9 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/typescript-5.8.3 branch September 10, 2026 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant