vuejs / test-utils

Vue Test Utils for Vue 3
https://test-utils.vuejs.org
MIT License
1.05k stars 246 forks source link

Dependency Dashboard #1684

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Config Migration Needed

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/ci.yml - `actions/checkout v4` - `pnpm/action-setup v4.0.0` - `actions/setup-node v4`
npm
package.json - `js-beautify ^1.14.9` - `vue-component-type-helpers ^2.0.0` - `@rollup/plugin-commonjs 28.0.1` - `@rollup/plugin-json 6.1.0` - `@rollup/plugin-node-resolve 15.3.0` - `@rollup/plugin-replace 6.0.1` - `@rollup/plugin-typescript 12.1.1` - `@types/js-beautify 1.14.3` - `@types/node 22.9.1` - `@vitejs/plugin-vue 5.2.0` - `@vitejs/plugin-vue-jsx 4.1.0` - `@vitest/coverage-v8 2.1.5` - `@vue/compat 3.5.13` - `@vue/compiler-dom 3.5.13` - `@vue/compiler-sfc 3.5.13` - `@vue/server-renderer 3.5.13` - `eslint 9.15.0` - `eslint-config-prettier 9.1.0` - `eslint-plugin-prettier 5.2.1` - `husky 9.1.7` - `jsdom 25.0.1` - `jsdom-global 3.0.2` - `lint-staged 15.2.10` - `prettier 3.3.3` - `reflect-metadata 0.2.2` - `rollup 4.27.3` - `tslib 2.8.1` - `typescript 5.6.3` - `typescript-eslint 8.15.0` - `unplugin-vue-components 0.27.4` - `vite 6.0.0` - `vitepress 1.5.0` - `vitepress-translation-helper 0.2.1` - `vitest 2.1.5` - `vue 3.5.13` - `vue-class-component 8.0.0-rc.1` - `vue-router 4.4.5` - `vue-tsc 2.1.10` - `vuex 4.1.0` - `@vue/server-renderer 3.x` - `vue 3.x` - `pnpm 9.14.2`

lmiller1990 commented 2 years ago

What is the point of this issue? I guess I need to investigate what renovate does more closely.

cexbrayat commented 2 years ago

This is a dashboard that Renovate keeps up to date automatically (by editing the issue description). It shows the next PR, the one currently opened, and the one we closed without merging. It allows to retry them and trigger a run manually. It's quite useful and does not generate noise, so I think we should keep it (but it can be configured to go away if needed).

lmiller1990 commented 2 years ago

Right, I see. That's neat, let's keep it around! I hadn't seen this before, so I was a little confused. I did not realize you could trigger things from an issue via a checkbox! Very cool.