chore(deps): bump the npm group across 1 directory with 7 updates by dependabot[bot] · Pull Request #783 · softprops/action-gh-release (original) (raw)

Bumps the npm group with 6 updates in the / directory:

Package From To
@actions/github 9.0.0 9.1.0
@types/node 20.19.37 20.19.39
@vitest/coverage-v8 4.1.0 4.1.4
esbuild 0.27.4 0.28.0
prettier 3.8.1 3.8.2
typescript 5.9.3 6.0.2

Updates @actions/github from 9.0.0 to 9.1.0

Changelog

Sourced from @​actions/github's changelog.

9.1.0

Commits

Updates @types/node from 20.19.37 to 20.19.39

Commits

Updates @vitest/coverage-v8 from 4.1.0 to 4.1.4

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.1.4

🚀 Experimental Features

🐞 Bug Fixes

View changes on GitHub

v4.1.3

🚀 Experimental Features

🐞 Bug Fixes

View changes on GitHub

v4.1.2

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (vitest-dev/vitest#9975).

... (truncated)

Commits

Updates esbuild from 0.27.4 to 0.28.0

Release notes

Sourced from esbuild's releases.

v0.28.0

v0.27.7

... (truncated)

Changelog

Sourced from esbuild's changelog.

0.28.0

0.27.7

... (truncated)

Commits

Updates prettier from 3.8.1 to 3.8.2

Release notes

Sourced from prettier's releases.

3.8.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

@switch (foo) { @case (1) {} @default never; }

SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "@" HTML entity instead. (3:3)

@​switch (foo) { @​case (1) {} @​default never; }

arrow function and instanceof expressions.

@let fn = (a) => a? 1:2; {{ fn ( a instanceof b)}}

@​let fn = (a) => a? 1:2; {{ fn ( a instanceof b)}}

@​let fn = (a) => (a ? 1 : 2); {{ fn(a instanceof b) }}

Commits

Updates typescript from 5.9.3 to 6.0.2

Release notes

Sourced from typescript's releases.

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits

Updates vitest from 4.1.0 to 4.1.4

Release notes

Sourced from vitest's releases.

v4.1.4

🚀 Experimental Features

🐞 Bug Fixes

View changes on GitHub

v4.1.3

🚀 Experimental Features

🐞 Bug Fixes

View changes on GitHub

v4.1.2

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (vitest-dev/vitest#9975).

... (truncated)

Commits