mics icon indicating copy to clipboard operation
mics copied to clipboard

Multiple Inheritance Class System: Intuitive mixins for ES6 classes

Results 30 mics issues
Sort by recently updated
recently updated
newest added

Bumps [debug](https://github.com/debug-js/debug) to 2.6.9 and updates ancestor dependencies [debug](https://github.com/debug-js/debug), [mocha](https://github.com/mochajs/mocha), [compression](https://github.com/expressjs/compression), [express](https://github.com/expressjs/express) and [serve-index](https://github.com/expressjs/serve-index). These dependencies need to be updated together. Updates `debug` from 2.6.8 to 2.6.9 Release notes Sourced...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.15.3 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.4.0 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.1.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

Even if an inheritance chain includes a mixin multiple times, `mix()` should only include it once. It should also follow C3MRO as documented in https://en.wikipedia.org/wiki/C3_linearization. However, opposite to #61, in...

I constructed a class hierarchy like ``` B extends A C extends A Test extends Root, B, C ``` It ends up that A is essentially dropped, or at least...

I like your API a lot. This code fails though: ```javascript const SimpleGreeting = mix(HTMLElement, Base => class extends Base {}); customElements.define("simple-greeting", SimpleGreeting); ``` It gets the following exception in...

## Version **0.50.1** of [rollup](https://github.com/rollup/rollup) was just published. Dependency rollup Current Version 0.46.3 Type devDependency The version **0.50.1** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

## Version **4.0.0** of [mocha](https://github.com/mochajs/mocha) just got published. Dependency mocha Current Version 3.5.3 Type devDependency The version **4.0.0** is **not covered** by your **current version range**. Without accepting this pull...

greenkeeper

☝️ Greenkeeper’s [updated Terms of Service](https://mailchi.mp/ebfddc9880a9/were-updating-our-terms-of-service) will come into effect on April 6th, 2018. ## Version **3.0.0** of [webpack-dev-server](https://github.com/webpack/webpack-dev-server) was just published. Dependency webpack-dev-server Current Version 2.11.1 Type devDependency The...

greenkeeper