We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rollup/plugin-commonjs
1 parent 3039290 commit 4d210bbCopy full SHA for 4d210bb
.github/workflows/ncu.yaml
@@ -28,7 +28,8 @@ jobs:
28
29
- name: Update packages
30
# ``unfetch`` is rejected here because its latest version is not compatible with our project
31
- run: ncu --upgrade --reject unfetch
+ # ``rollup/plugin-commonjs`` is rejected because >26 breaks the tests
32
+ run: ncu --upgrade --reject unfetch --reject rollup/plugin-commonjs
33
34
- name: Install them and update "package-lock.json"
35
run: npm install
0 commit comments