Bump the npm_and_yarn group across 2 directories with 5 updates#17854
Bump the npm_and_yarn group across 2 directories with 5 updates#17854dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the npm_and_yarn group with 4 updates in the /extension directory: [ws](https://github.com/websockets/ws), [@nevware21/ts-utils](https://github.com/nevware21/ts-utils), [fast-uri](https://github.com/fastify/fast-uri) and [qs](https://github.com/ljharb/qs). Bumps the npm_and_yarn group with 1 update in the /tests/Aspire.Hosting.CodeGeneration.TypeScript.JsTests directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `ws` from 8.20.0 to 8.20.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.20.0...8.20.1) Updates `@nevware21/ts-utils` from 0.13.0 to 0.15.0 - [Release notes](https://github.com/nevware21/ts-utils/releases) - [Changelog](https://github.com/nevware21/ts-utils/blob/main/CHANGELOG.md) - [Commits](nevware21/ts-utils@0.13.0...0.15.0) Updates `fast-uri` from 3.1.0 to 3.1.2 - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](fastify/fast-uri@v3.1.0...v3.1.2) Updates `qs` from 6.15.0 to 6.15.2 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.15.0...v6.15.2) Updates `vitest` from 3.2.4 to 4.1.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/vitest) --- updated-dependencies: - dependency-name: ws dependency-version: 8.20.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@nevware21/ts-utils" dependency-version: 0.15.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: fast-uri dependency-version: 3.1.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: qs dependency-version: 6.15.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: vitest dependency-version: 4.1.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 17854Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 17854" |
|
Did a fresh re-run of the failing CI jobs ( 1.
|
| Version | HEAD from internal feed |
|---|---|
@nevware21/ts-utils@0.13.0 |
303 (available) |
@nevware21/ts-utils@0.14.0 |
303 (available, and is the first patched version for GHSA #1161) |
@nevware21/ts-utils@0.15.0 |
401 (not mirrored) |
The advisory only requires >= 0.14.0. Dropping the resolution to 0.14.0 (or asking the mirror to ingest 0.15.0) should unblock both jobs.
2. Tests / TypeScript SDK Unit Tests / TypeScript SDK Tests Job
Fails in npm ci with:
npm error Invalid Version:
The regenerated tests/Aspire.Hosting.CodeGeneration.TypeScript.JsTests/package-lock.json contains a number of optional native-binary entries (added when vitest jumped 3.2.4 -> 4.1.0) that have no version field, e.g.:
"node_modules/lightningcss/node_modules/lightningcss-linux-x64-gnu": {
"dev": true,
"optional": true
}I counted 22 such stub entries across lightningcss/* and @rolldown/binding-*. npm ci on npm 10.9.8 (the version used by actions/setup-node@v5 with node-version: 22) rejects these because version is required for the npm ci integrity check. A fresh npm install against the internal feed (or @dependabot recreate once the ts-utils issue above is resolved) should produce a clean lockfile.
3. Tests / Cli.EndToEnd-KubernetesDeployWithMongoDBTests
This one looks unrelated to the PR - the kind binary was missing during cleanup (Failed to delete KinD cluster ... No such file or directory). Likely a flaky infra issue; should pass on a clean re-run once #1 and #2 are fixed.
Other open Dependabot alerts
I opened #17868 to address the three remaining undici alerts (#1182 high, #1180 high, #1179 medium) that aren't in scope for this group bump, so once this PR lands the security tab should be empty.
cc @microsoft/aspire-vscode
|
❌ CLI E2E Tests failed — 109 passed, 1 failed, 2 unknown (commit ❌ Failed Tests
View all recordings
📹 Recordings uploaded automatically from CI run #26850781103 |
Bumps the npm_and_yarn group with 4 updates in the /extension directory: ws, @nevware21/ts-utils, fast-uri and qs.
Bumps the npm_and_yarn group with 1 update in the /tests/Aspire.Hosting.CodeGeneration.TypeScript.JsTests directory: vitest.
Updates
wsfrom 8.20.0 to 8.20.1Release notes
Sourced from ws's releases.
Commits
5d9b316[dist] 8.20.1c0327ec[security] Fix uninitialized memory disclosure inwebsocket.close()ce2a3d6[ci] Test on node 2658e45b8[ci] Do not test on node 255f26c24[ci] Run the lint step on node 24Updates
@nevware21/ts-utilsfrom 0.13.0 to 0.15.0Release notes
Sourced from @nevware21/ts-utils's releases.
... (truncated)
Changelog
Sourced from @nevware21/ts-utils's changelog.
... (truncated)
Commits
66b5fba[Release] Increase version to 0.15.0 (#577)358d5d1refactor(timer): centralize microtask types and queueMicrotask access; expand...382853efeat(iterator): add iterator collection helpers with docs and tests (#574)87cb303test(build): validate packaged bundle PURE annotations and improve no… (#575)124d67ffeat: add nextTick support, add arrConcat and fnBindArgs helpers (#573)34178c1Fix #PURE annotations being ignored by Rolldown/Vite 8 (#568) (#569)5b5854bfeat(timer): add cancellable microtask scheduling with cross-runtime fallback...45cb369[Release] Increase version to 0.14.0 (#567)5e887f4Add new object utility helpers and harden defaults against prototype pollutio...0a486d3Bug: Falsy thisArg (0, '', false) overridden in arrForEach/iterForOf/objForEa...Updates
fast-urifrom 3.1.0 to 3.1.2Release notes
Sourced from fast-uri's releases.
Commits
919dd8eBumped v3.1.2c65ba57fixup: linting6c86c17Merge commit from forka95158aHandle malformed fragment decoding without throwing (#171)cea547cBumped v3.1.1876ce79Merge commit from forkdcdf690ci: add lock-threads workflow (#169)c860e65build(deps-dev): bump neostandard from 0.12.2 to 0.13.0 (#167)9b4c6dcbuild(deps): bump fastify/workflows/.github/workflows/plugins-ci.yml (#166)85d09a9build(deps): bump fastify/workflows/.github/workflows/plugins-ci-package-mana...Updates
qsfrom 6.15.0 to 6.15.2Changelog
Sourced from qs's changelog.
Commits
9aca407v6.15.25e33d33[Dev Deps] update@ljharb/eslint-config21f80b3[Fix]stringify: skip null/undefined entries inarrayFormat: 'comma'+ `e...a0a81ea[Fix]stringify: use configureddelimiteraftercharsetSentinele3062f7[Fix]stringify: applyformatterto encoded key understrictNullHandling0c180a4[Fix]stringify: skip null/undefined filter-array entries instead of crashi...3a8b94a[Tests] add regression tests for keys containing percent-encoded bracket text96755ab[readme] fix grammara419ce5[Fix]parse: handle nested bracket groups and add regression tests3f5e1c5v6.15.1Updates
vitestfrom 3.2.4 to 4.1.0Release notes
Sourced from vitest's releases.
... (truncated)
Commits
4150b91chore: release v4.1.01de0aa2fix: correctly identify concurrent test during static analysis (#9846)c3cac1cfix: use isAgent check, not just TTY, for watch mode (#9841)eab68bachore(deps): update all non-major dependencies (#9824)031f02afix: allow catch/finally for async assertion (#9827)3e9e096feat(reporters): addagentreporter to reduce ai agent token usage (#9779)0c2c013chore: release v4.1.0-beta.68181e06fix:hideSkippedTestsshould not hidetest.todo(fix #9562) (#9781)a8216b0fix: manual and redirect mock shouldn'tloadortransformoriginal module...689a22afix(browser): types ofgetCDPSessionandcdp()(#9716)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for vitest since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.