Bump rollup and @angular-devkit/build-angular in /archive/Angular/search-app
Bumps rollup to 4.52.3 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.
Updates rollup from 1.25.2 to 4.52.3
Release notes
Sourced from rollup's releases.
v4.52.3
4.52.3
2025-09-27
Bug Fixes
- Fix check in native loader for environments that do not support reports (#6123)
Pull Requests
- #6123: fix(native-loader): safely handle report.getReport() on Termux/Android (
@Jobians,@lukastaegert)- #6124: chore(deps): pin msys2/setup-msys2 action to fb197b7 (
@renovate[bot])- #6125: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6126: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])v4.52.2
4.52.2
2025-09-23
Bug Fixes
- Fix Android build crashing due to failed dlopen (#6109)
Pull Requests
- #6109: fix(rust): use prebuilt std when it is available (
@cyyynthia)v4.52.1
4.52.1
2025-09-23
Bug Fixes
- Opt-out of dynamic import optimization when using top-level await to effectively prevent deadlocks (#6121)
Pull Requests
- #6121: Simplify top-level await deadlock prevention (
@lukastaegert)v4.52.0
4.52.0
2025-09-19
Features
- Add option
output.onlyExplicitManualChunksto turn off merging additional dependencies into manual chunks (#6087)
... (truncated)
Changelog
Sourced from rollup's changelog.
rollup changelog
1.32.1
2020-03-06
Bug Fixes
- Handle default export detection for AMD and IIFE externals that do not have a prototype (#3420)
- Handle missing whitespace when the else branch of an if-statement is simplified (#3421)
- Mention the importing module when reporting errors for missing named exports (#3401)
- Add code to warning for missing output.name of IIFE bundles (#3372)
Pull Requests
- #3372: Add warning code for missing output.name of IIFE bundle that has export (
@rail44)- #3401: Missing exports errors now print the importing module (
@timiyay)- #3418: Structure lifecycle hooks, add links to build time hooks (
@lukastaegert)- #3420: Update generated code of getInteropBlock() to work with null prototype objects (
@jdalton)- #3421: Avoid invalid code when "else" branch is simplified (
@lukastaegert)1.32.0
2020-02-28
Features
- Allow adding plugins on the command line via
--plugin <plugin>(#3379)Pull Requests
- #3379: introduce CLI --plugin support (
@kzc)- #3390: fix typo: this.addWatchfile (
@mistlog)- #3392: Bump codecov from 3.6.1 to 3.6.5
- #3404: Update resolveFileUrl docs (
@jakearchibald)1.31.1
2020-02-14
Bug Fixes
- Make sure errored files are always re-evaluated in watch mode to avoid an issue in the typescript plugin (#3388)
Pull Requests
- #3366: Correct spelling minifaction to minification (
@VictorHom)- #3371: Adjust bug template to mention REPL.it (
@lukastaegert)- #3388: Run transform hooks again in watch mode on files that errored (
@lukastaegert)
... (truncated)
Commits
74c555c4.52.34362862fix(native-loader): safely handle report.getReport() on Termux/Android (#6123)7340c45chore(deps): pin msys2/setup-msys2 action to fb197b7 (#6124)cfe817echore(deps): lock file maintenance minor/patch updates (#6126)89e4411fix(deps): lock file maintenance minor/patch updates (#6125)fa2315c4.52.210b2672fix(rust): use prebuilt std when it is available (#6109)69b5dd34.52.15eee44cSimplify top-level await deadlock prevention (#6121)2029f634.52.0- Additional commits viewable in compare view
Updates @angular-devkit/build-angular from 0.900.7 to 20.3.3
Release notes
Sourced from @angular-devkit/build-angular's releases.
20.3.3
@schematics/angular
Commit Description add __screenshots__/to.gitignore
@angular/ssr
Commit Description avoid retaining rendered HTML in memory post-request 20.3.2
No release notes provided.
20.3.1
@angular/build
Commit Description add timestamp to bundle generation log update vite to version 7.1.520.3.0
@angular/cli
Commit Description improve bun lockfile detection and optimize lockfile checks
@schematics/angular
Commit Description align labels in ai-config schema
@angular-devkit/build-angular
Commit Description avoid extra tick in SSR builds
@angular/build
Commit Description preserve names in esbuild for improved debugging in dev mode
@angular/ssr
Commit Description introduce BootstrapContext for isolated server-side rendering Breaking Changes
@angular/ssr
The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.
Before:
const bootstrap = () => bootstrapApplication(AppComponent, config);
... (truncated)
Changelog
Sourced from @angular-devkit/build-angular's changelog.
20.3.3 (2025-09-24)
@schematics/angular
Commit Type Description b7f92da78 fix add __screenshots__/to.gitignore
@angular/ssr
Commit Type Description a4c9a2007 fix avoid retaining rendered HTML in memory post-request 21.0.0-next.4 (2025-09-17)
@angular/build
Commit Type Description a908bf3d4 feat add 'filter' option to unit-test builder c0b00d78e feat add reporter output file option for unit-test 66dd6dd83 feat allow options for unit test reporters 43fc5536f fix add timestamp to bundle generation log c6176f6df fix add upfront dependency validation for unit-test runners 69c3b1226 fix improve error handling in unit-test builder dae732059 fix serve build assets and styles in vitest 20.3.2 (2025-09-17)
19.2.17 (2025-09-17)
@angular/build
Commit Type Description 365d525b5 fix update viteto6.3.6
... (truncated)
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by google-wombot, a new releaser for @angular-devkit/build-angular 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 mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.