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

chore: pre release sync

2386673e8600fe17fd705983a1b8066dce71cdd1 authored over 5 years ago
fix: use module directory instead of entry file for `eslintPath` (#4233)

fixes #4231

992fe0790d0a086225d6e94d220b67bad306d121 authored over 5 years ago
chore: refine changelog [ci skip]

63824af88316e532bf52fe84095a38a2395e5f6f authored over 5 years ago
v4.0.0-alpha.2

0c2ebc4ae2d63191ff04ca2af9c90a2727c67090 authored over 5 years ago
chore: pre release sync

1939dfea9daabb95048ea4f9137dfb2fb0fb20ac authored over 5 years ago
chore: lockfile maintenance

beabb972de53aad02b531d1d7bd80c8cf4862175 authored over 5 years ago
feat(typescript): add `convertJsToTs` and `allowJs` options (#4212)

Close #2676

At the moment when we run `vue add`, Vue CLI renames all `*.js` files to `*.ts`....

38debb4d14eeb57bbae54e19a58f2d99875504dc authored over 5 years ago
fix: remove debugger (#4222)

A `debugger` instruction was left after https://github.com/vuejs/vue-cli/pull/4090

35e02a235b38c84f7538937d487806eb1ba45248 authored over 5 years ago
docs: add Render deployment guide (#4217)

* docs: add Render deployment guide

* Update docs/guide/deployment.md

Co-Authored-By: Nata...

ebdcac32d4617a20b905900b57e943a182c92935 authored over 5 years ago
workflow: allow release to local registry for testing purpose

2d63503866d2fd54dd38ce4708f5d960fd711bac authored over 5 years ago
feat!: redesigns `vue upgrade`, supports code migration (#4090)

867c6eaf2cc58dac0fec6ef2cc95fe190330d94a authored over 5 years ago
style: fix lint errors

273d05fe08c6a640c82fe2af0469b40b94319b3a authored over 5 years ago
chore: minor refactor (#4205)

eliminate redundancy

934746da7f43887441f5acfaba55c5ccda4059b5 authored over 5 years ago
feat: add `transformScript` to GeneratorAPI (#4188)

5460ca498ff676a640ac52f85cc270ee0592527e authored over 5 years ago
feat: implement version-related APIs for `GeneratorAPI` (#4000)

closes #2336

77092b22237733b71259eea3c6d9817e009d015c authored over 5 years ago
Correct HTML and Static Assets (#4192)

* Correct HTML and Static Assets

* Update docs/guide/html-and-static-assets.md

Co-Authored...

80e5d7ff36231fc31d2ed89fcf8f90483dbb3bec authored over 5 years ago
Add heroku deployment guide (#3777)

* Add heroku deployment description

* Link to heroku CLI article

Also split instructions i...

323acc915e60215a29a4ebee1c8fd1dd86913a0b authored over 5 years ago
docs: mention caveat about missing plugins when in legacy config (#3857)

* docs: mention caveat about missing plugins
when in legacy config
close #3845

* Update bro...

09ce29f720e8a27c8235fe19e84cdc48f6ee4434 authored over 5 years ago
feat: make `injectImports` & `injectRootOptions` work for `.vue` files (#4168)

closes #1702

af25ef75ce27841bf0e792033a327f70b549ebfa authored over 5 years ago
fix: prefer `devServer.public` as the custom url for browser to open (#4169)

fixes #3747

76e7c38fc8eb77f6119f99f0fcbf4e8b1341d710 authored over 5 years ago
chore: move yorkie from cli-service to plugin-eslint & plugin-typescript (#4153)

It is because yorkie is not used anywhere in @vue/cli-service, but only
included for the `lintO...

271bf395df6604c063dbc69b2f5c8cbfdf7ec0af authored over 5 years ago
chore: update vuepress to v1 stable

070b2e4e278f6432d23710d29755a9e653a67e12 authored over 5 years ago
chore: changelog of v3.8.4

dfc4b0b54ace50fd1b8b4eac7ba4fa23becace07 authored over 5 years ago
fix: fix config merging during `vue invoke` in Node.js v12 (#4148)

The root cause here is the same as #4095
The failing `loadModule` call will return `undefined` ...

8283f46d0bd286e3c84245a94f360e683c153fd8 authored over 5 years ago
chore: upgrade default-gateway to 5.0.2 (#4150)

fixes #4144

570588ffb1cf3142734e498e449aa2f930b226ec authored over 5 years ago
chore: add v3.8.3 changelog [ci skip]

ab97f31a17282d1096060609b7e33bef22c0b21b authored over 5 years ago
fix: airbnb lint should not warn on vuex state mutation (#3961)

close #3954

cb47a28c10e1865744cbe5d20173e537dd6e21f4 authored over 5 years ago
docs: move core plugins docs to documentation website (#4120)

Also, created a script to generate docs

20c96c45f82f44a31406430dee3163c0d4a36f95 authored over 5 years ago
fix: display correct address when multiple network adapters present (#4083)

fixes #3266

see https://github.com/vuejs/vue-cli/issues/3266#issuecomment-493487325

Thanks...

f3d2c1c133b4050a09a244c59d99b79e4e5a0fe6 authored over 5 years ago
fix: fix resolve project local plugin's file path (#4095)

Thanks to @SneakyMax
See https://github.com/vuejs/vue-cli/issues/4014#issuecomment-497993827

78e1c4cf63a8553bde45cdb0bae0db90e0c3bdfb authored over 5 years ago
workflow!: vue-cli-version-marker's version now only syncs with @vue/cli

This breaks @vue/cli 3.1.2 and 3.1.3 but it's a necessary change to
simplify the release workflow

2fa9f5bf6f83b40797f8bc8827dd8c451e8ba45d authored over 5 years ago
fix(cli-service): avoid opening browser twice

fixes #4079

47d56e998d6649205247c546eb984b0eff5e4d76 authored over 5 years ago
docs: add more explanation at prompts (#3924)

500dc5020517f8d5780ce1ef85f9c74abc0c184c authored over 5 years ago
docs: fix dead link (#3923) [ci skip]

5f879c4b5d2e50fb23b5e35ec6f635fc5f80e796 authored over 5 years ago
chore: refine changelog for v4.0.0-alpha.1

032317efd1b6d478f6feab86574f732b5c580b40 authored over 5 years ago
chore: add 3.8.x changelog

e16d6dd46b5731ea320db3c8d451cbae039b1477 authored over 5 years ago
docs: add description of babel plugin usage in TS plugin prompt (#4046)

closes #3206

82dbbeb07a02a7212d9f9c0019f49436ba77dc70 authored over 5 years ago
v4.0.0-alpha.1

8fa6fa694a7bcca4bfebfe461bd71bfa8feb9ee3 authored over 5 years ago
chore: pre release sync

7bd8796227b2b41b8c622b888c13fd1cf2225f0f authored over 5 years ago
fix: add default `inMemoryCacheOptions`

vue-cli-plugin-apollo now defaults it to null, which won't trigger
default parameter fallback, s...

ac8b2b3bd1df1534b7b64d61ee7718a9c655da68 authored over 5 years ago
chore: lockfile maintenance and ensures there's only one graphql instance

Seems somewhere in the dependency chain there's code using `instanceof`
operator.

b6984d9f5a8b0a78901bc0aef70f9ea4d87da31c authored over 5 years ago
chore: update deps

2ce1fc0982faad039517ee61ce7a868ee36f958a authored over 5 years ago
feat(HtmlPwaPlugin): adds 'manifestCrossorigin' option (#3939)

close #3933

49725b4c0427ac050e70eac35a18c5e836781e01 authored over 5 years ago
fix: add missing dependencies to @vue/cli-upgrade (#4036)

fixes #3417
fixes #3222

0c6085a0c8ce98f2181486e06978b967718a4a08 authored over 5 years ago
test: replace http-server with serve to create a test server (#4056)

Fixes Windows compatibility caused by https://github.com/indexzero/http-server/issues/525

And...

3648a51a91ae8e79e80ea1dde54be7111562711d authored over 5 years ago
chore: update vue-template-compiler version

88cf38b9a17ca4c617ff82a91f38277884019978 authored over 5 years ago
ci: update chromedriver version in appveyor to 2.45

Their Chrome version has been updated.
See https://www.appveyor.com/updates/2019/02/11/

197fd92c735f4c5d9a5dace69698565bd8bf3e4b authored over 5 years ago
chore: update isbinaryfile to 4.x

649b564feb3158ff8160e318491d5712e6e2b92b authored over 5 years ago
chore(openBrowser): sync with upstream

f078c46fc328a450ed32f852e5b7dc68ef8a3a90 authored over 5 years ago
chore: revert fs-extra to 7.x to fix incompatibilities with graceful-fs

See: https://github.com/jprichardson/node-fs-extra/issues/687

43bdc333f4c714786bc8b5c67b34d74f465d8151 authored over 5 years ago
chore: fix lint errors

38c74c1542151d78cc0798795a382cbe1fefdc22 authored over 5 years ago
chore: lockfile maintenance

3e785dff822847c6677bc082dde5678ea82f0a06 authored over 5 years ago
chore: update dependencies

b13ab797af49f64537598dc6698f50b102ca9eeb authored over 5 years ago
fix: fix dev mode compatibility with workers (#4034)

fixes #3539

d81d57beecee41a1a2529cad2e77412600dc4a7f authored over 5 years ago
chore: bump fibers version to be compatible with node v12

d872cc0f2ebf9519b653316c000424e80c422a59 authored over 5 years ago
fix: update the css-loader runtime path for css-loader v2 (#4025)

80028755f8173303e82ab2d0baaaa600cf93ead3 authored over 5 years ago
feat: prompt editor (#3929)

* feat(Prompt): editor

* docs(ui dev): update supported inquirer types

3f9838b6490ab3bcbad9f5ac6d10a53f13f9ff61 authored over 5 years ago
chore(dev-server): set `clientLogLevel` option to `silent` (#4018)

The `none` option is deprecated and will be removed in the next major https://github.com/webpack...

edcce6a311057a8a26a0a8d2f6a7ae1321016031 authored over 5 years ago
chore: upgrade webpack-dev-server to 3.4.1 (#4020)

fixes #4016

fa7c1aa02d47013c926f3ad0b12a5e2175c453d2 authored over 5 years ago
docs: fix typo of transformIgnorePatterns (#3927) [ci skip]

e9d4c4902c0e498802be97f5e9dc5ba1fbd3623a authored over 5 years ago
feat: enable hmr for 'mini-css-extract-plugin' in dev (#4011)

59b106ad04c80bac90c44e09ef63bdc61ed790a1 authored over 5 years ago
refactor: replace recast with jscodeshift for `injectImportsAndOptions` (#4003)

fixes #3309

2e417b01d26ce44f58f9972f0549f4dae39c1584 authored over 5 years ago
Merge branch 'v3' into dev

abf30c423895781c65581f7aa0a02b8546368ec1 authored over 5 years ago
fix(task): ENV_VAR=value broken in commands

3eabfad234071dd1fb4730211db49dbfb579101e authored over 5 years ago
fix(cli-ui): update dependencies and fix peer dependency warnings (#3992)

aeee7fac0168d68333740213ed980bfd2ddf7b97 authored over 5 years ago
chore!: change default value of `lintOnSave` option (#3975)

BREAKING CHANGE:
See https://github.com/vuejs/vue-cli/pull/3572

15b5c8d4d73eabda67ee9a0ff6f150dcba4e4318 authored over 5 years ago
chore: remove accidentally checked-in package-lock.json

34fcc59b761a30ef056056c489e5abf0706bf66e authored over 5 years ago
feat(cli): suggest matching commands if the user mistypes (#3860)

ab18cd595244e29e40f5f15e2ceaa4fdc4671638 authored over 5 years ago
feat: rename project (#3955)

* feat: project rename

* chore: use a pen icon for rename button

8fe5850ca96ccd628cfb3b9fd11850b036341821 authored over 5 years ago
chore: upgrade webpack-chain to v6 (#3943)

See: https://github.com/neutrinojs/webpack-chain/blob/master/CHANGELOG.md#v600

New feature: e...

43826f114a6364bf456bc0753b0b7bfcc52d6836 authored over 5 years ago
feat(babel-preset-app): Bump jsx dependency version (#3978)

@vue/babel-preset-jsx 1.0.0 has been released. It doesn't have any breaking changes from the lat...

65a35db0ac8a6dfba80949facc97d72874ffe76e authored over 5 years ago
fix: detectLanguage function (#3966)

206803cbefefdfbc7d8ed12440b0b751688b77b2 authored almost 6 years ago
chore: update sponsor link

b916635d9e97933e28685dd7dab14bbca4d5fe92 authored almost 6 years ago
chore: install core-js

382190ed7c7ff5bc06638c576a6d970a4146b451 authored almost 6 years ago
chore: remove extraneous log statement

341286b708cfa28c0fc5967b7d569d4eb2c76f26 authored almost 6 years ago
chore: joi -> @hapi/joi

f99645cfcd47269eeb1fff4284d0c2a0996ec07d authored almost 6 years ago
chore: prefer .tsx? files over .jsx? file extensions (#3909)

close #3898

0c635afb1b600998feec15752c0c191ff656f374 authored almost 6 years ago
test: skip version comparison test (for now)

e376c00b2647ad6ce5b9d2c8750cb95f0263d49d authored almost 6 years ago
test: fix assertVersion test for prereleases

6f5ca3078a773a65ce1d3e4ec6ac26df268d997c authored almost 6 years ago
chore: use plural forms for "new features" and "breaking changes"

60ca68f3eafff93675c815b22c1ccc477b6cc4bc authored almost 6 years ago
chore: refine changelog for v4.0.0-alpha.0 [ci skip]

56a363acac41c901d4b418295a7b822c195e1570 authored almost 6 years ago
test: fix assertVersion test

ce177bee06c48c2a3ed0e38548ba416535869136 authored almost 6 years ago
workflow: fix syncDeps for prerelease versions

f6afdb1305cabca160851cf9c0d75a84798c20f3 authored almost 6 years ago
v4.0.0-alpha.0

63f501a2ca54232b6a9d48c56c1e06a1787ddc83 authored almost 6 years ago
chore: pre release sync

caec0860ab401917c2e7c4b3c3bb044385ab14c8 authored almost 6 years ago
chore: lockfile maintenance

a06f2573cddbeca5659e14853701ce572a5d792e authored almost 6 years ago
chore: don't pin jest-watch-typeahead version

ef3422cbb9da7d778d8c2c58b503c82ad4609752 authored almost 6 years ago
chore!: default to dart sass for `sass` option of `cssPreprocessor` (#3921)

BREAKING CHANGE:
Preset generated before v3.4.0 may contain a `"cssPreprocessor": "sass"`
fiel...

f4e6c33044140281eadbb52d2d72168098f81cbf authored almost 6 years ago
workflow: fix vue-cli-version-marker version bump for prereleases

b823bae03b1758d8ea16c591a9ef52c29f9ec56a authored almost 6 years ago
feat: allow installing core plugins from next dist-tag

a6ceb8d0c1b8f118d66bfd389ae42197011b4db1 authored almost 6 years ago
workflow: fix release script

dd4fb2e47bbf7ee137484b19f5aa0e09ebedd088 authored almost 6 years ago
test: fix jest tests by hoisting deps to monorepo root

bac0373a25206ff5e7717a474cda2308691b78fa authored almost 6 years ago
fix: continue fixing peer dependencies warnings

6bea224ac7a56286d600ac1e5f06eb63ddd1d9dc authored almost 6 years ago
fix: fix peer dependencies for ts-jest & babel-jest

5d1da587be36f532e5278734d53d7fb3bc7019aa authored almost 6 years ago
fix: revert accidentally committed jest related changes

f395697197897203961329276b886ee8f6993e56 authored almost 6 years ago
workflow: publish version marker after all other packages are published [ci skip]

911fddb26a5603483febabf3ea785ce93bc1d5f3 authored almost 6 years ago
workflow: add dist-tag when publishing [ci skip]

4f0cd2da66eedbfc804d87db6c154c041e3393aa authored almost 6 years ago
fix: revert javascript-stringify to 1.x

208a99728ce88fb5f5bf514ecd76fa89883b4a67 authored almost 6 years ago
fix: javascript-stringify v2 has changed its exports

a6fb9af614a640de3d48cbf20a681f63c9c423f5 authored almost 6 years ago
fix: graphql-type-json has changed its commonjs export interface

d67fcdbc85177ab8479ee128309c278af0a563eb authored almost 6 years ago