Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/heroicons 1.1.21 -> 1.1.22 age adoption passing confidence
@iconify-json/simple-icons 1.1.107 -> 1.1.109 age adoption passing confidence
@nuxt/content (source) 2.13.0 -> 2.13.2 age adoption passing confidence
@nuxt/eslint-config (source) 0.3.6 -> 0.3.13 age adoption passing confidence
@nuxt/fonts 0.7.0 -> 0.7.1 age adoption passing confidence
@nuxt/kit (source) 3.12.3 -> 3.12.4 age adoption passing confidence
@nuxt/module-builder 0.8.0 -> 0.8.1 age adoption passing confidence
@nuxt/schema (source) 3.12.3 -> 3.12.4 age adoption passing confidence
@nuxt/test-utils 3.9.0 -> 3.13.1 age adoption passing confidence
@nuxt/vite-builder (source) 3.12.2 -> 3.12.4 age adoption passing confidence
@nuxthq/studio (source) 2.0.1 -> 2.0.3 age adoption passing confidence
@nuxtjs/tailwindcss 6.12.0 -> 6.12.1 age adoption passing confidence
@vitejs/plugin-vue (source) 5.0.4 -> 5.1.0 age adoption passing confidence
@vitest/coverage-v8 (source) 2.0.2 -> 2.0.4 age adoption passing confidence
chromatic (source) 11.3.0 -> 11.5.6 age adoption passing confidence
eslint (source) 9.5.0 -> 9.7.0 age adoption passing confidence
jsdom 24.0.0 -> 24.1.1 age adoption passing confidence
nuxt (source) 3.12.2 -> 3.12.4 age adoption passing confidence
nuxt-og-image (source) 3.0.0-rc.54 -> 3.0.0-rc.64 age adoption passing confidence
pnpm (source) 9.5.0 -> 9.6.0 age adoption passing confidence
release-it 17.2.0 -> 17.6.0 age adoption passing confidence
typescript (source) 5.4.3 -> 5.5.4 age adoption passing confidence
ufo 1.5.3 -> 1.5.4 age adoption passing confidence
vite (source) 5.2.2 -> 5.3.4 age adoption passing confidence
vite-plugin-inspect 0.8.4 -> 0.8.5 age adoption passing confidence
vitest (source) 2.0.2 -> 2.0.4 age adoption passing confidence
vue (source) 3.4.31 -> 3.4.33 age adoption passing confidence
vue-tsc (source) 2.0.22 -> 2.0.28 age adoption passing confidence

Release Notes

nuxt/content (@​nuxt/content)

v2.13.2

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Add string type to gt/lt/gte/lte type definitions (#​2704)
  • search: Non-md file might not have dscription file (#​2706)
  • module: Disable MDC plugin if user disabled it (#​2707)
  • Unwatch storage on nitro close (ec7105ad)
📖 Documentation
  • Add missing await for searchContent docs (#​2692)
  • Prerender home (4253f0bf)
  • Update nuxt-og-image and add postinstall script (#​2705)
  • Update ContentSlot Documentation (#​2713)
🤖 CI
❤️ Contributors

v2.13.1

Compare Source

compare changes

🔥 Performance
  • dev-cache: Improve localhost markdown page navigation performance (when having 2,000+ pages) (#​2675)
🩹 Fixes
  • module: Do not force prerender index page (#​2681)
  • Hot reload on dev server for documentDriven: false (#​2686)
📖 Documentation
  • Typo in configuration (#​2677)
  • Add missing await keyword in search documentation (#​2687)
🏡 Chore
❤️ Contributors
nuxt/eslint (@​nuxt/eslint-config)

v0.3.13

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.11

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.7

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/fonts (@​nuxt/fonts)

v0.7.1

Compare Source

compare changes

🩹 Fixes
  • local: Scan for fonts in all public assets dirs (6e7ae2b)
  • Ensure we don't have font filenames prefixed with - (dfa252a)
📖 Documentation
🏡 Chore
❤️ Contributors
nuxt/nuxt (@​nuxt/kit)

v3.12.4

Compare Source

3.12.4 is the next regularly scheduled patch release.

👉 Changelog

compare changes

🔥 Performance
  • vite: Start warmups after nitro build (#​27963)
  • vite: Avoid extra resolve call for resolveId in layers (#​27971)
  • kit,nuxt,schema,vite,webpack: Use explicit exports (#​27998)
🩹 Fixes
  • schema: Resolve public alias correctly (#​27975)
  • nuxt: Omit rendering payload prefetch when noScripts (#​27972)
  • nuxt: Add / as fallback if page can't be identified (e6109b226)
  • ui-templates: Validate templates with html-validate (#​28024)
  • schema: Don't constrain postcss plugin options (#​28045)
  • kit: Remove exports from v4 branch (5c8312e9b)
  • nuxt: Use unhead key for ad-hoc module options (#​28088)
  • nuxt: Use native vue-router composables (#​28114)
  • kit: Ensure getNuxtVersion returns string (#​28125)
  • nuxt: Always prerender at least one page with crawler (#​28131)
  • nuxt: Consider doc scroll-padding-top in scrollBehavior (#​28083)
  • nuxt: Only warn when useAsyncData returns undefined (#​28154)
  • nuxt: Revert change to getCachedData null response (d10cea11b)
  • schema: Don't use app/ as srcDir if it doesn't exist (#​28176)
  • kit: Normalise serverDir within layers using v4 compat (#​28177)
  • nuxt: Allow getCachedData to return undefined (#​28187)
  • nuxt: Use addEventListener to register cookie store listener (#​28193)
  • nuxt: Merge route meta properties with scanned meta (#​28170)
  • nuxt: Prevent duplicate set-cookie headers (#​28211)
💅 Refactors
  • schema,vite,webpack: Rework postcss module loading (#​27946)
  • nuxt: Remove _registeredComponents from ssrContext (#​27819)
  • nuxt: Use errx to handle dev log traces (#​28027)
📖 Documentation
  • Fix link (83bd4fde9)
  • Fix Cloudflare spelling (#​27989)
  • Update example to use nuxtApp.runWithContext (#​28000)
  • Remove deprecated pending variable from data fetching docs (#​28011)
  • Clarify xrsp danger (#​28053)
  • Deprecate pending and emphasis undefined (#​28113)
  • Update phrasing in route announcer (#​28108)
  • Use code groups for install commands in module guide (#​28094)
  • Capitalize text (#​28056)
  • Mention content in upgrade guide v4 folder structure (#​28090)
  • Remove a resolved issue from view transition docs (#​28091)
  • Clarify navigateTo is not for nitro routes (#​28092)
  • Warn about nested islands (#​28062)
  • Add info about layers/ directory (#​28128)
  • Codemods for migrating to Nuxt 4 (#​28072)
✅ Tests
  • Add typeCheck test in minimal build (#​28166)
🤖 CI
  • Run prepare step before linting docs (f8fbefb42)
  • Run prepare step before linting docs (d629b82b3)
❤️ Contributors
nuxt/module-builder (@​nuxt/module-builder)

v0.8.1

Compare Source

compare changes

🩹 Fixes
  • build: Export all types in stub mode (6b1970d)
🏡 Chore
❤️ Contributors
nuxt/test-utils (@​nuxt/test-utils)

v3.13.1

Compare Source

compare changes

🩹 Fixes
  • Revert execa to v8 for now (fef8b062)
  • config: Force buildId to test manually (25e081e4)
  • runtime-utils: Use appId fallback after tryUseNuxtApp (#​849)
🏡 Chore
🤖 CI
  • Run test suite on windows (#​851)
❤️ Contributors

v3.13.0

Compare Source

compare changes

🚀 Enhancements
  • e2e: Improve types for $fetch (b21d9a54)
  • deps: Upgrade execa to v9 (#​843)
🔥 Performance
  • e2e: Don't iterate when cleaning up if nothing registered (#​753)
🩹 Fixes
  • e2e: Improve types for fetch and mockLogger (eb40a6a6)
  • e2e: Force string response within startServer (1b182505)
  • e2e: Improve return types for mockLogger (21aa7a2f)
  • runtime: Improve types for renderSuspended and mountSuspended (1636cede)
  • e2e: Revert changes for $fetch inference to unbreak build (dd295d39)
  • vitest: Strongly type vitest environment options (37582c71)
  • module: Correctly filter vite plugins (021824d0)
  • runtime: Preserve setupState return (ab7fd457)
  • playwright: Bump dependency and remove polyfill (#​819)
  • runtime: Use effectScope in renderSuspended (#​820)
  • e2e: Type $fetch using globalThis instead (b1269edb)
  • Set buildId to nuxt-app for compatibility with nuxt v3.12+ (a00b2c1f)
  • runtime-utils: Use tryUseNuxtApp rather than buildId override (726e0a2d)
🏡 Chore
❤️ Contributors
  • Daniel Roe (@​danielroe)
  • Michael Brevard <yonshi29@​gmail.com>

v3.12.1

Compare Source

compare changes

🩹 Fixes
  • Publish playwright.d.ts (#​797)
❤️ Contributors

v3.12.0

Compare Source

compare changes

🚀 Enhancements
  • e2e: Add 'route'/'hydration' options for page.goto() (#​739)
  • e2e: Add playwright runner (#​776)
🩹 Fixes
  • config: Remove nuxt's custom vite logger (eca52f5c)
🏡 Chore
  • Force correct typing for e2e subpath (9fd93a8c)
  • Don't run publish step separately (0078d0bc)
🤖 CI
❤️ Contributors

v3.11.0

Compare Source

compare changes

🚀 Enhancements
  • vitest-environment: Add support for in-source testing (#​651)
🩹 Fixes
  • runtime: Reset modules after nuxt setup runs (#​726)
✅ Tests
  • Add example of mocking vue-router (e293cea1)
  • Add example of mocking nuxt useRoute (fe465193)
❤️ Contributors

v3.10.0

Compare Source

compare changes

🚀 Enhancements
  • e2e: Add cucumber test runner (#​711)
  • e2e: Support env option for startServer (#​640)
🩹 Fixes
  • runtime-utils: Resolve to in RouterLink stub (#​687)
  • Mark afterAll and setup hooks as async (#​702)
  • module: Always append import when mocking (#​701)
🏡 Chore
  • Add required dev deps to app-vitest example (#​712)
  • Pin vue/nuxt versions (00674cd0)
✅ Tests
  • Update config key (25060645)
  • Add example test for nuxt-injected value (#​663)
  • Update to actually use $t (#​675)
🤖 CI
❤️ Contributors
nuxtlabs/studio-module (@​nuxthq/studio)

v2.0.3

Compare Source

  • fix(types): add back expect error (fbca547)

v2.0.2

Compare Source

  • feat(preview): handle app.config.ts sync with nuxt4 tree structure (#​177) (87cfcbc)
nuxt-modules/tailwindcss (@​nuxtjs/tailwindcss)

v6.12.1

Compare Source

compare changes

🩹 Fixes
📖 Documentation
📦 Build
  • Update merger filename and revert @nuxt/content upgrade (#​867)
🏡 Chore
❤️ Contributors
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.1.0

v5.0.5

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

v2.0.4

Compare Source

   🐞 Bug Fixes

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.

Copy link

netlify bot commented Jul 13, 2024

Deploy Preview for nuxt-storybook ready!

Name Link
🔨 Latest commit d648498
🔍 Latest deploy log https://app.netlify.com/sites/nuxt-storybook/deploys/669ffbcfa805cf00073bc41a
😎 Deploy Preview https://deploy-preview-706--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 5 times, most recently from b1cb46a to 6a8e020 Compare July 13, 2024 19:12
@obulat obulat mentioned this pull request Jul 14, 2024
6 tasks
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6a8e020 to eb41f1a Compare July 14, 2024 09:57
tobiasdiez pushed a commit that referenced this pull request Jul 14, 2024
<!---
☝️ PR title should follow conventional commits
(https://conventionalcommits.org)
-->

### ❓ Type of change

<!-- What types of changes does your code introduce? Put an `x` in all
the boxes that apply. -->

- [ ] 📖 Documentation (updates to the documentation or readme)
- [ ] 🐞 Bug fix (a non-breaking change that fixes an issue)
- [ ] 👌 Enhancement (improving an existing functionality)
- [ ] ✨ New feature (a non-breaking change that adds functionality)
- [x] 🧹 Chore (updates to the build process or auxiliary tools and
libraries)
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to change)

### 📚 Description

<!-- Describe your changes in detail -->
<!-- Why is this change required? What problem does it solve? -->
The Renovate PR #706 is failing the CI because newer version of Prettier
now requires brackets around a return in `nuxt-link` component. This PR
updates Prettier and fixes the `nuxt-link` prettier problem
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eb41f1a to b29e480 Compare July 14, 2024 10:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 31d090f to c8a0762 Compare July 16, 2024 11:42
@obulat
Copy link
Contributor

obulat commented Jul 16, 2024

This PR would pass the tests if we reverted the docs/package.json changes.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 4426608 to 81c5a8a Compare July 22, 2024 10:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 81c5a8a to f2e04ff Compare July 23, 2024 02:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f2e04ff to d648498 Compare July 23, 2024 18:51
@chakAs3 chakAs3 merged commit 701c97b into main Jul 24, 2024
4 of 23 checks passed
@chakAs3 chakAs3 deleted the renovate/all-minor-patch branch July 24, 2024 07:38
@tobiasdiez
Copy link
Collaborator

@chakAs3 tests were failing for this PR. Could you please fix it (I don't have time right now to do it myself). Thanks!

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.

3 participants