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
- Append
actions_orchestration_idto user-agent when theACTIONS_ORCHESTRATION_IDenvironment variable is set #2364
Commits
- See full diff in compare view
Updates @types/node from 20.19.37 to 20.19.39
Commits
- See full diff in compare view
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
- coverage:
- Default to text reporter
skipFullif agent detected - by @hi-ogawa in vitest-dev/vitest#10018 (53757)- experimental:
- Expose
assertionas a public field - by @sheremet-va in vitest-dev/vitest#10095 (a120e)- Support aria snapshot - by @hi-ogawa, Claude Opus 4.6 (1M context), @AriPerkkio, Codex and @sheremet-va in vitest-dev/vitest#9668 (d4fbb)
- reporter:
- Add filterMeta option to json reporter - by @nami8824 and @sheremet-va in vitest-dev/vitest#10078 (b77de)
🐞 Bug Fixes
- Use "black" foreground for labeled terminal message to ensure contrast - by @hi-ogawa in vitest-dev/vitest#10076 (203f0)
- Make
expect(..., message)consistent as error message prefix - by @hi-ogawa and Codex in vitest-dev/vitest#10068 (a1b5f)- Do not hoist imports whose names match class properties . - by @SunsetFi in vitest-dev/vitest#10093 and vitest-dev/vitest#10094 (0fc4b)
- browser: Spread user server options into browser Vite server in project - by @GoldStrikeArch in vitest-dev/vitest#10049 (65c9d)
View changes on GitHub
v4.1.3
🚀 Experimental Features
- Add
experimental.preParseflag - by @sheremet-va in vitest-dev/vitest#10070 (78273)- Support
browser.locators.exactoption - by @sheremet-va in vitest-dev/vitest#10013 (48799)- Add
TestAttachment.bodyEncoding- by @hi-ogawa in vitest-dev/vitest#9969 (89ca0)- Support custom snapshot matcher - by @hi-ogawa, Claude Sonnet 4.6 and Codex in vitest-dev/vitest#9973 (59b0e)
🐞 Bug Fixes
- Advance fake timers with
expect.pollinterval - by @hi-ogawa and Claude Sonnet 4.6 in vitest-dev/vitest#10022 (3f5bf)- Add
@vitest/coverage-v8and@vitest/coverage-istanbulas optional dependency - by @alan-agius4 in vitest-dev/vitest#10025 (146d4)- Fix
defineHelperfor webkit async stack trace + update playwright 1.59.0 - by @hi-ogawa in vitest-dev/vitest#10036 (5a5fa)- Fix suite hook throwing errors for unused auto test-scoped fixture - by @hi-ogawa and Claude Sonnet 4.6 in vitest-dev/vitest#10035 (39865)
- expect:
- Remove
JestExtendError.contextfrom verbose error reporting - by @hi-ogawa in vitest-dev/vitest#9983 (66751)- Don't leak "runner" types - by @sheremet-va in vitest-dev/vitest#10004 (ec204)
- snapshot:
- Fix flagging obsolete snapshots for snapshot properties mismatch - by @hi-ogawa and Claude Sonnet 4.6 in vitest-dev/vitest#9986 (6b869)
- Export custom snapshot matcher helper from
vitest- by @hi-ogawa and Codex in vitest-dev/vitest#10042 (691d3)- ui:
- Don't leak vite types - by @sheremet-va in vitest-dev/vitest#10005 (fdff1)
- vm:
- Fix external module resolve error with deps optimizer query - by @hi-ogawa and Claude Sonnet 4.6 in vitest-dev/vitest#10024 (9dbf4)
View changes on GitHub
v4.1.2
This release bumps Vitest's
flattedversion and removes version pinning to resolveflatted's CVE related issues (vitest-dev/vitest#9975).
... (truncated)
Commits
- ac04bac chore: release v4.1.4
- 2dc0d62 chore: release v4.1.3
- fc6f482 chore: release v4.1.2
- 1f2d318 chore: release v4.1.1
- aaf9f18 fix(coverage): simplify provider types (#9931)
- See full diff in compare view
Updates esbuild from 0.27.4 to 0.28.0
Release notes
Sourced from esbuild's releases.
v0.28.0
- Add support for
with { type: 'text' }imports (#4435)
The import text proposal has reached stage 3 in the TC39 process, which means that it's recommended for implementation. It has also already been implemented by Deno and Bun. So with this release, esbuild also adds support for it. This behaves exactly the same as esbuild's existing text loader. Here's an example:
import string from './example.txt' with { type: 'text' }
console.log(string)- Add integrity checks to fallback download path (#4343)
Installing esbuild via npm is somewhat complicated with several different edge cases (see esbuild's documentation for details). If the regular installation of esbuild's platform-specific package fails, esbuild's install script attempts to download the platform-specific package itself (first with thenpmcommand, and then with a HTTP request toregistry.npmjs.orgas a last resort).
This last resort path previously didn't have any integrity checks. With this release, esbuild will now verify that the hash of the downloaded binary matches the expected hash for the current release. This means the hashes for all of esbuild's platform-specific binary packages will now be embedded in the top-levelesbuildpackage. Hopefully this should work without any problems. But just in case, this change is being done as a breaking change release.- Update the Go compiler from 1.25.7 to 1.26.1
This upgrade should not affect anything. However, there have been some significant internal changes to the Go compiler, so esbuild could potentially behave differently in certain edge cases:
- It now uses the new garbage collector that comes with Go 1.26.
- The Go compiler is now more aggressive with allocating memory on the stack.
- The executable format that the Go linker uses has undergone several changes.
- The WebAssembly build now unconditionally makes use of the sign extension and non-trapping floating-point to integer conversion instructions.
You can read the Go 1.26 release notes for more information.v0.27.7
- Fix lowering of define semantics for TypeScript parameter properties (#4421)
The previous release incorrectly generated class fields for TypeScript parameter properties even when the configured target environment does not support class fields. With this release, the generated class fields will now be correctly lowered in this case:
// Original code
class Foo {
constructor(public x = 1) {}
y = 2
}
// Old output (with --loader=ts --target=es2021)
class Foo {
constructor(x = 1) {
this.x = x;
__publicField(this, "y", 2);
}
x;
}
// New output (with --loader=ts --target=es2021)
class Foo {
... (truncated)
Changelog
Sourced from esbuild's changelog.
0.28.0
- Add support for
with { type: 'text' }imports (#4435)
The import text proposal has reached stage 3 in the TC39 process, which means that it's recommended for implementation. It has also already been implemented by Deno and Bun. So with this release, esbuild also adds support for it. This behaves exactly the same as esbuild's existing text loader. Here's an example:
import string from './example.txt' with { type: 'text' }
console.log(string)- Add integrity checks to fallback download path (#4343)
Installing esbuild via npm is somewhat complicated with several different edge cases (see esbuild's documentation for details). If the regular installation of esbuild's platform-specific package fails, esbuild's install script attempts to download the platform-specific package itself (first with thenpmcommand, and then with a HTTP request toregistry.npmjs.orgas a last resort).
This last resort path previously didn't have any integrity checks. With this release, esbuild will now verify that the hash of the downloaded binary matches the expected hash for the current release. This means the hashes for all of esbuild's platform-specific binary packages will now be embedded in the top-levelesbuildpackage. Hopefully this should work without any problems. But just in case, this change is being done as a breaking change release.- Update the Go compiler from 1.25.7 to 1.26.1
This upgrade should not affect anything. However, there have been some significant internal changes to the Go compiler, so esbuild could potentially behave differently in certain edge cases:
- It now uses the new garbage collector that comes with Go 1.26.
- The Go compiler is now more aggressive with allocating memory on the stack.
- The executable format that the Go linker uses has undergone several changes.
- The WebAssembly build now unconditionally makes use of the sign extension and non-trapping floating-point to integer conversion instructions.
You can read the Go 1.26 release notes for more information.0.27.7
- Fix lowering of define semantics for TypeScript parameter properties (#4421)
The previous release incorrectly generated class fields for TypeScript parameter properties even when the configured target environment does not support class fields. With this release, the generated class fields will now be correctly lowered in this case:
// Original code
class Foo {
constructor(public x = 1) {}
y = 2
}
// Old output (with --loader=ts --target=es2021)
class Foo {
constructor(x = 1) {
this.x = x;
__publicField(this, "y", 2);
}
x;
}
... (truncated)
Commits
- 6a794df publish 0.28.0 to npm
- 64ee0ea fix #4435: support
with { type: text }imports - ef65aee fix sort order in
snapshots_packagejson.txt - 1a26a8e try to fix
test-old-ts, also shuffle CI tasks - 556ce6c use
''instead ofnullto omit build hashes - 8e675a8 ci: allow missing binary hashes for tests
- 7067763 Reapply "update go 1.25.7 => 1.26.1"
- 39473a9 fix #4343: integrity check for binary download
- 2025c9f publish 0.27.7 to npm
- c6b586e fix typo in
Makefilefor@esbuild/win32-x64 - Additional commits viewable in compare view
Updates prettier from 3.8.1 to 3.8.2
Release notes
Sourced from prettier's releases.
3.8.2
- Support Angular v21.2
Changelog
Sourced from prettier's changelog.
3.8.2
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 functionandinstanceofexpressions.@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
- b31557c Release 3.8.2
- 96bbaed Support Angular v21.2 (#18722)
- 881360b Support
default neverin Angular v21.2 (#19034) - 07d6724 Bump Prettier dependency to 3.8.1
- 8b4a53a Clean changelog_unreleased
- See full diff in compare view
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.
- fixed issues query for TypeScript 6.0.0 (Beta).
- fixed issues query for TypeScript 6.0.1 (RC).
- fixed issues query for TypeScript 6.0.2 (Stable).
Downloads are available on:
TypeScript 6.0 Beta
For release notes, check out the release announcement.
Downloads are available on:
Commits
- 607a22a Bump version to 6.0.2 and LKG
- 9e72ab7 🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...
- 35ff23d 🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...
- e175b69 Bump version to 6.0.1-rc and LKG
- af4caac Update LKG
- 8efd7e8 Merge remote-tracking branch 'origin/main' into release-6.0
- 206ed1a Deprecate assert in import() (#63172)
- e688ac8 Update dependencies (#63156)
- 29b300d Bump the github-actions group across 1 directory with 2 updates (#63205)
- 0c2c7a3 DOM update (#63183)
- Additional commits viewable in compare view
Updates vitest from 4.1.0 to 4.1.4
Release notes
Sourced from vitest's releases.
v4.1.4
🚀 Experimental Features
- coverage:
- Default to text reporter
skipFullif agent detected - by @hi-ogawa in vitest-dev/vitest#10018 (53757)- experimental:
- Expose
assertionas a public field - by @sheremet-va in vitest-dev/vitest#10095 (a120e)- Support aria snapshot - by @hi-ogawa, Claude Opus 4.6 (1M context), @AriPerkkio, Codex and @sheremet-va in vitest-dev/vitest#9668 (d4fbb)
- reporter:
- Add filterMeta option to json reporter - by @nami8824 and @sheremet-va in vitest-dev/vitest#10078 (b77de)
🐞 Bug Fixes
- Use "black" foreground for labeled terminal message to ensure contrast - by @hi-ogawa in vitest-dev/vitest#10076 (203f0)
- Make
expect(..., message)consistent as error message prefix - by @hi-ogawa and Codex in vitest-dev/vitest#10068 (a1b5f)- Do not hoist imports whose names match class properties . - by @SunsetFi in vitest-dev/vitest#10093 and vitest-dev/vitest#10094 (0fc4b)
- browser: Spread user server options into browser Vite server in project - by @GoldStrikeArch in vitest-dev/vitest#10049 (65c9d)
View changes on GitHub
v4.1.3
🚀 Experimental Features
- Add
experimental.preParseflag - by @sheremet-va in vitest-dev/vitest#10070 (78273)- Support
browser.locators.exactoption - by @sheremet-va in vitest-dev/vitest#10013 (48799)- Add
TestAttachment.bodyEncoding- by @hi-ogawa in vitest-dev/vitest#9969 (89ca0)- Support custom snapshot matcher - by @hi-ogawa, Claude Sonnet 4.6 and Codex in vitest-dev/vitest#9973 (59b0e)
🐞 Bug Fixes
- Advance fake timers with
expect.pollinterval - by @hi-ogawa and Claude Sonnet 4.6 in vitest-dev/vitest#10022 (3f5bf)- Add
@vitest/coverage-v8and@vitest/coverage-istanbulas optional dependency - by @alan-agius4 in vitest-dev/vitest#10025 (146d4)- Fix
defineHelperfor webkit async stack trace + update playwright 1.59.0 - by @hi-ogawa in vitest-dev/vitest#10036 (5a5fa)- Fix suite hook throwing errors for unused auto test-scoped fixture - by @hi-ogawa and Claude Sonnet 4.6 in vitest-dev/vitest#10035 (39865)
- expect:
- Remove
JestExtendError.contextfrom verbose error reporting - by @hi-ogawa in vitest-dev/vitest#9983 (66751)- Don't leak "runner" types - by @sheremet-va in vitest-dev/vitest#10004 (ec204)
- snapshot:
- Fix flagging obsolete snapshots for snapshot properties mismatch - by @hi-ogawa and Claude Sonnet 4.6 in vitest-dev/vitest#9986 (6b869)
- Export custom snapshot matcher helper from
vitest- by @hi-ogawa and Codex in vitest-dev/vitest#10042 (691d3)- ui:
- Don't leak vite types - by @sheremet-va in vitest-dev/vitest#10005 (fdff1)
- vm:
- Fix external module resolve error with deps optimizer query - by @hi-ogawa and Claude Sonnet 4.6 in vitest-dev/vitest#10024 (9dbf4)
View changes on GitHub
v4.1.2
This release bumps Vitest's
flattedversion and removes version pinning to resolveflatted's CVE related issues (vitest-dev/vitest#9975).
... (truncated)
Commits
- ac04bac chore: release v4.1.4
- 82c858d chore: Remove no-op function in plugin config logic (#8501)
- d4fbb5c feat(experimental): support aria snapshot (#9668)
- b77de96 feat(reporter): add filterMeta option to json reporter (#10078)
- a120e3a feat(experimental): expose
assertionas a public field (#10095) - 5375780 feat(coverage): default to text reporter
skipFullif agent detected (#10018) - a1b5f0f fix: make
expect(..., message)consistent as error message prefix (#10068) - 203f07a fix: use "black" foreground for labeled terminal message to ensure contrast (...
- 2dc0d62 chore: release v4.1.3
- 7827363 feat: add
experimental.preParseflag (#10070) - Additional commits viewable in compare view