Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency ng-packagr to v19 #501

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ng-packagr ^14.2.1 -> ^19.0.0 age adoption passing confidence

Release Notes

ng-packagr/ng-packagr (ng-packagr)

v19.1.2

Compare Source

  • add tailwindcss version 4 as a valid peer dependency (719577c)

v19.1.1

Compare Source

v19.1.0

Compare Source

Features
Bug Fixes
  • Re-use module resolution cache.
  • adjust peerDependencies to allow Angular 19.1.0-next (d27ef5b)
Performance
  • mitigate TypeScript 5.6+ performance regression (ac9766e), closes #​2969

v19.0.1

Compare Source

v19.0.0

Compare Source

Features
Bug Fixes

v18.2.1

Compare Source

18.2.1 (2024-08-21)

v18.2.0

Compare Source

v18.1.0

Compare Source

Features
  • add support for TypeScript 5.5 (ae2a698)

v18.0.0

Compare Source

⚠ BREAKING CHANGES
  • Node.js support for versions <18.19.1 and <20.11.1 has been removed.
Bug Fixes
  • incorrect path resolution for entry-points when generating FESM (f2cd914), closes #​2838
Features
  • add support for Angular 18 (9bef232)
  • add NgPackagrOptions to public api (ffc512e)
  • add support for polling (2c7f75b)
  • support TypeScript 5.4 (07d5cea)

v17.3.0

Compare Source

v17.2.1

Compare Source

v17.2.0

Compare Source

Features
Bug Fixes
  • support string as plugin option in custom postcss plugin config (bb67204)
  • handle absolute url reference in CSS files (3d96591)

v17.1.2

Compare Source

v17.1.1

Compare Source

v17.1.0

Compare Source

Bug Fixes
  • add missing tailwind @screen directive in matcher (ad1bd50)
  • remove direct imports to rollup (45336ae), closes #​2749
  • correctly validate secondary entry-points config (5ff4afd)
  • use rollup wasm version when rollup fails to load (1ed0dc9), closes #​2722
Performance
  • do not update package.json version on watch mode (1225a24)
  • embeed assets in css using esbuild instead of postcss (fe3e052)
  • only process component styles with postcss when needed (84cf578)
  • only emit changed DTS and JS from NG compiler (cd0f508)
  • only write FESM files when content changes during watch mode (fb096a0)
  • reduce TypeScript JSDoc parsing (8228740)

v17.0.3

Compare Source

Bug Fixes

v17.0.2

Compare Source

v17.0.1

Compare Source

Bug Fixes

v17.0.0

Compare Source

⚠ BREAKING CHANGES
  • TypeScript versions before 5.2 are no longer supported.
Features
  • esbuild can't resolve secondary entry point from library (29f417e)
  • drop support for TypeScript versions before 5.2 (72500c3)
  • add support for Angular 17 (cbb06ee)
  • support TypeScript 5.2 (0acd2c4)
Bug Fixes

v16.2.3

Compare Source

Bug Fixes

v16.2.2

Compare Source

v16.2.1

Compare Source

v16.2.0

Compare Source

v16.1.0

Compare Source

Features
  • support TypeScript 5.1 (fcc0c6a)
  • support incremental TypeScript semantic diagnostics (d3b9488)
Bug Fixes
16.0.1 (2023-05-10)
Bug Fixes
  • warn when finding conflicting package export conditions (b08b075), closes #​2609

v16.0.1

Compare Source

v16.0.0

Compare Source

⚠ BREAKING CHANGES
  • TypeScript 4.8 is no longer supported.

  • Several changes to the Angular Package Format (APF)

    • Removal of FESM2015
    • Replacing ES2020 with ES2022
    • Replacing FESM2020 with FESM2022
  • Node.js v14 support has been removed

    Node.js v14 is planned to be End-of-Life on 2023-04-30. Angular will stop supporting Node.js v14 in Angular v16. Angular v16 will continue to officially support Node.js versions v16 and v18.

  • NGCC integration has been removed and as a result Angular View Engine libraries will no longer work.

Features
  • (APF) Angular Package Format updates (4ae531c)
  • remove NGCC integration (d9fdc89)
Bug Fixes
  • always set destination directory (4e89bcf)
  • remove Node.js v14 support (a091d82)

v15.2.2

Compare Source

Bug Fixes
  • always set destination directory (4e49d12)

v15.2.1

Compare Source

v15.2.0

Compare Source

Bug Fixes
15.1.2 (2023-02-09)
Bug Fixes
15.1.1 (2023-01-12)
Performance
  • create a single stylesheet renderer worker instance (6718f6e), closes #​2530

v15.1.2

Compare Source

v15.1.1

Compare Source

v15.1.0

Compare Source

Features
Performance
  • move stylesheet processing into a worker pool (9eaa398)
Bug Fixes
  • include cssUrl and styleIncludePaths in the CSS cache key (6bb7a4a), closes #​2523

v15.0.3

Compare Source

v15.0.2

Compare Source

v15.0.1

Compare Source

v15.0.0

Compare Source

⚠ BREAKING CHANGES
  • ng-packagr no longer supports Node.js versions 14.[15-19].x and 16.[10-12].x. Current supported versions of Node.js are 14.20.x, 16.13.x and 18.10.x.
  • TypeScript versions older than 4.8.2 are no longer supported.
  • Deprecated support for Stylus has been removed. The Stylus package has never reached a stable version and it's usage in the ng-packagr is minimal. It's recommended to migrate to another CSS preprocessor that the ng-packagr supports.
Features
  • add support for tailwindcss (fdc0707), closes #​1943
  • add support for Node.js version 18 (e70e3a3)
  • drop support for TypeScript 4.6 and 4.7 (56d9a85)
  • switch to sass modern API (b1ebee3)
Bug Fixes
  • grammatical update error message (6d7d2a9)
  • remove support for Stylus (2f92ab8)
  • emit TypeScript declaration diagnostics (844ea6c), closes #​2405
  • exclude scanning node_modules when trying to locate README.md (b54159b), closes #​2418
  • exclude scanning nested node_modules when locating README.md (4e4c00b), closes #​2459
  • show actionable error when component resource is not found (5dcba25)

v14.3.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ng-packagr-19.x branch from ad4abc3 to 6cbc856 Compare February 24, 2025 07:30
@renovate renovate bot force-pushed the renovate/ng-packagr-19.x branch from 6cbc856 to a85f04b Compare February 24, 2025 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants