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

chore(deps): update dependency ng-packagr to v17 - autoclosed #302

Closed
wants to merge 9 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ng-packagr ^13.3.0 -> ^17.0.0 age adoption passing confidence

Release Notes

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

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

v14.2.2

Compare Source

Bug Fixes
  • exclude scanning nested node_modules when locating README.md (3b74c0f), closes #​2459

v14.2.1

Compare Source

v14.2.0

Compare Source

Features
  • add support for TypeScript 4.8 (387a4e1)

v14.1.0

Compare Source

v14.0.4

Compare Source

v14.0.3

Compare Source

v14.0.2

Compare Source

14.0.2 (2022-06-10)

v14.0.1

Compare Source

No visible changes

v14.0.0

Compare Source

⚠ BREAKING CHANGES
  • Support for TypeScript 4.4 and 4.5 has been removed. Please update to TypeScript 4.6.
  • Support for Node.js v12 has been removed as it will become EOL on 2022-04-30. Please use Node.js v14.15 or later.
  • package.json is not longer a valid method to configure ng-packagr. Use ng-package.json instead.
Features
  • support TypeScript 4.7 (5574598)
  • remove handling of package.json as configuration (a94bd14), closes #​2176
  • update generated output to APF 14 (c6f6e4d)
  • support more complex assets configurations (6776e17), closes #​1497
  • drop support for Node.js 12 (181ac25)
  • support TypeScript 4.6.2 (9faef17)
Bug Fixes
  • watch mode when using ng-packagr CLI directly (0f8f92a)
  • join paths instead of resolving (0a54e7d), closes #​2241
  • avoid a recursive export when entryfile is named index.ts (4c96acb)
  • ignore circular dependency warnings (9b93a18)
  • remove hardcoded moduleResolution (3f5448d)
  • re-allow index.ts as entry-files (8c5cc4f)
  • invalid browsers version ranges (547a11f)

v13.3.1

Compare Source

Bug Fixes
  • watch mode when using ng-packagr CLI directly (c2338a1)

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 6am every weekday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

renovate bot and others added 9 commits February 5, 2024 09:47
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
…n to v3.6.0 (#286)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
… v1.3.0 (#287)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Copy link
Contributor Author

renovate bot commented Feb 6, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: webapp/cas-mgmt-webapp-workspace/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.11.4" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"13.4.0" from the root project
npm ERR!   peer @angular/core@"13.4.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"~13.4.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-02-06T00_35_18_167Z-debug-0.log

@renovate renovate bot changed the title chore(deps): update dependency ng-packagr to v17 chore(deps): update dependency ng-packagr to v17 - autoclosed May 22, 2024
@renovate renovate bot closed this May 22, 2024
@renovate renovate bot deleted the renovate/ng-packagr-17.x branch May 22, 2024 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant