Skip to content

fix(deps): update all non-major dependencies - #212

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/all-minor-patch
Aug 15, 2026
Merged

fix(deps): update all non-major dependencies#212
renovate[bot] merged 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@aws-sdk/client-ecr (source) 3.1103.03.1108.0 age confidence
@aws-sdk/client-sts (source) 3.1103.03.1108.0 age confidence
@nuxt/eslint (source) 1.16.01.17.0 age confidence
@nuxtjs/robots (source) 6.1.36.1.4 age confidence
@nuxtjs/sitemap 8.3.38.3.4 age confidence
eslint (source) 10.8.010.8.1 age confidence
nuxt (source) 4.5.14.5.2 age confidence

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-ecr)

v3.1108.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-ecr

v3.1107.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-ecr

v3.1106.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-ecr

v3.1105.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-ecr

v3.1104.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-ecr

aws/aws-sdk-js-v3 (@​aws-sdk/client-sts)

v3.1108.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-sts

v3.1107.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-sts

v3.1106.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-sts

v3.1105.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-sts

v3.1104.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-sts

nuxt/eslint (@​nuxt/eslint)

v1.17.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
nuxt-modules/robots (@​nuxtjs/robots)

v6.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
nuxt-modules/sitemap (@​nuxtjs/sitemap)

v8.3.4

Compare Source

   🚀 Features
    View changes on GitHub
eslint/eslint (eslint)

v10.8.1

Compare Source

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#​21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#​21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#​21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#​21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#​20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#​21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)
  • 69bb948 docs: Update README (GitHub Actions Bot)

Chores

nuxt/nuxt (nuxt)

v4.5.2

Compare Source

4.5.2 is the next patch release.

👉 Changelog

compare changes

🔥 Performance
  • nuxt,kit: Skip rewriting unchanged generated files (#​35902)
  • kit,nuxt: Use lazy imports to improve parsing speed (#​35901)
  • vite: Skip html entry probes in bare-import resolver (#​35907)
  • nuxt: Reuse app and component scans for unchanged structures (#​35912)
🩹 Fixes
  • vite: Resolve client manifest path from resolved config (#​35883)
  • nuxt: Use client-side navigation for links inside islands (#​35806)
  • nuxt: Generate types for route params defined with definePageMeta (#​35857)
  • nuxt: Serialize island payloads for components with underscores in keys (#​35807)
  • nitro: Dedupe island renders when prerendering (#​35835)
  • nuxt: Drop prefetch hints for never-hydrated chunks (#​35812)
  • vite: Use same asset filenames for worker builds (#​35866)
  • nitro: Reject non-object island props (#​35867)
  • nuxt: Support options api in v-for islands transform (#​35877)
  • nuxt: Improve page meta extraction + performance (#​35869)
  • nuxt: Set build outputs when restoring vue cache (#​35895)
  • kit: Honour nested apply and applyToEnvironment in vite wrapper (#​35899)
  • nuxt: Re-check for preview mode after prerendered page hydration (#​35886)
  • kit,nuxt,vite: Handle missed chokidar watch events (#​35887)
  • nuxt: Settle asyncData status when bailing (#​35908)
  • kit: Clone resolved config with klona rather than klona/full (#​35914)
  • kit: Honour nested plugins' enforce in vite wrapper (#​35916)
  • nuxt: Collect build cache once build outputs are final (#​35929)
  • vite: Resolve vite env api sourcemaps in vite-node (#​35758)
  • nuxt: Don't warn about missing <NuxtPage> on nav + with slot (#​35948)
  • kit: Prepend vite environment wrapper plugin when prepend is set (#​35942)
  • nuxt: Depend on rolldown as a peer to reuse vite's copy (3fda97f60)
  • nitro: Define import.meta.test for server code (#​35987)
  • nuxt: Match route rules against decoded paths (9123ed850)
💅 Refactors
  • nuxt: Use vue-component-type-helpers instead of locally maintained helpers (#​35840)
  • nuxt: Use isReferenceIdentifier in page-meta plugin (#​35882)
📖 Documentation
  • Sync mcp server page with live tools and providers (#​35856)
  • Add server components guide and mostly-static site recipe (#​35778)
  • Minor changes (#​33479)
  • Add accessible routing guide (#​34796)
  • Update testing guide to test-utils v4.1.0 (#​35873)
  • Update .env provider reference from dotenv to c12 (#​35911)
  • Add note to avoid using defineVitestProject in e2e tests (#​35926)
  • Update roadmap (f6e6027fe)
📦 Build
  • ui-templates: Copy generated templates from resolved output dir (#​35921)
🏡 Chore
✅ Tests
🤖 CI
  • Shard the critical-path test jobs and cache playwright (#​35832)
  • Add action to notify issues resolved on release (5fffe5718)
  • Make notification script more resilient (5337bd357)
  • Do not comment on issues in other repos (400dfdc11)
  • Add explicit permissions: {} to workflows (2e1a1cbeb)
  • Rebalance windows e2e matrix (dffe13742)
  • Let contributors know prs are backported (3e416c54f)
  • Regenerate templates in autofix job (95d33637f)
❤️ Contributors

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 6am and before 10am on saturday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate Bot added the renovate label Aug 15, 2026
@renovate
renovate Bot enabled auto-merge (squash) August 15, 2026 09:09
@renovate renovate Bot added the renovate label Aug 15, 2026
@renovate
renovate Bot merged commit 3e49685 into master Aug 15, 2026
1 check passed
@renovate
renovate Bot deleted the renovate/all-minor-patch branch August 15, 2026 09:09
@mystique-as-code mystique-as-code Bot added the maintenance Maintenance work. label Aug 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Maintenance work. renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants