ddd-base
ddd-base copied to clipboard
DDD base class library for JavaScript application.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/almin/ddd-base). ## Repository Problems These problems occurred while...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...
I've noticed that I often write a entity like following: ```ts export class HatebuIdentifier extends Identifier {} export interface HatebuProps { readonly id: HatebuIdentifier; readonly bookmark: Bookmark; } export class...
mixin
```ts export type Constructor = new (...args: any[]) => T; /* static mixin( this: U & Constructor, m1: (superClass: U & Constructor) => MixinClass ): M1 & U & Constructor;...
https://github.com/almin/almin/issues/312 `Repository#hash`: update the value if the repository is updated. It is useful for detecting updating. But, we should find more consistent way