Skip to content

chore(deps): update devdependency @nuxt/module-builder to v1 - #378

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/nuxt-module-builder-1.x
Open

chore(deps): update devdependency @nuxt/module-builder to v1#378
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/nuxt-module-builder-1.x

Conversation

@renovate

@renovaterenovateBot commented Apr 5, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
@nuxt/module-builder^0.5.1^1.0.3ageconfidence

Release Notes

nuxt/module-builder (@​nuxt/module-builder)

v1.0.3

Compare Source

v1.0.3 is the next patch release.

👉 Changelog

compare changes

🩹 Fixes
  • update command defaults and descriptions (#​677)
📦 Build
🏡 Chore
  • migrate to pnpm v11 (#​738)
  • remove shamefully-hoist (#​580)
  • migrate resolutions/pnpm.overrides to pnpm-workspace.yaml (cfb45fb)
  • migrate npm badges and links to npmx.dev (afcf2fa)
  • revert pnpm trust policy and restore provenance action (aeb1d38)
  • update pnpm to 10.21 and enable trust policy (92eb2af)
✅ Tests
  • accept nuxt/app specifier for NuxtError in snapshot (809c89f)
  • update v4.5 error type as well (9412c91)
  • accept either #app or nuxt/app in generated declarations (#​727)
🤖 CI
  • use uppt release workflow (604d5b3)
  • add agent-scan workflow to flag bot-authored PRs (4442a14)
  • rename workflow (f7be1a6)
  • avoid checkout in reproduction (57e7ce9)
  • pin github actions to full-length commit shas (c3c8e72)
  • add provenance action to check for downgrades in provenance (d87d217)
  • run tests on node 20 (54c5f13)
🎉 New Contributors
❤️ Contributors

v1.0.2

Compare Source

compare changes

🩹 Fixes
  • Use absolute path for jiti stub (#​648)
🏡 Chore
✅ Tests
  • Add snapshots for v3 + v4 wrapped fetch (270779b)
🤖 CI
  • Remove forced corepack installation (9be288b)
  • Run tests on node 20 (97e3f47)
❤️ Contributors

v1.0.1

Compare Source

compare changes

📖 Documentation
❤️ Contributors

v1.0.0

Compare Source

compare changes

🚀 Enhancements
  • ⚠️ Upgrade to unbuild v3 (#​447)
  • ⚠️ Remove support for node10 resolution + cjs (#​448)
  • build: Ignore test + story files in runtime/ directory (#​480)
  • Add support for type exports in module re-exports (#​563)
🩹 Fixes
  • Mark nuxi as optional peerDep (29a42ae)
  • Drop @​nuxt/kit peer dependency & remove optionality for nuxi (5936063)
  • build: Handle windows path names (#​399)
  • build: Apply resolved tsconfig to dts (#​462)
  • Handle node10 resolution + add attw test (7309198)
  • Update warnings (6291cbe)
  • Support more than one line of type exports (0c0020f)
  • Split re-exports across multiple lines (7154a89)
  • Support star exports (8966047)
📖 Documentation
🏡 Chore
  • Use tinyexec in test suite (7ff8ef1)
  • Fix links (2e57eb2)
  • Pin typescript until issue with vue-tsc is resolved (994135d)
  • Bump vue-tsc (e8cb0ef)
  • Bump nuxi version (5b1f00e)
  • Add publint to dev dependencies (7281ae3)
  • Set node versions and enable knip (1a17c0c)
  • Stub module before stubbing playground (b3a513b)
  • Run install command to relink binaries (932729e)
  • Update command and add builder to workspace (#​482)
  • Add type assertion (14d7788)
  • Add more type-safe solution + fallback (66d4231)
  • Add pkg.pr.new for nightly/pr builds (#​573)
  • Bump to latest mkdist and add vue-sfc-transformer (673152a)
  • Update knip config (c9a28a0)
  • Bump vue-sfc-transformer version (3cd9cd4)
  • release: V1.0.0 (b0655d3)(3cd9cd4)
✅ Tests
  • Await file snapshot assertions (16930b4)
  • Assert current vue snapshot behaviour (#​444)
  • Update snapshots (847d150)
🤖 CI
  • Don't run publint on windows (330f412)
  • Prepare environment in lint step (5f0f88f)
  • Force latest corepack (9d74ce4)
⚠️ Breaking Changes
  • ⚠️ Upgrade to unbuild v3 (#​447)
  • ⚠️ Remove support for node10 resolution + cjs (#​448)
❤️ Contributors

v0.8.4

Compare Source

compare changes

🩹 Fixes
  • Remove nuxt/schema augment (2a20ed0)
❤️ Contributors

v0.8.3

Compare Source

compare changes

🩹 Fixes
  • build: Handle missing named type exports (#​331)
❤️ Contributors

v0.8.2

Compare Source

compare changes

🔥 Performance
  • Removed unnecessary hasTypeExport check (#​310)
🩹 Fixes
  • prepare: Override compatibilityDate (b9b27c3)
❤️ Contributors

v0.8.1

Compare Source

compare changes

🩹 Fixes
  • build: Export all types in stub mode (6b1970d)
🏡 Chore
❤️ Contributors

v0.8.0

Compare Source

compare changes

🩹 Fixes
  • ⚠️ Do not augment nuxt options inside module entry (#​295)
  • build: Do not export default as a type (d29337c)
  • build: Only generate import type statement if required (190bff4)
⚠️ Breaking Changes
  • ⚠️ Do not augment nuxt options inside module entry (#​295)
❤️ Contributors

v0.7.1

Compare Source

compare changes

🩹 Fixes
  • build: Declare ModuleOptions in correct place (#​283)
📖 Documentation
  • Update path for runtime js files (#​282)
❤️ Contributors

v0.7.0

Compare Source

compare changes

🚀 Enhancements
  • Auto generate module options from schema meta (#​33)
🩹 Fixes
  • Use tsconfck to resolve tsconfig compilerOptions (#​274)
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
  • Resolve full path to runtime externals (#​275)
  • Include dist/runtime in externals list (0946c04)
📖 Documentation
  • Add types condition to export subpath (#​265)
🏡 Chore
✅ Tests
  • Add additional test for validity of types shared from runtime (afc4374)
🤖 CI
  • Adds reproduction workflow (0dc73bb)
⚠️ Breaking Changes
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
❤️ Contributors

v0.6.0

Compare Source

compare changes

🚀 Enhancements
  • Generate runtime/ dts based on nuxt tsconfig options (#​255)
  • Add builder versions to module.json (f8567a3)
  • Support transforming jsx (4841f2e)
🩹 Fixes
  • ⚠️ Remove support for deprecated RuntimeModuleHooks interface (#​228)
  • Add -nightly versions to externals (0a88a87)
  • Ignore exporting type if it is not defined (c308cc5)
  • Mark runtime/ directory as external (7a68e1e)
🏡 Chore
  • release: V0.5.5 (f158ffa)
  • Dedupe kit/schema/vue versions (aa0a710)
  • Add root dev:prepare command (c308a68)
  • Migrate to eslint v9 (#​250)
  • Improve internal type safety and enable strict mode (78aa088)
  • Tweak tsconfig settings (404aae7)
  • Add more type annotations (ba0614b)
✅ Tests
  • Update type testing step (#​256)
  • Add inline snapshots for runtime/ transforms (#​257)
  • Update snapshot (a39c183)
🎨 Styles
⚠️ Breaking Changes
  • ⚠️ Remove support for deprecated RuntimeModuleHooks interface (#​228)
❤️ Contributors

v0.5.5

Compare Source

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

v0.5.4

Compare Source

compare changes

🚀 Enhancements
  • Support writing RuntimeNuxtHooks types (#​183)
🩹 Fixes
  • Generate explicit type import/exports (#​184)
📖 Documentation
  • Import nuxt composables from #imports (#​186)
❤️ Contributors

v0.5.3

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v0.5.2

Compare Source

compare changes

💅 Refactors
📖 Documentation
🏡 Chore
❤️ Contributors

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch from 3107b40 to aa3073eCompareApril 8, 2025 16:40
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch from aa3073e to bcfd7d0CompareJuly 27, 2025 16:06
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch 2 times, most recently from 86236f1 to 7d85856CompareAugust 13, 2025 12:12
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch from 7d85856 to 9e7f600CompareAugust 19, 2025 11:44
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch from 9e7f600 to e168709CompareAugust 31, 2025 12:02
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch from e168709 to 1435fc6CompareSeptember 25, 2025 17:14
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch from 1435fc6 to 1603ae2CompareOctober 21, 2025 18:36
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch from 1603ae2 to d530977CompareNovember 10, 2025 22:11
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch from d530977 to 98b1ffbCompareNovember 18, 2025 13:43
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch from 98b1ffb to 0b8e5c4CompareDecember 3, 2025 16:45
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch from 0b8e5c4 to 20915f2CompareDecember 31, 2025 18:03
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch from 20915f2 to e66f84eCompareJanuary 8, 2026 21:14
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch 2 times, most recently from e395ea8 to 4d0a9a2CompareJanuary 23, 2026 21:06
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch from 4d0a9a2 to b38b772CompareFebruary 2, 2026 16:14
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch 2 times, most recently from acd047d to 51204d1CompareFebruary 17, 2026 18:08
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch from 51204d1 to 0804f76CompareMarch 5, 2026 17:10
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch from 0804f76 to 0a68845CompareMarch 13, 2026 12:52
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch 2 times, most recently from 9dc3bd0 to be6db5dCompareApril 1, 2026 22:10
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch from be6db5d to d740df2CompareApril 8, 2026 16:10
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch from d740df2 to 4e98bc8CompareApril 29, 2026 17:01
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch 2 times, most recently from e7fc1e4 to 2bf7b5dCompareMay 18, 2026 13:13
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch 2 times, most recently from 19154b3 to 9b6fd4fCompareJune 1, 2026 23:59
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch from 9b6fd4f to adca910CompareJune 11, 2026 09:10
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch from adca910 to b6e1013CompareJuly 12, 2026 14:40
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch 3 times, most recently from e037d99 to 8e8987fCompareJuly 23, 2026 19:58
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch 2 times, most recently from 7b91fd0 to ee3b995CompareJuly 30, 2026 19:48
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch 2 times, most recently from a203492 to 189417bCompareAugust 14, 2026 21:48
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch 2 times, most recently from 0670ddf to d099536CompareSeptember 2, 2026 18:50
@renovate
renovateBotforce-pushed the renovate/nuxt-module-builder-1.x branch from d099536 to 77203f7CompareSeptember 3, 2026 21:46
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants