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/platform-browser to v2.4.10 #192

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 4, 2018

This PR contains the following updates:

Package Type Update Change References
@​angular/platform-browser dependencies minor 2.1.2 -> 2.4.10 source

Release Notes

angular/angular

v2.4.10

Compare Source

Bug Fixes

v2.4.9

Compare Source

Bug Fixes

v2.4.8

Compare Source

Bug Fixes
Reverts

v2.4.7

Compare Source

Bug Fixes

v2.4.6

Compare Source

Bug Fixes
  • upgrade: allow non-element selectors for downgraded components (#​14291) (5bb47db)

v2.4.5

Compare Source

Bug Fixes

v2.4.4

Compare Source

Bug Fixes

v2.4.3

Compare Source

v2.4.2

Compare Source

Bug Fixes

v2.4.1

Compare Source

Bug Fixes

v2.4.0

Compare Source

Bug Fixes
Features

4.0.0-beta.0 (2016-12-15)

Features

Note: 4.0.0-beta.0 release also contains all the changes present in the 2.3.1 release.

2.3.1 (2016-12-15)

Bug Fixes
Performance Improvements
  • animations: always run the animation queue outside of zones (e2622ad), closes #​13440
Note

Due to regression in the 2.3.0 release that was fixed by #​13464,
components that have been compiled using 2.3.0 and published to npm will need to be recompiled and republished.

The >=2.3.1 compiler will issue is the following error if it encounters components compiled with 2.3.0:
Unsupported metadata version 2 for module ${module}. This module should be compiled with a newer version of ngc.

We are adding more tests to our test suite to catch these kinds of problems before we cut a release.

v2.3.1

Compare Source

Bug Fixes
Features

4.0.0-beta.0 (2016-12-15)

Features

Note: 4.0.0-beta.0 release also contains all the changes present in the 2.3.1 release.

2.3.1 (2016-12-15)

Bug Fixes
Performance Improvements
  • animations: always run the animation queue outside of zones (e2622ad), closes #​13440
Note

Due to regression in the 2.3.0 release that was fixed by #​13464,
components that have been compiled using 2.3.0 and published to npm will need to be recompiled and republished.

The >=2.3.1 compiler will issue is the following error if it encounters components compiled with 2.3.0:
Unsupported metadata version 2 for module ${module}. This module should be compiled with a newer version of ngc.

We are adding more tests to our test suite to catch these kinds of problems before we cut a release.

v2.3.0

Compare Source

Bug Fixes
  • common: make sure the plural category exists (#​13169) (82c81cd), closes #​12379
  • compiler: include the summaries of reexported modules / directives / pipes (#​13196) (75d1617)
  • compiler: serialize any StaticSymbol correctly, not matter in which context (5614c4f)
  • compiler: short-circuit expressions with an index (#​13263) (f31c947), closes #​13254
  • core: display framework version on bootstrapped component (#​13252) (16efb13)
  • facade: cache original format string (#​12764) (a132287)
  • http: set the default Accept header (#​12989) (986abbe), closes #​6354
  • language-service: avoid throwing for invalid class declarations (#​13257) (93556a5), closes #​13253
  • language-service: do not throw for invalid metadata (#​13261) (4a09c81), closes #​13255
  • language-service: remove incompletely used parameter from createLanguageServiceFromTypescript() (#​13278) (25c2141), closes #​13277
  • language-service: update to use CompilerHost from compiler-cli (#​13189) (3ff6554)
  • router: allow specifying a matcher without specifying a path (bbb7a39), closes #​12972
  • router: fix replaceUrl on RouterLink directives (349ad75)
  • router: fix skipLocationChanges on RouterLink directives (f562cbf), closes #​13156
  • router: make setUpLocationChangeListener idempotent (25e5b2f)
  • router: runs guards every time when unsuccessfully navigating to the same url over and over again (#​13209) (d46b8de)
  • router: throw a better error message when AngularJS is not bootstraped (c767df0)
  • router: validate nested routes (#​13224) (2893c2c), closes #​12827
  • tsc-wrapped: have UserError display the actual error (393c100)
Features

v2.2.4

Compare Source

Bug Fixes

v2.2.3

Compare Source

Bug Fixes

v2.2.2

Compare Source

Bug Fixes
  • compiler: Revert: fix versions of @angular/tsc-wrapped (015ca47)
  • animations: Revert: blend in all previously transitioned styles into next animation if interrupted (c12e56e)

v2.2.1

Compare Source

Bug Fixes

v2.2.0

Compare Source

Bug Fixes
Features
  • core: add attachView / detachView to ApplicationRef (9f7d32a), closes #​9293
  • core: expose ViewRef as ChangeDetectorRef (1b5384e), closes #​12722
  • core: implements a decimal fingerprint for i18n (582550a)
  • router: register router with ngprobe (c2fae72)
  • router_link: add skipLocationChange and replaceUrl inputs (#​12850) (46d1502)

Note: The 2.3.0-beta.0 release also contains all the changes present in the 2.2.1 release.

2.2.1 (2016-11-17)

Bug Fixes
  • animations: only pass in same typed players as previous players into web-animations (#​12907) (583d283)
  • animations: retain styling when transition destinations are changed (#​12208) (5c46c49), closes #​9661
  • core: support ngTemplateOutlet in production mode (#​12921) (4628798), closes #​12911
  • http: correctly handle response body for 204 status code (21a4de9), closes #​12830 #​12393
  • http: return request url if it cannot be retrieved from response (845ea23), closes #​12837
  • upgrade: make AoT ngUpgrade work with the testability API and resumeBootstrap() (#​12910) (dc1662a)
  • platform-browser: fix disableDebugTools() (#​12918) (7b67bad)
  • router: add a banner file for the router (#​12919) (364642d)
  • router: removes a peer dependency from router to upgrade (1dcf1f4)
  • forms allow for null values in HTML select options bound with ngValue (e0ce545), closes #​10349
  • router: should not create a route state if navigation is canceled (#​12868) (dabaf85), closes #​12776
  • common: select should allow for null values in HTML select options bound with ngValue (e02c180), closes #​12829
  • compiler-cli: support ctorParams in function closure (#​12876) (6cdc3b5)

Renovate 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 if you modify the PR title to begin with "rebase!".

🔕 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 Renovate Bot. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency @angular/platform-browser to v2.4.10 Update dependency @angular/platform-browser to v2.4.10 Mar 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant