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 #763

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/heroicons 1.1.24 -> 1.2.0 age adoption passing confidence
@iconify-json/simple-icons 1.1.114 -> 1.2.2 age adoption passing confidence
@nuxt/devtools-kit (source) 1.3.14 -> 1.4.2 age adoption passing confidence
@nuxt/eslint (source) 0.5.2 -> 0.5.7 age adoption passing confidence
@nuxt/eslint-config (source) 0.5.2 -> 0.5.7 age adoption passing confidence
@nuxt/fonts 0.7.2 -> 0.8.0 age adoption passing confidence
@nuxt/image (source) 1.7.0 -> 1.8.0 age adoption passing confidence
@nuxt/kit (source) 3.13.0 -> 3.13.1 age adoption passing confidence
@nuxt/module-builder 0.8.3 -> 0.8.4 age adoption passing confidence
@nuxt/schema (source) 3.13.0 -> 3.13.1 age adoption passing confidence
@nuxt/test-utils 3.14.1 -> 3.14.2 age adoption passing confidence
@​nuxt/ui-pro 1.4.1 -> 1.4.2 age adoption passing confidence
@nuxt/vite-builder (source) 3.13.0 -> 3.13.1 age adoption passing confidence
@nuxthq/studio (source) 2.0.3 -> 2.1.0 age adoption passing confidence
@vitejs/plugin-vue (source) 5.1.2 -> 5.1.3 age adoption passing confidence
@vitest/coverage-v8 (source) 2.0.5 -> 2.1.1 age adoption passing confidence
chromatic (source) 11.7.1 -> 11.10.2 age adoption passing confidence
eslint (source) 9.9.0 -> 9.10.0 age adoption passing confidence
nuxt (source) 3.13.0 -> 3.13.1 age adoption passing confidence
nuxt-og-image (source) 3.0.0-rc.65 -> 3.0.2 age adoption passing confidence
pnpm (source) 9.8.0 -> 9.10.0 age adoption passing confidence
typescript (source) 5.5.4 -> 5.6.2 age adoption passing confidence
vite (source) 5.4.2 -> 5.4.5 age adoption passing confidence
vitest (source) 2.0.5 -> 2.1.1 age adoption passing confidence
vue (source) 3.4.38 -> 3.5.5 age adoption passing confidence
vue-router 4.4.3 -> 4.4.5 age adoption passing confidence
vue-tsc (source) 2.0.29 -> 2.1.6 age adoption passing confidence

Release Notes

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

v1.4.2

Compare Source

Bug Fixes

v1.4.1

Compare Source

Bug Fixes

v1.4.0

Compare Source

Features
  • kit: introduce host-client utility (167373c)

1.3.14 (2024-08-20)

1.3.13 (2024-08-20)

1.3.12 (2024-08-20)

1.3.11 (2024-08-20)

1.3.10 (2024-08-20)

Bug Fixes
Features

1.3.9 (2024-07-02)

Bug Fixes
  • capture for circular reference in state editor (841fd76)
  • introduce client.revision to trigger state editor update (418a22e)
  • modules: update compatibility check for Nuxt 3 and 4 (#​689) (2354da7)
  • use ofetch for fast-npm-meta (4188f8d)

1.3.8 (2024-07-02)

Performance Improvements
  • avoid deps on npm-registry-fetch, save install size (3d74691)

1.3.7 (2024-06-27)

Bug Fixes
Features
Performance Improvements
  • use npm-registry-fetch instead of pacote to deduce the package size (a049c52)

1.3.6 (2024-06-21)

Features

1.3.5 (2024-06-21)

Bug Fixes
  • downgrade module-builder (de79dc4)

1.3.4 (2024-06-21)

Bug Fixes

1.3.3 (2024-06-04)

Bug Fixes

1.3.2 (2024-05-27)

Bug Fixes

1.3.1 (2024-05-10)

Bug Fixes
  • module builder chunk path patch (87199a1)
nuxt/eslint (@​nuxt/eslint)

v0.5.7

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.6

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.5.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.3

Compare Source

No significant changes

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

v0.8.0

Compare Source

compare changes

🚀 Enhancements
  • googleicons provider (#​133)
  • Allow experimentally disabling local fallbacks (#​225)
🩹 Fixes
  • Inject relative font urls in css (b7646e9)
💅 Refactors
  • devtools: Improve devtools ui (#​228)
📖 Documentation
  • Warn to escape invalid characters in Tailwind config (#​233)
🏡 Chore
  • Add compatibilityDate field (bd6a7da)
✅ Tests
❤️ Contributors
nuxt/image (@​nuxt/image)

v1.8.0

Compare Source

compare changes

🚀 Enhancements
  • cloudinary: Support reading project from absolute url (#​1361)
  • Provide runtimeConfig to getImage (#​1428)
🩹 Fixes
  • hygraph: New asset management support (#​1415)
  • Prevent hydration mismatch in <NuxtImg> (#​1445)
  • nuxt-picture: Check before accessing index (917242a)
  • Mark props as not required rather than default: undefined (#​1450)
  • Handle undefined indices more accurately (#​1451)
  • hygraph: Add back tests and refactor splitter (#​1452)
❤️ Contributors

v1.7.1

Compare Source

compare changes

🩹 Fixes
  • cloudinary: Map cover to lfill mode (#​1355)
  • Import runtime types from module entrypoint (#​1384)
  • Update to latest @nuxt/module-builder (#​1439)
  • Only add preload links on server (510e719)
  • weserv: Map rotate operation to ro (#​1441)
💅 Refactors
  • Convert <NuxtImg> to SFC (#​1435)
  • Convert <NuxtPicture> to SFC (#​1432)
  • Use more import.meta.* properties (#​1440)
📖 Documentation
🏡 Chore
❤️ Contributors
nuxt/nuxt (@​nuxt/kit)

v3.13.1

Compare Source

3.13.1 is the next regularly scheduled patch release.

👀 Highlights

Although this is a patch release, there are two features I'd love to draw your attention to.

  1. 🆔 useId now uses a built-in Vue composable for stable ids between server + client! https://github.com/nuxt/nuxt/pull/28285
  2. 🔥 a new experimental.buildCache feature now allows for quicker app rebuilds https://github.com/nuxt/nuxt/pull/28726

As always, feedback is appreciated 🙏 ❤️

✅ 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: Cache vue app build outputs (#​28726)
  • nuxt: Use ServerPlaceholder for ssr client components (#​28563)
  • nuxt: Use reducer array + handle modified proto (#​28768)
🩹 Fixes
  • schema: Resolve user-provided serverDir relative to root (#​28700)
  • nuxt: Handle mismatching declaration/plugin extensions (#​28709)
  • nuxt: Do not accept arbitrary strings for MiddlewareKey (#​28676)
  • nuxt: Do not pass listeners to custom NuxtLink (#​28738)
  • nuxt: Generate basic jsdoc for module config entry (#​27689)
  • nuxt: Augment NuxtOptions as well as config (#​28747)
  • nuxt: Improve error logging in import protections (#​28753)
  • nuxt: Handle deleted cookies from CookieStore events (#​28760)
  • nuxt: Allow updating appConfig with non-iterable objects (#​28773)
  • nuxt: Improve isNuxtError type inference (#​28814)
💅 Refactors
  • nuxt: Update to vue v3.5 + native useId (#​28285)
📖 Documentation
  • Fix typo (#​28724)
  • Update broken/redirected links (#​28739)
  • Capitalize text (#​28734)
  • Updated line number for nuxt build-time hooks (#​28746)
  • Add missing query returned value from useRoute() (#​28743)
  • Persist package manager choice in code blocks (#​28514)
  • Fix postcss codeblock typo (#​28801)
  • Include --frozen-lockfile when installing dependencies (#​28794)
🏡 Chore
✅ Tests
❤️ Contributors
nuxt/module-builder (@​nuxt/module-builder)

v0.8.4

Compare Source

compare changes

🩹 Fixes
  • Remove nuxt/schema augment (2a20ed0)
❤️ Contributors
nuxt/test-utils (@​nuxt/test-utils)

v3.14.2

Compare Source

compare changes

🔥 Performance
  • e2e: Use tinyexec to run commands (#​939)
🩹 Fixes
  • config: Exclude new nuxt import-conditions plugin (7cc8f653b)
📖 Documentation
🏡 Chore
  • vitest-environment-nuxt: Specify license is MIT (#​919)
  • Release vitest-environment-nuxt (e30c044cf)
  • Update @nuxtjs/i18n separately (3d8955d36)
  • Set compatibilityDate in fixtures (7723f969c)
  • Update vitest type import (05e94fcc4)
  • Trim tag from tinyexec stdout (2b50cfee0)
❤️ Contributors
nuxtlabs/studio-module (@​nuxthq/studio)

v2.1.0

Compare Source

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

v5.1.3

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

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.0

Compare Source

This release makes another big change to the Browser Mode by introducing locators API:

test('renders blog posts', async () => {
  const screen = page.render(<Blog />)

  await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()

  const [firstPost] = screen.getByRole('listitem').all()

  await firstPost.getByRole('button', { name: 'Delete' }).click()

  expect(screen.getByRole('listitem').all()).toHaveLength(3)
})

You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the page object from @vitest/browser/context.

   🚀 Features
   🐞 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 Aug 24, 2024

Deploy Preview for nuxt-storybook ready!

Name Link
🔨 Latest commit 2c5eb8d
🔍 Latest deploy log https://app.netlify.com/sites/nuxt-storybook/deploys/66e4fe1fd485ad0008406026
😎 Deploy Preview https://deploy-preview-763--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 2 times, most recently from 0262eac to 3c4efce Compare August 25, 2024 10:10
@renovate renovate bot changed the title chore(deps): update dependency eslint to v9.9.1 chore(deps): update all non-major dependencies Aug 25, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7f7c88c to 94ac024 Compare August 25, 2024 21:11
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency eslint to v9.9.1 Aug 25, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 94ac024 to 8dc308b Compare August 26, 2024 16:01
@renovate renovate bot changed the title chore(deps): update dependency eslint to v9.9.1 chore(deps): update all non-major dependencies Aug 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 4189a2f to 692e8de Compare September 2, 2024 09:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 6a6a2da to 3d6504f Compare September 6, 2024 21:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 18 times, most recently from 7eb819a to 774a1b6 Compare September 13, 2024 17:00
@tobiasdiez tobiasdiez merged commit f2e163c into main Sep 14, 2024
23 checks passed
@tobiasdiez tobiasdiez deleted the renovate/all-minor-patch branch September 14, 2024 03:16
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