Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

chore: update ng-packagr to version 11.2.4 #155

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 28, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ng-packagr ^5.4.3 -> ^11.0.0 age adoption passing confidence

Release Notes

ng-packagr/ng-packagr

v11.2.4

Compare Source

Bug Fixes
  • removed default value from whitelistedNonPeerDependencies in json schema (4229231), closes #​1892

v11.2.3

Compare Source

Bug Fixes
  • deprecate whitelistedNonPeerDependencies in favor of allowedNonPeerDependencies (74fe7d1), closes #​1884

v11.2.2

Compare Source

Bug Fixes
  • show error when template file is unreadable (5c07958)

v11.2.1

Compare Source

Bug Fixes
  • use path.join instead of require.resolve to resolve worker (784d340), closes #​1867
Performance
  • use sync-rcp instead of execFileSync to transform async function to sync functions #​1872 (b9b25b5)

v11.2.0

Compare Source

11.1.4 (2021-02-05)
Bug Fixes
  • remove optional dependency on tsickle (d3e46ce)
11.1.3 (2021-02-02)
Bug Fixes
11.1.2 (2021-01-20)
11.1.1 (2021-01-20)
Bug Fixes
  • await async process method (361e43b)

v11.1.4

Compare Source

v11.1.3

Compare Source

v11.1.2

Compare Source

v11.1.0

Compare Source

Features
  • add NGCC async integration (232fb21)
  • add stylesheet processor DI (dedb3b3)
  • add support for using TypeScript 4.1 (ffe3ab9)
Bug Fixes
  • add tsickle as optional peer dependency (52f3988), closes #​1801
  • changed assets not being copied during watch mode (8d6664e), closes #​1826
  • set sourceRoot to empty string to correctly resolve dts sources (94dd2d8)
  • termination of process when using CTRL+C (8f6c46e)
Performance
  • only use ensureUnixPath when OS is Windows (d4ed2b4)
11.0.3 (2020-11-21)
Bug Fixes
  • correctly resolve sourceRoot (6673dbc)
11.0.2 (2020-11-12)
Bug Fixes
11.0.1 (2020-11-11)

v11.0.3

Compare Source

v11.0.2

Compare Source

v11.0.1

Compare Source

v11.0.0

Compare Source

Bug Fixes
  • sourcemap should not differ based on build path (6f946b7)

v10.1.2

Compare Source

v10.1.1

Compare Source

v10.1.0

Compare Source

Features
  • add support for TypeScript 4 (eb8b0c2)
  • show warning on deprecated option usage (551a4d9)
Bug Fixes
  • update commander to version ^6.0.0 (ec736e5)
Performance
10.0.4 (2020-08-13)
Bug Fixes
10.0.3 (2020-07-22)
Performance
10.0.2 (2020-07-16)
Bug Fixes
10.0.1 (2020-07-09)
Bug Fixes
  • don't copy assets asynchronously (374ec29)
  • update rxjs to version ~6.6.0 (2ce95ab)

v10.0.4

Compare Source

v10.0.3

Compare Source

v10.0.2

Compare Source

v10.0.1

Compare Source

v10.0.0

Compare Source

v9.1.5

Compare Source

Bug Fixes
  • remove tslib from peerDependencies when adding it to dependencies (593f861)

v9.1.4

Compare Source

Bug Fixes
  • auto add tslib as direct dependency (298fbc4)
9.1.3 (2020-05-06)

v9.1.3

Compare Source

Bug Fixes
  • update browserslist and autoprefixer (8293497), closes #​1611
  • update rollup-plugin-sourcemaps to version ^0.6.0 (f8c3459)

v9.1.2

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

Bug Fixes
Features
  • add support for TypeScript 3.8 (4a388af)
9.0.3 (2020-03-09)
Bug Fixes
  • update rollup to version 1.32.0 (0e414ce)
  • update rollup to version 1.32.1 (9611545)
  • wrong UMD ID's of Angular packages with a dash in name (c996a61)
9.0.2 (2020-02-25)
Bug Fixes
  • handle union type with a nullable argument (c9f697f)
  • show schema errors (cdf0e9c)
  • throw error on circular dependencies (af1d2f3), closes #​1551
  • update rollup to version 1.31.1 (36830f4)
9.0.1 (2020-02-18)
Bug Fixes
  • update rollup to version 1.31.1 (36830f4)

v9.0.3

Compare Source

v9.0.2

Compare Source

v9.0.1

Compare Source

v9.0.0

Compare Source

⚠️ BREAKING CHANGES
  • Remove usage of deprecated less-plugin-npm-import. In less v3 is supports node_modules resolutions by default.

Before

@​import '~module/less/linenumbers';

After

@​import 'module/less/linenumbers';
  • TypeScript versions prior to 3.6.4 are no longer supported.no longer supported.
  • tslib will be longer be added as a dependencies, but rather it will be added as a peerDependencies.

This is to be inline with the Angular framework as per

Bug Fixes
  • downlevel constructor parameters transformer with tsickle (51d5498), closes #​1517
  • add assets option to schema (a5efd1c), closes #​1092
  • add link to Angular guide when showing ivy publish warning (6bee029), closes #​1453
  • add more package json sections to remove (57cc4d1)
  • analyse only non done entry points (e8db885)
  • analyse should cater for module name being the primary entry point (7b8e491)
  • circular dependency on itself error (702c3f2), closes #​1508
  • ignore .gitkeep, Thumbs.db and .DS_Store when copying files (a5b10e2)
  • ignore JSON files in tsickle processing (#​1489) (ec44059), closes #​325
  • incorrect detection of potential dependent entry-points (932bf48), closes #​1510
  • lock rollup version (75ac180), closes #​1431
  • remove redundant section in package.json (5efad3a)
  • reset glob cache on file add (0306d59)
  • skip NGCC when file system is read only (0e44793)
  • switch to a more accurate module analyse (92ca053), closes #​1523
  • update commander to version ^4.0.0 (ee41977)
  • update rollup to version 1.31.0 (f8704fd)
  • update update-notifier to version ^4.0.0 (f05cbbf)
Features
  • add support for TypeScript 3.7 (9e05fb3)
  • add support for TypeScript 3.6 (342b799)
  • add tslib as peerDepedency (5077f87)
  • update peerDependencies (7ff60f5)
Performance
  • re-populate glob cache (3323b2a)
  • remove less-plugin-npm-import (6a5ae37)

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title chore: update ng-packagr to version ^11.0.0 chore: update ng-packagr to version 11.2.4 Apr 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant