jnizet/gradle-kotlin-dsl-migration-guide 347
The missing migration guide to the Gradle Kotlin DSL
One framework. Mobile & desktop.
Website for Angular 2
Open Source, Distributed, RESTful Search Engine
CLI tool for Angular
jnizet/angular-markdown-directive 0
AngularJS markdown directive using Showdown.js
Repro for issue ARTEMIS-2304
jnizet/asciidoctor-gradle-plugin 0
A Gradle plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
jnizet/asciidoctor-maven-plugin 0
A Maven plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
push eventNinja-Squad/globe42
commit sha 02c37616df37c6cf8685100540149cf5bc944a1c
chore(deps): update dependency jasmine-spec-reporter to v6
push time in 4 hours
delete branch Ninja-Squad/globe42
delete branch : renovate/jasmine-spec-reporter-6.x
delete time in 4 hours
PR merged Ninja-Squad/globe42
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| jasmine-spec-reporter | devDependencies | major | 5.0.2 -> 6.0.0 |
Release Notes
<details> <summary>bcaudan/jasmine-spec-reporter</summary>
v6.0.0
Feature
- Use colors/safe #538
Breaking change
String prototype does not contain color properties anymore, colors must now be applied with the new theme component available as a field in custom display processors.
Before:
class MyProcessor extends DisplayProcessor {
public displaySuccessfulSpec(spec: CustomReporterResult, log: string): string {
return "OK ".successful + log;
}
}
Now:
class MyProcessor extends DisplayProcessor {
public displaySuccessfulSpec(spec: CustomReporterResult, log: string): string {
return this.theme.successful("OK ") + log;
}
}
</details>
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr closed time in 4 hours
issue closedng-bootstrap/ng-bootstrap
Bug description:
I'm getting when clicking the "test" button to open modal component : ERROR Error: No component factory found for [object Object]. Did you add it to @NgModule.entryComponents? I am using ng-bootstrap 2.0.0 locally and the example working just fine but when upgrading ng-bootstrap to 4.0.0 I am getting the same error as the above. For some reason the Stackblitz produces the same error. In stackblitz, I tried to upgrade ng-bootstrap to 4.0.0 but I am getting error "Can't find package:@ng-bootstrap/ng-bootstrap".
Link to minimally-working StackBlitz that reproduces the issue:
https://stackblitz.com/edit/ngbootstrap-table-enn161?file=package.json
Versions of Angular, ng-bootstrap and Bootstrap:
Angular: 7
ng-bootstrap: 2.0.0
Bootstrap: 4.1.1
closed time in a day
alabanuissue commentng-bootstrap/ng-bootstrap
You're trying to pass an instance of SingletonPopup (this.currentGridControl) to modalService.open(). What this service expects is either a TemplateRef, or the type of a component, as documented here: https://ng-bootstrap.github.io/#/components/modal/api#NgbModal.
Please read the documentation carefully and look at the examples. Also, ng-bootstrap 2.0, or even 4.0, are outdated. Please upgrade to the latest version of Angular and to the latest version of ng-bootstrap and Bootstrap CSS. in all cases, use compatible versions, as documented here: https://ng-bootstrap.github.io/#/getting-started.
comment created time in a day
push eventNinja-Squad/globe42
commit sha 3e7a2bc524cfb70e7d9671fdb42c95358b8c5a13
chore(deps): update dependency @types/luxon to v1.25.0
push time in a day
PR merged Ninja-Squad/globe42
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @types/luxon | devDependencies | minor | 1.24.4 -> 1.25.0 |
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr closed time in a day
push eventNinja-Squad/globe42
commit sha 9eed12633b3c53435cf005ae65de1698e1a87869
chore(deps): update dependency typescript to v4.0.3
push time in a day
PR merged Ninja-Squad/globe42
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| typescript (source) | devDependencies | patch | 4.0.2 -> 4.0.3 |
Release Notes
<details> <summary>Microsoft/TypeScript</summary>
v4.0.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v4.0.0 (Beta).
- fixed issues query for TypeScript v4.0.1 (RC).
- fixed issues query for TypeScript v4.0.2.
- fixed issues query for TypeScript v4.0.3.
Downloads are available on:
</details>
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr closed time in a day
push eventNinja-Squad/globe42
commit sha 721c47c7362c88a080298d23332af396ad61446f
refactor: use speculoos everywhere
push time in a day
push eventNinja-Squad/globe42
commit sha cb6ed952acf0e54f5db626da2259ccfc7e20eb51
chore: refresh dependencies
commit sha c60ee8b08f42e8afb3efbde73a88382dad57f4b8
refactor: use speculoos everywhere
push time in a day
push eventNinja-Squad/globe42
commit sha cb6ed952acf0e54f5db626da2259ccfc7e20eb51
chore: refresh dependencies
push time in 2 days
push eventNinja-Squad/globe42
commit sha ee4d251086e21c38311c2fe83408406cc6bbe673
chore: refresh dependencies
push time in 2 days
push eventNinja-Squad/globe42
commit sha 0d5d082480fbabf410f758c643a12d335a7d46ba
refactor: use speculoos
push time in 2 days
push eventNinja-Squad/globe42
commit sha 3fb13eddca425fa156d2ec8a52ae3d9f7910c7c2
refactor: use speculoos
push time in 2 days
push eventNinja-Squad/globe42
commit sha f45dd68f2203a6b0de6d7fdc270cd53eaa36e6e3
chore(deps): update angularcli monorepo
push time in 2 days
delete branch Ninja-Squad/globe42
delete branch : renovate/angularcli-monorepo
delete time in 2 days
PR merged Ninja-Squad/globe42
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @angular-devkit/build-angular | devDependencies | patch | 0.1001.1 -> 0.1001.2 |
| @angular/cli | devDependencies | patch | 10.1.1 -> 10.1.2 |
Release Notes
<details> <summary>angular/angular-cli</summary>
v10.1.2
Commits
<table> <tbody>
<tr><td colspan=3><h3>@angular/cli (10.1.2)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>
<tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/227f30e170187bfc310a073a3b1e5289d6cb3cb0"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/227f30e-fix-green.svg" /> </a> </td>
<td>remove version command node module assumptions</td>
<td>
<a href="https://togithub.com/angular/angular-cli/issues/10474"> [Closes #10474]<br /> </a>
</td> </tr> <tr></tr>
<tr><td colspan=3><h3>@schematics/angular (10.1.2)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>
<tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/b17dc8086bdebac281e2add0d9cca22069d0a500"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/b17dc80-fix-green.svg" /> </a> </td>
<td>canLoad guard signature</td>
<td> </td> </tr> <tr></tr>
</tbody> </table>
Special Thanks
Keen Yee Liau, Charles Lyding, geromegrignon
</details>
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr closed time in 2 days
push eventNinja-Squad/globe42
commit sha 4330e280a1fe0fba69cebaee6b54e3b4186c89e5
fix(deps): update angular monorepo to v10.1.2
push time in 2 days
PR merged Ninja-Squad/globe42
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @angular/common | dependencies | patch | 10.1.1 -> 10.1.2 |
| @angular/compiler | dependencies | patch | 10.1.1 -> 10.1.2 |
| @angular/compiler-cli | devDependencies | patch | 10.1.1 -> 10.1.2 |
| @angular/core | dependencies | patch | 10.1.1 -> 10.1.2 |
| @angular/forms | dependencies | patch | 10.1.1 -> 10.1.2 |
| @angular/localize | dependencies | patch | 10.1.1 -> 10.1.2 |
| @angular/platform-browser | dependencies | patch | 10.1.1 -> 10.1.2 |
| @angular/platform-browser-dynamic | dependencies | patch | 10.1.1 -> 10.1.2 |
| @angular/router | dependencies | patch | 10.1.1 -> 10.1.2 |
Release Notes
<details> <summary>angular/angular</summary>
v10.1.2
Bug Fixes
- compiler: detect pipes in ICUs in template binder (#38810) (ec2dbe7), closes #38539 #38539 #38539
- core: clear the
RefreshTransplantedViewwhen detached (#38768) (edb7f90), closes #38619 - localize: ensure that
formatOptionsis optional (#38787) (a47383d) - router: Ensure routes are processed in priority order and only if needed (#38780) (9c51ba3), closes #38691
- upgrade: add try/catch when downgrading injectables (#38671) (5de2ac3), closes #37579
Performance Improvements
- compiler-cli: only emit directive/pipe references that are used (#38843) (5658405)
- compiler-cli: optimize computation of type-check scope information (#38843) (ebede67)
- ngcc: introduce cache for sharing data across entry-points (#38840) (58411e7)
- ngcc: reduce maximum worker count (#38840) (ea36466)
</details>
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr closed time in 2 days
push eventNinja-Squad/globe42
commit sha ca373249202f006920c2eef993a47831c0d987f7
chore(deps): update dependency prettier to v2.1.2
push time in 2 days
PR merged Ninja-Squad/globe42
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| prettier (source) | devDependencies | patch | 2.1.1 -> 2.1.2 |
Release Notes
<details> <summary>prettier/prettier</summary>
v2.1.2
Fix formatting for directives in fields (#9116 by @sosukesuzuki)
<!-- prettier-ignore -->
</details>
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr closed time in 2 days
push eventNinja-Squad/globe42
commit sha 5cf1b430848c037d40c151b249e43240be94c68b
chore(deps): update dependency @types/node to v12.12.62
push time in 2 days
PR merged Ninja-Squad/globe42
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @types/node | devDependencies | patch | 12.12.58 -> 12.12.62 |
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr closed time in 2 days
issue commentng-bootstrap/ng-bootstrap
NgbModalWindow always focus the first element that can be focus.
You can simply add the ngbAutofocus attribute on a non-focusable element of the template. Here's a demo: https://stackblitz.com/edit/angular-8mhynd?file=src/app/modal-basic.html
comment created time in 4 days
issue commentng-bootstrap/ng-bootstrap
NgbModalWindow always focus the first element that can be focus.
Hi @codeWorldRookie
The answer is in the question, isn't it? If you have any element with an ngbAutofocus attribute in the modal template, then that element will take the focus. So that's how you control this behavior: by deciding which element you want to focus, using the ngbAutofocus attribute. This is documented here by the way.
What else would you like to be able to do?
comment created time in 5 days
push eventNinja-Squad/globe42
commit sha a32fff89404b9c8cb60386d41eb9baa7886529f0
build(deps): bump node-fetch from 2.6.0 to 2.6.1 in /frontend Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] <[email protected]>
push time in 7 days
delete branch Ninja-Squad/globe42
delete branch : dependabot/npm_and_yarn/frontend/node-fetch-2.6.1
delete time in 7 days
PR merged Ninja-Squad/globe42
Bumps node-fetch from 2.6.0 to 2.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bitinn/node-fetch/releases">node-fetch's releases</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <p><strong>This is an important security release. It is strongly recommended to update as soon as possible.</strong></p> <p>See <a href="https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md#v261">CHANGELOG</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md">node-fetch's changelog</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <p><strong>This is an important security release. It is strongly recommended to update as soon as possible.</strong></p> <ul> <li>Fix: honor the <code>size</code> option after following a redirect.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/node-fetch/node-fetch/commit/b5e2e41b2b50bf2997720d6125accaf0dd68c0ab"><code>b5e2e41</code></a> update version number</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/2358a6c2563d1730a0cdaccc197c611949f6a334"><code>2358a6c</code></a> Honor the <code>size</code> option after following a redirect and revert data uri support</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/8c197f8982a238b3c345c64b17bfa92e16b4f7c4"><code>8c197f8</code></a> docs: Fix typos and grammatical errors in README.md (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/686">#686</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/1e99050f944ac435fce26a9549eadcc2419a968a"><code>1e99050</code></a> fix: Change error message thrown with redirect mode set to error (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/653">#653</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/244e6f63d42025465796e3ca4ce813bf2c31fc5b"><code>244e6f6</code></a> docs: Show backers in README</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/6a5d192034a0f438551dffb6d2d8df2c00921d16"><code>6a5d192</code></a> fix: Properly parse meta tag when parameters are reversed (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/682">#682</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/47a24a03eb49a49d81b768892aee10074ed54a91"><code>47a24a0</code></a> chore: Add opencollective badge</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/7b136627c537cb24430b0310638c9177a85acee1"><code>7b13662</code></a> chore: Add funding link</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/5535c2ed478d418969ecfd60c16453462de2a53f"><code>5535c2e</code></a> fix: Check for global.fetch before binding it (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/674">#674</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/1d5778ad0d910dbd1584fb407a186f5a0bc1ea22"><code>1d5778a</code></a> docs: Add Discord badge</li> <li>Additional commits viewable in <a href="https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1">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/~akepinski">akepinski</a>, a new releaser for node-fetch since your current version.</p> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill 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.
</details>
pr closed time in 7 days
push eventNinja-Squad/globe42
commit sha 1aa2ff4fcdf452df229b7b8f824f90a1b5db37fc
chore(deps): update angularcli monorepo
push time in 7 days
delete branch Ninja-Squad/globe42
delete branch : renovate/angularcli-monorepo
delete time in 7 days
PR merged Ninja-Squad/globe42
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @angular-devkit/build-angular | devDependencies | patch | 0.1001.0 -> 0.1001.1 |
| @angular/cli | devDependencies | patch | 10.1.0 -> 10.1.1 |
Release Notes
<details> <summary>angular/angular-cli</summary>
v10.1.1
Commits
<table> <tbody>
<tr><td colspan=3><h3>@angular-devkit/build-angular (0.1001.1)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>
<tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/2d1cd5db7392125d81864879ee8afe208bbde401"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/2d1cd5d-fix-green.svg" /> </a> </td>
<td>set logging level to verbose when using --verbose</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/7d621abc1a37d28eee174e5853d3fc711af3d33b"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/7d621ab-fix-green.svg" /> </a> </td>
<td>consider ascii_only terser setting when counting components in analytics</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/c77f8ec4e7af999a873784e107f269f9a26bf847"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/c77f8ec-fix-green.svg" /> </a> </td>
<td>update peer dependencies to 10 stable</td>
<td> </td> </tr> <tr></tr>
<tr><td colspan=3><h3>@angular-devkit/build-optimizer (0.1001.1)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>
<tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/22acfcdaac2a9e355926ee2d5df1d2cb34669550"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/22acfcd-fix-green.svg" /> </a> </td>
<td>remove decorators calls when tslib helpers are inlined</td>
<td>
<a href="https://togithub.com/angular/angular-cli/issues/18682"> [Closes #18682]<br /> </a>
</td> </tr> <tr></tr>
<tr><td colspan=3><h3>@ngtools/webpack (10.1.1)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>
<tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/75ca7f9f0a6265e12766e2a69a73c48125d9f873"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/75ca7f9-fix-green.svg" /> </a> </td>
<td>emit require in replace resources when using CommonJS as module</td>
<td>
<a href="https://togithub.com/angular/angular-cli/issues/18718"> [Closes #18718]<br /> </a>
</td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/3c6eb24d378353a278dfe845e25c14ffbcedb14c"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/3c6eb24-fix-green.svg" /> </a> </td>
<td>update peer dependencies to 10 stable</td>
<td> </td> </tr>
</tbody> </table>
Special Thanks
Alan Agius, Charles Lyding, Doug Parker, Renovate Bot
</details>
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr closed time in 7 days
push eventNinja-Squad/globe42
commit sha 33294acc2a3b149258dfd8c7c8bbfa72d8a0fead
fix(deps): update angular monorepo to v10.1.1
push time in 7 days
PR merged Ninja-Squad/globe42
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @angular/common | dependencies | patch | 10.1.0 -> 10.1.1 |
| @angular/compiler | dependencies | patch | 10.1.0 -> 10.1.1 |
| @angular/compiler-cli | devDependencies | patch | 10.1.0 -> 10.1.1 |
| @angular/core | dependencies | patch | 10.1.0 -> 10.1.1 |
| @angular/forms | dependencies | patch | 10.1.0 -> 10.1.1 |
| @angular/localize | dependencies | patch | 10.1.0 -> 10.1.1 |
| @angular/platform-browser | dependencies | patch | 10.1.0 -> 10.1.1 |
| @angular/platform-browser-dynamic | dependencies | patch | 10.1.0 -> 10.1.1 |
| @angular/router | dependencies | patch | 10.1.0 -> 10.1.1 |
Release Notes
<details> <summary>angular/angular</summary>
v10.1.1
Bug Fixes
- compiler: correct confusion between field and property names (#38685) (a1c34c6)
- compiler-cli: compute source-mappings for localized strings (#38747) (b4eb016), closes #38588
- compiler-cli: ensure that a declaration is available in type-to-value conversion (#38684) (56d5ff2), closes #38670
- core: reset
tViewbetween tests in Ivy TestBed (#38659) (efc7606), closes #38600 - localize: do not expose NodeJS typings in $localize runtime code (#38700) (4de8dc3), closes #38692
- localize: enable whitespace preservation marker in XLIFF files (#38737) (190dca0), closes #38679
- localize: install
[@angular](https://togithub.com/angular)/localizeindevDependenciesby default (#38680) (dbab744), closes #38329 - localize: render context of translation file parse errors (#38673) (32f33f0), closes #38377
- localize: render location in XLIFF 2 even if there is no metadata (#38713) (ab4f953), closes #38705
- ngcc: use aliased exported types correctly (#38666) (6a28675), closes #38238
- router: If users are using the Alt key when clicking the router links, prioritize browser’s default behavior (#38375) (309709d)
Performance Improvements
</details>
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr closed time in 7 days
push eventNinja-Squad/globe42
commit sha ccf16b711cdf7d8c8c348bfc52d4d62fa273857a
chore(deps): update dependency @angular-builders/custom-webpack to v10.0.1
push time in 7 days
delete branch Ninja-Squad/globe42
delete branch : renovate/angular-builders-custom-webpack-10.x
delete time in 7 days
PR merged Ninja-Squad/globe42
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @angular-builders/custom-webpack | devDependencies | patch | 10.0.0 -> 10.0.1 |
Release Notes
<details> <summary>just-jeb/angular-builders</summary>
v10.0.1
</details>
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr closed time in 7 days
push eventNinja-Squad/globe42
commit sha ca11852fe8581d65c75ea6c3bc762edf85637570
chore(deps): update dependency karma to v5.2.2
push time in 7 days
PR merged Ninja-Squad/globe42
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| karma (source) | devDependencies | patch | 5.2.1 -> 5.2.2 |
Release Notes
<details> <summary>karma-runner/karma</summary>
v5.2.2
Bug Fixes
</details>
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr closed time in 7 days
push eventNinja-Squad/globe42
commit sha 060162fdd68f816903e9474f985502f75f28ec81
chore(deps): update dependency @types/node to v12.12.58
push time in 7 days
PR merged Ninja-Squad/globe42
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @types/node | devDependencies | patch | 12.12.55 -> 12.12.58 |
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr closed time in 7 days
push eventNinja-Squad/globe42
commit sha 7bb608d18ba5fc5d0dd31223c6b7e7511a9fc956
fix(deps): update dependency rxjs to v6.6.3
push time in 7 days
PR merged Ninja-Squad/globe42
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| rxjs | dependencies | patch | 6.6.2 -> 6.6.3 |
Release Notes
<details> <summary>reactivex/rxjs</summary>
v6.6.3
</details>
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr closed time in 7 days
issue commentng-bootstrap/ng-bootstrap
[feat] Typeahead autoclear on no selection
This can easily be done by using [editable]="false" and adding a (blur) event handler that clears the input if the model is empty.
Here's a simple demo that does that: https://stackblitz.com/edit/angular-qtb5iz?file=src%2Fapp%2Ftypeahead-prevent-manual-entry.html
If you want this behavior for all non-editable typeheads, you can use the following directive:
@Directive({
selector: '[ngbTypeahead]'
})
export class NonEditableTypeaheadDirective {
constructor(
private ngControl: NgControl,
private elementRef: ElementRef<HTMLInputElement>,
private typeahead: NgbTypeahead
) {}
@HostListener('blur')
onBlur() {
if (!this.ngControl.value && !this.typeahead.editable) {
this.elementRef.nativeElement.value = '';
}
}
}
comment created time in 9 days
issue commentkarma-runner/karma
'Some of your tests did a full page reload!' error between two executions since karma 5.2.0
client.clearContextset to true true makes the error message disappear. But it has the side effect of making the html test report disappear from the browser window. That's apparently why it's set to false, since the karma.conf.js generated by the Angular CLI says:
client: {
clearContext: false // leave Jasmine Spec Runner output visible in browser
}
It's still good to know though, because my actual project uses a headless browser anyway.
Is this specific to Angular or just karma file-watch feature?
It's not specific to Angular. As soon as client.clearContext is true, the error appears between two test executions. Here's a repro created with karma init and containing only a trivial jasmine test written in JS: https://github.com/jnizet/karma-repro2.
comment created time in 12 days
push eventjnizet/karma-repro2
commit sha 65744fe3fc6662301032f10136dcaec1a49b0a78
karma repro without angular
push time in 12 days
issue commentkarma-runner/karma
'Some of your tests did a full page reload!' error between two executions since karma 5.2.0
@johnjbarton I don't think there is any issue in my code (which, BTW, isn't even my code, but the standard code generated by Angular CLI).
Even if I reduce the test to the following:
describe('AppComponent', () => {
it('should work', () => {
expect(true).toBeTruthy();
});
});
, any change made to the test causes the error to be displayed between the two executions. And the error message is not dispayed when using a version older than 5.2.0, so I think it's a regression.
Here's the stack trace when I put the breakpoint where you asked:
Karma.onbeforeunload (karma.js:142)
directCallParentKarmaMethod (context.js:288)
contextWindow.onbeforeunload (context.js:219)
navigateContextTo (karma.js:135)
allowClearContextToComplete (karma.js:278)
setTimeout (async)
(anonymous) (karma.js:273)
r.emit (index.js:83)
r.onevent (index.js:83)
r.onpacket (index.js:83)
(anonymous) (index.js:83)
r.emit (index.js:83)
r.ondecoded (index.js:83)
(anonymous) (index.js:83)
r.emit (index.js:83)
a.add (index.js:83)
r.ondata (index.js:83)
(anonymous) (index.js:83)
r.emit (index.js:83)
r.onPacket (index.js:83)
(anonymous) (index.js:83)
r.emit (index.js:83)
r.onPacket (index.js:83)
r.onData (index.js:83)
ws.onmessage (index.js:83)
comment created time in 12 days
PR opened ng-bootstrap/ng-bootstrap
Before submitting a pull request, please make sure you have at least performed the following:
- [x] read and followed the CONTRIBUTING.md and DEVELOPER.md guide.
- [x] built and tested the changes locally.
- [x] added/updated any applicable tests.
- [x] added/updated any applicable API documentation.
- [ ] added/updated any applicable demos.
pr created time in 14 days
create barnchjnizet/ng-bootstrap
branch : fix/3845-better-typing-for-tooltip-and-popover
created branch time in 14 days
push eventjnizet/ng-bootstrap
commit sha 4fdf6469aa2ac291b5aebb39bdf012453e1531ef
demo: improved UX for sidebar (#3829)
push time in 14 days
issue openedkarma-runner/karma
'Some of your tests did a full page reload!' error between two executions since karma 5.2.0
Since version 5.2.0, in watch mode, every time an Angular test suite re-executes after some change in saved in a file, I get the following log in the console:
ERROR
Some of your tests did a full page reload!
The tests run fine and pass, but this error is logged between executions.
Here's a reproduction project: https://github.com/jnizet/karmarepro
To reproduce:
- clone the project
- yarn
- ng test
- change some test description in src/app/app.component.spec.ts and save file
- look at the error appearing in the console.
Note that this project has just been created by
- using
ng newto create a new Angular project - changing the version numbers of all test-related dependencies in package.json
So I doubt the tests actually do a full page reload as the error message claims.
created time in 14 days
push eventNinja-Squad/globe42
commit sha 46fff4f7c79d6e56f2cf447b0e0f4202d6787657
fix: flaky test caused by the default time zone set for no reason in app module And since one of the tests loads the app module, the local time zone differs between code executed before this test has been executed and code executed after
push time in 14 days
push eventNinja-Squad/globe42
commit sha 9de3a9d68fcad98b7600bbb019f85be92a2981ae
fix: flaky test caused by the default time zone set for no reason in app module And since one of the tests loads the app module, the local time zone differs between code executed before this test has been executed and code executed after
push time in 14 days
push eventNinja-Squad/globe42
commit sha b87bf93e43c25f17cec6bb7b7611be8f60511ddd
fix: flaky test caused by the default time zone set for no reason in app module And since one of the tests loads the app module, the local time zone differs between code executed before this test has been executed and code executed after
push time in 14 days
push eventNinja-Squad/globe42
commit sha 40a0cede1a236a0ef0d9a7362179dd6bdee68084
wip: flaky test
push time in 14 days
push eventNinja-Squad/globe42
commit sha 293e1a51dea736bd137f8ec4c1af039f696d965c
wip: flaky test
push time in 14 days
push eventNinja-Squad/globe42
commit sha 764ac62d17b0068babda070f597fd77fcfe77d5f
wip: flaky test
push time in 14 days
push eventNinja-Squad/globe42
commit sha 22e2ba42572e030a9b1649704ec13e67b25fe121
chore(deps): update angularcli monorepo
commit sha b37078ec694efe671104931579c9f9b0e1b7fe93
chore(deps): update dependency ts-node to v9
commit sha 9d5ad444f7b239ca517730b6294c288578ebd27e
chore(deps): update dependency @types/jasmine to v3.5.13
commit sha e414ebaea77453b1a59ae8e5b79106f0320d3d89
fix(deps): update dependency luxon to v1.25.0
commit sha 211c8e1aa7b5f3ebfa81c0598d854d4e8191f8b7
chore(deps): update dependency prettier to v2.1.0
commit sha 3067738818268dc54b5cd8797fd5de5c688fbc21
chore(deps): update dependency prettier to v2.1.1
commit sha 9981fe1d8379eebccd7abef54bfd662440d9f3da
chore(deps): update dependency @types/jasmine to v3.5.14
commit sha d529f0da9ce4370382b17ffa45d3073dcb649a76
chore(deps): update dependency @types/luxon to v1.24.4
commit sha 235d38d47527747282aaadd51770d6a56832e30e
chore(deps): update angularcli monorepo
commit sha 4549e970a50c0873ae1e8bafd5ab1b2a1adc811c
chore(deps): update dependency karma to v5.2.0
commit sha 7b143c0558a712425c16183627d7b514829764d0
build(deps): bump bl from 4.0.2 to 4.0.3 in /frontend Bumps [bl](https://github.com/rvagg/bl) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/rvagg/bl/releases) - [Commits](https://github.com/rvagg/bl/compare/v4.0.2...v4.0.3) Signed-off-by: dependabot[bot] <[email protected]>
commit sha dc8c5f1fb5f5d3f2563ba63d35de313b2ab4ec9c
chore: remove wrapper files in backend
commit sha 3f6f3527acd7826f5603f81083eb6837554d8247
chore: fix prettier
commit sha 9e6959762f76914515f102cc300b8c08c4dc299d
test: fix failing tests after prettier, and move them to speculoos
commit sha 8029e4253f0565bf4607d4895f8451e08928dded
fix(deps): update angular monorepo to v10.1.0
commit sha aa63df771999cbfaf89390e60fd4d20f77737b91
refactor: avoid using async (deprecated, and useless most of the time)
commit sha e769f8ff07d37b9bd417006379c8cd73e604fda8
chore(deps): update dependency @types/node to v12.12.55
commit sha 9f94689917b05e9a2cd4a5b348edd8f90b297f11
chore(deps): update dependency karma to v5.2.1
commit sha 12bb4a541d6e95defd7e673651ec6d1a8ccd544d
chore(deps): update angularcli monorepo
commit sha a95065bdfd91f9e5d872881ea0357fa126a740fe
chore: rollback solution-style ts config, use TS 4.0.2
push time in 14 days
push eventNinja-Squad/globe42
commit sha 1b8de48aff4793aca9e20f2df986abde6f8bb841
refactor: use speculoos everywhere it wasn't used yet
commit sha 4154439f76b988b960b6fd68ad18af61502be2fe
refactor: improve modal test cleanups
push time in 15 days
push eventNinja-Squad/globe42
commit sha fcdf5b466f88431106bf6ccb7c4e3103990497da
refactor: improve modal test cleanups
push time in 15 days
push eventNinja-Squad/globe42
commit sha 12bb4a541d6e95defd7e673651ec6d1a8ccd544d
chore(deps): update angularcli monorepo
commit sha a95065bdfd91f9e5d872881ea0357fa126a740fe
chore: rollback solution-style ts config, use TS 4.0.2
push time in 15 days
delete branch Ninja-Squad/globe42
delete branch : renovate/angularcli-monorepo
delete time in 15 days
PR merged Ninja-Squad/globe42
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @angular-devkit/build-angular | devDependencies | minor | 0.1000.8 -> 0.1001.0 |
| @angular/cli | devDependencies | minor | 10.0.8 -> 10.1.0 |
Release Notes
<details> <summary>angular/angular-cli</summary>
v10.1.0
Commits
<table> <tbody>
<tr><td colspan=3><h3>@angular-devkit/architect (0.1001.0)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>
<tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/301d926c8c195f57803dfc6bf5af81ae943afe49"><img align="top" title="Feature" src="https://img.shields.io/badge/301d926-feat-blue.svg" /> </a> </td>
<td>support async generator based builders</td>
<td> </td> </tr> <tr></tr>
<tr><td colspan=3><h3>@angular-devkit/architect-cli (0.1001.0)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>
<tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/e40c72a8dc46d4879f200a01d766f788f8b9663b"><img align="top" title="Feature" src="https://img.shields.io/badge/e40c72a-feat-blue.svg" /> </a> </td>
<td>show warning when using deprecated options</td>
<td> </td> </tr> <tr></tr>
<tr><td colspan=3><h3>@angular-devkit/build-angular (0.1001.0)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>
<tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/802d5ade78ec055a2478699c07e6866afe6e7870"><img align="top" title="Feature" src="https://img.shields.io/badge/802d5ad-feat-blue.svg" /> </a> </td>
<td>allow transformation of i18n extraction builder configuration</td>
<td> <a href="https://togithub.com/angular/angular-cli/issues/16679"> [Closes #16679]<br /> </a>
</td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/a5293fe74784d84374a2eca47818c7c5c83a7209"><img align="top" title="Feature" src="https://img.shields.io/badge/a5293fe-feat-blue.svg" /> </a> </td>
<td>support i18n message extraction with Ivy</td>
<td> <a href="https://togithub.com/angular/angular-cli/issues/18275"> [Closes #18275]<br /> </a>
</td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/e5b29ac7563a8f6039b1b68a7523e0fe62d5b1e3"><img align="top" title="Feature" src="https://img.shields.io/badge/e5b29ac-feat-blue.svg" /> </a> </td>
<td>add ng-packagr builder in @angular-devkit/build-angular</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/24fedb268cf9f0713a0d28fbcd3dc9ac8947a461"><img align="top" title="Feature" src="https://img.shields.io/badge/24fedb2-feat-blue.svg" /> </a> </td>
<td>enable HMR for extracted CSS</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/9cd796b124840ef29605aee2e09afdf2caa496c6"><img align="top" title="Feature" src="https://img.shields.io/badge/9cd796b-feat-blue.svg" /> </a> </td>
<td>support multiple translation files per locale</td>
<td> <a href="https://togithub.com/angular/angular-cli/issues/18276"> [Closes #18276]<br /> </a>
</td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/1d3f4f78f7ab7b881231b8899db9880817adda4c"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/1d3f4f7-fix-green.svg" /> </a> </td>
<td>correct i18n function parameter type</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/055d9c3995a33e5619628e463854c45959aef505"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/055d9c3-fix-green.svg" /> </a> </td>
<td>correct Windows paths in ivy i18n extract</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/67163a205e98e87d4472c43c08a334e5bf420f8e"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/67163a2-fix-green.svg" /> </a> </td>
<td>ensure ivy extraction file names match sourcemaps</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/854d1844db37f48480cdbd7b7b5ab8693933bb4c"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/854d184-fix-green.svg" /> </a> </td>
<td>support @angular/localize 10.1.0</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/61701ab2595a8b44dd84b921592c513a05f8d6fd"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/61701ab-fix-green.svg" /> </a> </td>
<td>handle base tag endOffset in index.html generation</td>
<td>
<a href="https://togithub.com/angular/angular-cli/issues/18381"> [Closes #18381]<br /> </a>
</td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/eca08cc93f6204355510b02480af65822ef040cf"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/eca08cc-fix-green.svg" /> </a> </td>
<td>don't use parent modules while deduping</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/78064a8c2685a8a7b5121986fb319afe9c43d9b9"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/78064a8-fix-green.svg" /> </a> </td>
<td>update copy-webpack-plugin to 6.0.3</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/01a0f1fce8c2f007a3483173b5332e127e06992e"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/01a0f1f-fix-green.svg" /> </a> </td>
<td>update copy-webpack-plugin to version 6</td>
<td>
<a href="https://togithub.com/angular/angular-cli/issues/17858"> [Closes #17858]<br /> </a>
</td> </tr> <tr></tr>
<tr><td colspan=3><h3>@angular-devkit/build-optimizer (0.1001.0)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>
<tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/fa9a648caed763fa6491c30925d741140b423f3f"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/fa9a648-fix-green.svg" /> </a> </td>
<td>handle undefined factoryMeta in Webpack plugin</td>
<td> </td> </tr> <tr></tr>
<tr><td colspan=3><h3>@angular-devkit/core (10.1.0)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>
<tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/797bcf9944d60ff6cae8bc84a90a71977de78614"><img align="top" title="Feature" src="https://img.shields.io/badge/797bcf9-feat-blue.svg" /> </a> </td>
<td>add useXDeprecatedProvider to SchemaRegistry</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/d4bdf2e3e562644ed0dc14ce194bb351c7881793"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/d4bdf2e-fix-green.svg" /> </a> </td>
<td>allow property remove with workspace API</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/5f78698024615103b365026956573c70cc9bc834"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/5f78698-fix-green.svg" /> </a> </td>
<td>strict typings for json, logger, and virtual-fs</td>
<td> </td> </tr> <tr></tr>
<tr><td colspan=3><h3>@angular-devkit/schematics (10.1.0)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>
<tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/4e76f5a4aa2b3da4599749acdc7df133c48982fd"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/4e76f5a-fix-green.svg" /> </a> </td>
<td>ensure task option values are defined</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/165abc820b9c4fdbe63bf9a50cefd2047161f5aa"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/165abc8-fix-green.svg" /> </a> </td>
<td>verify filesystem createSourceFromUrl context before use</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/35c13a62e72a9cd4efaa27c644307022f7c3c435"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/35c13a6-fix-green.svg" /> </a> </td>
<td>set correct parent id in actions lists</td>
<td>
<a href="https://togithub.com/angular/angular-cli/issues/18446"> [Closes #18446]<br /> </a>
</td> </tr> <tr></tr>
<tr><td colspan=3><h3>@angular/cli (10.1.0)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>
<tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/d096e57884fa6076d05fadb05f766bf9d672080c"><img align="top" title="Feature" src="https://img.shields.io/badge/d096e57-feat-blue.svg" /> </a> </td>
<td>update configuration schema with ivy i18n extraction support</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/951d99e979003e6100aa2970315f8f9ec41ccbdd"><img align="top" title="Feature" src="https://img.shields.io/badge/951d99e-feat-blue.svg" /> </a> </td>
<td>show warning when using deprecated options</td>
<td> </td> </tr>
<tr><td colspan=3><h3>@schematics/angular (10.1.0)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>
<tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/533250112a2797397978469e0f579c2806dc4699"><img align="top" title="Feature" src="https://img.shields.io/badge/5332501-feat-blue.svg" /> </a> </td>
<td>add strictInputAccessModifiers option when using strict mode</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/8fb52596a051357d7a90620032e9d253f1a5d455"><img align="top" title="Feature" src="https://img.shields.io/badge/8fb5259-feat-blue.svg" /> </a> </td>
<td>add migration to remove solution style tsconfig</td>
<td> <a href="https://togithub.com/angular/angular-cli/issues/18040"> [Closes #18040]<br /> </a>
<a href="https://togithub.com/angular/angular-cli/issues/18130"> [Closes #18130]<br /> </a>
<a href="https://togithub.com/angular/angular-cli/issues/18170"> [Closes #18170]<br /> </a>
</td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/d65235d3916161f59939ab17944062c83be8fd2d"><img align="top" title="Feature" src="https://img.shields.io/badge/d65235d-feat-blue.svg" /> </a> </td>
<td>generate projects using jasmine-core 3.6.x</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/17dbaeb1fab8984210d389b50cd41ef39a5a39a8"><img align="top" title="Feature" src="https://img.shields.io/badge/17dbaeb-feat-blue.svg" /> </a> </td>
<td>emit declaration maps for local library builds</td>
<td> <a href="https://togithub.com/angular/angular-cli/issues/17888"> [Closes #17888]<br /> </a>
</td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/f3d54ee670a2016f0edd15f2550bb0e3656348c6"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/f3d54ee-fix-green.svg" /> </a> </td>
<td>change extends from tsconfig.base.json to tsconfig.json</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/a0e2f28d26c9e69d3523b5ea7ea501431e42988c"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/a0e2f28-fix-green.svg" /> </a> </td>
<td>don't create e2e script when createApplication is false</td>
<td>
<a href="https://togithub.com/angular/angular-cli/issues/13412"> [Closes #13412]<br /> </a>
</td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/8b96e52d83c8429a3d67926e0d18e5891271fdfb"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/8b96e52-fix-green.svg" /> </a> </td>
<td>remove solution style tsconfig from new projects</td>
<td>
<a href="https://togithub.com/angular/angular-cli/issues/18040"> [Closes #18040]<br /> </a>
<a href="https://togithub.com/angular/angular-cli/issues/18170"> [Closes #18170]<br /> </a>
</td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/196b3b9f29c8c9d6a5af54f3ae67c94f2a358836"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/196b3b9-fix-green.svg" /> </a> </td>
<td>improve compiler options migration error reporting</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/bcf6eadc8cf07f7b4a86b4861423ac8508c831f6"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/bcf6ead-fix-green.svg" /> </a> </td>
<td>warn when migrating to v6 if asset glob is missing</td>
<td> </td> </tr>
<tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/f463c84035471ae47dde895f8e4a0a7a981dd4b6"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/f463c84-fix-green.svg" /> </a> </td>
<td>remove async test helper function from component schematic</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/ef3bee6e7d58c14851fe5b06d3a6567e3f8beaf3"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/ef3bee6-fix-green.svg" /> </a> </td>
<td>keep tslint rules ordered</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/5b5a37ad54b59e3dcddfe1839272fefd77ab8206"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/5b5a37a-fix-green.svg" /> </a> </td>
<td>add links to generated app package.json files</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/76f525cec2f2397f01ed26edf9902eb3649bb42e"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/76f525c-fix-green.svg" /> </a> </td>
<td>add links to generated tsconfig files</td>
<td> </td> </tr> <tr></tr>
<tr><td colspan=3><h3>@angular-devkit/schematics-cli (0.1001.0)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>
<tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/a838835bd43da0d114ed7158e1f8739295578a14"><img align="top" title="Feature" src="https://img.shields.io/badge/a838835-feat-blue.svg" /> </a> </td>
<td>show warning when using deprecated options</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/3d9f2a30ecf796a1f5b34566dd8f66a2bd9dd715"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/3d9f2a3-fix-green.svg" /> </a> </td>
<td>only show prompts in TTY terminals</td>
<td> </td> </tr>
<tr><td colspan=3><h3>@ngtools/webpack (10.1.0)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>
<tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/1396ed4533d04a434b943eab48e0c6eaa4740c95"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/1396ed4-fix-green.svg" /> </a> </td>
<td>add ngcc initial run check</td>
<td> </td> </tr> <tr>
<td> <a href="https://togithub.com/angular/angular-cli/commit/6670af2d3329959efb0e0831cf2105d9591d7475"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/6670af2-fix-green.svg" /> </a> </td>
<td>only process dependent packages with NGCC</td>
<td> </td> </tr>
</tbody> </table>
Special Thanks
Renovate Bot, Alan Agius, Charles Lyding, Doug Parker, Keen Yee Liau, dependabot[bot], mgechev, Hari G, Joey Perrott, santoshyadavdev, timdeschryver, Ville Lahdenvuo, Tom Dutton, Cédric Exbrayat
</details>
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr closed time in 15 days
push eventNinja-Squad/globe42
commit sha ffee271246ef470259674cdd1f11cac0ade13c49
chore: rollback solution-style ts config, use TS 4.0.2
push time in 15 days
push eventNinja-Squad/globe42
commit sha 9f94689917b05e9a2cd4a5b348edd8f90b297f11
chore(deps): update dependency karma to v5.2.1
push time in 15 days
PR merged Ninja-Squad/globe42
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| karma (source) | devDependencies | patch | 5.2.0 -> 5.2.1 |
Release Notes
<details> <summary>karma-runner/karma</summary>
v5.2.1
Bug Fixes
- remove broken link from docs - 06-angularjs.md (#3555) (da2f307)
- remove unused JSON utilities and flatted dependency (#3550) (beed255)
</details>
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr closed time in 15 days