Skip to content

chore(deps): bump @types/node from 24.13.3 to 26.4.0 #241

chore(deps): bump @types/node from 24.13.3 to 26.4.0

chore(deps): bump @types/node from 24.13.3 to 26.4.0 #241

Triggered via pull request September 3, 2026 03:02
Status Success
Total duration 51s
Artifacts

build.yml

on: pull_request
Run ESLint
21s
Run ESLint
Build the project
47s
Build the project
Run ava tests
16s
Run ava tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
typescript(no-unnecessary-type-assertion): source/monkey-patches/as-weakmap.ts#L127
source/monkey-patches/as-weakmap.ts:127:15: This assertion is unnecessary since it does not change the type of the expression.
typescript(unbound-method): source/monkey-patches/index.ts#L93
source/monkey-patches/index.ts:93:46: Avoid referencing unbound methods which may cause unintentional scoping of `this`.
typescript(unbound-method): source/monkey-patches/index.ts#L92
source/monkey-patches/index.ts:92:46: Avoid referencing unbound methods which may cause unintentional scoping of `this`.
typescript(unbound-method): source/monkey-patches/index.ts#L91
source/monkey-patches/index.ts:91:38: Avoid referencing unbound methods which may cause unintentional scoping of `this`.
typescript(unbound-method): source/monkey-patches/index.ts#L90
source/monkey-patches/index.ts:90:38: Avoid referencing unbound methods which may cause unintentional scoping of `this`.
typescript(no-unsafe-argument): source/monkey-patches/as-weakmap.ts#L114
source/monkey-patches/as-weakmap.ts:114:42: Unsafe argument of type any assigned to a parameter of type object.
typescript(no-unsafe-assignment): source/monkey-patches/as-weakmap.ts#L105
source/monkey-patches/as-weakmap.ts:105:15: Unsafe assignment of an any value.
typescript(no-unnecessary-type-assertion): source/monkey-patches/safe-array-to-string.ts#L20
source/monkey-patches/safe-array-to-string.ts:20:10: This assertion is unnecessary since it does not change the type of the expression.
typescript(unbound-method): source/monkey-patches/as-weakmap.ts#L53
source/monkey-patches/as-weakmap.ts:53:71: Avoid referencing unbound methods which may cause unintentional scoping of `this`.
typescript(unbound-method): source/monkey-patches/as-weakmap.ts#L32
source/monkey-patches/as-weakmap.ts:32:47: Avoid referencing unbound methods which may cause unintentional scoping of `this`.