Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Comments

chore(deps): bump rollup, @angular-devkit/build-angular, @angular-devkit/build-ng-packagr and ng-packagr#39

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

chore(deps): bump rollup, @angular-devkit/build-angular, @angular-devkit/build-ng-packagr and ng-packagr#39
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-1d4593ba7a

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2025

Bumps rollup to 4.44.2 and updates ancestor dependencies rollup, @angular-devkit/build-angular, @angular-devkit/build-ng-packagr and ng-packagr. These dependencies need to be updated together.

Updates rollup from 2.1.0 to 4.44.2

Release notes

Sourced from rollup's releases.

v4.44.2

4.44.2

2025-07-04

Bug Fixes

  • Correctly handle @__PURE__ annotations after new keyword (#5998)
  • Generate correct source mapping for closing braces of block statements (#5999)

Pull Requests

v4.44.1

4.44.1

2025-06-26

Bug Fixes

  • Reinstate maxParallelFileOps limit of 1000 to resolve the issue for some (#5992)

Pull Requests

v4.44.0

4.44.0

2025-06-19

Features

  • Remove limit on maxParallelFileOps as this could break watch mode with the commonjs plugin (#5986)

Bug Fixes

  • Provide better source mappings when coarse intermediate maps are used (#5985)

Pull Requests

... (truncated)

Changelog

Sourced from rollup's changelog.

4.44.2

2025-07-04

Bug Fixes

  • Correctly handle @__PURE__ annotations after new keyword (#5998)
  • Generate correct source mapping for closing braces of block statements (#5999)

Pull Requests

4.44.1

2025-06-26

Bug Fixes

  • Reinstate maxParallelFileOps limit of 1000 to resolve the issue for some (#5992)

Pull Requests

4.44.0

2025-06-19

Features

  • Remove limit on maxParallelFileOps as this could break watch mode with the commonjs plugin (#5986)

Bug Fixes

  • Provide better source mappings when coarse intermediate maps are used (#5985)

Pull Requests

4.43.0

2025-06-11

... (truncated)

Commits

Updates @angular-devkit/build-angular from 0.901.12 to 20.0.5

Release notes

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

20.0.5

@​angular-devkit/build-angular

Commit Description
fix - 1ebd53df7 remove unused @vitejs/plugin-basic-ssl dependency

@​angular/build

Commit Description
fix - 05cebdbcd proxy karma request from / to /base

20.0.4

@​schematics/angular

Commit Description
fix - 2316fe29d add missing prettier config

@​angular/ssr

Commit Description
fix - 309742289 avoid preloading unnecessary dynamic bundles
fix - 82691b98f ensure correct referer header handling in web request conversion

20.0.3

@​schematics/angular

Commit Description
fix - e90a808c0 include main.server.ts in tsconfig.files when present
fix - 5c48b8e0a reset module typeSeparator when generating applications

@​angular/build

Commit Description
fix - 56f426e25 include custom bundle name scripts with karma
fix - dfe3a8b73 increase worker idle timeout
fix - e6d27bd5e set scripts option output as classic script for karma

20.0.2

@​schematics/angular

Commit Description
fix - bf64a0f2d add less as a devDependency when selected as the style preprocessor
fix - cb258a3e1 correctly detect modules using new file extension format

@​angular/build

Commit Description
fix - 424f1cbbf do not consider internal Angular files as external imports

20.0.1

@​schematics/angular

Commit Description
fix - 525ddcbd2 only overwrite JSON file if actually changed

... (truncated)

Changelog

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

20.0.5 (2025-07-01)

@​angular-devkit/build-angular

Commit Type Description
1ebd53df7 fix remove unused @vitejs/plugin-basic-ssl dependency

@​angular/build

Commit Type Description
05cebdbcd fix proxy karma request from / to /base

20.1.0-next.3 (2025-06-25)

@​angular/cli

Commit Type Description
dc45c186e feat add initial MCP server implementation

@​schematics/angular

Commit Type Description
4221a33cc fix add missing prettier config

@​angular-devkit/build-angular

Commit Type Description
49a09737d feat provide partial custom postcss configuration support

@​angular/build

Commit Type Description
adfeee0a4 fix adjust coverage includes/excludes for unit-test vitest runner
e0de8680d fix inject zone.js/testing before karma builder execution

@​angular/ssr

Commit Type Description
861a61a3b fix avoid preloading unnecessary dynamic bundles

... (truncated)

Commits

Updates @angular-devkit/build-ng-packagr from 0.900.7 to 0.1002.0

Commits
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @​angular-devkit/build-ng-packagr since your current version.


Updates ng-packagr from 9.1.3 to 20.0.1

Release notes

Sourced from ng-packagr's releases.

20.0.1

Bug Fixes

  • prevent 'Unexpected non-whitespace character' error (d2701fa), closes #3080

20.0.0

⚠ BREAKING CHANGES

  • Node.js versions from 22.0 to 22.10 are no longer supported
  • Node.js v18 is no longer supported
  • TypeScript versions less than 5.8 are no longer supported.

Features

  • expand browser support to widely available Baseline (94f7fbe)
  • add DTS bundles for entry-points (ca9d568), closes #139
  • support Angular version 20 (cebe060)
  • drop support for TypeScript older than 5.8 (a8255ce)
  • support Sass package importers (f767d3c)

Bug Fixes

  • correctly resolve SCSS resources from nested paths (f34a73d), closes #3006
  • correctly update reference to bin (e73db8e), closes #3062
  • update min Node.js support to 20.19, 22.12, and 24.0 (5a7eac4)
  • ensure in package .browserslistrc is correctly resolved (14ed50d)
  • prevent nested CSS in components (e2d9ef0)
  • disable TypeScript composite option with Angular compiler (5dfbdba)
  • disable emitting empty chunk warning (638c107)
  • remove Node.js v18 support (69d9d9e)
  • update minimum supported Node.js 22 version to 22.11.0 (a836a71)

Performance

  • optimize node deletion using Set (a99785c)
  • prevent redundant entry-point builds in watch mode (2f2668b), closes #2936

20.0.0-rc.2

Bug Fixes

20.0.0-rc.1

... (truncated)

Changelog

Sourced from ng-packagr's changelog.

20.0.1 (2025-06-18)

Bug Fixes

  • prevent 'Unexpected non-whitespace character' error (d2701fa), closes #3080

20.0.0 (2025-05-28)

⚠ BREAKING CHANGES

  • Node.js versions from 22.0 to 22.10 are no longer supported
  • Node.js v18 is no longer supported
  • TypeScript versions less than 5.8 are no longer supported.

Features

  • expand browser support to widely available Baseline (94f7fbe)
  • add DTS bundles for entry-points (ca9d568), closes #139
  • support Angular version 20 (cebe060)
  • drop support for TypeScript older than 5.8 (a8255ce)
  • support Sass package importers (f767d3c)

Bug Fixes

  • correctly resolve SCSS resources from nested paths (f34a73d), closes #3006
  • correctly update reference to bin (e73db8e), closes #3062
  • update min Node.js support to 20.19, 22.12, and 24.0 (5a7eac4)
  • ensure in package .browserslistrc is correctly resolved (14ed50d)
  • prevent nested CSS in components (e2d9ef0)
  • disable TypeScript composite option with Angular compiler (5dfbdba)
  • disable emitting empty chunk warning (638c107)
  • remove Node.js v18 support (69d9d9e)
  • update minimum supported Node.js 22 version to 22.11.0 (a836a71)

Performance

  • optimize node deletion using Set (a99785c)
  • prevent redundant entry-point builds in watch mode (2f2668b), closes #2936

20.0.0-rc.2 (2025-05-27)

Bug Fixes

20.0.0-rc.1 (2025-05-21)

... (truncated)

Commits
  • db97a5d release: cut 20.0.1
  • d2701fa fix: prevent 'Unexpected non-whitespace character' error
  • 40a875e Update package.json
  • bc9ef06 docs: update changelog
  • c47c6af release: cut 20.0.0
  • 46a4345 build: update all non-major dependencies to v8.33.0
  • 322173c release: cut 20.0.0-rc.2
  • 22a7ba1 build: update typescript-eslint monorepo to v8
  • e9aa810 Update discover-packages.ts
  • 0d0711c Update .eslintrc.json
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by alan.agius4, a new releaser for ng-packagr 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.

…kit/build-ng-packagr and ng-packagr

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


Updates `rollup` from 2.1.0 to 4.44.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.1.0...v4.44.2)

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

Updates `@angular-devkit/build-ng-packagr` from 0.900.7 to 0.1002.0
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/commits)

Updates `ng-packagr` from 9.1.3 to 20.0.1
- [Release notes](https://github.com/ng-packagr/ng-packagr/releases)
- [Changelog](https://github.com/ng-packagr/ng-packagr/blob/20.0.1/CHANGELOG.md)
- [Commits](ng-packagr/ng-packagr@v9.1.3...20.0.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.44.2
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 20.0.5
  dependency-type: direct:development
- dependency-name: "@angular-devkit/build-ng-packagr"
  dependency-version: 0.1002.0
  dependency-type: direct:development
- dependency-name: ng-packagr
  dependency-version: 20.0.1
  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 Jul 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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