Skip to content

Commit

Permalink
chore(repo): prevent renovate from upgrating open (#5218)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rwaskiewicz authored Jan 15, 2024
1 parent 22c08d5 commit 09ed201
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@
matchPackageNames: ['rollup'],
matchPackagePrefixes: ['@rollup'],
groupName: 'rollup,'
},
// TODO(STENCIL-1088): remove once support for Node v16 is dropped
{
matchPackageNames: ['open'],
allowedVersions: '<10',
}
],
// Never rebase the branch or update it unless manually requested to avoid noisy PR emails
Expand Down

0 comments on commit 09ed201

Please sign in to comment.