chore(deps-dev): bump @types/node from 22.5.0 to 22.13.9#1015
chore(deps-dev): bump @types/node from 22.5.0 to 22.13.9#1015dependabot[bot] wants to merge 2 commits into
Conversation
Pull request was converted to draft
|
A newer version of @types/node exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.0 to 22.13.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Session-Id: e4a9f8b7-e9c2-4c4f-82dc-8342b90f934e Task-Id: 58cf6076-fdea-4451-aa58-9a9b402fd708 --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
@types/node@22.13.9 uses conditional type patterns in stream/web.d.ts that require TypeScript >=4.9. With TypeScript 4.7.4 the compiler emits TS2502 circular-reference errors. Changes: - Bump typescript from 4.6.4/4.7.4 to 5.8.2 in all package.json files - Add patch for io-ts@2.1.3 so it compiles under TypeScript 5.x (backport of gcanti/io-ts#657 — removes circular Exact<> constraints from the alias() overloads) - Add Input extends {} constraint to MiddlewareChainOutput to satisfy TypeScript 5.x stricter generic constraint checking - Remove dependabot ignore rule that was blocking TypeScript upgrades - Update package-lock.json to reflect new typescript version Ticket: GHA-112 Session-Id: e4a9f8b7-e9c2-4c4f-82dc-8342b90f934e Task-Id: 58cf6076-fdea-4451-aa58-9a9b402fd708
8b79512 to
789d460
Compare
789d460 to
a3f7b70
Compare
|
This PR has been marked as stale because it has had no activity for 7 days. Remove the stale label or comment to keep it open. It will be closed automatically in 7 more days if no activity occurs. |
Pull request was closed
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps @types/node from 22.5.0 to 22.13.9.
Commits
You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)