Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Bump angular from 1.4.9 to 1.6.0 #736

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 30, 2019

Bumps angular from 1.4.9 to 1.6.0.

Changelog

Sourced from angular's changelog.

1.6.0 rainbow-tsunami (2016-12-08)

Here are the full changes for the release of 1.6.0 that are not already released in the 1.5.x branch,
consolidating all the changes shown in the previous 1.6.0 release candidates.

New Features

  • ngModelOptions: allow options to be inherited from ancestor ngModelOptions
    (296cfc,
    #10922)
  • $compile:
    • add preAssignBindingsEnabled option
      (dfb8cf)
    • set preAssignBindingsEnabled to false by default
      (bcd0d4,
      #15352)
    • throw error when directive name or factory function is invalid
      (53a3bf
      #15056)
  • jqLite:
    • implement jqLite(f) as an alias to jqLite(document).ready(f)
      (369fb7)
    • don't throw for elements with missing getAttribute
      (4e6c14)
    • don't get/set properties when getting/setting boolean attributes
      (7ceb5f,
      #14126)
    • don't remove a boolean attribute for .attr(attrName, '')
      (3faf45)
    • remove the attribute for .attr(attribute, null)
      (4e3624)
    • return [] for .val() on <select multiple> with no selection
      (d882fd)
    • camelCase keys in jqLite#data
      (fc0c11,
      #15126)
    • align jqLite camelCasing logic with JQuery
      (73050c,
      #7744)
  • $http:
    • remove deprecated callback methods: success()/error()
      (b54a39)
    • JSONP callback must be specified by jsonpCallbackParam config
      (fb6634,
      #15161,
      #11352)
    • JSONP requests now require a trusted resource URL
      (6476af,
      #11352)
  • $anchorScroll: convert numeric hash targets to string
    (9062ba
... (truncated)
Commits
  • 4c5afb5 chore(jenkins): ensure deps are installed before trying to use them
  • f0dc288 chore(jenkins): fix working directory to make yarn work
  • 70490ef docs(CHANGELOG): fix 1.6.0 release name
  • dfef3bf chore(package): update dist-tag for 1.6.0 release
  • f727add docs(CHANGELOG): 1.6.0 release notes
  • fc89a85 chore(jenkins): fix yarn and grunt installation
  • b4f5377 docs(guide/migration): fix typo
  • 7a667c7 fix(select): do not throw when removing the element (e.g. via ngIf)
  • 752b1e6 fix($resource): allow params in hostname (except for IPv6 addresses)
  • 1102c84 docs(guide/templates): camelCase directive name for consistency
  • Additional commits viewable 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 30, 2019
Bumps [angular](https://github.com/angular/angular.js) from 1.4.9 to 1.6.0.
- [Release notes](https://github.com/angular/angular.js/releases)
- [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md)
- [Commits](angular/angular.js@v1.4.9...v1.6.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-1.6.0 branch from fc2115d to 32ed8ea Compare October 30, 2019 12:17
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 20, 2019

Superseded by #738.

@dependabot dependabot bot closed this Nov 20, 2019
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular-1.6.0 branch November 20, 2019 15:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants