Skip to content

Commit 9b1a888

Browse files
authored
Configure pinned JS dependencies via updates.config.js (#29696)
Split out from #29684. This configures the [`updates`](https://github.com/silverwind/updates) module to exclude these modules for reasons stated in the comments.
1 parent 7fd0a5b commit 9b1a888

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

updates.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export default {
2+
exclude: [
3+
'@mcaptcha/vanilla-glue', // breaking changes in rc versions need to be handled
4+
'eslint-plugin-array-func', // need to migrate to eslint flat config first
5+
],
6+
};

0 commit comments

Comments
 (0)