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

Merged
merged 1 commit into from
Jan 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/heroicons ^1.1.15 -> ^1.1.19 age adoption passing confidence
@iconify-json/simple-icons ^1.1.82 -> ^1.1.87 age adoption passing confidence
@nuxt/content (source) ^2.9.0 -> ^2.10.0 age adoption passing confidence
@nuxt/devtools (source) ^1.0.4 -> ^1.0.8 age adoption passing confidence
@nuxt/kit (source) ^3.8.2 -> ^3.9.1 age adoption passing confidence
@nuxt/module-builder ^0.5.4 -> ^0.5.5 age adoption passing confidence
@​nuxt/ui-pro ^0.5.0 -> ^0.7.0 age adoption passing confidence
@nuxthq/studio (source) ^1.0.5 -> ^1.0.6 age adoption passing confidence
@nuxtjs/google-fonts ^3.1.0 -> ^3.1.3 age adoption passing confidence
@types/node (source) ^20.10.3 -> ^20.11.0 age adoption passing confidence
defu ^6.1.3 -> ^6.1.4 age adoption passing confidence
eslint (source) ^8.55.0 -> ^8.56.0 age adoption passing confidence
nuxt (source) ^3.8.2 -> ^3.9.1 age adoption passing confidence
typescript (source) ^5.3.2 -> ^5.3.3 age adoption passing confidence
vue-tsc (source) ^1.8.24 -> ^1.8.27 age adoption passing confidence

Release Notes

nuxt/content (@​nuxt/content)

v2.10.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Add missing imports for search (#​2412)
  • Import nuxt composables from #imports (#​2418)
  • 7.search-content.md typo (7bf89960)
  • Enable cache only for clientDb (#​2425)
  • Remove d.ts (#​2427)
  • Ensure bundler module resolution works with runtime type imports (#​2470)
  • Imports (f33f5a20)
📖 Documentation
🏡 Chore
❤️ Contributors
nuxt/devtools (@​nuxt/devtools)

v1.0.8

Compare Source

Bug Fixes

v1.0.7

Compare Source

Bug Fixes
  • devtools: update default types to module.d.ts/.mts (#​559) (2ecd32c)
  • make twitter og tags optional (41ee5ec)
  • open-graph: fix type error, close #​563 (c63055a)
  • support iframeProps option for CSP, fix Stackblitz (0eb7a82)
  • timeline-helper-wrapper: Fix return value in timeline wrapper for promises (#​567) (0645e35)
  • update title of Eye Dropper command (#​558) (ea58139)
Features
  • server-routes: implement persisting input values in localStorage (#​545) (67dbf65)

v1.0.6

Compare Source

Bug Fixes

v1.0.5

Compare Source

Bug Fixes
  • allow iframe to work in stricter cross-origin policy (7ec0d3c)
  • devtools: don't enable devtools when in test mode (#​532) (3a7f143)
Features
nuxt/nuxt (@​nuxt/kit)

v3.9.1

Compare Source

3.9.1 is a regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi 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 vue and unjs ecosystems.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Avoid multiple iterations in useRequestHeaders (#​24853)
  • kit,schema,nuxt: Refactor startsWith to array access (#​24744)
  • nuxt: Use single iteration when normalising routes (#​24946)
  • nuxt: Remove some line breaks when rendering html (#​24888)
🩹 Fixes
  • nuxt: Catch error in NuxtErrorBoundary with ssr: false (#​24896)
  • kit: Show correct error when module can't be loaded (#​24957)
  • nuxt: Deeply watch island props (#​24986)
  • nuxt: Don't show transition on initial page load (#​24935)
  • nuxt: Clone cookie to detect changes within object (#​25007)
  • nuxt: Do not warn about missing layouts on error page (#​25008)
  • nuxt: Ignore plugins typed as any in inferred injections (#​25010)
  • nuxt: Reuse intermediate setup state in <ClientOnly> (#​25009)
  • nuxt: Skip scanning layout/middleware without name (#​25015)
  • nuxt: Wrap universal router currentRoute in Ref (#​25026)
  • nuxt: Stop loading indicator if page keys are the same (#​24931)
💅 Refactors
  • nuxt: Remove old reference to nuxt-config-schema (#​25067)
📖 Documentation
  • Switch features/future docs (f5676fba5)
  • Corrected json syntax in 7.esm.md (#​24937)
  • Specify yarn pnp opt-out for install (#​24923)
  • Capitalise hash for vue-router docs link (#​24948)
  • Add badge for callOnce utility (792cf6713)
  • Warn about hydration issue with URL fragment (#​24961)
  • Mention readValidatedBody and getValidatedQuery (#​24990)
  • Add missing imports for nitro examples (#​25003)
  • Add an example of provide with object syntax plugins (#​24993)
  • Update EOL date for Nuxt 2 (afbc4080b)
  • Add callout for getValidatedRouterParams (#​25057)
  • Warn about ref unwrapping when providing refs from plugin (#​25054)
🏡 Chore
  • Add bullet for adding tests in pr template (2bda817ea)
✅ Tests
❤️ Contributors

v3.9.0

Compare Source

3.9.0 is the next minor release.

👀 Highlights

A very merry Christmas to you and yours from all Nuxters involved in this release! 🎁🎄

We have lots of features packed into v3.9.0 and can't wait for you to try them out.

⚡️ Vite 5

This release comes with Vite 5 and Rollup 4 support. Module authors may need to check to ensure that any vite plugins you're creating are compatible with these latest releases.

This comes with a whole host of great improvements and bug fixes - check out the Vite changelog for more info.

✨ Vue 3.4 ready

This release is tested with the latest Vue 3.4 release candidate, and has the necessary configuration to take advantage of new features in Vue 3.4, including debugging hydration errors in production (just set debug: true) in your Nuxt config.

👉 To take advantage, just update your vue version once v3.4 is released, or try out the release candidate today:

{
  "dependencies": {
    "nuxt": "3.9.0",
    "vue": "3.4.0-rc.1",
    "vue-router": "latest"
  }
}
🏝️ Interactive Server Components

This is a highly-experimental update, but it's now possible to play around with interactive components within Nuxt server components. You'll need to enable this new feature additionally to component islands:

export default defineNuxtConfig({
  experimental: {
    componentIslands: {
      selectiveClient: true
    }
  }
})

Now, within a server component, you can specify components to hydrate by using the nuxt-client directive:

<NuxtLink :to="/" nuxt-client />

We're pretty excited about this one - so do let us know how you're using it! 🙏

🔥 Automatic Server Optimisations

We now use Vite's new AST-aware 'define' to perform more accurate replacements on server-side code, meaning code like this will no longer throw an error:

<script setup lang="ts">
if (document) {
  console.log(document.querySelector('div'))
}
</script>

This hasn't been possible until now because we haven't wanted to run the risk of accidentally replacing normal words like document within non-JS parts of your apps. But Vite's new define functionality is powered by esbuild and is syntax-aware, so we feel confident in enabling this functionality. Nevertheless, you can opt out if you need to:

export default defineNuxtConfig({
  hooks: {
    'vite:extendConfig' (config) {
      delete config.define!.document
    }
  }
})
🚦 Granular Loading API

We now have a new hook-based system for <NuxtLoadingIndicator>, including a useLoadingIndicator composable that lets you control/stop/start the loading state. You can also hook into page:loading:start and page:loading:end if you prefer.

You can read more in the docs and in the original PR (#​24010).

🏁 Run single events in callOnce

Sometimes you only want to run code once, no matter how many times you load a page - and you don't want to run it again on the client if it ran on the server.

For this, we have a new utility: callOnce (#​24787).

<script setup>
const websiteConfig = useState('config')

await callOnce(async () => {
  console.log('This will only be logged once')
  websiteConfig.value = await $fetch('https://my-cms.com/api/website-config')
})
</script>

Note that this utility is context-aware so it must be called in component setup function or Nuxt plugin, as with other Nuxt composables.

Read more in the docs.

🚨 Error Types

For a while now, errors returned by useAsyncData and useFetch have been typed pretty generically as Error. We've significantly improved the type possibilities for them to make them more accurate in terms of what you'll actually receive. (We normalise errors with the h3 createError utility under the hood, so they can be serialised from server to client, for example.)

We've tried to implement the type change in a backwards compatible way, but you might notice that you need to update the generic if you're manually configuring the generics for these composables. See (#​24396) for more information, and do let us know if you experience any issues.

🔥 Schema Performance

We've taken some time in this release to make some minor performance improvements, so you should notice some things are a bit faster. This is an ongoing project and we have ideas for improving initial load time of the Nuxt dev server.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi 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

🚀 Enhancements
  • nuxt: Warn when page uses a layout without <NuxtLayout> (#​24116)
  • kit: Support prepend option for addComponentsDir (#​24309)
  • kit: Allow customising logger options (#​24243)
  • nuxt: Allow readonly option for useCookie (#​24503)
  • nuxt: Add path to error.data when throwing 404 errors (#​24674)
  • kit: Load /module or /nuxt module subpath if it exists (#​24707)
  • nuxt: Layers support for spa loading template (#​24709)
  • nuxt: Expose refresh on islands and server components (#​24261)
  • nuxt: Add dedupe option for data fetching composables (#​24564)
  • vite: Replace browser globals with undefined on server (#​24711)
  • nuxt: Allow plugins to specify dependencies (#​24127)
  • kit: Add new addServerScanDir composable (#​24001)
  • nuxt: Transform setup within defineComponent options (#​24515)
  • nuxt: Allow customising fallback layout (#​24777)
  • nuxt: useRequestHeader utility (#​24781)
  • nuxt: Move loading api behind hooks (#​24010)
  • nuxt: Add callOnce util to allow running code only once (#​24787)
  • nuxt: Allow client components within NuxtIsland (#​22649)
  • schema: Default to bundler module resolution (#​22821)
  • kit,nuxt,vite,webpack: Add toArray util (#​24857)
🔥 Performance
  • vite: Avoid duplicate resolve operation (#​24736)
  • nuxt: Avoid duplicate iterations over layers (#​24730)
  • kit: Avoid duplicate join operation (#​24717)
  • vite: Simplify manifest property acccess (#​24715)
  • nuxt: Don't dedupe fewer than two middleware/plugins (#​24718)
  • schema: Avoid duplicate get operations (#​24734)
  • schema: Use parallel promises (#​24771)
  • nuxt: Avoid duplicate useRuntimeConfig call (#​24843)
  • vite: Avoid duplicate JSON.stringify operation (#​24848)
🩹 Fixes
  • nuxt: Avoid recursive ssr errors (#​24399)
  • nuxt: Improve path resolve for import.d.ts (#​24413)
  • nuxt: Remove experimental reactivityTransform (vue 3.4) (#​24477)
  • nuxt: Ignore manifest when prerendering (#​24504)
  • nuxt: Don't strip literals from template in <DevOnly> (#​24511)
  • vite: Use isBuiltin polyfill for greater node support (#​24512)
  • nuxt: Island components with number prefix (#​24469)
  • nuxt: Use consistent annotations for tree-shaking (#​24514)
  • nuxt: Skip prerendering all pages in hash mode (#​24517)
  • nuxt: Skip router middleware/redirections for islands (#​24421)
  • nuxt: Remove trailing slash before checking if prerendered (#​24516)
  • nuxt: Skip check for <NuxtLayout> usage in islands (#​24529)
  • vite,webpack: Don't add type checker/analyzer when testing (#​24608)
  • nuxt: Do not try auto-install outside of a Nuxt context (#​24605)
  • nuxt: Merge and apply layer hooks (#​24639)
  • nuxt: Only add/remove trailing slash for http protocols (#​23296)
  • nuxt: Ensure error in useAsyncData has correct type (#​24396)
  • nuxt: Add appManifest middleware after modules run (#​24786)
  • nuxt: Revert async transform of setup within defineComponent (#​24784)
  • nuxt: Eager load island components map (#​24584)
  • nuxt: Register override hooks separately (#​24833)
  • nuxt: Add __VUE_PROD_HYDRATION_MISMATCH_DETAILS__ (#​24836)
  • kit: Auto-detect mode from filePath for addComponent (#​24835)
  • schema: Revert bundler module resolution due to lack of support (22ce98d61)
  • kit: Don't add local ~/modules dirs to modulesDir (#​24457)
💅 Refactors
  • nuxt: Use defineComponent to infer prop types for router-link stub (dc0e8347b)
  • nuxt: Opt-in to future jiti.import for schema (#​24526)
  • nuxt: Remove process.* usage in nuxt vue app (#​24749)
  • schema: Introduce future and features namespace (#​24880)
📖 Documentation
🏡 Chore
✅ Tests
  • Re-enable accidentally disabled unit tests 🙈 (b443de230)
  • Add basic benchmark tests (#​24846)
  • Update vitest coverage exclusions (a46b0c876)
🤖 CI
  • Don't skip releases based on commit body (#​24554)
  • Label pull requests based on their target branch (#​24468)
  • Update options for GitHub app token generation (#​24565)
  • Notify nuxt/bridge when composables change (#​24752)
  • Don't run benchmark on main commits by default (064615e8c)
  • Temporarily disable codspeed (a39d311d3)
❤️ Contributors
nuxt/module-builder (@​nuxt/module-builder)

v0.5.5

Compare Source

compare changes

🩹 Fixes
  • Rename RuntimeModuleHooks to ModuleRuntimeHooks (#​194)
  • Use import with extension in generated .d.mts file (#​202)
📖 Documentation
  • Remove reference to ModulePrivateRuntimeConfig (34ee148)
🏡 Chore
  • Add shell emulator for Windows (#​191)
  • Fix example package.json (#​192)
✅ Tests
  • Add root + module type tests (#​198)
🤖 CI
❤️ Contributors
nuxtlabs/studio-module (@​nuxthq/studio)

v1.0.6

Compare Source

  • chore(deps): upgrade nuxt comp meta (1d3b3ac)
nuxt-modules/google-fonts (@​nuxtjs/google-fonts)

v3.1.3

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v3.1.2

Compare Source

compare changes

📖 Documentation
  • Add example for variable fonts (#​170)
❤️ Contributors

v3.1.1

Compare Source

compare changes

🏡 Chore
  • release: V3.1.0 (61103de)
  • Use module-builder stub mode for more accurate types (#​167)
❤️ Contributors
unjs/defu (defu)

v6.1.4

Compare Source

compare changes

🩹 Fixes
  • Merge objects with Module type (#​121)
💅 Refactors
  • Move isPlainObject to _utils to allow testing (e922a16)
  • Make isPlainObject logic more readable (e458b63)
📖 Documentation
🏡 Chore
✅ Tests
  • Improve tests for isPlainObject (b24a213)
❤️ Contributors
eslint/eslint (eslint)

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation
  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
Chores
Microsoft/TypeScript (typescript)

v5.3.3: TypeScript 5.3.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

vuejs/language-tools (vue-tsc)

v1.8.27

Compare Source

v1.8.26

Compare Source

v1.8.25

Compare Source

  • fix(component-type-helpers): correct type inference for FunctionalComponent (#​3766) - thanks @​pinguet62
  • fix(language-core): camelize props for dynamic component (#​3774) - thanks @​so1ve

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

Copy link

netlify bot commented Dec 5, 2023

Deploy Preview for nuxt-strapi-module ready!

Name Link
🔨 Latest commit a301081
🔍 Latest deploy log https://app.netlify.com/sites/nuxt-strapi-module/deploys/65a019115a72720008636dbb
😎 Deploy Preview https://deploy-preview-375--nuxt-strapi-module.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 changed the title chore(deps): update devdependency vue-tsc to ^1.8.25 chore(deps): update all non-major dependencies Dec 6, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 1d07fb8 to fbacc00 Compare December 13, 2023 17:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f68716e to 5a9849d Compare December 21, 2023 18:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d67edf0 to d8ac9e6 Compare December 27, 2023 10:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2013119 to 4236625 Compare January 5, 2024 19:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from eecd771 to d7ff9d2 Compare January 11, 2024 07:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d7ff9d2 to a301081 Compare January 11, 2024 16:36
@benjamincanac benjamincanac merged commit 3d3f333 into dev Jan 13, 2024
5 checks passed
@benjamincanac benjamincanac deleted the renovate/all-minor-patch branch January 13, 2024 18:44
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