[PR #20] [CLOSED] Bump angular from 1.6.7 to 1.7.9 #26

Closed
opened 2026-02-26 04:36:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mccxiv/torrent-web/pull/20
Author: @dependabot[bot]
Created: 11/20/2019
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/angular-1.7.9


📝 Commits (1)

  • 90214b1 Bump angular from 1.6.7 to 1.7.9

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 package-lock.json (+4 -4)

📄 Description

Bumps angular from 1.6.7 to 1.7.9.

Changelog

Sourced from angular's changelog.

1.7.9 pollution-eradication (2019-11-19)

Bug Fixes

1.7.8 enthusiastic-oblation (2019-03-11)

Bug Fixes

  • required: correctly validate required on non-input element surrounded by ngIf
    (a4c7bd,
    #16830,
    #16836)

1.7.7 kingly-exiting (2019-02-04)

Bug Fixes

  • ngRequired: set error correctly when inside ngRepeat and false by default
    (5ad4f5,
    #16814,
    #16820)

1.7.6 gravity-manipulation (2019-01-17)

Bug Fixes

  • $compile: fix ng-prop-* with undefined values
    (772440,
    #16797,
    #16798)
  • compile: properly handle false value for boolean attrs with jQuery
    (27486b,
    #16778,
    #16779)
  • ngRepeat:
    • fix reference to last collection value remaining across linkages
      (cf919a)
    • fix trackBy function being invoked with incorrect scope
      (d4d103,
... (truncated)
Commits
  • d257c45 docs: release notes for 1.7.9
  • 1b1684c docs($compile): fix typos and incorrect example
  • 726f49d fix(angular.merge): do not merge proto property
  • 8a187f1 chore(saucelabs): switch to latest version of desktop Safari
  • d97e6f1 chore(saucelabs): upgrade SauceConnect to 4.5.4
  • 26e893a docs(guide/migration): fix typo (misceallenous --> miscellaneous)
  • 5edd253 fix(ngStyle): correctly remove old style when new style value is invalid
  • 019dded chore(*): update jQuery from 3.2.1 to 3.4.0
  • 0007be1 chore(*): make yarn.lock & GitHub templates identical between master & v1.7.x
  • 863528f docs(DEVELOPERS): remove git revert misleading information
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by petebacondarwin, a new releaser for angular since your current version.


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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mccxiv/torrent-web/pull/20 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/20/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/angular-1.7.9` --- ### 📝 Commits (1) - [`90214b1`](https://github.com/mccxiv/torrent-web/commit/90214b1efd2924125b6a4711753cb6cb701bd5da) Bump angular from 1.6.7 to 1.7.9 ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -4) </details> ### 📄 Description Bumps [angular](https://github.com/angular/angular.js) from 1.6.7 to 1.7.9. <details> <summary>Changelog</summary> *Sourced from [angular's changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md).* > # 1.7.9 pollution-eradication (2019-11-19) > > ## Bug Fixes > - **angular.merge:** do not merge __proto__ property > ([726f49](https://github.com/angular/angular.js/commit/726f49dcf6c23106ddaf5cfd5e2e592841db743a)) > <br>(Thanks to the [Snyk Security Research Team](https://snyk.io/blog/snyk-research-team-discovers-severe-prototype-pollution-security-vulnerabilities-affecting-all-versions-of-lodash/) for identifyng this issue.) > - **ngStyle:** correctly remove old style when new style value is invalid > ([5edd25](https://github.com/angular/angular.js/commit/5edd25364f617083363dc2bd61f9230b38267578), > [#16860](https://github-redirect.dependabot.com/angular/angular.js/issues/16860), > [#16868](https://github-redirect.dependabot.com/angular/angular.js/issues/16868)) > > > <a name="1.7.8"></a> > # 1.7.8 enthusiastic-oblation (2019-03-11) > > > ## Bug Fixes > - **required:** correctly validate required on non-input element surrounded by ngIf > ([a4c7bd](https://github.com/angular/angular.js/commit/a4c7bdccd76c39c30e33f6215da9a00cc8acde2c), > [#16830](https://github-redirect.dependabot.com/angular/angular.js/issues/16830), > [#16836](https://github-redirect.dependabot.com/angular/angular.js/issues/16836)) > > > <a name="1.7.7"></a> > # 1.7.7 kingly-exiting (2019-02-04) > > ## Bug Fixes > - **ngRequired:** set error correctly when inside ngRepeat and false by default > ([5ad4f5](https://github.com/angular/angular.js/commit/5ad4f5562c37b1cb575e3e5fddd96e9dd10408e2), > [#16814](https://github-redirect.dependabot.com/angular/angular.js/issues/16814), > [#16820](https://github-redirect.dependabot.com/angular/angular.js/issues/16820)) > > > <a name="1.7.6"></a> > # 1.7.6 gravity-manipulation (2019-01-17) > > ## Bug Fixes > - **$compile:** fix ng-prop-* with undefined values > ([772440](https://github.com/angular/angular.js/commit/772440cdaf9a9bfa40de1675e20a5f0e356089ed), > [#16797](https://github-redirect.dependabot.com/angular/angular.js/issues/16797), > [#16798](https://github-redirect.dependabot.com/angular/angular.js/issues/16798)) > - **compile:** properly handle false value for boolean attrs with jQuery > ([27486b](https://github.com/angular/angular.js/commit/27486bd15e70946ece2ba713e4e8654b7f9bddad), > [#16778](https://github-redirect.dependabot.com/angular/angular.js/issues/16778), > [#16779](https://github-redirect.dependabot.com/angular/angular.js/issues/16779)) > - **ngRepeat:** > - fix reference to last collection value remaining across linkages > ([cf919a](https://github.com/angular/angular.js/commit/cf919a6fb7fc655f3fa37a74899a797ea5b8073e)) > - fix trackBy function being invoked with incorrect scope > ([d4d103](https://github.com/angular/angular.js/commit/d4d1031bcd9b30ae6a58bd60a79bcc9d20f0f2b7), ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`d257c45`](https://github.com/angular/angular.js/commit/d257c4564d069a279c5625ad6b68008d4a4dbb11) docs: release notes for 1.7.9 - [`1b1684c`](https://github.com/angular/angular.js/commit/1b1684c2b20a75df677426d4e4a61d51af3b5c44) docs($compile): fix typos and incorrect example - [`726f49d`](https://github.com/angular/angular.js/commit/726f49dcf6c23106ddaf5cfd5e2e592841db743a) fix(angular.merge): do not merge __proto__ property - [`8a187f1`](https://github.com/angular/angular.js/commit/8a187f16c37e0574b1a1fa7ccc54f3690d9d81ec) chore(saucelabs): switch to latest version of desktop Safari - [`d97e6f1`](https://github.com/angular/angular.js/commit/d97e6f169536fdb7bd8b0c7735b79348d5669213) chore(saucelabs): upgrade SauceConnect to 4.5.4 - [`26e893a`](https://github.com/angular/angular.js/commit/26e893a2faa5be9b563948963dc4ac71990e5100) docs(guide/migration): fix typo (misceallenous --> miscellaneous) - [`5edd253`](https://github.com/angular/angular.js/commit/5edd25364f617083363dc2bd61f9230b38267578) fix(ngStyle): correctly remove old style when new style value is invalid - [`019dded`](https://github.com/angular/angular.js/commit/019dded64b7a58d67994af5f0f5b532f1c97b908) chore(*): update jQuery from 3.2.1 to 3.4.0 - [`0007be1`](https://github.com/angular/angular.js/commit/0007be1ca2f3d3b8e1b914e2cdc3c943cbe16bc9) chore(*): make yarn.lock & GitHub templates identical between master & v1.7.x - [`863528f`](https://github.com/angular/angular.js/commit/863528f2999a32cfb16761258e94e03479e349e8) docs(DEVELOPERS): remove git revert misleading information - Additional commits viewable in [compare view](https://github.com/angular/angular.js/compare/v1.6.7...v1.7.9) </details> <details> <summary>Maintainer changes</summary> This version was pushed to npm by [petebacondarwin](https://www.npmjs.com/~petebacondarwin), a new releaser for angular since your current version. </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=angular&package-manager=npm_and_yarn&previous-version=1.6.7&new-version=1.7.9)](https://help.github.com/articles/configuring-automated-security-fixes) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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](https://github.com/mccxiv/torrent-web/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:36:15 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/torrent-web-mccxiv#26
No description provided.