-
Notifications
You must be signed in to change notification settings - Fork 22
Bump typescript from 5.8.3 to 5.9.3 #214
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
Conversation
Analyzing impact…Dependency usage in your appTypeScript serves as the core development language for this GitHub Action that integrates FOSSA license compliance and security scanning into CI/CD pipelines. The codebase consists of three TypeScript source files that implement the action's functionality, with TypeScript providing type safety and modern language features during development before being compiled to JavaScript for distribution. TypeScript is configured as a build-time dependency that enables code quality enforcement through ESLint integration, compiles to CommonJS modules targeting modern Node environments, and outputs bundled artifacts via the ncc build toolchain. ChangesTypeScript receives a maintenance update addressing several reported issues from the milestone tracking system. This update includes bug fixes and stability improvements with no breaking changes or security vulnerabilities identified.
What I'm analyzing:
fossabot analysis in progress. |
40ad96c
to
a0b112a
Compare
8efb1c6
to
f74a22f
Compare
@dependabot rebase |
f74a22f
to
581b34b
Compare
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
581b34b
to
0c0c824
Compare
Bumps typescript from 5.8.3 to 5.9.3.
Release notes
Sourced from typescript's releases.
Commits
31a0ead
Don't compare "missing" toundefined
incompareProperties
under `exactOpt...d4b15eb
Enhance type argument completions (#62170)83ff202
Bump the github-actions group across 1 directory with 2 updates (#62507)e350126
Port microsoft/typescript-go#1764 (#62510)97610a8
Port microsoft/typescript-go#1757 (#62501)1cd5309
Port microsoft/typescript-go#1759 (#62502)5f183ad
Revert PR 61928 (#62423)6f6efb4
Disable conditional exports fallbacks onnull
values (#62483)96acaa5
Remove no-default-lib (#62435)904e7dd
EnablenoUncheckedSideEffectImports
by default (#62443)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)