Skip to content

Commit a22c0f4

Browse files
committed
chore: update deps and renovate
1 parent e1eaf04 commit a22c0f4

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

packages/vue-router/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

renovate.json5

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,20 @@
88
groupName: "Download + Upload Artifacts"
99
},
1010
{
11-
matchPackagePatterns: ["@stencil/core", "@stencil/angular-output-target", "@stencil/react-output-target", "@stencil/sass", "@stencil/vue-output-target"],
11+
matchPackagePatterns: ["@stencil/core", "@stencil/angular-output-target", "@stencil/react-output-target", "@stencil/sass"],
1212
groupName: "stencil",
1313
matchFileNames: [
1414
"core/package.json"
1515
]
1616
},
17+
{
18+
matchPackagePatterns: ["@stencil/vue-output-target"],
19+
groupName: "stencil-vue-output-target",
20+
matchFileNames: [
21+
"core/package.json",
22+
"packages/vue/package.json",
23+
]
24+
},
1725
// TODO(ROU-11172): unpin React output target version
1826
{
1927
matchPackageNames: ["@stencil/react-output-target"],

0 commit comments

Comments
 (0)