storyblok / field-plugin

Create and deploy Storyblok Field Plugin
https://www.storyblok.com/docs/plugins/field-plugins/introduction
25 stars 3 forks source link

chore(common): fix dependabot error #274

Closed eunjae-lee closed 11 months ago

eunjae-lee commented 11 months ago

What?

We have configured dependabot but it's not working.

https://github.com/storyblok/field-plugin/network/updates/722059282

In the end of the log I've found something suspicious:

updater | +-----------------------------------+
updater | |   Dependencies failed to update   |
updater | +-------------------+---------------+
updater | | eslint-plugin-vue | unknown_error |
updater | +-------------------+---------------+

Not sure what's going on, but let's exclude eslint-plugin-vue from our dependabot config, and see what happens.

How to test? (optional)

vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
plugin-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 21, 2023 8:56am
eunjae-lee commented 11 months ago

@demetriusfeijoo thanks, good catch! I've removed the vue related dependencies. Let's see what happens after merging this :)