samq-democorp / Umbraco-CMS

MIT License
0 stars 1 forks source link

Update angularjs monorepo to v1.8.3 (v9/contrib) - autoclosed #116

Closed mend-for-github-com[bot] closed 1 year ago

mend-for-github-com[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
angular (source) 1.8.0 -> 1.8.3 age adoption passing confidence
angular-animate (source) 1.7.5 -> 1.8.3 age adoption passing confidence
angular-aria (source) 1.7.9 -> 1.8.3 age adoption passing confidence
angular-cookies (source) 1.7.5 -> 1.8.3 age adoption passing confidence
angular-i18n (source) 1.7.5 -> 1.8.3 age adoption passing confidence
angular-messages (source) 1.7.5 -> 1.8.3 age adoption passing confidence
angular-mocks (source) 1.7.5 -> 1.8.3 age adoption passing confidence
angular-route (source) 1.7.5 -> 1.8.3 age adoption passing confidence
angular-sanitize (source) 1.7.5 -> 1.8.3 age adoption passing confidence
angular-touch (source) 1.7.5 -> 1.8.3 age adoption passing confidence

Release Notes

angular/angular.js ### [`v1.8.3`](https://togithub.com/angular/angular.js/blob/HEAD/CHANGELOG.md#​183-ultimate-farewell-2022-04-07) [Compare Source](https://togithub.com/angular/angular.js/compare/v1.8.2...v1.8.3) One final release of AngularJS in order to update package README files on npm. ### [`v1.8.2`](https://togithub.com/angular/angular.js/blob/HEAD/CHANGELOG.md#​182-meteoric-mining-2020-10-21) [Compare Source](https://togithub.com/angular/angular.js/compare/v1.8.1...v1.8.2) #### Bug Fixes - **$sceDelegate:** ensure that `resourceUrlWhitelist()` is identical to `trustedResourceUrlList()` ([e41f01](https://togithub.com/angular/angular.js/commit/e41f018959934bfbf982ba996cd654b1fce88d43), [#​17090](https://togithub.com/angular/angular.js/issues/17090)) ### [`v1.8.1`](https://togithub.com/angular/angular.js/blob/HEAD/CHANGELOG.md#​181-mutually-supporting-2020-09-30) [Compare Source](https://togithub.com/angular/angular.js/compare/v1.8.0...v1.8.1) #### Bug Fixes - **$sanitize:** do not trigger CSP alert/report in Firefox and Chrome ([2fab3d](https://togithub.com/angular/angular.js/commit/2fab3d4e00f4fe35bfa3cf255160cb97404baf24)) #### Refactorings - **SanitizeUriProvider:** remove usages of whitelist ([76738102](https://togithub.com/angular/angular.js/commit/767381020d88bda2855ac87ca6f00748907e14ff)) - **httpProvider:** remove usages of whitelist and blacklist ([c953af6b](https://togithub.com/angular/angular.js/commit/c953af6b8cfeefe4acc0ca358550eed5da8cfe00)) - **sceDelegateProvider:** remove usages of whitelist and blacklist ([a206e267](https://togithub.com/angular/angular.js/commit/a206e2675c351c3cdcde3402978126774c1c5df9)) #### Deprecation Notices - Deprecated ~~`$compileProvider.aHrefSanitizationWhitelist`~~. It is now [`aHrefSanitizationTrustedUrlList`](https://docs.angularjs.org/api/ng/provider/$compileProvider#aHrefSanitizationTrustedUrlList). - Deprecated ~~`$compileProvider.imgSrcSanitizationWhitelist`~~. It is now [`imgSrcSanitizationTrustedUrlList`](https://docs.angularjs.org/api/ng/provider/$compileProvider#imgSrcSanitizationTrustedUrlList). - Deprecated ~~`$httpProvider.xsrfWhitelistedOrigins`~~. It is now [`xsrfTrustedOrigins`](https://docs.angularjs.org/api/ng/provider/$httpProvider#xsrfTrustedOrigins). - Deprecated ~~`$sceDelegateProvider.resourceUrlWhitelist`~~. It is now [`trustedResourceUrlList`](https://docs.angularjs.org/api/ng/provider/$sceDelegateProvider#trustedResourceUrlList). - Deprecated ~~`$sceDelegateProvider.resourceUrlBlacklist`~~. It is now [`bannedResourceUrlList`](https://docs.angularjs.org/api/ng/provider/$sceDelegateProvider#bannedResourceUrlList). For the purposes of backward compatibility, the previous symbols are aliased to their new symbol.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.