hywax / nuxt-cron

A Nuxt module for cron jobs in your app.
https://nuxt-cron.hywax.space
MIT License
45 stars 3 forks source link

Bump @nuxt/module-builder from 0.5.4 to 0.5.5 #7

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps @nuxt/module-builder from 0.5.4 to 0.5.5.

Release notes

Sourced from @​nuxt/module-builder's releases.

v0.5.5

compare changes

🩹 Fixes

  • Rename RuntimeModuleHooks to ModuleRuntimeHooks (#194)
  • Use import with extension in generated .d.mts file (#202)

📖 Documentation

  • Remove reference to ModulePrivateRuntimeConfig (34ee148)

🏡 Chore

  • Add shell emulator for Windows (#191)
  • Fix example package.json (#192)

✅ Tests

  • Add root + module type tests (#198)

🤖 CI

❤️ Contributors

Changelog

Sourced from @​nuxt/module-builder's changelog.

v0.5.5

compare changes

🩹 Fixes

  • Rename RuntimeModuleHooks to ModuleRuntimeHooks (#194)
  • Use import with extension in generated .d.mts file (#202)

📖 Documentation

  • Remove reference to ModulePrivateRuntimeConfig (34ee148)

🏡 Chore

  • Add shell emulator for Windows (#191)
  • Fix example package.json (#192)

✅ Tests

  • Add root + module type tests (#198)

🤖 CI

❤️ Contributors

Commits
  • 8e30dd9 chore(deps): lock file maintenance (#212)
  • 6c85e28 chore(deps): update devdependency vue-tsc to ^1.8.26 (#210)
  • a5a26e9 chore(deps): update all non-major dependencies to ^1.1.0 (#209)
  • 40ef815 fix: use import with extension in generated .d.mts file (#202)
  • 6641d8d fix: rename RuntimeModuleHooks to ModuleRuntimeHooks (#194)
  • 3c0ef06 chore(deps): lock file maintenance (#201)
  • 6553bba chore(deps): update all non-major dependencies (#208)
  • fe1fd92 chore(deps): update all non-major dependencies (#207)
  • 15e82bb chore(deps): update all non-major dependencies (#206)
  • 1dd7cd9 chore(deps): update vitest monorepo to v1 (#204)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @hywax.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
hywax commented 6 months ago

@dependabot squash and merge