nx-packaged icon indicating copy to clipboard operation
nx-packaged copied to clipboard

build: update ng-packagr to version 11.0.0-next.2

Open renovate[bot] opened this issue 5 years ago • 0 comments

This PR contains the following updates:

Package Type Update Change
ng-packagr devDependencies major 4.7.1 -> 11.0.0-next.2

Release Notes

ng-packagr/ng-packagr

v11.0.0-next.2

Compare Source

⚠ BREAKING CHANGES
  • TypeScript 3.9 is no longer supported, please upgrade to TypeScript 4.0.

v11.0.0-next.1

Compare Source

Bug Fixes
  • clear analysis cache to detect invalid imports in watch mode (d6a3920)
Performance
  • initialize ajv validator only once (24f4b83)
  • short-circuit ngcc processing across entry-points (599b742)
  • use set semantics when computing which entry-points to recompile (f0f52c7)
  • use shared module resolution cache across all entry-points (954ae79)

v11.0.0-next.0

Compare Source

Features
10.1.2 (2020-09-26)
Bug Fixes
  • fix windows less spawn error (9174c0b)
10.1.1 (2020-09-25)
Bug Fixes
  • add basePath as sourceRoot (681fb1c)
  • replace execFile with execFileSync to fix a potential malicious cmd injection (bda0fff)

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)

v5.7.1

Compare Source

v5.7.0

Compare Source

Bug Fixes
Features
  • deprecate inlining of bundledDependencies (0c52486)
5.6.1 (2019-10-09)
Bug Fixes
  • tsickle references to non imported values when using Angular 8 (de5894b)

v5.6.1

Compare Source

v5.6.0

Compare Source

Bug Fixes
Build System
Features
  • copies CHANGELOG.md to package destination (db5ad68)
Tests
  • update angular cli dev packages (3e26f7b)
5.5.1 (2019-09-14)
Bug Fixes
  • add downlevelConstructorParameters transformer (b959010), closes #​1400
  • remove terser warnings as these as not actionable (9c80f62), closes #​1394
  • update rimraf to version ^3.0.0 (9236102)

v5.5.1

Compare Source

v5.5.0

Compare Source

Bug Fixes
  • disable treeshaking when generating bundles (34b26fc)
  • update commander to version ^3.0.0 (dcd4853)
Features
  • disable Ivy in default tsconfig (f50dd2f)
  • show error when trying to publish ivy packages (c3122d6)
5.4.3 (2019-07-29)
Bug Fixes
  • handle svg templates same as html files (2156f5f)
5.4.2 (2019-07-29)
Bug Fixes
5.4.1 (2019-07-29)
Bug Fixes
  • remove defaults from languageLevel (7650c65)

v5.4.3

Compare Source

v5.4.2

Compare Source

v5.4.1

Compare Source

v5.4.0

Compare Source

Features
  • add support for Ivy libraries (b6dfcf6)
  • add support for typescript 3.5 and Angular 8.X pre-releases (798de61)
  • use ajv to validate schema (e5e9864)

v5.3.0

Compare Source

Bug Fixes
  • add quotes to less include-path (af6816b)
  • don't write stacktraces when there are errors (42692b0)
  • remove opencollective postinstall scripts (123f39a)
  • update terser to version ^4.0.0 (dd28818)
Features

v5.2.0

Compare Source

Bug Fixes
  • copy+dereference LICENSE and README.md (6ace017)
  • fix resolution for less binary (6bc789c), closes #​1276
  • logger print errors and warnings to stderr (9534d19)
  • update chokidar to version ^3.0.0 (2f0e75f)
  • update fs-extra to version ^8.0.0 (de09a1a)
  • update update-notifier to version ^3.0.0 (d5b136f)
Features
  • update several rollup dependencies (0772371)

v5.1.0

Compare Source

Bug Fixes
  • emit ts option diagnostic (ed960b6)
  • error out gracefully when package.json is not found (902dea2), closes #​1255
Features
  • add support for TypeScript 3.4 (828065c)

5.0.1 (2019-03-27)

Bug Fixes
  • version command should not require tsickle (6ac0dcf)

v5.0.1

Compare Source

Bug Fixes
  • version command should not require tsickle (6ac0dcf)

v5.0.0

Compare Source

Bug Fixes
  • update core-js to version ^3.0.0 (b985c49)
  • update read-pkg-up to version ^5.0.0 (cb172fa)
  • update rollup-plugin-json to version ^4.0.0 (8d4d4a7)
Features
  • add node-sass support with sass as default (43a0be6)
  • add support for Angular 8 and TypeScript 3.3 (dfe5a27)
  • remove tsickle from direct peerDepedencies (1555cf6), closes #​1202
  • replace uglify-js with terser (a18d7ad)
  • update rollup to version 1.6+ (82f97e4), closes #​1227
Performance Improvements
  • generate umd bundle directly from fesm5 instead of esm5 (b25731b)
  • reduce the amount of dependees that are removed (408541e)
BREAKING CHANGES
  • Users outside of Google don't usually need closure annotations hence annotateForClosureCompiler is turned off by default. In case users want to emit closure compatible code, they need to install tsickle and enable opt it this feature.

  • We no longer use node-sass by default, instead we use sass (dart-sass).

While in most cases this should not have an impact the generated code, dart sass has some differences from Ruby Sass. See https://github.com/sass/dart-sass#behavioral-differences-from-ruby-sass for more details

If you wish to use node-sass instead of sass you need to install node-sass as a dev dependency.

npm users

npm install node-sass --save-dev

yarn users

yarn add node-sass --dev

4.7.1 (2019-02-15)

Bug Fixes

Renovate configuration

:date: Schedule: At any time (no schedule defined).

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

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: 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[bot] avatar Oct 29 '20 11:10 renovate[bot]