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

Bump @angular/core from 10.1.4 to 10.1.5 #446

Merged
merged 1 commit into from
Oct 8, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2020

Bumps @angular/core from 10.1.4 to 10.1.5.

Changelog

Sourced from @angular/core's changelog.

10.1.5 (2020-10-07)

Bug Fixes

  • router: update getRouteGuards to check if the context outlet is activated (#39049) (771f731), closes #39030
  • compiler: Recover on malformed keyed reads and keyed writes (#39004) (f50313f), closes #38596

11.0.0-next.4 (2020-09-30)

Bug Fixes

  • common: correct and simplify typing of KeyValuePipe (#37447) (4dfe0fa)
  • common: correct and simplify typing of AsyncPipe (#37447) (5f815c0)
  • common: correct and simplify typing of I18nPluralPipe (#37447) (3b919ef)
  • common: correct typing and implementation of SlicePipe (#37447) (4744c22)
  • common: let case conversion pipes accept type unions with null (#36259) (#37447) (c7d5555)
  • compiler-cli: perform DOM schema checks even in basic mode in g3 (#38943) (40975e0)
  • language-service: hybrid visitor returns parent node of BoundAttribute (#38995) (323be39)
  • packaging: remove polyfills needed to run tests on IE9 and IE 10 (#38931) (4ca1c73)
  • platform-webworker: remove platform-webworker and platform-webworker-dynamic (#38846) (93c3d8f)
  • router: make relativeLinkResolution corrected by default (#25609) (837889f), closes #22394

Code Refactoring

  • router: Adjust type of parameter in navigateByUrl and createUrlTree to be more accurate (#38227) (e4f4d18), closes #18798

Features

  • common: stricter types for DatePipe (#37447) (daf8b7f)
  • common: stricter types for number pipes (#37447) (7b2aac9)
  • compiler: Add keySpan to Variable Node (#38965) (239968d)
  • router: Add relativeLinkResolution migration to update default value (#38698) (15ea811)

BREAKING CHANGES

  • packaging: In v10, IE 9, 10, and IE mobile support was deprecated. In v11, Angular framework removes IE 9, 10, and IE mobile support completely. Supporting outdated browsers like these increases bundle size, code complexity, and test load, and also requires time and effort that could be spent on improvements to the framework. For example, fixing issues can be more difficult, as a straightforward fix for modern browsers could break old ones that have quirks due to not receiving updates from vendors.
  • platform-webworker: @angular/platform-webworker and @angular/platform-webworker-dynamic

... (truncated)

Commits
  • 86ab9f9 Revert "build: upgrade angular build, integration/bazel and @angular/bazel pa...
  • 42f9679 build: upgrade angular build, integration/bazel and @angular/bazel package to...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from kasperisager as a code owner October 8, 2020 05:12
@dependabot dependabot bot added dependencies Related to third-party dependencies patch Backwards-compatible change that doesn't touch public API labels Oct 8, 2020
@kasperisager kasperisager merged commit 5cb2448 into master Oct 8, 2020
@kasperisager kasperisager deleted the dependabot/npm_and_yarn/angular/core-10.1.5 branch October 8, 2020 07:17
kasperisager added a commit that referenced this pull request Oct 19, 2020
* master: (190 commits)
  Bump jest from 26.5.2 to 26.5.3 (#453)
  Bump @types/jquery from 3.5.2 to 3.5.3 (#455)
  Bump webdriverio from 6.6.2 to 6.6.6 (#458)
  Bump @types/node from 14.11.7 to 14.11.10 (#460)
  Bump @types/react from 16.9.51 to 16.9.53 (#461)
  Bump mdn-browser-compat-data from 1.0.40 to 1.1.0 (#451)
  Bump webdriverio from 6.6.0 to 6.6.2 (#449)
  Implement style resolution for stateful pseudo classes (#448)
  Bump @types/node from 14.11.5 to 14.11.7 (#450)
  Bump @angular/core from 10.1.4 to 10.1.5 (#446)
  Fix several `Element#tabIndex()` cases (#445)
  Implement presentational role inheritance (#443)
  Improve handling of cyclic `aria-owns` references (#442)
  Bump jest from 26.5.0 to 26.5.2 (#441)
  Bump webdriverio from 6.5.2 to 6.6.0 (#440)
  Implement traversal API for `Graph` (#426)
  Exclude from the accessibility tree text nodes of parent elements with `visibility: hidden` (#437)
  Implement step 2H of the name computation (#430)
  Bump @types/node from 14.11.2 to 14.11.5 (#436)
  Bump @types/node from 14.11.2 to 14.11.4 (#431)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to third-party dependencies patch Backwards-compatible change that doesn't touch public API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant