Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
35517
20c98cf3 fix(vite): tighten ensure-vitest-package migration @nx/vitest always installed, even in workspaces with no vitest usage. When @nx/vitest/plugin is already registered alongside @nx/vite/plugin entries that carry vitest options, those options are silently dropped. Migration guide backward-compat section still says "will be removed in Nx 23" rather than noting the removal happened. @nx/vitest installed only when vitest usage is detected: vitest in package.json, @nx/vite:test executor in any project, vitest-related options on @nx/vite/plugin, or vitest.config.* in any project root. Vitest options extracted from @nx/vite/plugin are merged into any existing @nx/vitest plugin entry (matched by include/exclude scope) without overwriting user-set fields. Migration guide backward-compat section updated to describe the removal as historical fact. Companion migration doc added under packages/vite/docs/. Addresses review comments on PR for NXC-4158
by Jack Hsu
J
Failed
35517
Flaky task
→
20c98cf3 fix(vite): tighten ensure-vitest-package migration @nx/vitest always installed, even in workspaces with no vitest usage. When @nx/vitest/plugin is already registered alongside @nx/vite/plugin entries that carry vitest options, those options are silently dropped. Migration guide backward-compat section still says "will be removed in Nx 23" rather than noting the removal happened. @nx/vitest installed only when vitest usage is detected: vitest in package.json, @nx/vite:test executor in any project, vitest-related options on @nx/vite/plugin, or vitest.config.* in any project root. Vitest options extracted from @nx/vite/plugin are merged into any existing @nx/vitest plugin entry (matched by include/exclude scope) without overwriting user-set fields. Migration guide backward-compat section updated to describe the removal as historical fact. Companion migration doc added under packages/vite/docs/. Addresses review comments on PR for NXC-4158
by Jack Hsu
J
Failed
35517
Fix ready
→
1ac3797f fix(vite): tighten ensure-vitest-package migration @nx/vitest always installed, even in workspaces with no vitest usage. When @nx/vitest/plugin is already registered alongside @nx/vite/plugin entries that carry vitest options, those options are silently dropped. Migration guide backward-compat section still says "will be removed in Nx 23" rather than noting the removal happened. @nx/vitest installed only when vitest usage is detected: vitest in package.json, @nx/vite:test executor in any project, vitest-related options on @nx/vite/plugin, or vitest.config.* in any project root. Vitest options extracted from @nx/vite/plugin are merged into any existing @nx/vitest plugin entry (matched by include/exclude scope) without overwriting user-set fields. Migration guide backward-compat section updated to describe the removal as historical fact. Companion migration doc added under packages/vite/docs/. Addresses review comments on PR for NXC-4158
by Jack Hsu
J
Failed
35517
2661c6e2 fix(vite): tighten ensure-vitest-package migration ## Current Behavior @nx/vitest always installed, even in workspaces with no vitest usage. When @nx/vitest/plugin is already registered alongside @nx/vite/plugin entries that carry vitest options, those options are silently dropped. Migration guide backward-compat section still says "will be removed in Nx 23" rather than noting the removal happened. ## Expected Behavior @nx/vitest installed only when vitest usage is detected: vitest in package.json, @nx/vite:test executor in any project, vitest-related options on @nx/vite/plugin, or vitest.config.* in any project root. Vitest options extracted from @nx/vite/plugin are merged into any existing @nx/vitest plugin entry (matched by include/exclude scope) without overwriting user-set fields. Migration guide backward-compat section updated to describe the removal as historical fact. Companion migration doc added under packages/vite/docs/. ## Related Issue(s) Addresses review comments on PR for NXC-4158
by Jack Hsu
J
Succeeded
35517
de037912 feat(vite)!: remove vitest support in favor of @nx/vitest @nx/vite ships vitest version constants, the @nx/vite:test executor, the @nx/vite:vitest generator, and @nx/vite/plugin test target inference. Duplicates @nx/vitest. @nx/vite owns vite only. @nx/vitest owns vitest. Removed: - vitest version constants + helpers from versions.ts/version-utils.ts - @nx/vite:test executor - @nx/vite:vitest generator - @nx/vite/plugin test target inference + atomization - vitest install in @nx/vite init - vitest peer dep v23 safety-net migration installs @nx/vitest, swaps @nx/vite:test → @nx/vitest:test (project + targetDefaults), splits @nx/vite/plugin registrations, and registers @nx/vitest plugin alongside default-config @nx/vite/plugin (closes 22.2.0 gap). @nx/vite configuration generator with includeVitest still works — delegates to @nx/vitest via ensurePackage. Fixes NXC-4158
by Jack Hsu
J
Failed
35517
Fix applied
→
de037912 feat(vite)!: remove vitest support in favor of @nx/vitest @nx/vite ships vitest version constants, the @nx/vite:test executor, the @nx/vite:vitest generator, and @nx/vite/plugin test target inference. Duplicates @nx/vitest. @nx/vite owns vite only. @nx/vitest owns vitest. Removed: - vitest version constants + helpers from versions.ts/version-utils.ts - @nx/vite:test executor - @nx/vite:vitest generator - @nx/vite/plugin test target inference + atomization - vitest install in @nx/vite init - vitest peer dep v23 safety-net migration installs @nx/vitest, swaps @nx/vite:test → @nx/vitest:test (project + targetDefaults), splits @nx/vite/plugin registrations, and registers @nx/vitest plugin alongside default-config @nx/vite/plugin (closes 22.2.0 gap). @nx/vite configuration generator with includeVitest still works — delegates to @nx/vitest via ensurePackage. Fixes NXC-4158
by Jack Hsu
J
Succeeded
35517
4b8e631a style(vite): format code Co-authored-by: jaysoo <jaysoo@users.noreply.github.com>
by nx-cloud[bot]
n
Canceled
35517
f9bbac44 feat(vite)!: remove vitest support in favor of @nx/vitest @nx/vite ships vitest version constants, the @nx/vite:test executor, the @nx/vite:vitest generator, and @nx/vite/plugin test target inference. Duplicates @nx/vitest. @nx/vite owns vite only. @nx/vitest owns vitest. Removed: - vitest version constants + helpers from versions.ts/version-utils.ts - @nx/vite:test executor - @nx/vite:vitest generator - @nx/vite/plugin test target inference + atomization - vitest install in @nx/vite init - vitest peer dep v23 safety-net migration installs @nx/vitest, swaps @nx/vite:test → @nx/vitest:test (project + targetDefaults), splits @nx/vite/plugin registrations, and registers @nx/vitest plugin alongside default-config @nx/vite/plugin (closes 22.2.0 gap). @nx/vite configuration generator with includeVitest still works — delegates to @nx/vitest via ensurePackage. Fixes NXC-4158
by Jack Hsu
J
Failed
35517
Fix applied
→
f9bbac44 feat(vite)!: remove vitest support in favor of @nx/vitest @nx/vite ships vitest version constants, the @nx/vite:test executor, the @nx/vite:vitest generator, and @nx/vite/plugin test target inference. Duplicates @nx/vitest. @nx/vite owns vite only. @nx/vitest owns vitest. Removed: - vitest version constants + helpers from versions.ts/version-utils.ts - @nx/vite:test executor - @nx/vite:vitest generator - @nx/vite/plugin test target inference + atomization - vitest install in @nx/vite init - vitest peer dep v23 safety-net migration installs @nx/vitest, swaps @nx/vite:test → @nx/vitest:test (project + targetDefaults), splits @nx/vite/plugin registrations, and registers @nx/vitest plugin alongside default-config @nx/vite/plugin (closes 22.2.0 gap). @nx/vite configuration generator with includeVitest still works — delegates to @nx/vitest via ensurePackage. Fixes NXC-4158
by Jack Hsu
J
Previous page
Previous
Next
Next page