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 @angular/cli to v6.2.3 #47

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 6, 2018

This PR contains the following updates:

Package Type Update Change References
@angular/cli devDependencies minor 6.1.0 -> 6.2.3 source

Release Notes

angular/angular-cli

v6.2.3

Compare Source

Commits

@​angular/cli (6.2.3)

Commit Description Notes
fix schema error `Property targets is not allowed` [Closes #​12192]

Special Thanks

Hans Larsen, Alan Agius

v6.2.2

Compare Source

Commits

@​angular/cli (6.2.2)

Commit Description Notes
warn if `targets` is present when using a schematic

@​schematics/angular (0.8.2)

Commit Description Notes
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

@​angular-devkit/build-angular (0.8.2)

Commit Description Notes
set the proper type to `fileReplacements` [Closes #​11294]

@​angular-devkit/schematics (0.8.2)

Commit Description Notes
fix `generate` mangling files containing wide characters [Closes #​7851]
[Closes #​7950]
throw `InvalidCollectionJsonException` when collection file is invalid [Closes #​11818]

Special Thanks

Alan Agius, Charles Lyding, Keen Yee Liau, Sean Wright, Yaroslav Admin, Alan, Jan Kuri, Sebastian Häni

v6.2.1

Compare Source

Fix a mistake in the v6.2.0 release, which installed projects using @angular-devkit/*@​~0.8.0-rc.0
These should not have pointed to an RC. Now we use @angular-devkit/*@​~0.8.0

Note this makes no observable difference, since the final RC was identical to the 0.8.0 release of these packages.

v6.2.0

Compare Source

No changes from v6.2.0-rc.1

Enjoy and keep the issue reports flowing!

v6.1.5

Compare Source

Commits

@​schematics/angular (0.7.5)

Commit Description Notes
ensure non-evergreen IE browsers are excluded

@​angular-devkit/build-angular (0.7.5)

Commit Description Notes
build should not hash lazy styles [Closes #​11772]
[Closes #​11704]
support inline javascript in less [Closes #​10430]
tslint exclude for relative paths [Closes #​11773]

@​angular-devkit/schematics (0.7.5)

Commit Description Notes
improve tree type checking [Closes #​11683]

@​angular/pwa (0.7.5)

Commit Description Notes
support ng add with CLI 6.0.x [Closes #​11663]
properly write closing body tag when modifying index [Closes #​11543]
[Closes #​11942]

@​schematics/update (0.7.5)

Commit Description Notes
fix logic to coerce the version number

Special Thanks

Hans Larsen, Charles Lyding, Alan Agius, Filipe Silva

v6.1.4

Compare Source

Commits

Misc

Commit Description Notes
fix spelling

@​schematics/angular (0.7.4)

Commit Description Notes
update protractor to 4.5 for new projects
incorrect `exclude` path for `test.ts` [Closes #​11829]

@​angular-devkit/build-angular (0.7.4)

Commit Description Notes
add loader-utils as dependency
use webpack 4 hooks for karma plugin
fix duplicate lint messages when having multiple tsconfigs [Closes #​11633]
should not log duplicate messages
do not break with Jasmine's mock clock [Closes #​11164]
[Closes #​11626]
only add ngsw after universal has rendered
use process TTY as progress default [Closes #​11195]
update node-sass (#​11831) [Closes #​11699]
update less (#​11709) [Closes #​10899]
fixes hash comparison for service worker (#​11865) [Closes #​11865]
cleanup serviceworker direct import

@​angular-devkit/core (0.7.4)

Commit Description Notes
rename to itself should be a noop
detect mingw terminal as color capable (#​11834) [Closes #​11833]

@​angular-devkit/schematics (0.7.4)

Commit Description Notes
move rule with identity is a noop

@​schematics/update (0.7.4)

Commit Description Notes
correct npm config return value

Special Thanks

Charles Lyding, Filipe Silva, Alan Agius, Alex Eagle, Teamop, Hans Larsen, George Kalpakas, Paul Gschwendtner, Robert Baker, Adrian Moos, Corinna Cohn, Benjamin Barbier

v6.1.3

Compare Source

Commits

@​angular/cli (6.1.3)

Commit Description Notes
if no command, properly show help
remove `vendorSourceMap` warning that `vendorSourceMap` is not allowed

@​schematics/angular (0.7.3)

Commit Description Notes
Handle Windows paths for generate names [Closes #​11501]
increase version range for TypeScript
Allow additionalProperties in schematics options [Closes #​11681]

@​angular-devkit/build-angular (0.7.3)

Commit Description Notes
use process TTY as progress default [Closes #​11195]
Fix initial chunk logic for bundle budgets [Closes #​11712]
`--vendor-source-map` doesn't work on `ng serve` [Closes #​11715]

@​angular-devkit/schematics (0.7.3)

Commit Description Notes
Fix issues for file-syetem-engine running in google3

@​angular/pwa (0.7.3)

Commit Description Notes
Allow additionalProperties in schematics options [Closes #​11681]

@​ngtools/webpack (6.1.3)

Commit Description Notes
resolve relative host replacement paths

@​schematics/update (0.7.3)

Commit Description Notes
fix logic to gather version of arguments

Special Thanks

Alan Agius, Mike Brocchi, Hans Larsen, Noel Mace, Charles Lyding, Yi Qi, Noël Macé, Qais Patankar, Lukáš Matta, Alexander Bobrov, Sarun Intaralawan, Filipe Silva, Alex Eagle

v6.1.2

Compare Source

Commits

@angular-devkit/build-angular

Commit Description Notes
Bug Fix ensure failure with disabled AOT and enabled build optimizer Closes #​11157

@angular-devkit/schematics

Commit Description Notes
Bug Fix implement optimize() for HostTree

@angular/cli

Commit Description Notes
Bug Fix fully resolve rxjs & core during version checks
Bug Fix properly bootstrap 1.x from global 6.x

@schematics/update

Commit Description Notes
Bug Fix use npm get for everything except _authToken

Special Thanks

Hans Larsen, Charles Lyding

v6.1.1

Compare Source

This is a quick patch to allow users to work with TypeScript 2.9 without warnings.

Commits

@angular/cli

Commit Description Notes
Bug Fix use correct compiler version range Closes #​11665Closes #​25141
Bug Fix update typescript version checks for Angular 6.1

@ngtools/webpack

Commit Description Notes
Bug Fix support typescript 2.8 + 2.9

@schematics/angular

Commit Description Notes
Bug Fix adjust zonejs version in new projects for 6.1

Special Thanks

Charles Lyding, Hans Larsen, Matt Lewis, Sarun Intaralawan


Renovate configuration

📅 Schedule: No schedule defined.

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

♻️ Rebasing: Renovate will regenerate this PR any time it develops a merge conflict.

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


This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot changed the title Update dependency @angular/cli to v6.2.0 Update dependency @angular/cli to v6.2.1 Sep 6, 2018
@renovate renovate bot force-pushed the renovate/angular-cli-6.x branch from 6696ef9 to e0813a5 Compare September 6, 2018 22:05
@stale
Copy link

stale bot commented Sep 13, 2018

This patch has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Pending label Sep 13, 2018
@renovate renovate bot changed the title Update dependency @angular/cli to v6.2.1 Update dependency @angular/cli to v6.2.2 Sep 14, 2018
@renovate renovate bot force-pushed the renovate/angular-cli-6.x branch from e0813a5 to 79dde46 Compare September 14, 2018 17:35
@renovate renovate bot force-pushed the renovate/angular-cli-6.x branch from 79dde46 to f7e8b78 Compare September 19, 2018 20:02
@renovate renovate bot changed the title Update dependency @angular/cli to v6.2.2 Update dependency @angular/cli to v6.2.3 Sep 19, 2018
@tsschmidt tsschmidt closed this Sep 27, 2018
@renovate
Copy link
Contributor Author

renovate bot commented Sep 27, 2018

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (6.2.3). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/angular-cli-6.x branch September 27, 2018 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants