Skip to content

Bump rollup and @angular-devkit/build-angular#20

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-69a69bdfbe
Open

Bump rollup and @angular-devkit/build-angular#20
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-69a69bdfbe

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 26, 2026

Bumps rollup to 4.59.0 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.

Updates rollup from 4.22.4 to 4.59.0

Release notes

Sourced from rollup's releases.

v4.59.0

4.59.0

2026-02-22

Features

  • Throw when the generated bundle contains paths that would leave the output directory (#6276)

Pull Requests

v4.58.0

4.58.0

2026-02-20

Features

  • Also support __NO_SIDE_EFFECTS__ annotation before variable declarations declaring function expressions (#6272)

Pull Requests

v4.57.1

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

... (truncated)

Changelog

Sourced from rollup's changelog.

4.59.0

2026-02-22

Features

  • Throw when the generated bundle contains paths that would leave the output directory (#6276)

Pull Requests

4.58.0

2026-02-20

Features

  • Also support __NO_SIDE_EFFECTS__ annotation before variable declarations declaring function expressions (#6272)

Pull Requests

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for rollup since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates @angular-devkit/build-angular from 18.2.9 to 21.2.0

Release notes

Sourced from @​angular-devkit/build-angular's releases.

21.2.0

@​schematics/angular

Commit Description
feat - aa7381efd add a '.prettierrc' file to generated workspaces and add Prettier as dev dependency
feat - f80db6fb7 add ng-add support for Vitest browser providers
fix - 5d1df50d8 add actionable feedback to vitest-browser schematic

@​angular/cli

Commit Description
feat - 0dd04f289 add markdown files to Prettier's formatting list
feat - fbae1b6ab automatic formatting files modified by schematics
feat - 91b9d281f integrate file formatting into update migrations
feat - 98a24d040 standardize MCP tools around workspace/project options
fix - d9cd609c5 correctly parse scoped packages in yarn classic list output
fix - 5b05f2500 enable shell option for Prettier execution on Windows platforms
fix - 25b8a157d quote complex range specifiers in package manager
fix - 6f29a8c35 renamed files by their new path in the schematic workflow
fix - 201a036f2 simplify Angular version compatibility checks and add special handling for local builds of new major versions
fix - cdd26bb66 validate package manager version using semver.valid and throw an error if invalid
perf - bc363af8b optimize package manager discovery with stat-based probing

@​angular/build

Commit Description
feat - ece30f235 add headless option to unit-test builder
feat - cad7a7c0f run vitest browser with playwright with OS theme
fix - 0b4982720 adjust sourcemap sources when Vitest wrapper is bypassed
fix - 1f114a9e8 bundle setup files in unit-test builder for Vitest
fix - fd5cb28c8 explicitly fail when using Vitest runtime mocking
fix - dc899e8a5 normalize allowedHosts in dev-server
fix - 26bbea12f serve extensionless assets without transformation

21.2.0-rc.2

@​angular/cli

Commit Description
fix - 201a036f2 simplify Angular version compatibility checks and add special handling for local builds of new major versions

21.2.0-rc.1

@​angular/cli

Commit Description
fix - cdd26bb66 validate package manager version using semver.valid and throw an error if invalid

@​angular/ssr

Commit Description
fix - cf5a72d33 prevent open redirect via X-Forwarded-Prefix header
fix - f78f38827 validate host headers to prevent header-based SSRF

21.2.0-rc.0

... (truncated)

Changelog

Sourced from @​angular-devkit/build-angular's changelog.

21.2.0 (2026-02-25)

@​angular/cli

Commit Type Description
0dd04f289 feat add markdown files to Prettier's formatting list
fbae1b6ab feat automatic formatting files modified by schematics
91b9d281f feat integrate file formatting into update migrations
98a24d040 feat standardize MCP tools around workspace/project options
d9cd609c5 fix correctly parse scoped packages in yarn classic list output
5b05f2500 fix enable shell option for Prettier execution on Windows platforms
25b8a157d fix quote complex range specifiers in package manager
6f29a8c35 fix renamed files by their new path in the schematic workflow
201a036f2 fix simplify Angular version compatibility checks and add special handling for local builds of new major versions
cdd26bb66 fix validate package manager version using semver.valid and throw an error if invalid
bc363af8b perf optimize package manager discovery with stat-based probing

@​schematics/angular

Commit Type Description
aa7381efd feat add a '.prettierrc' file to generated workspaces and add Prettier as dev dependency
f80db6fb7 feat add ng-add support for Vitest browser providers
5d1df50d8 fix add actionable feedback to vitest-browser schematic

@​angular/build

Commit Type Description
ece30f235 feat add headless option to unit-test builder
cad7a7c0f feat run vitest browser with playwright with OS theme
0b4982720 fix adjust sourcemap sources when Vitest wrapper is bypassed
1f114a9e8 fix bundle setup files in unit-test builder for Vitest
fd5cb28c8 fix explicitly fail when using Vitest runtime mocking
dc899e8a5 fix normalize allowedHosts in dev-server
26bbea12f fix serve extensionless assets without transformation

21.1.5 (2026-02-23)

@​angular/ssr

Commit Type Description
8695d6063 fix prevent open redirect via X-Forwarded-Prefix header
e4d445ec6 fix validate host headers to prevent header-based SSRF

... (truncated)

Commits
  • 018d493 release: cut the v21.2.0 release
  • 481e40d build: bump framework dependencies to latest minor
  • 54bd6e3 build: lock file maintenance
  • dc899e8 fix(@​angular/build): normalize allowedHosts in dev-server
  • c86193e build: update cross-repo angular dependencies
  • 4041e14 build: update bazel dependencies
  • 26bbea1 fix(@​angular/build): serve extensionless assets without transformation
  • 25b8a15 fix(@​angular/cli): quote complex range specifiers in package manager
  • 42f7d99 docs: clarify CLI debugging example by replacing ellipsis with \<command>
  • 808dab6 release: cut the v21.2.0-rc.2 release
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [rollup](https://github.com/rollup/rollup) to 4.59.0 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.


Updates `rollup` from 4.22.4 to 4.59.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.22.4...v4.59.0)

Updates `@angular-devkit/build-angular` from 18.2.9 to 21.2.0
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@18.2.9...v21.2.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.59.0
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 21.2.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants