Skip to content

chore(deps): update all non-major dependencies#775

Merged
tobiasdiez merged 1 commit intomainfrom
renovate/all-minor-patch
Oct 4, 2024
Merged

chore(deps): update all non-major dependencies#775
tobiasdiez merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/simple-icons 1.2.2 -> 1.2.5 age adoption passing confidence
@nuxt/devtools-kit (source) 1.4.2 -> 1.5.2 age adoption passing confidence
@nuxt/fonts 0.8.0 -> 0.9.2 age adoption passing confidence
@nuxt/image (source) 1.8.0 -> 1.8.1 age adoption passing confidence
@nuxt/kit (source) 3.13.1 -> 3.13.2 age adoption passing confidence
@nuxt/schema (source) 3.13.1 -> 3.13.2 age adoption passing confidence
@​nuxt/ui-pro 1.4.2 -> 1.4.3 age adoption passing confidence
@nuxt/vite-builder (source) 3.13.1 -> 3.13.2 age adoption passing confidence
@nuxthq/studio (source) 2.1.0 -> 2.1.1 age adoption passing confidence
@pinia/nuxt (source) 0.5.4 -> 0.5.5 age adoption passing confidence
@types/node (source) 22.5.5 -> 22.7.4 age adoption passing confidence
@vitejs/plugin-vue (source) 5.1.3 -> 5.1.4 age adoption passing confidence
@vitest/coverage-v8 (source) 2.1.1 -> 2.1.2 age adoption passing confidence
changelogen 0.5.5 -> 0.5.7 age adoption passing confidence
chromatic (source) 11.10.2 -> 11.11.0 age adoption passing confidence
eslint (source) 9.10.0 -> 9.11.1 age adoption passing confidence
jiti 2.0.0 -> 2.1.2 age adoption passing confidence
nuxt (source) 3.13.1 -> 3.13.2 age adoption passing confidence
nuxt-og-image (source) 3.0.2 -> 3.0.4 age adoption passing confidence
ofetch 1.3.4 -> 1.4.0 age adoption passing confidence
pnpm (source) 9.10.0 -> 9.12.0 age adoption passing confidence
release-it 17.6.0 -> 17.7.0 age adoption passing confidence
vite (source) 5.4.5 -> 5.4.8 age adoption passing confidence
vitest (source) 2.1.1 -> 2.1.2 age adoption passing confidence
vue (source) 3.5.5 -> 3.5.11 age adoption passing confidence

Release Notes

nuxt/devtools (@​nuxt/devtools-kit)

v1.5.2

Compare Source

Bug Fixes
  • try downgrade vite-plugin-vue-inspector (572a0d6)

v1.5.1

Compare Source

Bug Fixes

v1.5.0

Compare Source

Bug Fixes

1.4.2 (2024-09-10)

Bug Fixes

1.4.1 (2024-08-26)

Bug Fixes
nuxt/fonts (@​nuxt/fonts)

v0.9.2

Compare Source

compare changes

🩹 Fixes
  • Use earlier hooks to mark build done (0311651)
❤️ Contributors

v0.9.1

Compare Source

compare changes

🩹 Fixes
  • Serve fonts from baseURL in dev mode (1fae926)
❤️ Contributors

v0.9.0

Compare Source

compare changes

🚀 Enhancements
  • Serve font files without nitro in spa mode (95e4f44)
🩹 Fixes
  • local: Use extname for extension priority test (b087d47)
  • Emit .cjs version of @nuxt/fonts/utils (10ca0c8)
  • Transform inline styles after other bundle hooks (9156b8a)
  • Only overwrite cacheDir after a fresh build (#​273)
  • Add global preload links to entry chunk (#​274)
📖 Documentation
  • Update installation (#​251)
  • Various improvements ✨ (#​253)
  • Remove incorrect src examples (ca44e0d)
  • Improve wording (c771e86)
  • Add note about how how font-family declarations are handled (df2685d)
🏡 Chore
❤️ Contributors
nuxt/image (@​nuxt/image)

v1.8.1

Compare Source

compare changes

🩹 Fixes
  • Suffix export of runtime utils with /index (#​1467)
  • vercel: Added missing formats config & improved documentation (#​1514)
📖 Documentation
  • Update link to downloads count badge (102d474)
🏡 Chore
  • Use tinyexec internally (3b9a4ea)
❤️ Contributors
nuxt/nuxt (@​nuxt/kit)

v3.13.2

Compare Source

3.13.2 is the next regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Remove interop default for dynamic components (#​28912)
🩹 Fixes
  • nuxt: Fix ssr log querySelector (#​28864)
  • schema: Enable propsDestructure by default (#​28830)
  • nuxt: Ensure injected route has enumerable keys (#​28841)
  • nuxt: Don't override vue instance with legacy asyncData (#​28842)
  • nuxt: Render server errors with ssr: false (#​28834)
  • nuxt: Resolve full component paths (#​28843)
  • nuxt: Improve accuracy of module resolution conditions (#​28846)
  • nuxt: Log more context of prerendering errors (#​28895)
  • nuxt: Enable injectAtEnd to reduce circular auto-imports (#​28822)
  • nuxt: Ensure we process files in buildDir for unimport (#​28899)
  • nuxt: Do not accept attrs on <NuxtErrorBoundary> (#​28901)
  • nuxt,schema: Accept any module in inline modules array (#​28922)
  • nuxt: Fall back to original component filePath (#​28925)
  • nuxt: Make runWithContext generic (#​28926)
  • nuxt: Set inheritAttrs: false for fragment components (#​28939)
  • nuxt: Use case-insensitive regexp for <script> blocks (4fd24381c)
  • nuxt: Ensure component imports are injected last (#​28944)
  • nuxt: Catch chunk errors directly in navigation (820908696)
  • nuxt: Add missing isNuxtMajorVersion export (#​29016)
  • nuxt: Correct type for useError (#​28996)
💅 Refactors
  • nuxt: Use vite:preloadError event (#​28862)
📖 Documentation
🏡 Chore
✅ Tests
  • Collect bundle sizes in parallel (1ce81069d)
  • Add regression test for using route in template (#​28967)
  • Convert set to array (6ee3b3adc)
  • Switch inline snapshot to object comparison (ae5135363)
🤖 CI
  • Access issue number from payload (8e4585c14)
  • Configure codeql to ignore tests (d5f98a757)
  • Add default permissions for workflows (3ede01cd4)
  • Scan source files with codeql (#​28943)
  • Skip setting up node before codeql scan (c4d7c92e9)
❤️ Contributors
nuxtlabs/studio-module (@​nuxthq/studio)

v2.1.1

Compare Source

vuejs/pinia (@​pinia/nuxt)

v0.5.5

Compare Source

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.1.4

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
unjs/changelogen (changelogen)

v0.5.7

Compare Source

compare changes

🩹 Fixes
  • bump: Avoid using + for canary suffix (#​224)
❤️ Contributors

v0.5.6

Compare Source

compare changes

🚀 Enhancements
  • Add option to sign git tags (#​117)
  • git: Support parse git messages that have prefix emoji (#​146)
🩹 Fixes
  • github: Use bearer token (#​180)
  • Handle repo name with multiple segments (#​219)
  • Lowercase scope when filtering (#​199)
💅 Refactors
  • Replace execa with execSync (#​222)
  • Use human readable date for canary versions (#​223)
  • Update execCommand (68127be)
🏡 Chore
❤️ Contributors
chromaui/chromatic-cli (chromatic)

v11.11.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 2

v11.10.4

Compare Source

🐛 Bug Fix
Authors: 2

v11.10.3

Compare Source

🐛 Bug Fix
Authors: 2

eslint/eslint (eslint)

v9.11.1

Compare Source

v9.11.0

Compare Source

Features

  • ec30c73 feat: add "eslint/universal" to export Linter (#​18883) (唯然)
  • c591da6 feat: Add language to types (#​18917) (Nicholas C. Zakas)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#​18861) (Tanuj Kanti)
  • 19c6856 feat: Add no-useless-constructor suggestion (#​18799) (Jordan Thomson)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#​18872) (Francesco Trotta)

Bug Fixes

  • 5e5f39b fix: add missing types for no-restricted-exports rule (#​18914) (Kristóf Poduszló)
  • 8f630eb fix: add missing types for no-param-reassign options (#​18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#​18902) (Kristóf Poduszló)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#​18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#​18903) (Kristóf Poduszló)
  • fa11b2e fix: add missing types for no-empty-function options (#​18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#​18897) (Kristóf Poduszló)

Documentation

  • e4e5709 docs: correct prefer-object-has-own type definition comment (#​18924) (Nitin Kumar)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#​18894) (Alix Royere)
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#​18881) (Milos Djermanovic)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

Build Related

  • 959d360 build: Support updates to previous major versions (#​18871) (Milos Djermanovic)

Chores

unjs/jiti (jiti)

v2.1.2

Compare Source

compare changes

🌊 Types
  • Use local NodeModule type (718bea2)
❤️ Contributors

v2.1.1

Compare Source

compare changes

🩹 Fixes
  • types:

Configuration

📅 Schedule: Branch creation - "every weekend" (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.

👻 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.

@netlify
Copy link

netlify bot commented Sep 15, 2024

Deploy Preview for nuxt-storybook ready!

Name Link
🔨 Latest commit 0071bad
🔍 Latest deploy log https://app.netlify.com/sites/nuxt-storybook/deploys/66ffc62791067500080f16f2
😎 Deploy Preview https://deploy-preview-775--nuxt-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 83b0661 to f9fa3df Compare September 16, 2024 07:59
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v3.13.2 chore(deps): update all non-major dependencies Sep 16, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 8e0feb1 to 4e144c5 Compare September 23, 2024 01:11
@tobiasdiez
Copy link
Collaborator

Blocked by nuxt-content/nuxt-component-meta#72

@tobiasdiez tobiasdiez added the status: blocked Blocked by an issue / missing feature of a dependency, or by another issue label Sep 23, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3536561 to e3de235 Compare September 25, 2024 06:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 27a89ee to 57173d8 Compare September 29, 2024 16:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from c31fb96 to 477721e Compare October 3, 2024 19:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 477721e to 0071bad Compare October 4, 2024 10:40
@tobiasdiez tobiasdiez merged commit 040f1d4 into main Oct 4, 2024
@tobiasdiez tobiasdiez deleted the renovate/all-minor-patch branch October 4, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: blocked Blocked by an issue / missing feature of a dependency, or by another issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant