[PR #203] Bump angular from 1.6.8 to 1.8.0 #203

Open
opened 2026-02-26 01:35:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JLiscom/OpenNote/pull/203
Author: @dependabot[bot]
Created: 6/18/2020
Status: 🔄 Open

Base: masterHead: dependabot/npm_and_yarn/angular-1.8.0


📝 Commits (1)

  • 09410ac Bump angular from 1.6.8 to 1.8.0

📊 Changes

2 files changed (+2001 additions, -113 deletions)

View changed files

📝 package-lock.json (+2000 -112)
📝 package.json (+1 -1)

📄 Description

Bumps angular from 1.6.8 to 1.8.0.

Changelog

Sourced from angular's changelog.

1.8.0 nested-vaccination (2020-06-01)

This release contains a breaking change to resolve a security issue which was discovered by Krzysztof Kotowicz(@koto); and independently by Esben Sparre Andreasen (@esbena) while performing a Variant Analysis of CVE-2020-11022 which itself was found and reported by Masato Kinugawa (@masatokinugawa).

Bug Fixes

  • jqLite:
    • prevent possible XSS due to regex-based HTML replacement (2df43c)

Breaking Changes

jqLite due to:

  • 2df43c: prevent possible XSS due to regex-based HTML replacement

JqLite no longer turns XHTML-like strings like <div /><span /> to sibling elements <div></div><span></span> when not in XHTML mode. Instead it will leave them as-is. The browser, in non-XHTML mode, will convert these to: <div><span></span></div>.

This is a security fix to avoid an XSS vulnerability if a new jqLite element is created from a user-controlled HTML string. If you must have this functionality and understand the risk involved then it is posible to restore the original behavior by calling

angular.UNSAFE_restoreLegacyJqLiteXHTMLReplacement();

But you should adjust your code for this change and remove your use of this function as soon as possible.

Note that this only patches jqLite. If you use jQuery 3.5.0 or newer, please read the jQuery 3.5 upgrade guide for more details about the workarounds.

1.7.9 pollution-eradication (2019-11-19)

Bug Fixes

1.7.8 enthusiastic-oblation (2019-03-11)

... (truncated)
Commits
  • e55d352 docs(*): update changelog for 1.8.0
  • 78ab691 chore(*): prep for 1.8.0
  • 59b5651 docs(ngRepeat): missing closing backtick
  • c8b7c16 fix(jqLite): improve documentation
  • 05cf606 fix(jqLite): apply suggestions from code review
  • 2df43c0 fix(jqLite): prevent possible XSS due to regex-based HTML replacement
  • 295213d chore(*): clean up package.json and CircleCI config
  • a31c207 chore(docs-app): remove document.write() from docs index.html
  • 2518966 fix(grunt-utils): insert the core CSS styles without using innerHTML
  • 7de25c8 chore(ci): ensure that deployment files are ready for deployment
  • 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 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 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/JLiscom/OpenNote/pull/203 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/18/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/angular-1.8.0` --- ### 📝 Commits (1) - [`09410ac`](https://github.com/JLiscom/OpenNote/commit/09410acf5285e2688478f531753200b17b17ae17) Bump angular from 1.6.8 to 1.8.0 ### 📊 Changes **2 files changed** (+2001 additions, -113 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+2000 -112) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [angular](https://github.com/angular/angular.js) from 1.6.8 to 1.8.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/angular/angular.js/blob/master/CHANGELOG.md">angular's changelog</a>.</em></p> <blockquote> <h1>1.8.0 nested-vaccination (2020-06-01)</h1> <p><em>This release contains a breaking change to resolve a security issue which was discovered by Krzysztof Kotowicz(<a href="https://github.com/koto">@koto</a>); and independently by Esben Sparre Andreasen (<a href="https://github.com/esbena">@esbena</a>) while performing a Variant Analysis of <a href="https://github.com/advisories/GHSA-gxr4-xjj5-5px2">CVE-2020-11022</a> which itself was found and reported by Masato Kinugawa (<a href="https://github.com/masatokinugawa">@masatokinugawa</a>).</em></p> <h2>Bug Fixes</h2> <ul> <li><strong>jqLite:</strong> <ul> <li>prevent possible XSS due to regex-based HTML replacement (<a href="https://github.com/angular/angular.js/commit/2df43c07779137d1bddf7f3b282a1287a8634acd">2df43c</a>)</li> </ul> </li> </ul> <h2>Breaking Changes</h2> <h3><strong>jqLite</strong> due to:</h3> <ul> <li><strong><a href="https://github.com/angular/angular.js/commit/2df43c07779137d1bddf7f3b282a1287a8634acd">2df43c</a></strong>: prevent possible XSS due to regex-based HTML replacement</li> </ul> <p>JqLite no longer turns XHTML-like strings like <code>&lt;div /&gt;&lt;span /&gt;</code> to sibling elements <code>&lt;div&gt;&lt;/div&gt;&lt;span&gt;&lt;/span&gt;</code> when not in XHTML mode. Instead it will leave them as-is. The browser, in non-XHTML mode, will convert these to: <code>&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;</code>.</p> <p>This is a security fix to avoid an XSS vulnerability if a new jqLite element is created from a user-controlled HTML string. If you must have this functionality and understand the risk involved then it is posible to restore the original behavior by calling</p> <pre lang="js"><code>angular.UNSAFE_restoreLegacyJqLiteXHTMLReplacement(); </code></pre> <p>But you should adjust your code for this change and remove your use of this function as soon as possible.</p> <p>Note that this only patches jqLite. If you use jQuery 3.5.0 or newer, please read the <a href="https://jquery.com/upgrade-guide/3.5/">jQuery 3.5 upgrade guide</a> for more details about the workarounds.</p> <p><a name="1.7.9"></a></p> <h1>1.7.9 pollution-eradication (2019-11-19)</h1> <h2>Bug Fixes</h2> <ul> <li><strong>angular.merge:</strong> do not merge <strong>proto</strong> property (<a href="https://github.com/angular/angular.js/commit/726f49dcf6c23106ddaf5cfd5e2e592841db743a">726f49</a>) <br>(Thanks to the <a href="https://snyk.io/blog/snyk-research-team-discovers-severe-prototype-pollution-security-vulnerabilities-affecting-all-versions-of-lodash/">Snyk Security Research Team</a> for identifyng this issue.)</li> <li><strong>ngStyle:</strong> correctly remove old style when new style value is invalid (<a href="https://github.com/angular/angular.js/commit/5edd25364f617083363dc2bd61f9230b38267578">5edd25</a>, <a href="https://github-redirect.dependabot.com/angular/angular.js/issues/16860">#16860</a>, <a href="https://github-redirect.dependabot.com/angular/angular.js/issues/16868">#16868</a>)</li> </ul> <p><a name="1.7.8"></a></p> <h1>1.7.8 enthusiastic-oblation (2019-03-11)</h1> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular.js/commit/e55d352e942465479fa9f93b566db20a96b4cf15"><code>e55d352</code></a> docs(*): update changelog for 1.8.0</li> <li><a href="https://github.com/angular/angular.js/commit/78ab691072f050aa3daa200012914d7f9858ac8c"><code>78ab691</code></a> chore(*): prep for 1.8.0</li> <li><a href="https://github.com/angular/angular.js/commit/59b5651d8228925ea300d19a1b24d13df589cb34"><code>59b5651</code></a> docs(ngRepeat): missing closing backtick</li> <li><a href="https://github.com/angular/angular.js/commit/c8b7c16b78bc3ba7486ebf9c41f4603a9f429dd1"><code>c8b7c16</code></a> fix(jqLite): improve documentation</li> <li><a href="https://github.com/angular/angular.js/commit/05cf60677b0cdac47ce6b860cbb7b41957a2cbba"><code>05cf606</code></a> fix(jqLite): apply suggestions from code review</li> <li><a href="https://github.com/angular/angular.js/commit/2df43c07779137d1bddf7f3b282a1287a8634acd"><code>2df43c0</code></a> fix(jqLite): prevent possible XSS due to regex-based HTML replacement</li> <li><a href="https://github.com/angular/angular.js/commit/295213df9537666254626ffe3e4a6013122e4802"><code>295213d</code></a> chore(*): clean up <code>package.json</code> and CircleCI config</li> <li><a href="https://github.com/angular/angular.js/commit/a31c207bf1da10c6a1fbbaf289cafe19f481ad41"><code>a31c207</code></a> chore(docs-app): remove <code>document.write()</code> from docs <code>index.html</code></li> <li><a href="https://github.com/angular/angular.js/commit/25189661534502d578d27ea02bee17c29df1a882"><code>2518966</code></a> fix(grunt-utils): insert the core CSS styles without using innerHTML</li> <li><a href="https://github.com/angular/angular.js/commit/7de25c8e41e5462d78d372ea2bca1ed3dadfd0db"><code>7de25c8</code></a> chore(ci): ensure that deployment files are ready for deployment</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular.js/compare/v1.6.8...v1.8.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~petebacondarwin">petebacondarwin</a>, a new releaser for angular since your current version.</p> </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.8&new-version=1.8.0)](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 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 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/FoxUSA/OpenNote/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
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/OpenNote-JLiscom#203
No description provided.