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 @ngtools/webpack in group templates to the latest version 🚀 #10385

Closed

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Oct 18, 2018

The devDependency @ngtools/webpack was updated from 6.2.5 to 7.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Find out more about this release.

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Oct 18, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 18, 2018

Update to this version instead 🚀

Release Notes for CLI for Angular v7.0

Commits

@angular-devkit/schematics-cli (0.10.1)

Commit Description Notes
fix `list-schematics` is not printing anything [Closes #12220]

@angular/cli (7.0.1)

Commit Description Notes
show project being linted [Closes #11231]
add `--defaults` option to `ng new` [Closes #12084]
add support for `ShadowDom` as a `viewEncapsulation` value
if parsing comes accross an obvious error throw it
remove --help-json and add format to help
add support for parsing enums
add subcommand to options
add usage notes to help JSON
add help for ng-new schematics
generate --helpJson will remove collection name
sort schematics by name in --help-json
add long description and suboption option type
add --helpJson (or --help-json) too all commands
remove yargs-parser and implement parsing
initialize a console prompt provider for schematics
allow schematic command to specify the default colletion.
use stderr for all diagnostic related log messages
capture CPU profile
`ng update` remove duplicate `dryRun` in help [Closes #12423]
numerical flags should not give 0 if empty
allow -a=value arguments [Closes #12308]
allow empty string arguments
relax compatible angular check package location
`--verbose` is an unknown option of `serve` [Closes #11086]
allow global config command outside project [Closes #12296]
suggest windows-compatible typescript install command
cannot use same target name in when having multiple projects (#12327) [Closes #12320]
do not show stack on argument parse error
on error finding files, show warning
fix schema error `Property targets is not allowed` [Closes #12192]
support `--version` option
fix support for hidden options
fix support for default values in options
add support for all variant of alias field name
chunk log so output is piped properly
run --help-json now returns a basic help
warn if `targets` is present when using a schematic
fix issues in google3
show an error if invalid global config file found [Closes #12198]
only add options if theres only one builder configuration
only print options once for schematic --help
add options in help for architect commands
properly type config command value option
correct update command packages option type

@angular-devkit/architect (0.10.1)

Commit Description Notes
explicitly type functions

@angular-devkit/benchmark (0.10.1)

Commit Description Notes
add package

@angular-devkit/build-angular (0.10.1)

Commit Description Notes
pass logger to ngtools/webpack
add --reporters option to test [Closes #11376]
add progress option to xi18n [Closes #11667]
add profile option to browser builder
support of tsx absolute path import (#11450)
update license-webpack-plugin [Closes #11536]
automatically include reflect metadata polyfill for JIT
update webpack dependencies
enable sourcemaps by default when using karma [Closes #12282]
add `ignore` option to `assets` object [Closes #11850]
add `ignore` option to `assets` object [Closes #11850]
remove inlining of assets in css (#12027)
use terser instead of uglify-es (#11996) [Closes #9340]
dont serve files on cwd (#12547)
fix extractLicenses default (#12546) [Closes #12546]
don't override missing options in protractor (#12507) [Closes #10697]
workaround karma issue
only process index HTML if option is used
resolve assets in styles relative to importee [Closes #12430]
`ng test` without `reporters` no longer print error [Closes #12455]
don't rerun tests on unchanged compilation [Closes #11880]
addresses issue were `deployUrl` has no effect with serve [Closes #11952]
karma builder now serves global styles
fully resolve project modules
fully remove url inlining
set the proper type to `fileReplacements` [Closes #11294]
remove workaround for uglify-es (#12033) [Closes #issuecomment-416514015]
improve bundle size value parsing (#12026) [Closes #12013]
only collect coverage from files under `sourceRoot` (#11974) [Closes #11934]
fixes cors issues with karma (#11970) [Closes #11970]
[Closes #11966]
exclude `.map` files from budget … (#12012) [Closes #11999]
load style source maps inline so they work (#11729) [Closes #9099]

@angular-devkit/build-optimizer (0.10.1)

Commit Description Notes
update `typescript` dependency to `3.0.x`
correctly identify renamed enums
remove constructor __param
update to typescript 3.1.3 [Closes #27341]
deprecate transform test functions
remove deprecated wrap enums check
remove deprecated purify plugin

@angular-devkit/build-webpack (0.10.1)

Commit Description Notes
skip transition property optimization [Closes #12408]

@schematics/angular (7.0.1)

Commit Description Notes
add prompts for all name options (#12519)
Add --minimal flag to generate a barebones (#12498)
update `TypeScript` to `3.1`
update to latest versions of `TypeScript` and `Angular`
look for module in more places (#12389) [Closes #7662]
Add the option to allow preventing the creation of an application [Closes #12216]
add default budget of 2mb/5mb
add support for `ShadowDom` as a `viewEncapsulation` value
update tsconfig.json libs to include es2018
new 7.0.0 migration to remove polyfills
update ng-packagr to `4.2.0`
add several prompts to ng-new
let Universal schematic use configurations from build architect
add CLI 7.x migration schematic
remove useless import for Ivy (#11874)
update codelyzer for new projects
avoid using 6.2+ only features in migrations
fix polyfill path resolution
update typescript dependency to 3.1.3 [Closes #27341]
migrate existing packages for 7.0 (#12518)
codeCoverage exclude is not being migrated (#12513) [Closes #10936]
codeCoverage exclude is not being migrated (#12511) [Closes #10936]
ast utils - handle NgModule with no newlines (#12521)
use proper project root for e2e [Closes #12491]
tweak the `ng new` routing prompt
support `Fetch as Google`(Google bot) (#11815)
generate application with projectRoot is provided [Closes #11925]
dasherize library package name [Closes #11017]
remove redundant reflect polyfill
remove module test (#11278) [Closes #11277]
use 'architect' instead of 'targets' until deprecated
fix app shell schematic failure [Closes #10093]
use app root to set server paths in options
`module` imports paths are incorrect when `flat` option is used [Closes #12169]
fix path for `ngswConfigPath` during migration
app shell schematic does not use production configuration
better error message when finding only routing modules (#11994) [Closes #11961]

@angular-devkit/core (7.0.1)

Commit Description Notes
support of tsx files in aot mode (#11407)
add enum support to getTypesOfSchema
`createConsoleLogger` now accepts 2 parameters to add custom `stdout` and `stderr`
remove addUndefinedDefaults as default post transform
add a parseJsonFile that shows file path on error
add levenshtein distance utility
move findTypes in utility and export
initial prompt provider json schema support
make JSON schema required work with prompts (#12548)
record host should stat backing host
fix cannot delete directory (#11574) [Closes #11574]
allow stat on record host
use architect key only if it exists
make workspace projects field not required
correctly resolve schema references
make smart default work with default/required

@angular-devkit/schematics (7.0.1)

Commit Description Notes
allow workflow impl to define their own sinks (#12330)
allow schematic rules to control interactivity
fix `generate` mangling files containing wide characters [Closes #7851]
[Closes #7950]
throw `InvalidCollectionJsonException` when collection file is invalid [Closes #11818]
fix task executor on Windows

@angular/pwa (0.10.1)

Commit Description Notes
support customized workspace configurations with add

@ngtools/webpack (7.0.1)

Commit Description Notes
support hostReplacementPaths [Closes #12197]
support custom logging
add support for `TypeScript` 3.1
add support for `traceResolution` [Closes #8676]
move @angular/compiler-cli to a peer dependency
add `typescript` version `3.0.x` as a peer dependency
barrel files fail on windows [Closes #12035]
remove deprecated singleFileIncludes option

@schematics/schematics (0.10.1)

Commit Description Notes
update tsconfig.json libs to include es2018

@schematics/update (0.10.1)

Commit Description Notes
add per-project .npmrc file support
taking whitespaces around "=" in .npmrc into account
process always-auth and _auth correctly, better support for private repositories

Special Thanks

Charles Lyding, Hans Larsen, Alan Agius, Filipe Silva, Alex Eagle, Noel Mace, Judy Bogart, smnbbrv, danielhelfand, vikerman, Rohit Sarkar, Luca Vazzano, Christian Liebel, Cédric Exbrayat, Keen Yee Liau, Yi Qi, Eaton, Björn Ganslandt, Stephen Fluin, Hsuan Lee, Volodymyr BIlyachat, Vikram Subramanian, psamusev, majo44, Igor Minar, Jason Jean, Alireza Mirian, S K, Marcos Junior, Adam J. Penn, Masahiko Sakakibara, Mike Brocchi, Andrey Sitnik, Sean Wright, Yaroslav Admin, Alan, Jan Kuri, Sebastian Häni, Bram Borggreve, Adrian Moos, Dmitry Teplov, ajspera, Terry

@build
Copy link
Contributor

build commented Oct 18, 2018

Danger run resulted in 1 fail, 1 warning, 2 messages and 1 markdown; to find out more, see the checks page.

Generated by 🚫 dangerJS

greenkeeper bot added a commit that referenced this pull request Oct 19, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 19, 2018

Update to this version instead 🚀

Release Notes for v7.0.2

Commits

@schematics/angular (7.0.2)

Commit Description Notes
update `@angular` peerDependencies for new libraries

@angular-devkit/build-angular (0.10.2)

Commit Description Notes
update copy-webpack-plugin

@ngtools/webpack (7.0.2)

Commit Description Notes
only invalidate related virtual files

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 24, 2018

Update to this version instead 🚀

Release Notes for v7.0.3

Commits

@angular/cli (7.0.3)

Commit Description Notes
multiline help descriptions are not aligned

@schematics/angular (7.0.3)

Commit Description Notes
migrate build-angular for 7.0 RC users [Closes #12647]
module is not being located correctly when using `flat` [Closes #12614]

@angular-devkit/schematics-cli (0.10.3)

Commit Description Notes
inconsistency in referencing collection [Closes #12600]

@angular-devkit/build-angular (0.10.3)

Commit Description Notes
update Autoprefixer and PostCSS [Closes #9861]
[Closes #9829]
update license-webpack-plugin [Closes #12649]
error when using protocol-relative url [Closes #12648]
update `copy-webpack-plugin` dependency [Closes #9669]

@angular-devkit/build-optimizer (0.10.3)

Commit Description Notes
add tslib replacement at top of file [Closes #12568]

@ngtools/webpack (7.0.3)

Commit Description Notes
report a warning when lazy route discovery is disabled [Closes #12238]
[Closes #12025]

@schematics/schematics (0.10.3)

Commit Description Notes
should not have test node_modules specs [Closes #12605]

Special Thanks

Alan Agius, Hans Larsen, Charles Lyding, Keen Yee Liau, Jeffrey Bosch, Ahsan Ayaz, Noël Macé, Andrey Sitnik

greenkeeper bot added a commit that referenced this pull request Oct 24, 2018
greenkeeper bot added a commit that referenced this pull request Nov 1, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 1, 2018

Update to this version instead 🚀

Release Notes for v7.0.4

Fix upstream in Angular

@angular/core version 7.0.2 contains angular/angular#26879 which is a fix for
#12646
We strongly recommend updating your Angular version - updating Angular CLI to a new patch version doesn't do this automatically.

Commits

@angular/cli (7.0.4)

Commit Description Notes
error out when command json is invalid

@schematics/angular (7.0.4)

Commit Description Notes
--minimal should prevent generating e2e (#12742) [Closes #12739]
update `@angular-devkit/build-ng-packagr` when migrating [Closes #12642]
minimal workspace leaves blank line in `package.json` [Closes #12778]
order of `module` properties is inconsistent [Closes #12509]
experimentalIvy creates project using `next` packages
migrate build-angular for 7.0 RC users [Closes #12647]

@angular-devkit/build-angular (0.10.4)

Commit Description Notes
improve bundle size value displaying

@angular-devkit/schematics (7.0.4)

Commit Description Notes
upgrade refactoring with tslint emits too much whitespace [Closes #12653]

@ngtools/webpack (7.0.4)

Commit Description Notes
print error message on new line (#12764)

Special Thanks

Alan Agius, Keen Yee Liau, Alex Eagle, Noël Macé, Filipe Silva, Majid Hajian, Cédric Exbrayat, Sibiraj, Teamop, Charles Lyding

greenkeeper bot added a commit that referenced this pull request Nov 8, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 8, 2018

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 14, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 14, 2018

Update to this version instead 🚀

Release Notes for v7.0.6

Commits

@angular/cli (7.0.6)

Commit Description Notes
add missing `ngswConfigPath` to schema

@schematics/angular (7.0.6)

Commit Description Notes
`addSymbolToNgModuleMetadata` metadata without indent [Closes #12950]
rename e2e PO utility function

@angular-devkit/core (7.0.6)

Commit Description Notes
handle drive only paths in windows [Closes #12670]

@ngtools/webpack (7.0.6)

Commit Description Notes
update error message to reference templateUrl [Closes #12693]

Special Thanks

Alan Agius, Keen Yee Liau, Jesús, Emmanuel Demey

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 26, 2018

Update to this version instead 🚀

Release Notes for v7.0.7

Commits

@angular/cli (7.0.7)

Commit Description Notes
handle case senstive aliases [Closes #12780]

Special Thanks

Alan Agius, Hans Larsen

greenkeeper bot added a commit that referenced this pull request Nov 26, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 26, 2018

Update to this version instead 🚀

Release Notes for v7.1.0

Commits

@angular/cli (7.1.0)

Commit Description Notes
handle case senstive aliases [Closes #12780]

Special Thanks

Alan Agius, Hans Larsen, Charles Lyding

greenkeeper bot added a commit that referenced this pull request Nov 26, 2018
greenkeeper bot added a commit that referenced this pull request Dec 3, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 3, 2018

Update to this version instead 🚀

Release Notes for v7.1.1

Commits

@ngtools/webpack (7.1.1)

Commit Description Notes
files are not being updated when using `allowJs` or `resolveJsonModule` (#13089) [Closes #13076]
[Closes #12964]
cleanup resources after modules are loaded (#12994)

@schematics/update (0.11.1)

Commit Description Notes
replace environment variables in npm/yarn rc

@schematics/angular (7.1.1)

Commit Description Notes
let tslint resolve codelyzer (#13101) [Closes #13101]
[Closes #13100]
add providers into providers metadata but not inner Object with ut. (#13081)

Special Thanks

Alan Agius, Charles Lyding, Vikram Subramanian, 赵正阳, Hans Larsen, Mathou54, Krishna Mohan

greenkeeper bot added a commit that referenced this pull request Dec 6, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 6, 2018

Update to this version instead 🚀

Release Notes for v7.1.2

Commits

@angular/cli (7.1.2)

Commit Description Notes
show full path to project definition when already exists [Closes #13138]
pass arguments to all targets [Closes #10657]
[Closes #10656]
[Closes #11005]

@angular-devkit/build-angular (0.11.2)

Commit Description Notes
lint non human readable formatters produces invalid output [Closes #12674]

@ngtools/webpack (7.1.2)

Commit Description Notes
avoid checking watchMode in environment hook

Special Thanks

Alan Agius, Alex Eagle, Charles Lyding, Michael Nahkies

greenkeeper bot added a commit that referenced this pull request Dec 12, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 12, 2018

Update to this version instead 🚀

Release Notes for v7.1.3

Commits

@schematics/angular (7.1.3)

Commit Description Notes
import zone related flags in other files [Closes #12886]

@angular-devkit/build-angular (0.11.3)

Commit Description Notes
remove invalid colors option of ProgressPlugin
output non human readable lint result [Closes #13173]

@schematics/update (0.11.3)

Commit Description Notes
only set registry option when used

Special Thanks

Alan Agius, Keen Yee Liau, jonwrede, JiaLiPassion, Pascal Honegger, Charles Lyding

greenkeeper bot added a commit that referenced this pull request Dec 20, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 20, 2018

Update to this version instead 🚀

Release Notes for v7.1.4

Commits

@angular/cli (7.1.4)

Commit Description Notes
remove redundant period in deprecation warning

@schematics/angular (7.1.4)

Commit Description Notes
cannot create pipe in sub-directory if module is in different sub-directory [Closes #13182]

@angular-devkit/build-angular (0.11.4)

Commit Description Notes
remove circular dependencies warnings in ngfactory files [Closes #11135]

Special Thanks

Minko Gechev, Cédric Exbrayat, Amadou Sall, Renovate Bot, Alan, Alan Agius, mhartington

greenkeeper bot added a commit that referenced this pull request Jan 8, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 8, 2019

Update to this version instead 🚀

Release Notes for v7.2.0

Commits

@angular/cli (7.2.0)

Commit Description Notes
initial minimal BEP support
update optimization options
Added support for multiselect list prompt (#13031)
add warning for overriding flags in arguments [Closes #12948]
add `resourcesOutputPath` to schema
remove redundant period in deprecation warning
show full path to project definition when already exists [Closes #13138]
pass arguments to all targets [Closes #10657]
[Closes #10656]
[Closes #11005]
handle case senstive aliases [Closes #12780]
improve architect command project parsing

@schematics/angular (7.2.0)

Commit Description Notes
add support for TypeScript 3.2 and Angular 7.2.0-rc.0
add `lintFix` to several other schematics [Closes #12894]
[Closes #6272]
consistent naming of options and arguments that do the same thing [Closes #12784]
add .history directory to gitignore
wrapping bootstrap code in a DOMContentLoaded in variable declaration [Closes #13042]
set `optimization` and `sourceMap` in universal production config [Closes #12541]
[Closes #12940]
cannot create pipe in sub-directory if module is in different sub-directory [Closes #13182]
import zone related flags in other files [Closes #12886]
let tslint resolve codelyzer (#13101) [Closes #13101]
[Closes #13100]
add providers into providers metadata but not inner Object with ut. (#13081)

@angular-devkit/schematics-cli (0.12.0)

Commit Description Notes
add prompt support using Inquirer

@angular-devkit/build-angular (0.12.0)

Commit Description Notes
fine grain settings for optimization
fine grain settings for sourceMaps (#13062) [Closes #7527]
add option to allow outputting css resources to a different folder
resolve project root for fork process [Closes #13113]
remove circular dependencies warnings in ngfactory files [Closes #11135]
remove invalid colors option of ProgressPlugin
output non human readable lint result [Closes #13173]
lint non human readable formatters produces invalid output [Closes #12674]
remove `skipAppShell` as it has no effect in browser builder [Closes #11478]

@angular-devkit/core (7.2.0)

Commit Description Notes
Jobs API added
add DeepReadonly<> and Readwrite<> types
add a new JsonSchema type
add next() to Logger

@ngtools/webpack (7.2.0)

Commit Description Notes
support directly loading component templates
`import as` results in the alias being undefined with Typescript 3.2 [Closes #13212]
avoid checking watchMode in environment hook
files are not being updated when using `allowJs` or `resolveJsonModule` (#13089) [Closes #13076]
[Closes #12964]
cleanup resources after modules are loaded (#12994)

@schematics/schematics (0.12.0)

Commit Description Notes
add support for TypeScript 3.2

@schematics/update (0.12.0)

Commit Description Notes
add packageGroup version map support [Closes #13015]
add initial verbose option (#12995)
ignore npm 404 error
only set registry option when used
replace environment variables in npm/yarn rc

Special Thanks

Alan Agius, Hans Larsen, Charles Lyding, Renovate Bot, Alex Eagle, Judy Bogart, Cédric Exbrayat, Alan, Hayden Berge, Amadou Sall, Filipe Silva, Tiago Temporin, mhartington, James George, jonwrede, Minko Gechev, JiaLiPassion, Pascal Honegger, Michael Nahkies, Vikram Subramanian, 赵正阳, Mathou54, Krishna Mohan, Michael O'Keefe, Carlo Dapor, Keen Yee Liau

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 9, 2019

Update to this version instead 🚀

Release Notes for v7.2.1

Note, this is a patch for 7.2.0 which upgrades the webpack-dev-server to fix a security vulnerabiliity, see #13342

Commits

@angular/cli (7.2.1)

Commit Description Notes
initial minimal BEP support
update optimization options
Added support for multiselect list prompt (#13031)
add warning for overriding flags in arguments [Closes #12948]
add `resourcesOutputPath` to schema
remove redundant period in deprecation warning
show full path to project definition when already exists [Closes #13138]
pass arguments to all targets [Closes #10657]
[Closes #10656]
[Closes #11005]
handle case senstive aliases [Closes #12780]
improve architect command project parsing

@schematics/angular (7.2.1)

Commit Description Notes
add support for TypeScript 3.2 and Angular 7.2.0-rc.0
add `lintFix` to several other schematics [Closes #12894]
[Closes #6272]
consistent naming of options and arguments that do the same thing [Closes #12784]
add .history directory to gitignore
wrapping bootstrap code in a DOMContentLoaded in variable declaration [Closes #13042]
set `optimization` and `sourceMap` in universal production config [Closes #12541]
[Closes #12940]
cannot create pipe in sub-directory if module is in different sub-directory [Closes #13182]
import zone related flags in other files [Closes #12886]
let tslint resolve codelyzer (#13101) [Closes #13101]
[Closes #13100]
add providers into providers metadata but not inner Object with ut. (#13081)

@angular-devkit/schematics-cli (0.12.1)

Commit Description Notes
add prompt support using Inquirer

@angular-devkit/build-angular (0.12.1)

Commit Description Notes
fine grain settings for optimization
fine grain settings for sourceMaps (#13062) [Closes #7527]
add option to allow outputting css resources to a different folder
resolve project root for fork process [Closes #13113]
remove circular dependencies warnings in ngfactory files [Closes #11135]
remove invalid colors option of ProgressPlugin
output non human readable lint result [Closes #13173]
lint non human readable formatters produces invalid output [Closes #12674]
remove `skipAppShell` as it has no effect in browser builder [Closes #11478]

@angular-devkit/core (7.2.1)

Commit Description Notes
Jobs API added
add DeepReadonly<> and Readwrite<> types
add a new JsonSchema type
add next() to Logger

@ngtools/webpack (7.2.1)

Commit Description Notes
support directly loading component templates
`import as` results in the alias being undefined with Typescript 3.2 [Closes #13212]
avoid checking watchMode in environment hook
files are not being updated when using `allowJs` or `resolveJsonModule` (#13089) [Closes #13076]
[Closes #12964]
cleanup resources after modules are loaded (#12994)

@schematics/schematics (0.12.1)

Commit Description Notes
add support for TypeScript 3.2

@schematics/update (0.12.1)

Commit Description Notes
add packageGroup version map support [Closes #13015]
add initial verbose option (#12995)
ignore npm 404 error
only set registry option when used
replace environment variables in npm/yarn rc

Special Thanks

Alan Agius, Hans Larsen, Charles Lyding, Alex Eagle, Renovate Bot, Judy Bogart, Cédric Exbrayat, Alan, Hayden Berge, Amadou Sall, Filipe Silva, Tiago Temporin, mhartington, James George, jonwrede, Minko Gechev, JiaLiPassion, Pascal Honegger, Michael Nahkies, Vikram Subramanian, 赵正阳, Mathou54, Krishna Mohan, Michael O'Keefe, Carlo Dapor, Keen Yee Liau

greenkeeper bot added a commit that referenced this pull request Jan 9, 2019
greenkeeper bot added a commit that referenced this pull request Jan 17, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 17, 2019

Update to this version instead 🚀

Release Notes for v7.2.2

Commits

@schematics/angular (7.2.2)

Commit Description Notes
assert no error logs in e2e
fix syntax error in main.ts after generating universal [Closes #13392]
remove properties which are set by default from required [Closes #13010]

@angular-devkit/build-angular (0.12.2)

Commit Description Notes
script chunk in angular.json return false then calling isInitial
`vendorSourceMap` not being recognized when passed directly [Closes #13414]
only show production warning when having either styles on scripts optimization turn on [Closes #13415]
add missing declaration types in build_angular schemas. [Closes #13388]
prints a warning on --host on serve [Closes #11060]

@angular-devkit/build-optimizer (0.12.2)

Commit Description Notes
support windows paths in rollup plugin

@angular-devkit/core (7.2.2)

Commit Description Notes
Make default and info log messages use default colors [Closes #13439]

@ngtools/webpack (7.2.2)

Commit Description Notes
drop only unused default import when used with named imports

@schematics/update (0.12.2)

Commit Description Notes
ensure option is string when replacing environment variable references

Special Thanks

Alan, Alan Agius, Keen Yee Liau, Renovate Bot, Johannes Steier, Mikel Ward, Matthias Gaudin, Hans Larsen, Filipe Silva, Moritz Benzenhöfer, 調月奏

greenkeeper bot added a commit that referenced this pull request Jan 23, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 23, 2019

Update to this version instead 🚀

Release Notes for v7.2.3

Commits

@schematics/angular (7.2.3)

Commit Description Notes
Add types annotations to e2e AppPage
add non deprecated `style` as default

@angular-devkit/build-angular (0.12.3)

Commit Description Notes
error only when file is not found in non of the programs [Closes #13399]

@angular-devkit/build-optimizer (0.12.3)

Commit Description Notes
identify relative imports in angular core

@angular-devkit/core (7.2.3)

Commit Description Notes
remove colors for info messages [Closes #13497]

@schematics/update (0.12.3)

Commit Description Notes
add check for invalid ranges [Closes #12644]
[Closes #12806]

Special Thanks

Alan Agius, Judy Bogart, Minko Gechev, Edy Segura, Alan, Keen Yee Liau, Youcef Mammar, isychevskyi, Renovate Bot, Peter Smith, Filipe Silva

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 31, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 31, 2019
greenkeeper bot added a commit that referenced this pull request Jan 31, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 31, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 7, 2019

Update to this version instead 🚀

Release Notes for v7.3.1

Commits

@angular/cli (7.3.1)

Commit Description Notes
Add an error message when we call `ng doc` without keyword. Currently, we open a page with the keyword `undefined`. (#13604)
update terser-webpack-plugin (#13589) [Closes #13582]

@schematics/angular (7.3.1)

Commit Description Notes
update typescript to 3.2.4 (#13554)
set cortrect file extention in config when using preprocessors (#13552) [Closes #13550]

@angular-devkit/build-angular (0.13.1)

Commit Description Notes
use sourcemap object in karma plugin (#13584) [Closes #13580]
remove deprecated `istanbul` from dependencies (#13567) [Closes #13562]
add missing open parenthesis in stacktrace (#13565) [Closes #13558]

@angular-devkit/build-optimizer (0.13.1)

Commit Description Notes
prefix renamed extended classes (#13613) [Closes #13613]
[Closes #11796]

Special Thanks

Filipe Silva, Alan Agius, Charles Lyding, Vikram Subramanian, William KOZA, Andrey Chalkin

greenkeeper bot added a commit that referenced this pull request Feb 7, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 18, 2019

Update to this version instead 🚀

Release Notes for v7.3.2

Commits

@angular/cli (7.3.2)

Commit Description Notes
wrap `opn` in a new Promise because `opn` is already resolve is already resolve.

@schematics/angular (7.3.2)

Commit Description Notes
respect the flag when we create a guard with schematics
Include bazel-out in .gitignore [Closes #13636]
set restartOnFileChange to true in karma.conf templates [Closes #13542]
e2e test fails strict TS config

@angular-devkit/build-angular (0.13.2)

Commit Description Notes
added warning for ES2017
error when both `baseUrl` and `devServerTarget` are used in protractor [Closes #13611]

@angular-devkit/schematics (7.3.2)

Commit Description Notes
add aliases to collection-schema.json
use `join` instead of normal string concatenation [Closes #13654]

Special Thanks

Alan, WilliamKoza, Louis Larry, Alan Agius, Renovate Bot, Charles Lyding, hrocha16, Luis Confraria, Cédric Exbrayat

greenkeeper bot added a commit that referenced this pull request Feb 18, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 21, 2019

Update to this version instead 🚀

Release Notes for v7.3.3

Commits

@schematics/angular (7.3.3)

Commit Description Notes
update karma to version 4 [Closes #13724]
`findModuleFromOptions` not handling properly different casing in name [Closes #13714]
undefined is used as newProjectRoot when none is set [Closes #13703]
add file extensions to style prompt
fixes issue that `ViewEncapsulation` is not being configured when provided [Closes #13689]

@angular-devkit/build-angular (0.13.3)

Commit Description Notes
improve webpack loader resolution
minimum threshold

Special Thanks

Alan Agius, Amadou Sall, Alan, Charles Lyding, hrocha16

greenkeeper bot added a commit that referenced this pull request Feb 21, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 1, 2019

Update to this version instead 🚀

Release Notes for v7.3.4

Commits

@schematics/angular (7.3.4)

Commit Description Notes
default newProjectRoot to current directory
remove ViewEncapsulation from root component
JsonUtils should respect indent

@angular-devkit/build-angular (0.13.4)

Commit Description Notes
sourceMap option not working in tests [Closes #13766]

Special Thanks

Keen Yee Liau, Hans Larsen, Charles Lyding, Alan Agius, Cédric Exbrayat

greenkeeper bot added a commit that referenced this pull request Mar 1, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 6, 2019

Update to this version instead 🚀

Release Notes for v7.3.5

Commits

@schematics/angular (7.3.5)

Commit Description Notes
kebab case prefix causes lint errors in new directives [Closes #13796]

@angular-devkit/build-angular (0.13.5)

Commit Description Notes
don't bundle linked modules when `bundleDependencies` in `none` in server builder [Closes #13817]

Special Thanks

Alan, Hans Larsen, Alan Agius

greenkeeper bot added a commit that referenced this pull request Mar 6, 2019
greenkeeper bot added a commit that referenced this pull request Mar 14, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 14, 2019

Update to this version instead 🚀

Release Notes for v7.3.6

Commits

@schematics/angular (7.3.6)

Commit Description Notes
reintroduce `.sass` as a supported file extention [Closes #13739]
change entry file name of the library schematic according to the kebab-case convention

@angular-devkit/build-angular (0.13.6)

Commit Description Notes
fix base href insertion when HTML is in a single line [Closes #13851]
fix check for absolute paths in windows in server config [Closes #13865]
[Closes #1139]

@angular-devkit/build-optimizer (0.13.6)

Commit Description Notes
don't add pure comments inside arrow functions [Closes #13768]

Special Thanks

Alan, Vikram Subramanian, WilliamKoza

@janvennemann
Copy link
Contributor

Closing in favor of #10783

@sgtcoolguy sgtcoolguy deleted the greenkeeper/templates/@ngtools/webpack-7.0.0 branch May 28, 2019 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants