Skip to content

build: update all non-major dependencies (main)#33305

Merged
alan-agius4 merged 1 commit into
angular:mainfrom
angular-robot:ng-renovate/main-all-non-major-dependencies
Jun 4, 2026
Merged

build: update all non-major dependencies (main)#33305
alan-agius4 merged 1 commit into
angular:mainfrom
angular-robot:ng-renovate/main-all-non-major-dependencies

Conversation

@angular-robot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@inquirer/confirm (source) 6.1.06.1.1 age adoption passing confidence
@inquirer/prompts (source) 8.5.08.5.2 age adoption passing confidence
@listr2/prompt-adapter-inquirer 4.2.34.2.4 age adoption passing confidence
@rollup/wasm-node (source) 4.60.44.61.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.60.08.60.1 age adoption passing confidence
@typescript-eslint/parser (source) 8.60.08.60.1 age adoption passing confidence
@vitest/coverage-v8 (source) 4.1.74.1.8 age adoption passing confidence
algoliasearch (source) 5.52.15.53.0 age adoption passing confidence
eslint (source) 10.4.010.4.1 age adoption passing confidence
lmdb 3.5.43.5.5 age adoption passing confidence
rolldown (source) 1.0.21.0.3 age adoption passing confidence
rollup (source) 4.60.44.61.0 age adoption passing confidence
tinyglobby (source) 0.2.160.2.17 age adoption passing confidence
vite (source) 7.3.37.3.5 age adoption passing confidence
vitest (source) 4.1.74.1.8 age adoption passing confidence

  • If you want to rebase/retry this PR, check this box

Release Notes

SBoudrias/Inquirer.js (@​inquirer/confirm)

v6.1.1

Compare Source

listr2/listr2 (@​listr2/prompt-adapter-inquirer)

v4.2.4

Compare Source

@​listr2/prompt-adapter-inquirer 4.2.4 (2026-06-01)

Bug Fixes
rollup/rollup (@​rollup/wasm-node)

v4.61.0

Compare Source

2026-06-01

Features
  • Sort entry modules to make chunk hashes deterministic (#​6391)
Pull Requests
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.60.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-shadow] correct rule to match ESLint v10 handling (#​12182)
  • eslint-plugin: respect ECMAScript line terminators in ts-comment rules (#​12352)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.60.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

vitest-dev/vitest (@​vitest/coverage-v8)

v4.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
algolia/algoliasearch-client-javascript (algoliasearch)

v5.53.0

Compare Source

BREAKING CHANGES: this minor version includes breaking changes. See below for more details.

eslint/eslint (eslint)

v10.4.1

Compare Source

Bug Fixes

  • e557467 fix: update @eslint/plugin-kit version to 0.7.2 (#​20930) (Francesco Trotta)
  • d4ce898 fix: propagate failures from delegated commands (#​20917) (Minh Vu)
  • f4f3507 fix: prefer-arrow-callback invalid autofix with newline after async (#​20916) (kuldeep kumar)
  • c5bc78b fix: false positive for reference in finally block (#​20655) (Tanuj Kanti)
  • 27538c0 fix: add missing CodePath and CodePathSegment types (#​20853) (Pixel998)

Documentation

  • 61b0add docs: remove deprecated rule from related rules of max-params (#​20921) (Tanuj Kanti)
  • 305d5b9 docs: remove deprecated rules from related rules section (#​20911) (Tanuj Kanti)
  • 49b0202 docs: fix display: none of ad (#​20901) (Tanuj Kanti)
  • 9067f94 docs: switch build to Node.js 24 (#​20893) (Milos Djermanovic)
  • c91b041 docs: Update README (GitHub Actions Bot)
  • e349265 docs: clarify semver strings in rule deprecation objects (#​20885) (Milos Djermanovic)

Chores

kriszyp/lmdb-js (lmdb)

v3.5.5

Compare Source

rolldown/rolldown (rolldown)

v1.0.3

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚡ Performance
  • generate: thread ast_table by value into codegen consumer (#​9555) by @​Boshen
  • finalizers: replace _reExport construction with a direct call to avoid calling clone_in (#​9501) by @​Dunqing
  • reorder hot-path boolean checks to short-circuit on cheap predicates first (#​9523) by @​Boshen
🧪 Testing
⚙️ Miscellaneous Tasks
❤️ New Contributors
SuperchupuDev/tinyglobby (tinyglobby)

v0.2.17

Compare Source

Changed
  • Enabled staged publishing for stronger supply-chain security
Fixed
  • Defaults when undefined is passed to any of the options by chloeelim
  • Drive-relative paths on Windows by Andrej730
  • FileSystemAdapter is now exported again
vitejs/vite (vite)

v7.3.5

Compare Source

Please refer to CHANGELOG.md for details.

See associated pull request for more information.
@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Jun 4, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates various dependencies across multiple package.json files, including vitest, rollup, eslint, and vite. Feedback was provided regarding the update of algoliasearch to version 5.53.0, which introduces breaking changes to retry behavior and TypeScript type definitions, and should be reverted to prevent potential compilation or runtime issues.

"@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",

@alan-agius4 alan-agius4 merged commit 5485204 into angular:main Jun 4, 2026
41 checks passed
@alan-agius4
Copy link
Copy Markdown
Collaborator

This PR was merged into the repository. The changes were merged into the following branches:

@alan-agius4 alan-agius4 deleted the ng-renovate/main-all-non-major-dependencies branch June 4, 2026 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants