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
4 changes: 2 additions & 2 deletions modules/testing/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"@angular-devkit/build-angular": "workspace:*",
"@angular-devkit/core": "workspace:*",
"@angular/ssr": "workspace:*",
"@vitest/coverage-v8": "4.1.7",
"@vitest/coverage-v8": "4.1.8",
"browser-sync": "3.0.4",
"istanbul-lib-instrument": "6.0.3",
"jsdom": "29.1.1",
"ng-packagr": "22.0.0-rc.0",
"rxjs": "7.8.2",
"vitest": "4.1.7"
"vitest": "4.1.8"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/wasm-node": "4.60.4",
"@rollup/wasm-node": "4.61.0",
"@stylistic/eslint-plugin": "^5.0.0",
"@tony.ganchev/eslint-plugin-header": "~3.4.0",
"@types/babel__core": "7.20.5",
Expand All @@ -95,13 +95,13 @@
"@types/yargs": "^17.0.20",
"@types/yargs-parser": "^21.0.0",
"@types/yarnpkg__lockfile": "^1.1.5",
"@typescript-eslint/eslint-plugin": "8.60.0",
"@typescript-eslint/parser": "8.60.0",
"@typescript-eslint/eslint-plugin": "8.60.1",
"@typescript-eslint/parser": "8.60.1",
"ajv": "8.20.0",
"buffer": "6.0.3",
"esbuild": "0.28.0",
"esbuild-wasm": "0.28.0",
"eslint": "10.4.0",
"eslint": "10.4.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"express": "5.2.1",
Expand All @@ -125,7 +125,7 @@
"prettier": "^3.0.0",
"puppeteer": "25.1.0",
"quicktype-core": "23.2.6",
"rollup": "4.60.4",
"rollup": "4.61.0",
"rollup-license-plugin": "~3.2.0",
"rollup-plugin-dts": "6.4.1",
"rollup-plugin-sourcemaps2": "0.5.7",
Expand Down
14 changes: 7 additions & 7 deletions packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "7.29.7",
"@babel/helper-annotate-as-pure": "7.29.7",
"@babel/helper-split-export-declaration": "7.24.7",
"@inquirer/confirm": "6.1.0",
"@inquirer/confirm": "6.1.1",
"@vitejs/plugin-basic-ssl": "2.3.0",
"beasties": "0.4.2",
"browserslist": "^4.26.0",
Expand All @@ -36,16 +36,16 @@
"parse5-html-rewriting-stream": "8.0.1",
"picomatch": "4.0.4",
"piscina": "5.1.4",
"rollup": "4.60.4",
"rollup": "4.61.0",
"sass": "1.100.0",
"semver": "7.8.1",
"source-map-support": "0.5.21",
"tinyglobby": "0.2.16",
"vite": "7.3.3",
"tinyglobby": "0.2.17",
"vite": "7.3.5",
"watchpack": "2.5.1"
},
"optionalDependencies": {
"lmdb": "3.5.4"
"lmdb": "3.5.5"
},
"devDependencies": {
"@angular-devkit/core": "workspace:*",
Expand All @@ -55,9 +55,9 @@
"less": "4.6.4",
"ng-packagr": "22.0.0-rc.0",
"postcss": "8.5.15",
"rolldown": "1.0.2",
"rolldown": "1.0.3",
"rxjs": "7.8.2",
"vitest": "4.1.7"
"vitest": "4.1.8"
},
"peerDependencies": {
"@angular/compiler": "0.0.0-ANGULAR-FW-PEER-DEP",
Expand Down
6 changes: 3 additions & 3 deletions packages/angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
"@inquirer/prompts": "8.5.0",
"@listr2/prompt-adapter-inquirer": "4.2.3",
"@inquirer/prompts": "8.5.2",
"@listr2/prompt-adapter-inquirer": "4.2.4",
"@modelcontextprotocol/sdk": "1.29.0",
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
"@yarnpkg/lockfile": "1.1.0",
"algoliasearch": "5.52.1",
"algoliasearch": "5.53.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The update of algoliasearch from 5.52.1 to 5.53.0 introduces breaking changes according to its release notes, including changes to the default retry behavior and TypeScript type definitions (adding searchResponsePartial to the searchResult union). Since this is a non-major dependency update, it is safer to revert this update to prevent potential compilation or runtime issues in the CLI.

Suggested change
"algoliasearch": "5.53.0",
"algoliasearch": "5.52.1",

"ini": "7.0.0",
"jsonc-parser": "3.3.1",
"listr2": "10.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"source-map-loader": "5.0.0",
"source-map-support": "0.5.21",
"terser": "5.48.0",
"tinyglobby": "0.2.16",
"tinyglobby": "0.2.17",
"tslib": "2.8.1",
"webpack": "5.107.2",
"webpack-dev-middleware": "8.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/schematics_cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"dependencies": {
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
"@inquirer/prompts": "8.5.0"
"@inquirer/prompts": "8.5.2"
}
}
Loading
Loading