Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@bazel/buildifier": "8.2.1",
"@eslint/compat": "1.3.2",
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.34.0",
"@eslint/js": "9.35.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.1.0",
Expand Down Expand Up @@ -94,14 +94,14 @@
"@types/yargs": "^17.0.20",
"@types/yargs-parser": "^21.0.0",
"@types/yarnpkg__lockfile": "^1.1.5",
"@typescript-eslint/eslint-plugin": "8.42.0",
"@typescript-eslint/parser": "8.42.0",
"@typescript-eslint/eslint-plugin": "8.43.0",
"@typescript-eslint/parser": "8.43.0",
"ajv": "8.17.1",
"ansi-colors": "4.1.3",
"buffer": "6.0.3",
"esbuild": "0.25.9",
"esbuild-wasm": "0.25.9",
"eslint": "9.34.0",
"eslint": "9.35.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.32.0",
Expand All @@ -123,16 +123,16 @@
"karma-source-map-support": "1.4.0",
"listr2": "9.0.3",
"lodash": "^4.17.21",
"magic-string": "0.30.19",
"npm": "^11.0.0",
"magic-string": "0.30.18",
"rollup-plugin-dts": "6.2.3",
"rollup-plugin-sourcemaps2": "0.5.4",
"prettier": "^3.0.0",
"protractor": "~7.0.0",
"puppeteer": "18.2.1",
"quicktype-core": "23.2.6",
"rollup": "4.50.0",
"rollup": "4.50.1",
"rollup-license-plugin": "~3.0.1",
"rollup-plugin-dts": "6.2.3",
"rollup-plugin-sourcemaps2": "0.5.4",
"semver": "7.7.2",
"shelljs": "^0.10.0",
"source-map-support": "0.5.21",
Expand Down
12 changes: 6 additions & 6 deletions packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@ampproject/remapping": "2.3.0",
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@babel/core": "7.28.3",
"@babel/core": "7.28.4",
"@babel/helper-annotate-as-pure": "7.27.3",
"@babel/helper-split-export-declaration": "7.24.7",
"@inquirer/confirm": "5.1.16",
Expand All @@ -32,17 +32,17 @@
"istanbul-lib-instrument": "6.0.3",
"jsonc-parser": "3.3.1",
"listr2": "9.0.3",
"magic-string": "0.30.18",
"magic-string": "0.30.19",
"mrmime": "2.0.1",
"parse5-html-rewriting-stream": "8.0.0",
"picomatch": "4.0.3",
"piscina": "5.1.3",
"rolldown": "1.0.0-beta.35",
"sass": "1.92.0",
"rolldown": "1.0.0-beta.36",
"sass": "1.92.1",
"semver": "7.7.2",
"source-map-support": "0.5.21",
"tinyglobby": "0.2.14",
"vite": "7.1.4",
"tinyglobby": "0.2.15",
"vite": "7.1.5",
"watchpack": "2.4.4"
},
"optionalDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type { BuilderOutput } from '@angular-devkit/architect';
import assert from 'node:assert';
import { readFile } from 'node:fs/promises';
import path from 'node:path';
import type { InlineConfig, Vitest } from 'vitest/node';
import type { InlineConfig, Vitest, VitestPlugin } from 'vitest/node';
import { assertIsError } from '../../../../utils/error';
import { loadEsmModule } from '../../../../utils/load-esm';
import { toPosixPath } from '../../../../utils/path';
Expand All @@ -26,6 +26,7 @@ import type { TestExecutor } from '../api';
import { setupBrowserConfiguration } from './browser-provider';

type VitestCoverageOption = Exclude<InlineConfig['coverage'], undefined>;
type VitestPlugins = Awaited<ReturnType<typeof VitestPlugin>>;

export class VitestExecutor implements TestExecutor {
private vitest: Vitest | undefined;
Expand Down Expand Up @@ -137,8 +138,8 @@ export class VitestExecutor implements TestExecutor {
private createVitestPlugins(
testSetupFiles: string[],
browserOptions: Awaited<ReturnType<typeof setupBrowserConfiguration>>,
): NonNullable<import('vite').PluginOption>[] {
const { workspaceRoot, codeCoverage } = this.options;
): VitestPlugins {
const { workspaceRoot } = this.options;

return [
{
Expand All @@ -149,7 +150,7 @@ export class VitestExecutor implements TestExecutor {
// Create a subproject that can be configured with plugins for browser mode.
// Plugins defined directly in the vite overrides will not be present in the
// browser specific Vite instance.
const [project] = await context.injectTestProjects({
await context.injectTestProjects({
test: {
name: this.projectName,
root: workspaceRoot,
Expand Down
19 changes: 0 additions & 19 deletions packages/angular/build/src/typings.d.ts

This file was deleted.

6 changes: 3 additions & 3 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"@angular-devkit/build-webpack": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
"@angular/build": "workspace:0.0.0-PLACEHOLDER",
"@babel/core": "7.28.3",
"@babel/core": "7.28.4",
"@babel/generator": "7.28.3",
"@babel/helper-annotate-as-pure": "7.27.3",
"@babel/helper-split-export-declaration": "7.24.7",
"@babel/plugin-transform-async-generator-functions": "7.28.0",
"@babel/plugin-transform-async-to-generator": "7.27.1",
"@babel/plugin-transform-runtime": "7.28.3",
"@babel/preset-env": "7.28.3",
"@babel/runtime": "7.28.3",
"@babel/runtime": "7.28.4",
"@discoveryjs/json-ext": "0.6.3",
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
"ansi-colors": "4.1.3",
Expand All @@ -46,7 +46,7 @@
"postcss-loader": "8.2.0",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.2",
"sass": "1.92.0",
"sass": "1.92.1",
"sass-loader": "16.0.5",
"semver": "7.7.2",
"source-map-loader": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
"jsonc-parser": "3.3.1",
"magic-string": "0.30.18",
"magic-string": "0.30.19",
"ora": "8.2.0",
"rxjs": "7.8.2"
}
Expand Down
Loading