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 angular1 monorepo packages to v1.6.8 #3044

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2017

This Pull Request renovates the package group "angular1 monorepo".

Commits

angular/angular.js

1.6.8

  • 9a521cbdocs(PULL_REQUEST_TEMPLATE.md): fix broken links in PR template
  • 62743a5feat(currencyFilter): trim whitespace around an empty currency symbol
  • 22450e5docs(CHANGELOG.md): add changes for 1.6.8
  • 240a3ddfeat($resource): add support for request and requestError interceptors (#​15674)
  • 7df2952refactor($location): remove obsolete workaround for Firefox bug
  • 167766adocs(*): add browserTrigger docs; remove references to scenario runner
  • 0cd3921fix(ngScenario): completely remove the angular scenario runner
  • f6e60c1docs(ngForm): clarify usage and limitations
  • 223de59fix(form): set $submitted to true on child forms when parent is submitted
  • 5c38fb7test($rootScope): test recursive event broadcast and emit
  • 97d0224fix($rootScope): fix potential memory leak when removing scope listeners
  • e5fb929revert: fix($rootScope): fix potential memory leak when removing scope listeners
  • 41d5c90feat($rootScope): allow suspending and resuming watchers on scope
  • 2c1e589fix($location): always decode special chars in $location.url(value)
  • 6d5ef34fix(ngAria): do not set aria attributes on input[type="hidden"]
  • 00815dbdocs(ng-model-options): remove extra quotes in example
  • a61c5d3chore(*): bump Yarn in Jenkins init-node script
  • a768810build(*): update Node from 6 to 8, update Yarn
  • dde520edocs(ngModelOptions): fix link text
  • 394b185refactor($rootScope): consistently use noop as the default $watch listener
  • da72477fix(ngModelController): allow $overrideModelOptions to set updateOn
  • 74b04c9fix(ngModel, input): improve handling of built-in named parsers
  • 2e03aedfeat($parse): add a hidden interface to retrieve an expression's AST
  • 199d888fix($location): decode non-component special chars in Hashbang URLS
  • 8b69d91chore(travis): fix deployment condition to include tagged commits
  • 0fa5a37docs(ngNonBindable): document effect on the element's directives

1.6.7

  • 07e4751docs(CHANGELOG.md): add changes for 1.6.7
  • 5838017refactor($rootScope): simplify $emit stopPropagation handling
  • f2f5ac7chore(*): normalize Vojta's email in .mailmap correctly
  • 55ba449feat(ngModelOptions): add debounce catch-all + allow debouncing 'default' only
  • aa3f951fix(input[number]): validate min/max against viewValue
  • 12cf994fix($compile): sanitize special chars in directive name
  • 873e263docs(linky): mark "target" param as optional
  • f876ab7docs(*): remove usage of global grunt-cli
  • 181ac0bdocs(*): update CONTRIBUTING.md and create DEVELOPERS.md
  • 0cbc505fix($location): do not decode forward slashes in the path in HTML5 mode
  • 667db46fix(sanitizeUri): sanitize URIs that contain IDEOGRAPHIC SPACE chars
  • 2c9c3a0docs(guide/Unit Testing): change $scope = {} to $scope = $rootScope.$new()
  • 817ac56fix($rootScope): fix potential memory leak when removing scope listeners
  • 0864f73docs($compileProvider): improve strictComponentBindingsEnabled info
  • c15c8a1test($rootScope): test removal of event listeners during event broadcast
  • 9871adachore(travis): tighten up deploy conditions
  • 202f180chore(travis): fix deploy conditions
  • 32fbb2echore(travis): split unit test into 'core' and 'jquery'
  • 9ba07e9docs(tutorial/step_14): replace broken web platform docs link
  • dfcb5acchore(travis): deploy to docs and code when distTag=latest
  • 10b4809chore(doc-gen, docs-app): generate "stable snapshot" for distTag=latest
  • 0f0a16echore(travis): remove unnessecary addons
  • 84294ecchore(travis): unit-test latest & latest-1 Chrome, FF, Edge
  • 69e0968chore(doc-gen): add directive names that aren't params to usage section
  • bf758d0chore(node): update karma-sauce-launcher
  • 00936addocs(select.SelectController): fix example
  • 656c8fafix(input): listen on "change" instead of "click" for radio/checkbox ngModels
  • 5462373chore($resource): remove undocumented API
  • 5f76bc6feat($sanitize, $compileProvider, linky): add support for the "sftp" protocol in links
  • c8d3498docs(ngPattern): add option of specifying literal RegExp
  • 2cb0318docs(ngInit): clarify when it's okay to use ngInit
  • 2c8bfd8docs(*): add / correct @​-tags; fix headlines; add info
  • e5c6174docs(*): fix heading levels; use @​example instead of headings
  • f05f548chore(doc-gen): improve headings for events and examples
  • 8166dd4chore(*): add a Git .mailmap with my new name
  • 0822d34refactor(api-pages.scenario.js): remove misleading describe block
  • 8727302docs(*): fix heading levels and general clean-up
  • ddd78bdchore(docs-app): add table of contents to individual pages
  • 05fdf91feat(ngModel.NgModelController): expose $processModelValue to run model -> view pipeline
  • 6eb15cbdocs(changelog): fix typo
  • 72a87cefix(http): do not allow encoded callback params in jsonp requests
  • 6d997f5chore(doc-gen): fix script paths in plnkr for examples with deps
  • 34237f9feat($injector): ability to load new modules after bootstrapping
  • 7e5a12edocs(*): optimize images
  • da6ae8bdocs(*): don't hide results for middle-clicks
  • efaf59fchore(jqLite): fix $destroy describe block titles
  • f18dd29fix(ngMock): pass unexpected request failures in $httpBackend to the error handler
  • 97b00caperf($rootScope): allow $watchCollection use of expression input watching
  • 5728076perf(jqLite): avoid setting class attribute when not changed
  • bf60182perf(jqLite): avoid repeated add/removeAttribute in jqLiteRemoveClass
  • 8f61cf6docs(guide/bootstrap): fix typo ('There a few things' --> 'There are a few things')
  • 21a2f4bdocs(input[checkbox]): fix @​param type for ngChange
  • 20590c0fix(ngAnimate): don't close animations when child transitions close
  • 2f7fad5fix(ngMock.browserTrigger): add 'bubbles' to Transition/Animation Event
  • ecc09a4docs(guide/expression): add clarification for RegExp literal in ngPattern expression
  • 3651e42docs(*): replace master/slave with leader/follower
  • 233a93fdocs($compileProvider): add more info on debugInfoEnabled()
  • 59a9c13docs(guide/production): add more info on debugInfoEnabled()
  • 66dff7cchore(docs.angularjs.org): fix docs deploy for source file changes
  • 3072938chore(doc-gen): include source files from code.angularjs.org for production plnkr examples
  • 48f0957revert: chore(docs-app): load example files based on active deployment

1.6.6

  • 6d2ff0adocs(CHANGELOG.md): add changes for 1.6.6
  • 7c87628test(ngOptions): fix flaky test on Firefox 54+ and Safari 9
  • a83d646chore(karma): use dots reporter by default
  • 919087fchore(code.angular): correctly remove old zip files from snapshot
  • 5b31b37docs(*): change Angular to AngularJS
  • c9691a2chore(travis): manually install yarn (#​16166)
  • 9b6c154docs($compile): update preAssignBindingsEnabled description
  • 56ac2a7chore(karma): run tests on latest Chrome (59) and Firefox (54) available on Saucelabs
  • 811af9ctest(*): fix tests involving submit on Chrome 60
  • a784fabfix($httpParamSerializerJQLike): call functions as jQuery does
  • 3650723docs(guide/concepts): simplify currency exchange API example (YQL --> Fixer.io)
  • aee5d02chore(travis): actually skip build on deployment job when from Pull Request
  • 0179c70chore(code.angularjs): enable directory listings

1.6.5

1.6.4

1.6.3

1.6.2

1.6.1

1.6.0



This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/angular1-monorepo branch 2 times, most recently from 6f6326c to b9d71a2 Compare December 21, 2017 22:42
@edmorley
Copy link
Contributor

Bug 1364888 is open for this.

@renovate renovate bot changed the title Update angular1 monorepo packages Update angular1 monorepo packages to v1.6.8 Dec 24, 2017
edmorley added a commit that referenced this pull request Dec 28, 2017
The previous commit switched us away from the deprecated `$http`
callback methods, meaning the only other breaking change that affects
us is the `hashPrefix` change, which we revert by manually setting
it back to the empty string, so that existing URLs still work:
https://docs.angularjs.org/guide/migration#commit-aa077e8

For more details, see:
https://docs.angularjs.org/guide/migration#migrating-from-1-5-to-1-6
https://github.com/angular/angular.js/blob/master/CHANGELOG.md#160-rainbow-tsunami-2016-12-08

Closes #3044.
@renovate renovate bot force-pushed the renovate/angular1-monorepo branch from b9d71a2 to 207cc0c Compare December 30, 2017 16:17
edmorley added a commit that referenced this pull request Jan 3, 2018
The previous commit switched us away from the deprecated `$http`
callback methods, meaning the only other breaking change that affects
us is the `hashPrefix` change, which we revert by manually setting
it back to the empty string, so that existing URLs still work:
https://docs.angularjs.org/guide/migration#commit-aa077e8

For more details, see:
https://docs.angularjs.org/guide/migration#migrating-from-1-5-to-1-6
https://github.com/angular/angular.js/blob/master/CHANGELOG.md#160-rainbow-tsunami-2016-12-08

Closes #3044.
@renovate renovate bot force-pushed the renovate/angular1-monorepo branch from 207cc0c to 1e16f8e Compare January 3, 2018 17:05
edmorley added a commit that referenced this pull request Jan 4, 2018
The previous commit switched us away from the deprecated `$http`
callback methods, meaning the only other breaking change that affects
us is the `hashPrefix` change, which we revert by manually setting
it back to the empty string, so that existing URLs still work:
https://docs.angularjs.org/guide/migration#commit-aa077e8

For more details, see:
https://docs.angularjs.org/guide/migration#migrating-from-1-5-to-1-6
https://github.com/angular/angular.js/blob/master/CHANGELOG.md#160-rainbow-tsunami-2016-12-08

Closes #3044.
@renovate renovate bot force-pushed the renovate/angular1-monorepo branch from 1e16f8e to 9e7b776 Compare January 4, 2018 04:23
edmorley added a commit that referenced this pull request Jan 4, 2018
The previous commit switched us away from the deprecated `$http`
callback methods, meaning the only other breaking change that affects
us is the `hashPrefix` change, which we revert by manually setting
it back to the empty string, so that existing URLs still work:
https://docs.angularjs.org/guide/migration#commit-aa077e8

For more details, see:
https://docs.angularjs.org/guide/migration#migrating-from-1-5-to-1-6
https://github.com/angular/angular.js/blob/master/CHANGELOG.md#160-rainbow-tsunami-2016-12-08

Closes #3044.
edmorley added a commit that referenced this pull request Jan 5, 2018
The previous commit switched us away from the deprecated `$http`
callback methods, meaning the only other breaking change that affects
us is the `hashPrefix` change, which we revert by manually setting
it back to the empty string, so that existing URLs still work:
https://docs.angularjs.org/guide/migration#commit-aa077e8

For more details, see:
https://docs.angularjs.org/guide/migration#migrating-from-1-5-to-1-6
https://github.com/angular/angular.js/blob/master/CHANGELOG.md#160-rainbow-tsunami-2016-12-08

Closes #3044.
@edmorley edmorley deleted the renovate/angular1-monorepo branch January 5, 2018 11:14
@edmorley edmorley added dependencies Bot PRs that update dependencies javascript labels Feb 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Bot PRs that update dependencies javascript
Projects
None yet
2 participants