Ecosyste.ms: OpenCollective

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

github.com/web-infra-dev/modern.js

Modern.js is a web engineering system, including a web framework and a npm package solution.
https://github.com/web-infra-dev/modern.js

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

fe5942770666efa05fdbb3aef908e2ab1fc26322 authored almost 3 years ago by kky <[email protected]>
build: optimize build commands to optimize with modification time as an indicator (#570)

62c3825f4cc7510070586b875f0ebe910c33cca8 authored almost 3 years ago by Zhou xiao <[email protected]>
Feat publish (#569)

* docs: changeset

* feat: bump version

8985fcdc6e45dcfc63f20f902f12b5923712eef7 authored almost 3 years ago by Belinda Cao <[email protected]>
feat(plugin-analyze): add beforeGenerateRoutes hook (#473)

chore(plugin-analyze): add test cases

f8995feddcbee2312d682edcf78afab7bd12aaac authored almost 3 years ago by await-ovo <[email protected]>
fix: internalDirectory path (#568)

* fix: internalDirectory path

* docs: changeset

c255c60efca7963b69de11b29065261da837fd71 authored almost 3 years ago by xuchaobei <[email protected]>
chore: use route.json constants (#549)

496a9330b8fd18245bac37647a697f057dba40e9 authored almost 3 years ago by kky <[email protected]>
feat: extend @modern-js/core CoreOptions (#565)

* feat: extend CoreOptions

* docs: changeset

deef3d98203812369e2810033b38d136243c356c authored almost 3 years ago by xuchaobei <[email protected]>
Chore update npmignore (#566)

* chore: update .npmignore

* chore: add changeset

dab3fcd3bf58a283c2737adaf2fa1732d34a6021 authored almost 3 years ago by targeral <[email protected]>
change generator main path on development mode (#557)

* feat: change generator main path on development mode

* docs: changeset

* fix: monorepo t...

4dad710ae2423c587bb043d2fdd22e891dd12d32 authored almost 3 years ago by Belinda Cao <[email protected]>
chore(module-tools): publish 1.3.0 (#560)

c5ad112c1b019320027c418bf080cc07b9234434 authored almost 3 years ago by targeral <[email protected]>
fix: useLoader initial data (#556)

* fix: useLoader initial data

* docs: changeset

0f26dd198f3eb715d6def1ba9a65859ca76760c3 authored almost 3 years ago by xuchaobei <[email protected]>
chore: publish version (#555)

5d3bf755434280839ddd0c144cb6023a76dc7c5a authored almost 3 years ago by targeral <[email protected]>
feat(module-tools): add sub cmd (#537)

1c239bb8bee62a7a9224a7ce23373dab3f974b93 authored almost 3 years ago by targeral <[email protected]>
fix: extend core module config interfaces (#545)

b97a309df43a68c70ff59721640cc57c29d92afc authored almost 3 years ago by Chen Huang <[email protected]>
fix: load bff/server plugin before multi-process (#539)

ad4a67a4e9f20e2fc2883ae978fd15822c0e6c1b authored almost 3 years ago by kky <[email protected]>
fix(babel-preset-module): fix resolve static file (#541)

6db852aded02d9319127fc2a5cccbaa067d90bc1 authored almost 3 years ago by targeral <[email protected]>
fix(module-generator): change template (#547)

e91f3918f760cd96eca75e4a79f517c21b547c0a authored almost 3 years ago by targeral <[email protected]>
fix(module-tools): modify type file (#546)

8a0e25a8a5724bf9a605cf7e94357875302d54b8 authored almost 3 years ago by targeral <[email protected]>
Fix monorepo template (#530)

* fix: monorepo-template

* feat: publish monorepo generator

* tests: add ut

895ff5673ddba1f40c26e317e0cdbb1357a244c4 authored almost 3 years ago by Belinda Cao <[email protected]>
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...

ee5d40daa0a5cc2fbab3325254b72b1684ac3e38 authored almost 3 years ago by Chen Huang <[email protected]>
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...

52dfdb4453688c301550f897a89aa2c14f093b33 authored almost 3 years ago by Chen Huang <[email protected]>
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

1ac57654dabf392466617279df3ba81c400894ec authored almost 3 years ago by Ming <[email protected]>
build: create local-test-project for local dev testing (#525)

47084b6d2b8e106ccc10880ce5afae92d5d71135 authored almost 3 years ago by Chen Huang <[email protected]>
Publish (#528)

* feat: publish

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

* fix: remove @modern-...

97bdc73b0ff85a36f7938b45062bb5541e8a1c93 authored almost 3 years ago by Belinda Cao <[email protected]>
fix: repo generator build error (#527)

* fix: repo generator build error

* docs: changeset

* fix: @babel/core version

* docs: ...

6cf3edf6fb387c20ed306836b7762d36b8b41540 authored almost 3 years ago by Belinda Cao <[email protected]>
fix: fix esbuild error when project's tsconfig.json sets "target:es5" (#520)

c7ddb2179b50bb3bafd8c6b1f0411f7f9a86edfc authored almost 3 years ago by Rickie Zheng <[email protected]>
fix: webpack package prepare error (#518)

f61bc688f2a0cf55c1996a87acc3f043a5e0c411 authored almost 3 years ago by Belinda Cao <[email protected]>
fix: hot module reload for react app throwing exception (#517)

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

a5225f9e5952f49592712d26c1758717b720fc9c authored almost 3 years ago by Chen Huang <[email protected]>
fix: useLoader fallback (#516)

* fix: useLoader fallback

* docs: changeset

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

1b0635827594fb8d9af38cf793432be4e6aa81aa authored almost 3 years ago by xuchaobei <[email protected]>
Fix utils deps config (#495)

* chore(utils): fix deps config

* chore: add changeset

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

b4b0239a0dfa4afde31ad194f97ab8ec7d74602e authored almost 3 years ago by targeral <[email protected]>
feat: terminate whistle proxy when exiting the process (#483)

a0676d5e54e103cdeb133a59b05b38c06e340599 authored almost 3 years ago by Rickie Zheng <[email protected]>
fix: not use fs promise, as far as possibile support node 12 (#514)

81c279b7a35a9b674abcd0594c2cd6b7aab38e18 authored almost 3 years ago by kky <[email protected]>
fix: unit test trigger (#515)

a52bb9ff8d724da18061b4b371f8e5d1a16824f1 authored almost 3 years ago by Belinda Cao <[email protected]>
feat: adjust workflow trigger (#513)

412227dbc93351a6de8a3006b75822887b860739 authored almost 3 years ago by Belinda Cao <[email protected]>
fix: cron (#512)

6883fe0550197ec4accaddaae02f1bed59d1b956 authored almost 3 years ago by Belinda Cao <[email protected]>
fix: requestCreator path (#505)

9484b75323431921355082d27dbf707922b4ed9b authored almost 3 years ago by Ming <[email protected]>
feat: support more server types (#504)

* feat: support more server types

* docs: add changeset

021ba022fe2a50f51371ea46dc588065afa392e5 authored almost 3 years ago by kky <[email protected]>
fix: typo (#508)

630f8278e2a057807c70952c0477a1aceee066a8 authored almost 3 years ago by Belinda Cao <[email protected]>
feat: add schedule task (#507)

091aa4be6d2c17f6387818b3cd838028cd177ccd authored almost 3 years ago by Belinda Cao <[email protected]>
feat: add version field to package.json (#506)

f5c3ed30d3b13d9c7d746f9407e967ddecc6a607 authored almost 3 years ago by Belinda Cao <[email protected]>
fix: @modern-js/plugin-ssr exported issue (#502)

fix #501

ce3d4eac15be1a5d6676ab83af4d7bc0e57709dd authored almost 3 years ago by Li YuBei <[email protected]>
test: add intergration test cases for bff (#490)

* fix: test config not work

* test: add intergration test cases for bff

* fix: bff runtime...

8468626ab037d1c64c4d256d1b0b36d1459cb5d7 authored almost 3 years ago by Ming <[email protected]>
Fix/proxy bin (#499)

* chore: fix proxy bin

* docs: add changeset

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

6200990083a457e3dd3b4f559a5a53b8d5ae35b8 authored almost 3 years ago by kky <[email protected]>
fix: generator plugin input type (#500)

* fix: generator plugin input type

* docs: changeset

a03576eb232fa0f1c8cd5c018b5f315ac074df73 authored almost 3 years ago by Belinda Cao <[email protected]>
fix: clone server context (#492)

* fix: clone server context

* docs: add changeset

ae860d2b9dc3ad13a46a30fceb614a87f78abbc8 authored almost 3 years ago by kky <[email protected]>
feat: add *.global.less/sass/scss support when "output.disableCssModuleExtension" is true (#475)

df3cfb1ed934d10fe2cb89446cb30b0385269cd8 authored almost 3 years ago by Rickie Zheng <[email protected]>
feat: make Modern.js self-bootstrapping (#487)

* feat: add publishConfig to package.json

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

815dd38d77fa65efebc27fba4f1a638c3a6ccee5 authored almost 3 years ago by Li YuBei <[email protected]>
feat: polyfill function support enable (#491)

* feat: polyfill function support enable

* fix: fix new deploy function's question

a52269eeb4a90fd82986a072223edcb2aaad0795 authored almost 3 years ago by Belinda Cao <[email protected]>
feat: support custom config property name in package.json (#484)

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

4930c17b83e43d0dab8932a08fba532a7371d620 authored almost 3 years ago by Chen Huang <[email protected]>
Publish (#489)

* fix: fix publishConfig

* docs: changeset

* feat: publish

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

c20fa7a76f28ccf892d15f5b81c4f7a545aed93b authored almost 3 years ago by Belinda Cao <[email protected]>
fix(lint): add file filter ACM (#488)

dc53534ead342e66e6372a5bab80c19be4106a34 authored almost 3 years ago by zoolsher <[email protected]>
feat: add isBrowser in context (#474)

27bf97738986b59257bf8b3f6819248923449b51 authored almost 3 years ago by xuchaobei <[email protected]>
feat: add pr template [skip ci] (#480)

f1fe8df9b827435611e5d4fcfa5feeb6173cccb4 authored almost 3 years ago by Li YuBei <[email protected]>
feat: add issue template [skip ci] (#479)

b187af2f1f4efdd0f6cdc37ba22c0f51f014d472 authored almost 3 years ago by Li YuBei <[email protected]>
feat: enable codecov (#477)

58814cecc76f87deee111f720b700515d7f21e16 authored almost 3 years ago by Li YuBei <[email protected]>
fix: mwa page project error (#476)

* fix: mwa page project error

* docs: changeset

* fix: lint error

8cd1db815332b737895285e7b9793424ec1c5a48 authored almost 3 years ago by Belinda Cao <[email protected]>
Feat optimize storybook webpack config (#469)

* feat(plugin-storybook): change webpack config

* chore: add changeset

* feat(plugin-story...

4633c7bcb6d88be3bf8a584915fedfa100f0e686 authored almost 3 years ago by targeral <[email protected]>
fix(webpack): use svgr with [email protected] (#466)

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

5969edcb16bf6f66597678f0e9a6db428c645501 authored almost 3 years ago by await-ovo <[email protected]>
Speed up your CI pipeline (unit test) (#467)

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

* fix: failed ut cases

* fix: failed lin...

423b2a61c32f477d54877346bd6d8de799ac325f authored almost 3 years ago by Li YuBei <[email protected]>
fix: dependence generator add sourceTypeFile config (#471)

* fix: dependence generator add sourceTypeFile config

* fix: delete no use config

* fix: f...

673efc1b885af3fcd961ff093dfc1c169cdb9c5a authored almost 3 years ago by Belinda Cao <[email protected]>
feat: support upload dir copy and public routes rewrite (#456)

6dfc5e1e3aff3d9be18a58d4b777e2cae1dd4372 authored almost 3 years ago by kky <[email protected]>
Fix generator (#468)

* fix: setup generator plugin

* feat: add appent type content

* docs: changeset

22908dbdc4f7b4f87fcff69205a0ae23a789c73c authored almost 3 years ago by Belinda Cao <[email protected]>
feat: add jsnext:source field to exports config (#434)

* feat: add jsnext:source field to exports config

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

a04995e1547306f575594db4dfd68e651cd7be40 authored almost 3 years ago by Li YuBei <[email protected]>
feat: upgrade codesmith package (#464)

8b49586b2b567f52b760ce18acfc52991108faf2 authored almost 3 years ago by Belinda Cao <[email protected]>
Publish (#459)

* fix: generator new action package manager

* feat: update lock file

* feat: update genera...

6e9550e813a2dc3bbbc3ec743c86f4d7490fc477 authored almost 3 years ago by Belinda Cao <[email protected]>
fix: get package manager (#457)

* fix: get package manager

* docs: changeset

* fix: test

879bc224779282b1a7ea577eaa6fb09a58179f37 authored almost 3 years ago by Belinda Cao <[email protected]>
Feat change exports config (#455)

* feat: change exports config about core-runtime

* chore: add changeset

3042990d1c2224f92c4ade64731f13de209b9ffc authored almost 3 years ago by targeral <[email protected]>
Fix import path (#431)

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

* chore: add changeset

* chore(babel-pr...

0df17f6fada3c69d5b39eb77825f491bbdc438ca authored almost 3 years ago by targeral <[email protected]>
feat: support prefix for bff test (#454)

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

89dc1d18af37df039151bc574266be6ec25345d9 authored almost 3 years ago by Ming <[email protected]>
fix(app-tools): add changeset for fixing app-tools exported types (#437)

2fc7af8b64eeb4667821021c410ee5d5cf96deaf authored about 3 years ago by ycaptain <[email protected]>
feat: storybook generator support custom runtime dependence version (#452)

113b3fe1edd2d385f61f76a9bf605e96388641c4 authored about 3 years ago by Belinda Cao <[email protected]>
Fix typo in .gitignore

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

17d8f19250000b8bb05ab59c5b7beb0bfa5cb934 authored about 3 years ago by Jiahao <[email protected]>
fix other typos

72f9b8ee6c2e6b4f3ee8a1b4912706571e759f51 authored about 3 years ago by Jiahao <[email protected]>
feat: support object server.routes options (#451)

66f7cb2fc15b318fab3436d847f1e64192a26b6b authored about 3 years ago by kky <[email protected]>
fix: add references for bff runtime

b1985f7e127fb08db3edd4c38d717f9c107177df authored about 3 years ago by wangyiming <[email protected]>
feat: change server hook template api name (#448)

03b652acb8e09d37d8c4bbbeebf7336450536928 authored about 3 years ago by kky <[email protected]>
fix: i18n get message error (#450)

7ae5751cde69664ed1aad74759a466bea89d654d authored about 3 years ago by Belinda Cao <[email protected]>
Fix sourcemap error (#444)

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

* chore: add changeset

bbe650b7f60f01360cea1fd1f538feca5f79f4ea authored about 3 years ago by targeral <[email protected]>
feat: enable pnpm-lock.yaml & ci cache (#443)

91a246d520f1453b983e831cdb40eeb206d4cde7 authored about 3 years ago by Li YuBei <[email protected]>
feat: add server test (#424)

a95fbc430d37e61c4fffdc2a21caf430d5431b52 authored about 3 years ago by kky <[email protected]>
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...

0548ddc032022157dec226d1ee62ee8661fdf68f authored about 3 years ago by Ming <[email protected]>
fix: app init function not work (#422)

* fix: app init function not work

* docs: changeset

* fix: app init function support sync ...

aa6232f560f85da08b891328580f595cff1b621c authored about 3 years ago by Belinda Cao <[email protected]>
fix(plugin-storybook): add alais config (#430)

8c1c9cc6d70694ea762968f2dfd6046c76cf7bb9 authored about 3 years ago by targeral <[email protected]>
Fix inner model create (#428)

* fix: sub-solution text error

* docs: changeset

* feat: publish

c53ba64f4efd049850dc0e741c576b10e65c4872 authored about 3 years ago by Belinda Cao <[email protected]>
feat: publish (#419)

* feat: publish

* fix: fix testing type define

* feat: upgrade codesmith-tools version

...

d8e539601a558aaadbf661bcfe916f5149d1f76f authored about 3 years ago by Belinda Cao <[email protected]>
fix: testMatch on windows (#421)

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

322139e289f0c74a59218f32b6e5337974191130 authored about 3 years ago by Ming <[email protected]>
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...

afe96b4456e2faa3286bbca48f3f5055781e48bd authored about 3 years ago by ycaptain <[email protected]>
Feat: nocode plugin with butter (#417)

* feat: init

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

* chore: add changeset

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

4642ef8cbdd3479b357047dc26f2c1c724e51d88 authored about 3 years ago by Zfkkk <[email protected]>
feat(webpack): support webpack final (#416)

c6ca0ab23e403adbb25ac3e9973a54acc705360e authored about 3 years ago by await-ovo <[email protected]>
generator plugin (#362)

* feat(generator): add input context function

* feat: add file context function

* feat: ad...

b9534be2646d08c17a632d4681f356a691ed623b authored about 3 years ago by Belinda Cao <[email protected]>
fix: css test (#415)

78682102e6201b5f2164f27d4dbe875d1ad5b5f9 authored about 3 years ago by Belinda Cao <[email protected]>
fix: avoid repeating requests when ssr succeeds (#407)

* fix: useLoader

* fix: avoid repeat requests when ssr succeeds

e621643466d69573df34c54942efe397c0f05fa1 authored about 3 years ago by xuchaobei <[email protected]>
fix: add missing change-set for "@modern-js/plugin-analyze" (#409)

29c9c382eeb0a7aa0f3fe06a482922c0f6204a31 authored about 3 years ago by Rickie Zheng <[email protected]>
fix: fix "initialize" param wrongfully ignored problem (#408)

1144af94bb80a66939edf6e4811e22c1c3c20432 authored about 3 years ago by Rickie Zheng <[email protected]>
feat: support bff test

f46c108bea92de93f16f64f7bc0f1869633c341d authored about 3 years ago by wangyiming <[email protected]>
chore: add changeset

c7a39a7ad4750bc771291d4edea05a7f429e2288 authored about 3 years ago by wangyiming <[email protected]>
fix(deploy): fix micro-frontend type error (#405)

70fbd94a73be8ca5ce00ee15e4ebe0cf228ec127 authored about 3 years ago by Rickie Zheng <[email protected]>
Feat compat jupiter (#375)

* feat: add compate change

1. fix watch functions
2. add CORE_INIT_OPTION_FILE env vars

*...

702232997cee5d67733125561bcb0b1d78942098 authored about 3 years ago by targeral <[email protected]>
feat: add route types, fix metrics types (#401)

* feat: add route types, fix metrics types

* docs: add changeset

fb538e02ac45e634286ec1d28cc756a4bb2ab689 authored about 3 years ago by kky <[email protected]>
Feat publish (#399)

* fix: create module project

* fix: jarvis version

* feat: publish

3ccf1af03f51de02562e90b0ab12cefc00dca3a6 authored about 3 years ago by Belinda Cao <[email protected]>