Commit Graph

117 Commits

Author SHA1 Message Date
Eduardo San Martin Morote 32bdc5d190
chore: typo [skip ci] 2023-11-03 17:14:07 +01:00
Evan You 4a88b71044 chore: add maintenance handbook 2023-11-03 17:09:20 +08:00
renovate[bot] 01af7d2f82
chore(deps): update actions/setup-node action to v4 (#9535)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-02 20:51:23 +08:00
Tycho edf2572615
chore: fix typo (#9306) 2023-10-26 17:08:37 +08:00
三咲智子 Kevin Deng 6021d0253e
chore: upgrade deps (#9443) 2023-10-21 16:59:26 +08:00
丶远方 a44c2b835e
ci: use `.node-version` to maintain node version (#8986) 2023-10-20 15:41:01 +08:00
Evan You beb487ef52 chore: bump min node version requirement for development 2023-10-20 10:44:10 +08:00
renovate[bot] 51dfa6517e
chore(deps): update autofix-ci/action digest to d3e5915 (#9406)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-20 10:41:58 +08:00
Evan You ec5b36c770 chore: replace chalk with picocolors 2023-10-20 10:23:18 +08:00
Haoqun Jiang b8fc18c0b2
ci: add a canary release workflow for next minor (#9265) 2023-09-22 15:51:11 +08:00
renovate[bot] 9944b50456
chore(deps): update actions/checkout action to v4 (#9156)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-06 16:08:44 -05:00
renovate[bot] 323d2cebba
chore(deps): update actions/upload-artifact action to v3 (#9153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-06 16:05:19 -05:00
renovate[bot] ca00cf245e
chore(deps): update test (major) (#9148)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-09-06 12:12:48 -05:00
renovate[bot] 8cb147cc18
chore(deps): update dependency serve to v14 (#9146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-09-06 05:31:10 -05:00
三咲智子 Kevin Deng db99b95d16
chore: configure renovate (#8091) 2023-09-06 04:57:06 -05:00
Alex 5c137c9c8f
workflow: add lock-closed-issues (#8970) 2023-09-05 15:23:00 +08:00
三咲智子 Kevin Deng 8adb2ca537
ci: add autofix for pr (#9112) 2023-09-05 15:22:39 +08:00
Evan You 8998afa427 chore: redirect feature requests to rfc discussion 2023-08-30 15:16:42 +08:00
三咲智子 Kevin Deng e7d5a41758
ci: fix get previous size data 2023-08-21 15:43:49 +08:00
三咲智子 Kevin Deng 61c3c8e86a
ci: fix size report permissions 2023-08-21 13:10:41 +08:00
三咲智子 Kevin Deng 1b56405299
ci: improved size report (#8992) 2023-08-21 11:33:51 +08:00
三咲智子 Kevin Deng bd08f057fc
ci: enforce format check 2023-08-14 19:43:55 +08:00
Shyam Chen a3dddd6205
docs: correct pnpm version (#8807) 2023-07-19 10:06:40 +08:00
Travis 1f83020a2b
chore: fix contributors link (#7654) 2023-06-13 05:16:48 +08:00
Domantas Bazys 1941a25a42
chore: fix typo (#7692) 2023-06-10 17:11:57 +08:00
Evan You 01f43c1741
ci: setup windows ci for compiler and SSR tests (#8143) 2023-04-24 11:31:13 +08:00
Evan You e40755d195 workflow: use environment for canary release workflow 2023-04-06 17:35:45 +08:00
Cloyd Lau cbe3d42ed3
chore: fix wrong placeholder in issue template (#7918) [ci skip] 2023-04-06 17:14:16 +08:00
Evan You 593da4069a chore: update playground url 2023-04-06 12:42:07 +08:00
Evan You ea5bf1235d ci: avoid duplicated ci runs on self-repo pull requests 2023-03-27 18:32:45 +08:00
Haoqun Jiang 29852dfa9c
ci: release canary versions every week (#7860)
* build: support `--canary` flag for canary releases

Also adds `--skip-git` and `--skip-prompts` flags as they would be
useful in ecosystem-ci

* ci: add a workflow to do canary releases every Monday

* build: allow manually releasing patch canary versions

* chore: don't bother updating the README

As far as I know, only Knighly modifies the README for nightly builds:
<https://www.npmjs.com/package/@knightly/vue>

Nuxt, React, and TypeScript all keep the README as-is for edge releases.

So I think we can avoid the complexity here.

* refactor: checkCIStatus -> getCIResult

* chore: keep the canary major in sync with the repo major

* fix: fix version rewriting

* fix: `@vue/compat` is also a core package

The directory name format of `@vue/compat` is different from other core packages, so it needs to be handled separately.

Missing it didn't cause any problems because the `isCorePackage`
function is only used to test dependency names, and `@vue/compat` isn't
used as a dependency anywhere.

But it's good to fix it anyway.
2023-03-17 15:37:29 +08:00
Haoqun Jiang 1d09540798
ci: add a ecosystem-ci-trigger workflow (#7618) 2023-02-10 19:02:41 +08:00
Evan You 20ea62da3c chore: use type: "module" 2023-02-03 18:12:56 +08:00
Evan You 78a52ef3fe docs: document git hooks [ci skip] 2023-02-03 18:03:33 +08:00
Evan You 7a0a6658c6 docs: update contributing guide 2023-02-03 17:47:34 +08:00
vaakian X 261fc12443
chore: fix broken link (#7589)
closes https://github.com/vuejs/core/issues/7588
2023-01-28 07:00:04 +08:00
Evan You f3e4f038bf ci: move chrome cache restore to before pnpm install 2022-11-14 19:23:51 +08:00
Evan You 7b59f2a012 ci: skip chromium download in jobs that do not need it 2022-11-14 19:21:58 +08:00
Evan You bcc76e9395 ci: cache chromium binary 2022-11-14 18:47:08 +08:00
Evan You 6524805c45 docs: add notes on more scripts in contribution guide 2022-11-14 10:22:43 +08:00
Flávio Reis a52141a62b
docs(contributing): change dependencies graph to mermaid (#6901) 2022-11-13 20:48:58 -05:00
Evan You f793faaeb7 chore: remove reference to tsd [ci skip]
close #7077
2022-11-10 15:10:47 +08:00
三咲智子 Kevin Deng dc9f99426d
workflow: switch to simple-git-hooks (#7069) 2022-11-09 08:14:59 -05:00
三咲智子 Kevin Deng 28a4fc040e
ci: upgrade node to 18 (#6983) 2022-11-08 09:13:45 -05:00
Evan You b3916db82d ci: disable format-check on ci
this causes too many unintended fails on PR merges
the task should just be manually run periodically
2022-11-08 14:31:45 +08:00
三咲智子 (Kevin) bbb66d7ac7
ci: check prettier format (#6830) 2022-10-28 09:39:34 +08:00
Evan You 830454ae56 ci: fix pnpm action version 2022-10-27 08:58:38 +08:00
Evan You e3bc21f39a ci: bump actions versions 2022-10-26 18:32:34 +08:00
Evan You c454aa5cd0 chore: more pr tips in contribution guide [ci skip] 2022-10-05 15:48:57 +08:00
Alex 05c7b0d180
ci: GitHub workflows security hardening (#6743) 2022-09-27 22:36:47 -04:00