Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 24, 2025

This PR contains the following updates:

Package Change Age Confidence
nuxt-i18n-micro ^1.87.0^2.16.3 age confidence

Release Notes

s00d/nuxt-i18n-micro (nuxt-i18n-micro)

v2.16.3

Compare Source

compare changes

v2.16.2

Compare Source

compare changes

v2.16.1

Compare Source

compare changes

v2.15.2

Compare Source

compare changes

🩹 Fixes
  • devtools: Use path.join for candidatePath construction (4439fa1)
🏡 Chore
  • Remove unnecessary console log statements (b003b65)
  • packages: Update package versions to 1.0.1 (9c61051)
❤️ Contributors

v2.15.1

Compare Source

compare changes

💅 Refactors
  • devtools: Streamline Vite proxy configuration for client server (1038171)
❤️ Contributors

v2.15.0

Compare Source

compare changes

🚀 Enhancements
  • nuxt.config: Implement build output management in hooks (22a0cc9)
💅 Refactors
  • playground: Remove unnecessary reference to content.d.ts (014868b)
📖 Documentation
  • news: Update version to v2.14.1 in the news section (ffb4fd9)
  • types-generator: Remove redundant TypeScript support link (dd30614)
❤️ Contributors

v2.14.1

Compare Source

compare changes

🏡 Chore
  • packages: Set publishConfig access to public for all packages (2a01f9a)
❤️ Contributors

v2.13.0

Compare Source

compare changes

🚀 Enhancements
  • locale-detector: Enhance locale detection logic with URL checks (893edee)
  • locale-server-middleware: Pass locales to config for URL path check (c933b62)
🩹 Fixes
  • translation-server-middleware: Update config access to use public scope (36cac43)
💅 Refactors
  • route-service: Improve locale extraction and comments (fa66c2a)
❤️ Contributors

v2.12.1

Compare Source

compare changes

🩹 Fixes
  • locale-redirect: Improve error handling for 404 responses (32e9dbe)
❤️ Contributors

v2.12.0

Compare Source

compare changes

🚀 Enhancements
  • locales: Add missing handler test fixtures for multiple languages (63a77f7)
❤️ Contributors

v2.11.0

Compare Source

compare changes

🚀 Enhancements
  • types: Add MissingHandler type and missingWarn option (96244e4)
  • i18n: Add custom missing translation handler support (4f20768)
  • docs: Add $setMissingHandler method documentation (6e77bb2)
  • docs: Add $setMissingHandler documentation for custom handlers (21b8208)
📖 Documentation
  • guide: Add documentation for missingWarn option in getting started (1b5a5d4)
✅ Tests
  • missing-handler: Add tests for missing handler functionality (c57e989)
❤️ Contributors

v2.10.0

Compare Source

compare changes

🚀 Enhancements
  • route-service: Add locale extraction from URL path (782acc3)
  • i18n: Add cookie locale support for non-hash strategies (374039d)
✅ Tests
  • route-service: Add tests for locale extraction and cookie fallback (c4854d5)
❤️ Contributors

v2.9.0

Compare Source

compare changes

🚀 Enhancements
  • composables: Prevent SEO tags generation on 404 pages (da31e8a)
❤️ Contributors

v2.8.0

Compare Source

compare changes

🚀 Enhancements
  • locale-redirect: Enhance locale redirection logic with query support (88c5fb7)
❤️ Contributors

v2.7.0

Compare Source

compare changes

🚀 Enhancements
  • types: Add apiBaseClientHost and apiBaseServerHost options (5a78894)
  • plugins: Enhance i18n API base URL handling (f508b3f)
  • module: Add apiBaseClientHost and apiBaseServerHost options (ad17272)
📖 Documentation
  • faq: Update apiBaseUrl instructions for SSR translation fetching (4e4d7d1)
  • firebase: Clarify apiBaseUrl usage in route rules (27647fc)
  • guide: Update getting started with new API base URL options (a11ecee)
❤️ Contributors

v2.6.0

Compare Source

compare changes

🚀 Enhancements
  • route-service: Add method to get plugin route name based on locale (fb2e1ee)
  • types: Add apiBaseUrl to configuration type (de7f007)
  • types: Add apiBaseUrl to configuration type (78ad31c)
  • module: Add apiBaseUrl to module options (f808685)
💅 Refactors
  • plugins: Rename routeService method for clarity (6fa53ef)
  • translation-server-middleware: Improve type imports and config usage (ad57f4c)
❤️ Contributors

v2.5.0

Compare Source

compare changes

🚀 Enhancements
  • module: Enhance API base URL handling for improved path management (e651bc0)
  • translation-server-middleware: Use configurable API base URL for translations (d770f83)
🩹 Fixes
  • plugins: Correct apiBaseUrl default value in i18n config (b998b4a)
❤️ Contributors

v2.4.0

Compare Source

compare changes

🚀 Enhancements
  • locale-head: Enhance locale switching functionality (4361cee)
  • page-manager: Implement routing logic for prefix_and_default strategy (c99f5a5)
  • utils: Normalize locale configurations for better handling (7c8863f)
💅 Refactors
  • i18n-link: Optimize imports for better clarity (da68eba)
  • plugins: Simplify imports in 01.plugin.ts (c518dd3)
  • plugins: Organize imports in 02.meta.ts for clarity (402764f)
  • plugins: Reorganize imports in 03.define.ts (04fd8e0)
📖 Documentation
  • performance-results: Update test script location and performance metrics (5384027)
🏡 Chore
  • test: Update test configuration and release script (0164300)
✅ Tests
  • Update i18n route tests to verify correct meta tags for locales (313b76c)
❤️ Contributors

v2.3.0

Compare Source

compare changes

🚀 Enhancements
  • localeHead: Simplify locale path handling in useLocaleHead.ts (4a8844f)
  • redirect: Enhance global locale route handling with dynamic path resolution (eafbaf8)
  • module: Enhance fallback route handling for prefix strategy (dddc15b)
  • page-manager: Normalize global locale routes during initialization (f055e95)
  • utils: Add normalizeRouteKey and denormalizeRouteKey functions (440e75c)
  • product: Enhance product fetching with TypeScript types (7256521)
🩹 Fixes
  • package: Bump version to 1.0.23 in package.json (1ea1cf7)
  • locale-redirect: Correct localized path format in redirect logic (1709bb1)
  • plugins: Prevent premature reset of i18nRouteParams during navigation (5237ffd)
  • api: Correct object syntax and import for event handler (a2169ef)
💅 Refactors
  • helpers: Replace arrow functions with regular function declarations (bbc7da8)
  • components: Replace h with hyperscript in i18n-t.vue (83c9073)
📖 Documentation
  • guide: Add section on dynamic routes with slugs and $setI18nRouteParams (ccec5be)
🏡 Chore
  • .gitignore: Update ignore patterns for generated files (083ed9f)
✅ Tests
  • Update pages manager tests for route handling and localization (68b38f3)
❤️ Contributors

v2.2.0

Compare Source

compare changes

🚀 Enhancements
  • locale: Add support for global locale routes in metadata handling (017af19)
  • module: Add globalLocaleRoutes to route configuration (0b23682)
💅 Refactors
  • route-service: Improve parameter handling for localized routes (8ed38b9)
✅ Tests
  • define-i18n-route: Add tests for alternate links and canonical URLs (4a67fad)
❤️ Contributors

v2.1.0

Compare Source

compare changes

🚀 Enhancements
  • module: Support page files in both pages/ and app/pages/ directories (aaf597a)
  • route-service: Enhance route resolution by checking route names (fdbd8b9)
  • route-service: Enhance route resolution by checking route names (fd552a9)
💅 Refactors
  • types: Remove disableUpdater option from configuration (f64238e)
❤️ Contributors

v2.0.0

Compare Source

compare changes

🚀 Enhancements
  • translation: Implement request-scoped translation caching (721e5dd)
  • meta: Enhance meta management with reactive updates (b145496)
  • plugins: Unify page and global translation loading (7209299)
  • routes: Enhance translation file handling and caching (eb7bba2)
  • plugins: Add i18n hooks plugin for translation management (6fc04d8)
  • runtime: Add hot module replacement for translation updates (43b8f56)
  • docs: Update getting started guide with HMR feature details (313f863)
  • types: Add hmr and routesLocaleLinks to types (0431b6c)
  • config: Add nitro externals configuration to nuxt.config.ts (c108d04)
  • test-utils: Add overwrite option to mergeTranslations function (ff54ad0)
🩹 Fixes
  • tests: Update references to nuxt-i18n version in performance tests (f5f2bf3)
  • translation: Improve cache handling and warning in mergeTranslation (e091cfb)
  • nuxt.config: Disable i18nPreviousPageFallback option (5dbbea5)
  • page-manager: Remove alias to prevent infinite recursion (c9cde51)
💅 Refactors
  • plugins: Adjust comment formatting for consistency (635cccd)
📖 Documentation
  • issue-templates: Update issue templates for better clarity (4384cd2)
  • issue-templates: Update issue templates for better clarity (6b69537)
  • performance-results: Update performance metrics for nuxt-i18n v10 (0c28c78)
  • composables: Update useLocaleHead documentation for clarity (2dadefe)
  • news: Add release notes for Nuxt I18n Micro v2.0.0 (70b6c0f)
❤️ Contributors

v1.102.0

Compare Source

compare changes

🚀 Enhancements
  • types: Enhance DefineI18nRouteConfig with new properties (57ab76a)
  • module: Add routeDisableMeta to handle disabled routes (aec858d)
  • route-utils: Add function to check if meta tags should be disabled (11fb1f4)
  • meta: Enhance meta generation with route-based checks (f238ce8)
  • plugins: Enhance defineI18nRoute with new route config type (62b73b7)
  • pages: Add pages to control i18n meta tag visibility (368a60b)
💅 Refactors
  • utils: Simplify extractDefineI18nRouteData return type. (03a89ac)
📖 Documentation
  • methods: Update method descriptions and formatting in documentation (2834bab)
  • faq: Update FAQ with new sections and improved clarity (9c62264)
  • getting-started: Enhance the guide with clearer installation steps and features (16b4fb0)
  • guide: Update per-component translations documentation (6a41e61)
✅ Tests
  • meta: Add tests for disabling meta tags in various locales (f62ed68)
❤️ Contributors

v1.101.2

Compare Source

compare changes

🩹 Fixes
  • meta: Remove unnecessary async from defineNuxtPlugin (16acf22)
❤️ Contributors

v1.101.1

Compare Source

compare changes

💅 Refactors
  • composables: Remove async from useLocaleHead function (f16a9c5)
❤️ Contributors

v1.101.0

Compare Source

compare changes

🚀 Enhancements
  • locale: Add utility functions for route locale handling (d57b08e)
❤️ Contributors

v1.100.1

Compare Source

compare changes

🩹 Fixes
  • text: Correct constructor parameters for PageManager instantiation. (1799aa3)
💅 Refactors
  • utils: Simplify extraction of i18n route data (23aa57b)
📖 Documentation
  • api: Update method documentation with supported configuration formats (1cf03ea)
✅ Tests
  • extract-define-i18n-route: Add tests for extractDefineI18nRouteData function (48897f5)
❤️ Contributors

v1.100.0

Compare Source

compare changes

🚀 Enhancements
  • ui: Translate comments in app.vue and SettingsView.vue to English (88754bb)
  • page-manager: Add support for route locale restrictions (f58a076)
🩹 Fixes
  • utils: Correct locale extraction regex patterns (0f10fba)
  • playground: Translate comments from Russian to English (311b993)
  • text: Correct constructor parameters for PageManager instantiation. (cbd7247)
💅 Refactors
  • module: Update globalLocaleRoutes key to use routePath (1684bff)
  • composables: Improve comments for clarity and consistency (830044b)
  • plugins: Improve comments for clarity and consistency (d6f22f7)
✅ Tests
  • Update PageManager tests to include additional parameters (c044ce7)
  • Translate comments to English for clarity (bb909d4)
🎨 Styles
  • eslint: Enforce consistent comment spacing in configuration (3104905)
❤️ Contributors

v1.99.0

Compare Source

compare changes

🚀 Enhancements
  • types: Add experimental i18nPreviousPageFallback option (7df8b03)
🏡 Chore
  • ci: Update dependency installation process in CI workflow (21f3e10)
  • ci: Remove redundant build step from workflow (1078250)
  • test/fixtures: Remove unused scripts from package.json (a48848c)
❤️ Contributors

v1.98.0

Compare Source

compare changes

🚀 Enhancements
  • path-utils: Add path utility for excluding static files from i18n routing (bb0cff5)
  • page-manager: Add support for filesLocaleRoutes in constructor (8f765cc)
  • types: Add routeLocales option to ModuleOptions (34afb68)
  • locale: Add support for route-specific locales in useLocaleHead (5f02fdf)
  • plugins: Update defineNuxtPlugin to use async for locale head (c5cee28)
  • redirect: Add locale check for route access control (82a7862)
  • module: Extract routeLocales and localeRoutes from page files (b744950)
  • module: Replace glob with globby for page file discovery (28be74f)
🩹 Fixes
  • components: Update import path for isInternalPath. (0fb1dc3)
  • module: Suppress TypeScript error for routeLocales (a8e646b)
💅 Refactors
  • text: Update PageManager instantiation parameters (08032db)
🏡 Chore
  • pnpm-lock: Update dependencies for test fixtures (17fc3da)
✅ Tests
  • Update async component tests and add define-i18n-route tests (75d0726)
❤️ Contributors

v1.97.0

Compare Source

compare changes

🚀 Enhancements
  • assets: Add logo SVG file for branding (c30d52c)
  • assets: Add logo SVG file for branding (3678d93)
  • assets: Add logo SVG file for branding (8417cc9)
  • types: Add excludePatterns option to ModuleOptions interface (b171580)
  • page-manager: Add support for custom exclusion patterns in i18n (d244b1f)
  • playground: Add excludePatterns for static files and catch-all page (83467a6)
  • docs: Add guide for excluding static files from i18n routing (1220921)
📖 Documentation
  • readme: Update logo image to full version in README.md (1146f35)
❤️ Contributors

v1.96.0

Compare Source

compare changes

🚀 Enhancements
  • i18n-view: Enhance UI with ActionBar and improve layout (6ea32cb)
  • settings: Refactor SettingsView for better modularity and clarity (d536508)
  • config: Refactor ConfigView to use ConfigCard and LocaleTable components (41fa00b)
  • i18n: Add loadPageTranslations method to load translations (fc881b6)
  • components: Add ref import for reactive state management (2b84513)
❤️ Contributors

v1.95.0

Compare Source

compare changes

🚀 Enhancements
  • playground: Add async components test links to index page (45432bc)
  • async-components: Add initial configuration and dependencies (664afb8)
🩹 Fixes
  • page-manager: Translate comments from Russian to English (3adc3fe)
  • format-service: Update error message for invalid dates (f8e3db0)
  • async-components-test: Update type for DynamicComponent reference (59a8c44)
💅 Refactors
  • module: Remove unused NuxtOptionsWithGenerate interface (4b01a9b)
  • utils: Improve comments for clarity and consistency (53a9220)
  • devtools: Translate comments to English for better clarity (581b893)
  • locale-server-middleware: Translate comments to English (03be2da)
  • translator: Translate comments from Russian to English (a5c46a2)
  • route-service: Improve comments for clarity and consistency (c40bc56)
  • tests: Improve comments in route-service tests for clarity (07cf578)
  • test-utils: Update comments to English for clarity (3189c30)
  • tests: Update comments in no-prefix.spec.ts for clarity (7f24148)
🏡 Chore
  • vitest: Update test timeout comment for clarity (36bf86f)
  • pnpm-workspace: Update workspace configuration to include built dependencies (9ba906f)
  • test: Update comments in hook.spec.ts for clarity (2d71f85)
✅ Tests
  • tests: Update comment for clarity on locale dependency (19192a4)
  • server: Update comments to English for clarity (32b69ed)
  • async-components: Add tests for async components in production mode (bee8210)
  • async-components: Add comprehensive tests for async components (810a15e)
❤️ Contributors

v1.94.0

Compare Source

compare changes

🚀 Enhancements
  • pluralization: Enhance handling of empty and undefined forms (0017bed)
🩹 Fixes
  • core: Correct version numbers in package.json files (c324ed7)
💅 Refactors
  • module: Improve type safety for Nuxt's generate options (905bbe5)
🏡 Chore
  • core: Update package versions and file extensions to .mts (985929d)
❤️ Contributors

v1.93.0

Compare Source

compare changes

🚀 Enhancements
  • module: Add route rules for prerendering control (862d778)
🏡 Chore
❤️ Contributors

v1.92.0

Compare Source

compare changes

🚀 Enhancements
  • pages: Enhance content loading with loading state and error handling (63a42bd)
🩹 Fixes
  • useLocaleHead: Handle absence of locale functions gracefully (be0a9f2)
  • playwright: Reduce number of workers for non-CI environments (15d43fe)
  • playwright: Reduce number of workers for non-CI environments (1167dcd)
🏡 Chore
  • version: Bump version to 1.91.0 in package.json (fcda15e)
  • playwright: Fix ts (0b1d72b)
✅ Tests
  • content: Update span locator tests to target data-item block (aabb974)
❤️ Contributors

v1.90.0

Compare Source

compare changes

🚀 Enhancements
  • utils: Add isInternalPath utility function (62dab3b)
❤️ Contributors

v1.89.0

Compare Source

compare changes

🚀 Enhancements
  • module: Add internal path check for route generation (0d1315c)
❤️ Contributors

v1.88.2

Compare Source

compare changes

💅 Refactors
  • module: Improve route generation logic for locales (5e8f231)
❤️ Contributors

v1.88.1

Compare Source

compare changes

🏡 Chore
  • lockfile: Update json-editor-vue and vanilla-jsoneditor versions (ae73ab1)
❤️ Contributors

v1.88.0

Compare Source

compare changes

🚀 Enhancements
  • module: Check for missing "pages" directory in Nuxt project (a5c5425)
  • locale-server-middleware: Add server middleware for locale detection (09812f6)
🩹 Fixes
  • Prefer nitro.static over _generate (0fea211)
  • module: Disable eslint rule for explicit 'any' type usage (d9660e0)
  • locale: Add missing isFallback property to locale response (ff1ab69)
💅 Refactors
  • module: Simplify imports and remove pages directory check (388419e)
  • locale-server-middleware: Improve type assertion for i18n config (f4dec54)
📖 Documentation
  • guide: Update canonicalQueryWhitelist description for clarity (f09cb05)
  • guide: Update canonicalQueryWhitelist description for clarity (81078d6)
🏡 Chore
❤️ Contributors

Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), 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.

@netlify
Copy link

netlify bot commented Nov 24, 2025

Deploy Preview for adrianocahete failed.

Name Link
🔨 Latest commit e462ab5
🔍 Latest deploy log https://app.netlify.com/projects/adrianocahete/deploys/694e3ade1cabbb0008a5bb79

@renovate renovate bot force-pushed the renovate/nuxt-i18n-micro-2.x branch from 28dcb9b to bed1d88 Compare December 4, 2025 11:35
@renovate renovate bot force-pushed the renovate/nuxt-i18n-micro-2.x branch from bed1d88 to ae356fc Compare December 11, 2025 11:57
@renovate renovate bot force-pushed the renovate/nuxt-i18n-micro-2.x branch from ae356fc to e462ab5 Compare December 26, 2025 07:35
Sign up for free to 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.

1 participant