Skip to content

chore(deps-dev): bump typescript from 4.8.2 to 4.8.3 - #238

Merged
kodiakhq[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-4.8.3
Sep 27, 2022
Merged

chore(deps-dev): bump typescript from 4.8.2 to 4.8.3#238
kodiakhq[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-4.8.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 27, 2022

Copy link
Copy Markdown
Contributor

Bumps typescript from 4.8.2 to 4.8.3.

Release notes

Sourced from typescript's releases.

TypeScript 4.8.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

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

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.2 to 4.8.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.8.2...v4.8.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added automerge Informs Kodiak that a PR is edible to be automatically merged dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 27, 2022
@kodiakhq
kodiakhq Bot merged commit 39d1697 into main Sep 27, 2022
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/typescript-4.8.3 branch September 27, 2022 04:36
lukas-reining pushed a commit that referenced this pull request Jun 29, 2023
Signed-off-by: Todd Baert <toddbaert@gmail.com>
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Co-authored-by: Skye Gill <gill.skye95@gmail.com>
toddbaert pushed a commit that referenced this pull request Jul 31, 2026
## Summary

- Resolved 46 of the 48 open Dependabot security alerts by bumping
vulnerable dev/build/test tooling dependencies to patched versions. No
published SDK production dependency is affected (published packages
declare only `tslib`).
- This SDK ships publicly, so it carries **no
`overrides`/`resolutions`**. Every fix is a lockfile-only bump or an
in-range devDependency bump. Two alerts (`uuid` #179 and
`@hono/node-server` #232) have no override-free fix and are left
unresolved; both are dev/build/test-only and never shipped.

## Dependabot Alerts Resolved

| Alert | Package | Severity | Fix |
|-------|---------|----------|-----|
| #190 #192 #197 #191 #193 #198 #194 #195 | `@angular/core`,
`@angular/common`, `@angular/compiler` | high/medium | Already patched
at `21.2.17` |
| #200 | `@babel/core` | low | `@angular/compiler-cli` exact-pins
`7.29.0`, but npm dedupes to the patched `7.29.7` already in the tree,
so no `7.29.0` copy remains; no override needed |
| #232 | `@hono/node-server` | medium | **Unresolved** — see Notes |
| #225 #228 #229 | `@sigstore/core`, `@sigstore/verify`, `sigstore` |
medium/high | Already patched |
| #233 | `@vitest/browser` | critical | Bumped
`@vitest/browser`/`@vitest/coverage-v8`/`vitest` devDeps to `^4.1.10` |
| #230 | `brace-expansion` | high | Lockfile bump to patched versions |
| #187 | `esbuild` | low | Bumped `@angular/cli`/`@angular/build` to
`^21.2.19`, resolving esbuild naturally |
| #240 #241 | `fast-uri` | high | Lockfile bump to `3.1.4` |
| #205 | `form-data` | high | Already patched |
| #206-#210 #234-#236 | `hono` | high/medium | Lockfile bump to
`4.12.32` |
| #237 #238 | `immutable` | high | Lockfile bump to `5.1.9` |
| #226 #227 | `js-yaml` | medium | Resolves naturally in-range
(`3.15.0`/`4.2.0`) |
| #239 | `linkify-it` | high | Lockfile bump to `5.0.2` |
| #211 | `multer` | medium | Resolves naturally to `2.2.0` |
| #213 | `piscina` | high | Resolves naturally via
`@angular/cli`/`@angular/build` bump |
| #204 #244 | `tar` | medium | Lockfile bump to `7.5.22` |
| #214-#218 #221-#224 | `undici` | high/medium/low | Resolves naturally
via `@angular/cli`/`@angular/build` bump |
| #179 | `uuid` | medium | **Unresolved** — see Notes |
| #202 #203 | `vite` | high/medium | Resolves naturally via
`@angular/cli`/`@angular/build` bump |

## Notes

- This SDK ships publicly and carries **no `overrides`/`resolutions`**.
All fixes are lockfile-only or in-range devDependency bumps.
- **Unresolved: #179 (`uuid`, medium).** Pulled in transitively by
`jest-cucumber` (latest `4.5.0` still pins `uuid ^10`) and
`@cucumber/messages` (`9.0.1`). There is no override-free upgrade path.
Test-only; never shipped in any published package. Revisit once
`jest-cucumber` bumps `uuid` upstream.
- **Unresolved: #232 (`@hono/node-server`, medium).** Pulled in
transitively via `@angular/cli` → `@modelcontextprotocol/sdk` (used for
Angular CLI's MCP tooling). `@modelcontextprotocol/sdk` pins
`@hono/node-server` to `^1.19.9` even in its latest release (`1.29.0`),
so there's no non-override fix available yet. This is a devDependency of
the Angular CLI's tooling only; it is never shipped in any published
package. Will need to be revisited once `@modelcontextprotocol/sdk`
bumps this dependency upstream.
- Verified: `npm run build`, `npm run test` (590 jest tests + 45 Angular
tests pass), and `npm install` all succeed.

---------

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Informs Kodiak that a PR is edible to be automatically merged 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.

0 participants