Mainly a followup to #1 which extended into a quick improvement of how we do integration testing of the plugin. A future MR can introduce more comprehensive tests to lock step with changes to Vite behavior.
📝 example integration package changes:
Adds a .yml content file
Adds import.meta.globEager() import of mixed .yaml/.yml file directory
🌏 Global changes:
Bumps @modyfi/vite-plugin-yaml from v1.0.2 -> v1.0.3
Mainly a followup to #1 which extended into a quick improvement of how we do integration testing of the plugin. A future MR can introduce more comprehensive tests to lock step with changes to Vite behavior.
📝
example
integration package changes:.yml
content fileimport.meta.globEager()
import of mixed.yaml
/.yml
file directory🌏 Global changes:
@modyfi/vite-plugin-yaml
from v1.0.2 -> v1.0.3vite
: "2.7.10" -> "2.9.9"typescript
: "^4.5.5" -> "4.6.4"vitest
dependency🧰 DevOps changes: