]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: don't automatically bump esbuild & typescript versions
authorHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 16 Aug 2022 11:09:08 +0000 (19:09 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 16 Aug 2022 11:09:08 +0000 (19:09 +0800)
They might contain breaking changes in minor versions
(esbuild is pre-1.0, TypeScript doesn't follow semver strictly)

renovate.json

index e56146c2a0ee5861c29c63baab7f5c524cd23f7f..cfd61b1f3c128ce368535f85c09db64609b27bea 100644 (file)
@@ -10,7 +10,5 @@
   "node": false,
   "rangeStrategy": "bump",
   "labels": ["dependencies"],
-  "ignoreDeps": [
-    "zx"
-  ]
+  "ignoreDeps": ["zx", "esbuild", "typescript"]
 }