Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

ModernJS

Modern.js is a web engineering system, including a web framework, a npm package solution and a documentation site solution.
Collective - Host: opensource - https://opencollective.com/modernjs - Code: https://github.com/web-infra-dev/modern.js

fix: fix mock and add server test (#509)

github.com/web-infra-dev/modern.js - fe5942770666efa05fdbb3aef908e2ab1fc26322 authored almost 3 years ago
build: optimize build commands to optimize with modification time as an indicator (#570)

github.com/web-infra-dev/modern.js - 62c3825f4cc7510070586b875f0ebe910c33cca8 authored almost 3 years ago
Feat publish (#569)

* docs: changeset

* feat: bump version

github.com/web-infra-dev/modern.js - 8985fcdc6e45dcfc63f20f902f12b5923712eef7 authored almost 3 years ago
feat(plugin-analyze): add beforeGenerateRoutes hook (#473)

chore(plugin-analyze): add test cases

github.com/web-infra-dev/modern.js - f8995feddcbee2312d682edcf78afab7bd12aaac authored almost 3 years ago
fix: internalDirectory path (#568)

* fix: internalDirectory path

* docs: changeset

github.com/web-infra-dev/modern.js - c255c60efca7963b69de11b29065261da837fd71 authored almost 3 years ago
chore: use route.json constants (#549)

github.com/web-infra-dev/modern.js - 496a9330b8fd18245bac37647a697f057dba40e9 authored almost 3 years ago
feat: extend @modern-js/core CoreOptions (#565)

* feat: extend CoreOptions

* docs: changeset

github.com/web-infra-dev/modern.js - deef3d98203812369e2810033b38d136243c356c authored almost 3 years ago
Chore update npmignore (#566)

* chore: update .npmignore

* chore: add changeset

github.com/web-infra-dev/modern.js - dab3fcd3bf58a283c2737adaf2fa1732d34a6021 authored almost 3 years ago
change generator main path on development mode (#557)

* feat: change generator main path on development mode

* docs: changeset

* fix: monorepo t...

github.com/web-infra-dev/modern.js - 4dad710ae2423c587bb043d2fdd22e891dd12d32 authored almost 3 years ago
chore(module-tools): publish 1.3.0 (#560)

github.com/web-infra-dev/modern.js - c5ad112c1b019320027c418bf080cc07b9234434 authored almost 3 years ago
fix: useLoader initial data (#556)

* fix: useLoader initial data

* docs: changeset

github.com/web-infra-dev/modern.js - 0f26dd198f3eb715d6def1ba9a65859ca76760c3 authored almost 3 years ago
chore: publish version (#555)

github.com/web-infra-dev/modern.js - 5d3bf755434280839ddd0c144cb6023a76dc7c5a authored almost 3 years ago
feat(module-tools): add sub cmd (#537)

github.com/web-infra-dev/modern.js - 1c239bb8bee62a7a9224a7ce23373dab3f974b93 authored almost 3 years ago
fix: extend core module config interfaces (#545)

github.com/web-infra-dev/modern.js - b97a309df43a68c70ff59721640cc57c29d92afc authored almost 3 years ago
fix: load bff/server plugin before multi-process (#539)

github.com/web-infra-dev/modern.js - ad4a67a4e9f20e2fc2883ae978fd15822c0e6c1b authored almost 3 years ago
fix(babel-preset-module): fix resolve static file (#541)

github.com/web-infra-dev/modern.js - 6db852aded02d9319127fc2a5cccbaa067d90bc1 authored almost 3 years ago
fix(module-generator): change template (#547)

github.com/web-infra-dev/modern.js - e91f3918f760cd96eca75e4a79f517c21b547c0a authored almost 3 years ago
fix(module-tools): modify type file (#546)

github.com/web-infra-dev/modern.js - 8a0e25a8a5724bf9a605cf7e94357875302d54b8 authored almost 3 years ago
Fix monorepo template (#530)

* fix: monorepo-template

* feat: publish monorepo generator

* tests: add ut

github.com/web-infra-dev/modern.js - 895ff5673ddba1f40c26e317e0cdbb1357a244c4 authored almost 3 years ago
fix: export all interface from @modern-js/core/config (#532)

maintain 'export type {...}' to core/config/index.ts
this way core/index.ts can just export via...

github.com/web-infra-dev/modern.js - ee5d40daa0a5cc2fbab3325254b72b1684ac3e38 authored almost 3 years ago
fix: restarting dev server causes port number to reset to default (8080) (#497)

this becomes an issue when 8080 is already used by another process, causing
the initial dev ser...

github.com/web-infra-dev/modern.js - 52dfdb4453688c301550f897a89aa2c14f093b33 authored almost 3 years ago
fix: remove plugin-polyfill from app-tools & hot reload not working on windows (#521)

* fix: remove plugin-polyfill from app-tools

* fix: hot reload not working on windows

github.com/web-infra-dev/modern.js - 1ac57654dabf392466617279df3ba81c400894ec authored almost 3 years ago
build: create local-test-project for local dev testing (#525)

github.com/web-infra-dev/modern.js - 47084b6d2b8e106ccc10880ce5afae92d5d71135 authored almost 3 years ago
Publish (#528)

* feat: publish

* fix: remove @modern-js/module-tools devDependence

* fix: remove @modern-...

github.com/web-infra-dev/modern.js - 97bdc73b0ff85a36f7938b45062bb5541e8a1c93 authored almost 3 years ago
fix: repo generator build error (#527)

* fix: repo generator build error

* docs: changeset

* fix: @babel/core version

* docs: ...

github.com/web-infra-dev/modern.js - 6cf3edf6fb387c20ed306836b7762d36b8b41540 authored almost 3 years ago
fix: fix esbuild error when project's tsconfig.json sets "target:es5" (#520)

github.com/web-infra-dev/modern.js - c7ddb2179b50bb3bafd8c6b1f0411f7f9a86edfc authored almost 3 years ago
fix: webpack package prepare error (#518)

github.com/web-infra-dev/modern.js - f61bc688f2a0cf55c1996a87acc3f043a5e0c411 authored almost 3 years ago
fix: hot module reload for react app throwing exception (#517)

refer to github issue: https://github.com/facebook/create-react-app/issues/11771

github.com/web-infra-dev/modern.js - a5225f9e5952f49592712d26c1758717b720fc9c authored about 3 years ago
fix: useLoader fallback (#516)

* fix: useLoader fallback

* docs: changeset

Co-authored-by: Belinda Cao <caohuilin9588@fox...

github.com/web-infra-dev/modern.js - 1b0635827594fb8d9af38cf793432be4e6aa81aa authored about 3 years ago
Fix utils deps config (#495)

* chore(utils): fix deps config

* chore: add changeset

Co-authored-by: Belinda Cao <caohui...

github.com/web-infra-dev/modern.js - b4b0239a0dfa4afde31ad194f97ab8ec7d74602e authored about 3 years ago
feat: terminate whistle proxy when exiting the process (#483)

github.com/web-infra-dev/modern.js - a0676d5e54e103cdeb133a59b05b38c06e340599 authored about 3 years ago
fix: not use fs promise, as far as possibile support node 12 (#514)

github.com/web-infra-dev/modern.js - 81c279b7a35a9b674abcd0594c2cd6b7aab38e18 authored about 3 years ago
fix: unit test trigger (#515)

github.com/web-infra-dev/modern.js - a52bb9ff8d724da18061b4b371f8e5d1a16824f1 authored about 3 years ago
feat: adjust workflow trigger (#513)

github.com/web-infra-dev/modern.js - 412227dbc93351a6de8a3006b75822887b860739 authored about 3 years ago
fix: requestCreator path (#505)

github.com/web-infra-dev/modern.js - 9484b75323431921355082d27dbf707922b4ed9b authored about 3 years ago
feat: support more server types (#504)

* feat: support more server types

* docs: add changeset

github.com/web-infra-dev/modern.js - 021ba022fe2a50f51371ea46dc588065afa392e5 authored about 3 years ago
feat: add schedule task (#507)

github.com/web-infra-dev/modern.js - 091aa4be6d2c17f6387818b3cd838028cd177ccd authored about 3 years ago
feat: add version field to package.json (#506)

github.com/web-infra-dev/modern.js - f5c3ed30d3b13d9c7d746f9407e967ddecc6a607 authored about 3 years ago
fix: @modern-js/plugin-ssr exported issue (#502)

fix #501

github.com/web-infra-dev/modern.js - ce3d4eac15be1a5d6676ab83af4d7bc0e57709dd authored about 3 years ago
test: add intergration test cases for bff (#490)

* fix: test config not work

* test: add intergration test cases for bff

* fix: bff runtime...

github.com/web-infra-dev/modern.js - 8468626ab037d1c64c4d256d1b0b36d1459cb5d7 authored about 3 years ago
Fix/proxy bin (#499)

* chore: fix proxy bin

* docs: add changeset

Co-authored-by: Rickie Zheng <rqzheng2008@126...

github.com/web-infra-dev/modern.js - 6200990083a457e3dd3b4f559a5a53b8d5ae35b8 authored about 3 years ago
fix: generator plugin input type (#500)

* fix: generator plugin input type

* docs: changeset

github.com/web-infra-dev/modern.js - a03576eb232fa0f1c8cd5c018b5f315ac074df73 authored about 3 years ago
fix: clone server context (#492)

* fix: clone server context

* docs: add changeset

github.com/web-infra-dev/modern.js - ae860d2b9dc3ad13a46a30fceb614a87f78abbc8 authored about 3 years ago
feat: add *.global.less/sass/scss support when "output.disableCssModuleExtension" is true (#475)

github.com/web-infra-dev/modern.js - df3cfb1ed934d10fe2cb89446cb30b0385269cd8 authored about 3 years ago
feat: make Modern.js self-bootstrapping (#487)

* feat: add publishConfig to package.json

* feat: update local package version to workspace:^...

github.com/web-infra-dev/modern.js - 815dd38d77fa65efebc27fba4f1a638c3a6ccee5 authored about 3 years ago
feat: polyfill function support enable (#491)

* feat: polyfill function support enable

* fix: fix new deploy function's question

github.com/web-infra-dev/modern.js - a52269eeb4a90fd82986a072223edcb2aaad0795 authored about 3 years ago
feat: support custom config property name in package.json (#484)

Co-authored-by: Chen Huang <[email protected]>
Co-authored-by: Belinda Cao <caohui...

github.com/web-infra-dev/modern.js - 4930c17b83e43d0dab8932a08fba532a7371d620 authored about 3 years ago
Publish (#489)

* fix: fix publishConfig

* docs: changeset

* feat: publish

* fix: webpack mini-css-extr...

github.com/web-infra-dev/modern.js - c20fa7a76f28ccf892d15f5b81c4f7a545aed93b authored about 3 years ago
fix(lint): add file filter ACM (#488)

github.com/web-infra-dev/modern.js - dc53534ead342e66e6372a5bab80c19be4106a34 authored about 3 years ago
feat: add isBrowser in context (#474)

github.com/web-infra-dev/modern.js - 27bf97738986b59257bf8b3f6819248923449b51 authored about 3 years ago
feat: add pr template [skip ci] (#480)

github.com/web-infra-dev/modern.js - f1fe8df9b827435611e5d4fcfa5feeb6173cccb4 authored about 3 years ago
feat: add issue template [skip ci] (#479)

github.com/web-infra-dev/modern.js - b187af2f1f4efdd0f6cdc37ba22c0f51f014d472 authored about 3 years ago
feat: enable codecov (#477)

github.com/web-infra-dev/modern.js - 58814cecc76f87deee111f720b700515d7f21e16 authored about 3 years ago
fix: mwa page project error (#476)

* fix: mwa page project error

* docs: changeset

* fix: lint error

github.com/web-infra-dev/modern.js - 8cd1db815332b737895285e7b9793424ec1c5a48 authored about 3 years ago
Feat optimize storybook webpack config (#469)

* feat(plugin-storybook): change webpack config

* chore: add changeset

* feat(plugin-story...

github.com/web-infra-dev/modern.js - 4633c7bcb6d88be3bf8a584915fedfa100f0e686 authored about 3 years ago
fix(webpack): use svgr with [email protected] (#466)

Co-authored-by: Belinda Cao <[email protected]>

github.com/web-infra-dev/modern.js - 5969edcb16bf6f66597678f0e9a6db428c645501 authored about 3 years ago
Speed up your CI pipeline (unit test) (#467)

* feat: disable ts-alias & add pnpm run fast-test

* fix: failed ut cases

* fix: failed lin...

github.com/web-infra-dev/modern.js - 423b2a61c32f477d54877346bd6d8de799ac325f authored about 3 years ago
fix: dependence generator add sourceTypeFile config (#471)

* fix: dependence generator add sourceTypeFile config

* fix: delete no use config

* fix: f...

github.com/web-infra-dev/modern.js - 673efc1b885af3fcd961ff093dfc1c169cdb9c5a authored about 3 years ago
feat: support upload dir copy and public routes rewrite (#456)

github.com/web-infra-dev/modern.js - 6dfc5e1e3aff3d9be18a58d4b777e2cae1dd4372 authored about 3 years ago
Fix generator (#468)

* fix: setup generator plugin

* feat: add appent type content

* docs: changeset

github.com/web-infra-dev/modern.js - 22908dbdc4f7b4f87fcff69205a0ae23a789c73c authored about 3 years ago
feat: add jsnext:source field to exports config (#434)

* feat: add jsnext:source field to exports config

* feat: update typescript & @modern-js/modu...

github.com/web-infra-dev/modern.js - a04995e1547306f575594db4dfd68e651cd7be40 authored about 3 years ago
feat: upgrade codesmith package (#464)

github.com/web-infra-dev/modern.js - 8b49586b2b567f52b760ce18acfc52991108faf2 authored about 3 years ago
Publish (#459)

* fix: generator new action package manager

* feat: update lock file

* feat: update genera...

github.com/web-infra-dev/modern.js - 6e9550e813a2dc3bbbc3ec743c86f4d7490fc477 authored about 3 years ago
fix: get package manager (#457)

* fix: get package manager

* docs: changeset

* fix: test

github.com/web-infra-dev/modern.js - 879bc224779282b1a7ea577eaa6fb09a58179f37 authored about 3 years ago
Feat change exports config (#455)

* feat: change exports config about core-runtime

* chore: add changeset

github.com/web-infra-dev/modern.js - 3042990d1c2224f92c4ade64731f13de209b9ffc authored about 3 years ago
Fix import path (#431)

* fix(babel-preset-module): fix replace value hash

* chore: add changeset

* chore(babel-pr...

github.com/web-infra-dev/modern.js - 0df17f6fada3c69d5b39eb77825f491bbdc438ca authored about 3 years ago
feat: support prefix for bff test (#454)

Co-authored-by: wangyiming <[email protected]>

github.com/web-infra-dev/modern.js - 89dc1d18af37df039151bc574266be6ec25345d9 authored about 3 years ago
fix(app-tools): add changeset for fixing app-tools exported types (#437)

github.com/web-infra-dev/modern.js - 2fc7af8b64eeb4667821021c410ee5d5cf96deaf authored about 3 years ago
feat: storybook generator support custom runtime dependence version (#452)

github.com/web-infra-dev/modern.js - 113b3fe1edd2d385f61f76a9bf605e96388641c4 authored about 3 years ago
Fix typo in .gitignore

Fixed `.evn.local` to `.env.local`

github.com/web-infra-dev/modern.js - 17d8f19250000b8bb05ab59c5b7beb0bfa5cb934 authored about 3 years ago
feat: support object server.routes options (#451)

github.com/web-infra-dev/modern.js - 66f7cb2fc15b318fab3436d847f1e64192a26b6b authored about 3 years ago
fix: add references for bff runtime

github.com/web-infra-dev/modern.js - b1985f7e127fb08db3edd4c38d717f9c107177df authored about 3 years ago
feat: change server hook template api name (#448)

github.com/web-infra-dev/modern.js - 03b652acb8e09d37d8c4bbbeebf7336450536928 authored about 3 years ago
fix: i18n get message error (#450)

github.com/web-infra-dev/modern.js - 7ae5751cde69664ed1aad74759a466bea89d654d authored about 3 years ago
Fix sourcemap error (#444)

* fix(module-tools): fix sourcemap 'sources' config

* chore: add changeset

github.com/web-infra-dev/modern.js - bbe650b7f60f01360cea1fd1f538feca5f79f4ea authored about 3 years ago
feat: enable pnpm-lock.yaml & ci cache (#443)

github.com/web-infra-dev/modern.js - 91a246d520f1453b983e831cdb40eeb206d4cde7 authored about 3 years ago
feat: add server test (#424)

github.com/web-infra-dev/modern.js - a95fbc430d37e61c4fffdc2a21caf430d5431b52 authored about 3 years ago
feat: Support for defining request sdk and headers for bff (#432)

* feat: support custom bff request sdk

* feat: add hook for extend ssr context

Co-authored...

github.com/web-infra-dev/modern.js - 0548ddc032022157dec226d1ee62ee8661fdf68f authored about 3 years ago
fix: app init function not work (#422)

* fix: app init function not work

* docs: changeset

* fix: app init function support sync ...

github.com/web-infra-dev/modern.js - aa6232f560f85da08b891328580f595cff1b621c authored about 3 years ago
fix(plugin-storybook): add alais config (#430)

github.com/web-infra-dev/modern.js - 8c1c9cc6d70694ea762968f2dfd6046c76cf7bb9 authored about 3 years ago
Fix inner model create (#428)

* fix: sub-solution text error

* docs: changeset

* feat: publish

github.com/web-infra-dev/modern.js - c53ba64f4efd049850dc0e741c576b10e65c4872 authored about 3 years ago
feat: publish (#419)

* feat: publish

* fix: fix testing type define

* feat: upgrade codesmith-tools version

...

github.com/web-infra-dev/modern.js - d8e539601a558aaadbf661bcfe916f5149d1f76f authored about 3 years ago
fix: testMatch on windows (#421)

Co-authored-by: wangyiming <[email protected]>

github.com/web-infra-dev/modern.js - 322139e289f0c74a59218f32b6e5337974191130 authored about 3 years ago
fix(testing, app-tools): add schema validation and types to test plugin; fix app-tools types (#384)

* fix(testing): lack typesVerions for re-exporting types

* fix(testing): fix type lost when r...

github.com/web-infra-dev/modern.js - afe96b4456e2faa3286bbca48f3f5055781e48bd authored about 3 years ago
Feat: nocode plugin with butter (#417)

* feat: init

* fet: nocode 开发插件接入外网 butter

* chore: add changeset

Co-authored-by: 郑凡恺 <...

github.com/web-infra-dev/modern.js - 4642ef8cbdd3479b357047dc26f2c1c724e51d88 authored about 3 years ago
feat(webpack): support webpack final (#416)

github.com/web-infra-dev/modern.js - c6ca0ab23e403adbb25ac3e9973a54acc705360e authored about 3 years ago
generator plugin (#362)

* feat(generator): add input context function

* feat: add file context function

* feat: ad...

github.com/web-infra-dev/modern.js - b9534be2646d08c17a632d4681f356a691ed623b authored about 3 years ago
fix: css test (#415)

github.com/web-infra-dev/modern.js - 78682102e6201b5f2164f27d4dbe875d1ad5b5f9 authored about 3 years ago
fix: avoid repeating requests when ssr succeeds (#407)

* fix: useLoader

* fix: avoid repeat requests when ssr succeeds

github.com/web-infra-dev/modern.js - e621643466d69573df34c54942efe397c0f05fa1 authored about 3 years ago
fix: add missing change-set for "@modern-js/plugin-analyze" (#409)

github.com/web-infra-dev/modern.js - 29c9c382eeb0a7aa0f3fe06a482922c0f6204a31 authored about 3 years ago
fix: fix "initialize" param wrongfully ignored problem (#408)

github.com/web-infra-dev/modern.js - 1144af94bb80a66939edf6e4811e22c1c3c20432 authored about 3 years ago
feat: support bff test

github.com/web-infra-dev/modern.js - f46c108bea92de93f16f64f7bc0f1869633c341d authored about 3 years ago
chore: add changeset

github.com/web-infra-dev/modern.js - c7a39a7ad4750bc771291d4edea05a7f429e2288 authored about 3 years ago
fix(deploy): fix micro-frontend type error (#405)

github.com/web-infra-dev/modern.js - 70fbd94a73be8ca5ce00ee15e4ebe0cf228ec127 authored about 3 years ago
Feat compat jupiter (#375)

* feat: add compate change

1. fix watch functions
2. add CORE_INIT_OPTION_FILE env vars

*...

github.com/web-infra-dev/modern.js - 702232997cee5d67733125561bcb0b1d78942098 authored about 3 years ago
feat: add route types, fix metrics types (#401)

* feat: add route types, fix metrics types

* docs: add changeset

github.com/web-infra-dev/modern.js - fb538e02ac45e634286ec1d28cc756a4bb2ab689 authored about 3 years ago
Feat publish (#399)

* fix: create module project

* fix: jarvis version

* feat: publish

github.com/web-infra-dev/modern.js - 3ccf1af03f51de02562e90b0ab12cefc00dca3a6 authored about 3 years ago