Ecosyste.ms: OpenCollective

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

github.com/vuejs/vue-cli

🛠️ webpack-based tooling for Vue.js Development
https://github.com/vuejs/vue-cli

v5.0.0-beta.1

e6262a4fb5490a4e272d7134b44903afa0ef6eb5 authored over 3 years ago by Haoqun Jiang <[email protected]>
chore: pre release sync

561239880332a445069934c824ac27b0b29d9fa3 authored over 3 years ago by Haoqun Jiang <[email protected]>
fix: webpack-sources is an optinal peer dependency

It is only required when we are using webpack 4

cc6f74d03818e6b9b35f5360d696e6133cd04215 authored over 3 years ago by Haoqun Jiang <[email protected]>
fix(SafariNomoduleFixPlugin): use RawSource instead of a plain object (#6470)

ca26f8cec1715912b18fef7c16ad2900bd9c2ab8 authored over 3 years ago by Kael <[email protected]>
feat: add "tags" part to htmlWebpackPlugin (#6472)

Add it for use-cases like https://github.com/jantimon/html-webpack-plugin/tree/main/examples/cus...

3bb2d84045bb4297604529643d8d74c4202f36cc authored over 3 years ago by Thomas Timmers <[email protected]>
feat: support webpack 5 in unit-mocha plugin (#6471)

mochapack 2.1.0 has added webpack 5 support

Closes #6412

b4af27a0e140b35843652dc51455a07aa294889f authored over 3 years ago by Haoqun Jiang <[email protected]>
docs: replace master with main to reflect GH default (#6377)

3b92671ddbba28e06cffc8e916497cff70651069 authored over 3 years ago by Alec Barrett <[email protected]>
chore: add v4.5.12 & v4.5.13 changelog [skip ci]

ee9a8d259806a6733036d8f55ae7ccd8a8fc751c authored over 3 years ago by Haoqun Jiang <[email protected]>
fix(typescript): add missing dependencies and `require.resolve` compiler (#6456)

2b3567c842f425ec9234a8204fe52a3ca76804ef authored over 3 years ago by Kristoffer K <[email protected]>
fix!: keep project name validation rules in sync between UI and CLI (#6443)

889c6feb0a3f757f5a80b2313a0723cf1e2a5cb0 authored over 3 years ago by Haoqun Jiang <[email protected]>
fix: fix jest migrator dependency merging (#6454)

Thanks to @PiDelport

6c4db2598c9785b0d7838da907290647255eaef3 authored over 3 years ago by Haoqun Jiang <[email protected]>
chore: lockfile maintenance

Also cleared taobao registry entries

890e1e95dab4ba7ec1f81d35931f08c59f5c978e authored over 3 years ago by Haoqun Jiang <[email protected]>
ci: fix random failing ui tests (#6446)

35f92807b86e0a1a2469e595f0cf8797e7da2719 authored over 3 years ago by Haoqun Jiang <[email protected]>
v5.0.0-beta.0

2d3116ed50de185bee584d98d48cf7223782367d authored over 3 years ago by Haoqun Jiang <[email protected]>
chore: pre release sync

de525813f8ef082b48ddc4198c3b6c57c299e052 authored over 3 years ago by Haoqun Jiang <[email protected]>
docs: add modern mode changes to the migration guide (#6438)

502f4a0c520b52455288b3f86f37498d19f63ad1 authored over 3 years ago by Haoqun Jiang <[email protected]>
fix(ui): fix publicPath documentation link (#6440)

8f055f8347cd12fd2fa04d5339a3d8d0593e9fce authored over 3 years ago by Jeffrey Yang <[email protected]>
feat!: drop IE11 support in CLI UI (#6439)

5dd03406837d8e4e2c5482106c2abf2e2ec58c37 authored over 3 years ago by Haoqun Jiang <[email protected]>
fix: use `.needsDifferentialLoading` instead of `.module`

Because we now automatically skips differential loading if all targets
support es module, regard...

cd6db824c76741cad77b551408a5e2af036533a0 authored over 3 years ago by Haoqun Jiang <[email protected]>
fix: should not include IE11 target in Vue 3 projects (#6437)

As Vue 3 does not, and likely will not support IE11.

https://github.com/vuejs/rfcs/pull/294

a1979bd2a4314e8d9d2e9e75ce643e04e2aa89ca authored over 3 years ago by Haoqun Jiang <[email protected]>
feat(plugin-typescript): add all recommended tsconfig (#6428)

3f3d036ceeb60f10ba5a95acd68a8fdb4133670e authored over 3 years ago by PENG Rui <[email protected]>
chore: some dependency version bumps (#6430)

Default Cypress version is now v7

4473ca2e13ee73b4afd4673bf2843fecbbe4301b authored over 3 years ago by Haoqun Jiang <[email protected]>
docs: fix `master` to `main` in heroku deployment (#6359)

ad213f04294a7cd6529af2961894d3e23b60c967 authored over 3 years ago by MowlCoder <[email protected]>
feat!: upgrade to css-minimizer-webpack-plugin v2 (#6420)

e661a923751c2f49a24cb065b5dd5999169e86af authored over 3 years ago by Haoqun Jiang <[email protected]>
chore: rely on default arg parser behavior (#6413)

a16b0171983779d368d5cbb6af8718e3645f5bd3 authored over 3 years ago by James George <[email protected]>
feat!: always inject safari-nomodule-fix as an external script; drop `--no-unsafe-inline` flag (#6422)

0aa8a55189ce525a52cd64a668cf7931df6a6f76 authored over 3 years ago by Haoqun Jiang <[email protected]>
chore: should output meaningful error message for missing vue-jest dep

follow up of #6418

791fa288ad235d566014e3b8ccbb08358874e9b4 authored over 3 years ago by Haoqun Jiang <[email protected]>
feat: only needs one bundle if all targets support es module (#6419)

aad72cfa7880a0e327be06b3b9c3ac3d3b3c9abc authored over 3 years ago by Haoqun Jiang <[email protected]>
chore: add notes about upcoming Babel 8 esmodules change [skip ci]

3b851a8dfe17895e7af894a70d65c3a23159041d authored over 3 years ago by Haoqun Jiang <[email protected]>
test: use explicit targets in babel tests

Fixes the issue caused by https://github.com/babel/babel/pull/12989

f782fa3966a93ecb402bded71aceaa12b48ae06e authored over 3 years ago by Haoqun Jiang <[email protected]>
fix: show fallback message for typescript jest preset if ts-jest is not installed (#6418)

Co-authored-by: Haoqun Jiang <[email protected]>

closes #6383

2f5ced38f08ec470b9eb86c4a53eb788a4ac6295 authored over 3 years ago by Maksim Nedoshev <[email protected]>
fixup! fix: disable realContentHash optimization in app target

8a3dfa4bcab529ff96aedecdefbbc73426a50305 authored over 3 years ago by Haoqun Jiang <[email protected]>
fix: disable realContentHash optimization in app target

It's messing with the html-webpack-plugin, telling it the wrong hash of
the legacy bundle, there...

448ab961b4bea07235694d500daefa917b3d9cc7 authored over 3 years ago by Haoqun Jiang <[email protected]>
feat!: turn on modern mode by default, and provide a `--no-module` option (#6416)

cd783766755fcb6b7e8c558984c58e2b8b305c09 authored over 3 years ago by Haoqun Jiang <[email protected]>
docs: [RU] Translation update (#6417)

* docs: (ru) config/readme.md update

* docs: (ru) eslint.md update

* docs: (ru) cli-servic...

6563bc71a889dedecaf985a1295691f8274eff42 authored over 3 years ago by Alexander Sokolov <[email protected]>
feat: support `vue.config.mjs` (#6405)

dd217b2309934a39130990094feee9acd9ff3869 authored over 3 years ago by Haoqun Jiang <[email protected]>
feat(cli-service): provide jsconfig.json in no-ts template (#6285)

0dc604cc43ad971a80dc1dcc54ed30ce6067b9d4 authored over 3 years ago by IU <[email protected]>
chore: de-prioritize "Mocha + Chai" option as it requires webpack 4 for now (#6401)

ae967f769817b2e6dba19a3c0d171be48f67f2a2 authored over 3 years ago by Haoqun Jiang <[email protected]>
fix(cli-service): respect the existing 'devtool' (#6402)

Respect the existing 'devtool' when running dev server

Fixes #6398

8654e8218d7962935612f41e2ca57c3d2e0caaed authored over 3 years ago by Binwei Fang <[email protected]>
fix(mocha): workaround the SVGElement issue in Vue (#6400)

related to https://github.com/vuejs/vue-next/pull/2929

7838c0de31981318ad7f5d6e7ee0c7f1ccd6d460 authored almost 4 years ago by Binwei Fang <[email protected]>
feat(cli-service): add inline loader support for html-webpack-plugin (#5997)

Close #2697

de175d4f8e308fa2cae190d9c13bb2ec1700cc68 authored almost 4 years ago by 叡山电车 <[email protected]>
v5.0.0-alpha.8

89af6c50c2e559487d5ac24071a1f8589f9c026b authored almost 4 years ago by Haoqun Jiang <[email protected]>
chore: pre release sync

a5f822c5c8df684cd895236cb173c796633223e1 authored almost 4 years ago by Haoqun Jiang <[email protected]>
fix: check hoisted postcss version (#6372)

Also reverts #6358

fa46ed47b69039352aa5d381361bd98914dda897 authored almost 4 years ago by Haoqun Jiang <[email protected]>
chore: lockfile maintenance

bb01585f8e397f968a2ae239175db96e92c7558a authored almost 4 years ago by Haoqun Jiang <[email protected]>
feat: when `transpileDependencies` is set to `true`, transpile all dependencies in `node_modules` (#6354)

d64e7d31583293dc6a7fbd721723b9fe708022f4 authored almost 4 years ago by Haoqun Jiang <[email protected]>
feat: a `defineConfig` API from `@vue/cli-service` for better typing support in `vue.config.js` (#6355)

54d5f78c34c733f564900fb0962a88cb91dd932a authored almost 4 years ago by Haoqun Jiang <[email protected]>
fix: work around npm6/postcss8 hoisting issue (#6358)

Closes #6342

27b4263ed299e219aa5fbe7b024c226e5775c549 authored almost 4 years ago by Haoqun Jiang <[email protected]>
fix(build): demo-lib.html Vue 3 compatibility (#6366)

20355435e7b0ca59c1584d249cfad1abbac396c8 authored almost 4 years ago by Yazhe Wang <[email protected]>
docs: Minor change on the staging mode example (#6365) [skip ci]

* Minor change on the staging mode example

As a beginner, I was confused with the parentheses...

65d5f7aec5264c2a97ce0a9be694b7395aafb560 authored almost 4 years ago by Xinwen <[email protected]>
test: remove redundant await (#6362)

212d721f90f6f9ed286b995ac4295cbe9c316d48 authored almost 4 years ago by zoomdong <[email protected]>
chore: cli-service is referenced in setupDevProject, so let's add it to devDependencies

803ab8e8ea5ec23ba0d9c768c68ede5940fff9cf authored almost 4 years ago by Haoqun Jiang <[email protected]>
chore!: bump copy-webpack-plugin to v8 (#6348)

df62363e36684278d1c618a7fba201cce05ec348 authored almost 4 years ago by Haoqun Jiang <[email protected]>
refactor!: move vue-jest and ts-jest to peer dependencies (#6347)

vue-jest now requires several different peer deps for vue 2 and vue 3;
ts-jest now requires typ...

45eb46205fe8a515a1a7bacdf78495c873d4391e authored almost 4 years ago by Haoqun Jiang <[email protected]>
fix: Do not display an error message on empty public folder (#6333)

copy-webpack-plugin will generate an error on missing file(s).

For SPA, error occurs If 'pub...

e960ae5cafc8c6287b1408e610d47d790fe37eaf authored almost 4 years ago by Péter Gaál <[email protected]>
chore: remove preload plugin from deps for now

We are not going to add it back anytime soon. So removing it help
reduces the bundle size.

Thou...

985f2ff8d1a83d4ed3da5acfa8d0dc990b25d7ad authored almost 4 years ago by Haoqun Jiang <[email protected]>
chore: dependency maintenance

06eefe41aba4486e862d17f447c41d86c8a58431 authored almost 4 years ago by Haoqun Jiang <[email protected]>
v5.0.0-alpha.7

e591bfa5eb965d8015caca297cdd24b2dfbf500c authored almost 4 years ago by Haoqun Jiang <[email protected]>
chore: pre release sync

78245024e66970bec9dfd75737e1e532b2dcaa8b authored almost 4 years ago by Haoqun Jiang <[email protected]>
fix: use cssnano v5.0.0-rc.1, work around a npm 6 hoisting bug (#6343)

Fixes #6342

83de3d81219ad9d070d4f6e4cdc0cb8a8dca3986 authored almost 4 years ago by Haoqun Jiang <[email protected]>
v5.0.0-alpha.6

40e3de2c7c0fa37a164378fb8e990b671b36aa7e authored almost 4 years ago by Haoqun Jiang <[email protected]>
chore: pre release sync

6c383528a7cbbfa43d5394188e39809b3524fa68 authored almost 4 years ago by Haoqun Jiang <[email protected]>
chore!: update vue-jest to v4.x (#6335)

59b6eb93d7d236f93d1fcc8adadee0db1ee69b23 authored almost 4 years ago by Haoqun Jiang <[email protected]>
fix: some small refinements in the ui codebase (#6315)

7fa6837288519ca7c58297ccfecd6e21f28728f3 authored almost 4 years ago by Haoqun Jiang <[email protected]>
fix: fix `build --dest` option (#6314)

Closes #6312

7c580b8f0bcd7bfc9905976a883c1405ad563c1c authored almost 4 years ago by Haoqun Jiang <[email protected]>
feat!: upgrade to css-loader 5; remove `css.requireModuleExtension` & `css.modules` options (#6332)

f4fb99de9715059037b10069c72061750fc5a340 authored almost 4 years ago by Haoqun Jiang <[email protected]>
chore: add 4.5.11 changelog

Closes #6319

c8a4852eefa27b56501a3f6547733a4bd68a090c authored almost 4 years ago by Haoqun Jiang <[email protected]>
chore: remove the word "Preview" from vue 3 preset (#6310)

related to #6300

5e50ecff9fded546547be1934f7bcfc1162c2805 authored almost 4 years ago by Tony Trinh <[email protected]>
docs: mention dropping support of Node.js 10 in the migration guide

a01b347007ef9986ea0e90da240df37d688f8199 authored almost 4 years ago by Haoqun Jiang <[email protected]>
v5.0.0-alpha.5

6f88bd5ff4daf45808ec7f2d9e798cd1dd60476f authored almost 4 years ago by Haoqun Jiang <[email protected]>
chore: pre release sync

fdf86b593596cf929db24c18d7807a0a598889d8 authored almost 4 years ago by Haoqun Jiang <[email protected]>
chore: lockfile maitenance

cbb838f101a6f2c625325d0ef13acf14985623a1 authored almost 4 years ago by Haoqun Jiang <[email protected]>
fix(webdriverio): add `expect-webdriverio` to tsconfig (#6309)

a92bc30852821a474fae90fddf41d11876dabfb1 authored almost 4 years ago by Haoqun Jiang <[email protected]>
chore: bump js-yaml version

867099725892ffaaf30aaa9fffbae2ea75726c75 authored almost 4 years ago by Haoqun Jiang <[email protected]>
feat(GeneratorAPI): `forceOverwrite` option for `extendPackage` (#6307)

df00b3e0bc669c051443ffa813196a1c64d2030b authored almost 4 years ago by Haoqun Jiang <[email protected]>
chore: bump sass-loader versions in template

9e5b194abff34c6bd05ac92fceb18cac1c803f01 authored almost 4 years ago by Haoqun Jiang <[email protected]>
test: remove e2e test for dart sass

It doesn't add much value and interferes webpack 4 tests

1a5100b5a0f34a3be428a5486bcb2f6a61fca956 authored almost 4 years ago by Haoqun Jiang <[email protected]>
chore: bump some devDependencies versions

e8e4bd7a6ef269e96e31497dbfbcda183b7b1592 authored almost 4 years ago by Haoqun Jiang <[email protected]>
chore!: update default postcss-loader

fixup f9169d865b279493c9cb6719c3a024d268c3c367

6dd15344d40219182ad1e7a6d06e88977166455d authored almost 4 years ago by Haoqun Jiang <[email protected]>
bugfix: string padding length is error (#6254)

Co-authored-by: 谢恺 <[email protected]>

bb9c0011bddca1f1762e3682d509be87a2976c58 authored almost 4 years ago by xiek <[email protected]>
chore: lockfile maintenance

90937aff6948619716d76f760f33fef24c0002b1 authored almost 4 years ago by Haoqun Jiang <[email protected]>
fix: dependent package nickname (#6304)

a27e33bef810e79bf63f347675f6db276893aaf7 authored almost 4 years ago by Superman <[email protected]>
fix(create): write the lint-staged config to its own file (#6303)

Closes #6298

c604182458b5918f35d633793dced0dfd77c2cdc authored almost 4 years ago by HexPandaa <[email protected]>
chore: remove the word "Preview" from vue 3 preset (#6300)

Now that most Vue 3 core packages has reached stable, I think it makes
sense to remove the word...

7b5212feb121741f8ccd11f6ff654cf7b791b177 authored almost 4 years ago by Haoqun Jiang <[email protected]>
feat!: use the latest versions of css preprocessor loaders by default (#6301)

f9169d865b279493c9cb6719c3a024d268c3c367 authored almost 4 years ago by Haoqun Jiang <[email protected]>
feat!: update WebDriverIO to v7 (#6295)

3f367b2bfe95be7cb82fdcc43ed7c8c9ef296328 authored almost 4 years ago by Haoqun Jiang <[email protected]>
chore!: drop Node.js v10 support (#6292)

64c04cb00dba3f35c1570917b3c874ded62b79c0 authored almost 4 years ago by Haoqun Jiang <[email protected]>
fix: better dev server & webpack 4 compatibility and some trivial dependency updates (#6291)

4d134066b4caa999a62ace9c1135beb4ea976af0 authored almost 4 years ago by Haoqun Jiang <[email protected]>
v5.0.0-alpha.4

cf3d80193429b67ebfcfd941981163e087bd7812 authored almost 4 years ago by Haoqun Jiang <[email protected]>
chore: pre release sync

d91728f7ca431f85d0b20f487ccc132c081bf9bc authored almost 4 years ago by Haoqun Jiang <[email protected]>
fix: fix webpack 4 compatibility of HtmlPwaPlugin

a1023adfad79d0098b52a3d2bdbc338520ba961a authored almost 4 years ago by Haoqun Jiang <[email protected]>
style: fix lint issues

c3284f6595b2c873f9c42a750a31945f7f24c0c7 authored almost 4 years ago by Haoqun Jiang <[email protected]>
fix(cli-plugin-pwa): webpack5 warning for emitting manifest.json (#6277)

9373a2295bf86b1e4f394c99e98db25f5ddbe98b authored almost 4 years ago by Adam Williams <[email protected]>
feat!: update copy & terser plugin, move more legacy code to webpack-4 plugin (#6279)

0dccc4af380da5dc269abbbaac7387c0348c2197 authored almost 4 years ago by Haoqun Jiang <[email protected]>
feat: use html-webpack-plugin v5 by default (#6269)

4ce7edd3754c3856c760d126f7fa3928f120aa2e authored almost 4 years ago by Haoqun Jiang <[email protected]>
docs: add JSDoc @type tag to config (#6272) [ci skip]

Add JSDoc: @type for better editor support.

https://www.typescriptlang.org/docs/handbook/jsdo...

fb2205d77940f64893f971e1071ec43cdb4ecf9a authored almost 4 years ago by Simon Legner <[email protected]>
docs: add note about loader incompatible with webpack 4 (#6266)

e910e9c215a05412ce2fdaf15fe12ffc933286fd authored almost 4 years ago by Rüdiger Busche <[email protected]>
chore: vuex 4.0.0 has been released, `-0` suffix no longer necessary

f9d53c75d0e6c8a0cc1ff4ab7a0634e9c6fdce06 authored almost 4 years ago by Haoqun Jiang <[email protected]>
docs: update deployment.md for github custom domains (#6239)

Adding information about omitting publicpath config if you deploy to a custom domain.

89f88efe543583f7d0e51ef5cd6e46fa434bae27 authored almost 4 years ago by Anzelika <[email protected]>
fix: mini-css-extract-plugin publicPath option can be an absolute path (#6230)

When the user sets the project public path to the absolute path, the extract-css publicPath opti...

b41ed76c5ce54c618587f24b9d14c35cf31a96d4 authored almost 4 years ago by Veath <[email protected]>