Skip to content

Commit 09ed201

Browse files
authored
chore(repo): prevent renovate from upgrating open (#5218)
Open v10 has a single breaking change, in that it requires Node v18+ to be used. Stencil v4 still supports Node 16, and must continue to use Open v9 as a result. We cannot drop support for Node 16 without a breaking change, so we’ll hold off on this work until Stencil v5.
1 parent 22c08d5 commit 09ed201

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

renovate.json5

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@
144144
matchPackageNames: ['rollup'],
145145
matchPackagePrefixes: ['@rollup'],
146146
groupName: 'rollup,'
147+
},
148+
// TODO(STENCIL-1088): remove once support for Node v16 is dropped
149+
{
150+
matchPackageNames: ['open'],
151+
allowedVersions: '<10',
147152
}
148153
],
149154
// Never rebase the branch or update it unless manually requested to avoid noisy PR emails

0 commit comments

Comments
 (0)