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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 27, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@algolia/cache-in-memory ^4.14.2 -> ^4.24.0 age adoption passing confidence
@algolia/recommend (source) ^4.12.2 -> ^4.24.0 age adoption passing confidence
@algolia/requester-fetch ^4.23.2 -> ^4.24.0 age adoption passing confidence
@docsearch/css (source) ^3.0.0 -> ^3.8.2 age adoption passing confidence
@docsearch/js (source) ^3.0.0 -> ^3.8.2 age adoption passing confidence
@nuxt/kit (source) ^3.7.0 -> ^3.15.2 age adoption passing confidence
algoliasearch (source) ^4.11.0 -> ^4.24.0 age adoption passing confidence
metadata-scraper ^0.2.49 -> ^0.2.61 age adoption passing confidence
nuxt (source) 3.0.0-rc.4 -> 3.15.2 age adoption passing confidence
typescript (source) ^5.2.2 -> ^5.7.3 age adoption passing confidence
vue-instantsearch ^4.3.2 -> ^4.20.1 age adoption passing confidence

Release Notes

algolia/algoliasearch-client-javascript (@​algolia/cache-in-memory)

v4.24.0

Compare Source

v4.23.3

Compare Source

v4.23.2

Compare Source

v4.23.1

Compare Source

v4.23.0

Compare Source

v4.22.1

Compare Source

v4.22.0

Compare Source

v4.21.1

Compare Source

v4.21.0

Compare Source

algolia/docsearch (@​docsearch/css)

v3.8.2

Compare Source

Bug Fixes

v3.8.1

Compare Source

Bug Fixes

v3.8.0

Compare Source

This version introduces a new type DocSearchTransformClient to allow the transformSearchClient to use either the lite client, or the full algoliasearch client.
Users are encouraged to use the lite client (import { liteClient } from 'algoliasearch/lite) to reduce bundle size.

Bug Fixes
Features

v3.7.0

Compare Source

Bug Fixes

3.6.3 (2024-10-31)

3.6.2 (2024-09-27)

Bug Fixes

3.6.1 (2024-07-16)

Bug Fixes

v3.6.3

Compare Source

v3.6.2

Compare Source

Bug Fixes

v3.6.1

Compare Source

Bug Fixes

v3.6.0

Compare Source

Bug Fixes
Features

3.5.2 (2023-08-11)

Fixes
  • Updates algoliasearch package version (cc90789)
  • Adds search-insights as options peer dependency (cc90789)

3.5.1 (2023-06-15)

Features
nuxt/nuxt (@​nuxt/kit)

v3.15.2

Compare Source

3.15.2 is the next regularly scheduled patch release.

👀 Highlights

🔥 Startup performance improvements

It is worth noting that this release includes some pretty significant performance improvements which you should notice particularly in the startup time. In my tests in the nuxt monorepo,

fixture time to vite build complete (v3.15.1) time to vite build complete (v3.15.2)
minimal 850ms 710ms
everything bagel 3,021ms 1,690ms

There's more improvement to do here but hopefully these are good numbers!

📦 CLI refactor

To improve performance within Nuxt projects, we've published a new @nuxt/cli distribution of nuxi, which is used under-the-hood in nuxt (see issue). This should behave exactly the same and nothing needs to be updated in your projects (for example, you will continue to use the nuxi or nuxt commands). The only significant change is that it no longer inlines dependencies. Feedback is welcome 🙏

✅ 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 code duplication in client-only (#​30460)
  • nuxt: Use lighter @nuxt/cli dependency (#​30526)
  • kit: Remove iterations when resolving module path (#​30562)
  • nuxt: Avoid checking fs for existence of scanned pages (#​30581)
  • nuxt: Defer version/config warnings to after build (#​30567)
🩹 Fixes
  • nuxt: Collect all identifiers before extracting page metadata (#​30478)
  • nuxt: Don't hoist identifiers declared locally in definePageMeta when extracting page metadata (#​30490)
  • kit: Reorder #build to the end of tsConfig paths (#​30520)
  • nuxt: Use fullPath instead of empty string in router hmr (#​30500)
  • Relax nuxt version constraints to current (23b968289)
  • nuxt: Add import protection for @nuxt/cli (618bbc6da)
  • kit: Fully resolve plugin paths when normalising them (#​30540)
  • nuxt: Call page:loading:end only once with nested pages (#​29009)
  • nuxt: Warn about ignored char while parsing route segment (#​30396)
  • nuxt: Allow url-specific chars in vfs (#​30584)
  • nuxt: Do not warn about invalid characters in route groups/catchalls (0249c74bc)
  • vite: Provide fallback alias for #app-manifest (#​30587)
  • nuxt: Avoid invoking shouldPrefetch on the server side (#​30591)
  • nuxt: Decode id before resolving relative imports (#​30599)
💅 Refactors
  • kit,nuxt,webpack: Reduce reassignments (#​30589)
📖 Documentation
  • Document --dev option for the module command (#​30477)
  • Document the add layer command (#​30476)
  • Update v4 release date (#​30514)
  • Ensure correct type for url in useFetch (#​30531)
  • Update link to @nuxt/module-builder source (509cf4a5c)
  • Add status detail and enhance getCachedData readability (#​30536)
  • Update hash link to correct heading (#​30543)
  • Update links to unhead source (fef3a59bb)
  • Adjust example and additional instructions of useNuxtData (#​30570)
  • Resolve many twoslash errors (#​30573)
  • Add context for useAsyncData side effects (#​30479)
  • Update examples to use function declarations for clarity (#​30588)
🏡 Chore
  • Control dependency import into nuxt/app (1adf3e31f)
  • Ignore automated renovate node engines updates (6895993fb)
🤖 CI
  • Don't block release on fixtures + add pkg.pr.new (#​30548)
  • Remove concurrency group from release-pr job (8ac54ff10)
❤️ Contributors

v3.15.1

Compare Source

3.15.1 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: Skip experimental async context transform in client build (#​30360)
  • schema: Drop unneeded type-only schema dependencies (#​30411)
  • rspack,webpack: Drop lodash-es dependency (#​30409)
  • nuxt: Drop pathe browser dep for deep server components (#​30456)
🩹 Fixes
  • nuxt: Update module path for defaults (#​30371)
  • nuxt: Ignore non-reference identifiers when extracting page metadata (#​30381)
  • nuxt: Pass nuxt instance to resolvePagesRoutes (e4a372e12)
  • schema: Support pfx certificate for dev server (#​30412)
  • nuxt: Use node location instead of range for route meta property extraction (#​30447)
  • schema: Override vueCompilerOptions.plugins type (#​30454)
  • nuxt: Respect baseURL when ignoring prerendered manifest (#​30446)
  • nuxt: Respect router.options when hmring routes (#​30455)
💅 Refactors
  • nuxt: Use consola with nuxt tag instead of console (#​30408)
📖 Documentation
  • Update references to lodash and recommend es-toolkit (8e2ca5bdc)
  • Add warning about prerendering (#​30437)
🏡 Chore
❤️ Contributors

v3.15.0

Compare Source

👀 Highlights
❄️ Snowfall!

Happy holidays! You'll notice when you start Nuxt that (if you're in the Northern Hemisphere) there's some snow on the loading screen (#​29871).

⚡️ Vite 6 included

Nuxt v3.15 includes Vite 6 for the first time. Although this is a major version, we expect that this won't be a breaking change for Nuxt users (see full migration guide). However, please take care if you have dependencies that rely on a particular Vite version.

One of the most significant changes with Vite 6 is the new Environment API, which we hope to use in conjunction with Nitro to improve the server dev environment. Watch this space!

You can read the full list of changes in the Vite 6 changelog.

🪵 Chromium devtools improvements

We talk a lot about the Nuxt DevTools, but v3.15 ships with better integration in dev mode for Chromium-based browser devtools.

We now use the Chrome DevTools extensibility API to add support for printing nuxt hook timings in the browser devtools performance panel.

CleanShot 2024-11-14 at 15 05 22@​2x

🗺️ Navigation mode for callOnce

callOnce is a built-in Nuxt composable for running code only once. For example, if the code runs on the server it won't run again on the client. But sometimes you do want code to run on every navigation - just avoid the initial server/client double load. For this, there's a new mode: 'navigation' option that will run the code only once per navigation. (See #​30260 for more info.)

await callOnce(() => counter.value++, { mode: 'navigation' })
🥵 HMR for templates, pages + page metadata

We now implement hot module reloading for Nuxt's virtual files (like routes, plugins, generated files) as well as for the content of page metadata (within a definePageMeta macro) (#​30113).

This should mean you have a faster experience in development, as well as not needing to reload the page when making changes to your routes.

📋 Page meta enhancements

We now support extracting extra page meta keys (likely used by module authors) via experimental.extraPageMetaExtractionKeys (#​30015). This enables module authors to use this information at build time, in the pages:resolved hook.

We also now support local functions in definePageMeta (#​30241). This means you can do something like this:

function validateIdParam(route) {
  return !!(route.params.id && !isNaN(Number(route.params.id)))
}

definePageMeta({
  validate: validateIdParam,
})
🔥 Performance improvements

We now preload the app manifest in the browser if it will be used when hydrating the app (#​30017).

We'll also tree shake vue-router's hash mode history out of your bundle if we can - specifically, if you haven't customised your app/router.options.ts (#​30297).

🐣 v4 updates

A few more changes shipped for the new defaults for v4, including only inlining styles by default for Vue components (#​30305).

✅ 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

🚀 Enhancements
  • deps: Update dependency vite to v6 (3.x) (#​30044)
  • kit: Allow module default options to be async (#​29980)
  • nuxt: Add new types to vue preset (#​29819)
  • nuxt: Experimental extraPageMetaExtractionKeys (#​30015)
  • nuxt,schema: Allow setting serialisable vue app config (#​28873)
  • nuxt: Print nuxt hook timings in browser devtools (#​29922)
  • nuxt: Support vue directive auto-imports within unimport (#​29818)
  • schema: Add snow effect on loading screen in winter (#​29871)
  • nuxt: Support local functions in definePageMeta (#​30241)
  • nuxt: Add mode: 'navigation' to callOnce (#​30260)
🔥 Performance
  • nuxt: Preload app manifest (#​30017)
  • nuxt: Use static hashMode option (#​30297)
  • vite: Use vite to clear screen (#​30315)
  • schema: Only inline styles for vue components (#​30305)
  • nuxt: Remove useId from composable key plugin (#​30328)
🩹 Fixes
  • nuxt: Check if nuxt link observer is null (#​30038)
  • nuxt: Unref the default value of asyncData when clearing (#​30041)
  • kit: Re-export addServerTemplate (a02af2348)
  • Remove unused dependencies and tidy project (#​30043)
  • vite: Add back some dev-bundler dependencies (976024f16)
  • nuxt: Do not persist extraExtractionKeys on runtime route.meta (ae9f42f4a)
  • nuxt: Allow array/object style value for head components (#​29999)
  • nuxt: Tidy up remnants of previous useId implementation (40f437d25)
  • kit,nuxt: Provide buildDir to normalizeTemplate (#​30115)
  • kit: Add better logging for non-resolved modules (#​30116)
  • nuxt: Correct return type of useRequestFetch (#​30117)
  • nuxt,vite: Hmr for templates, pages + page metadata (#​30113)
  • nuxt: Use nitropack rather than nitro import (2d5b53b23)
  • kit: Use resolved module paths for transpile + modulesDir (#​30136)
  • Update engines.node to match dependencies (#​30139)
  • schema: Allow routerOptions.history to return null (#​30192)
  • nuxt: Render client page directly when not hydrating (#​30061)
  • nuxt: Use useId for island client component teleport id (#​30151)
  • nuxt: De-default async layout components (#​30203)
  • nuxt: Correct types for nuxt and nuxt/app (#​30148)
  • nuxt,schema: Allow showing spa loader til after hydration (#​29776)
  • nuxt: Remove whitespace around spa loading template (070bd103c)
  • nuxt: Hoist environment types (#​30230)
  • schema: Hoist nitro runtime types (73761dade)
  • nuxt: Ensure getRouteRules works with nitro signature (#​30277)
  • nuxt: Respect replace in middleware with navigateTo (#​30283)
  • nuxt: Update import paths for nitropack (f220314a5)
  • nuxt: Don't use <RouterLink> for links starting with # (#​30190)
  • vite: Ignore optimising #app-manifest (ec613e533)
  • nuxt: Use useId for client-fallback component uid (#​30314)
  • schema: Gate inline style change behind v4 check (ceac86e34)
  • nuxt: Do not resolve deep imports for @vitest/ (4171a1076)
  • kit: Initialize tsconfig paths in addTemplate if undefined (#​30348)
  • nuxt: Treat client useAsyncData calls as async boundaries (#​30343)
  • nuxt: Initialise import.meta.hot.data (b1cf5781d)
💅 Refactors
  • Move composable-keys plugin into nuxt core (#​30029)
  • nuxt: Simplify and improve core plugins that parse ast (#​30088)
  • nuxt: Prefix all core modules with nuxt: (#​30028)
📖 Documentation
  • Remove extra new line in frontmatter (#​30031)
  • Text capitalization for titles (#​30054)
  • Mention that type checking can happen in dev (#​30012)
  • Fix typos in punctuation (#​30006)
  • Remove duplicate information about preprocessor variables (#​30002)
  • Format text case for consistency (#​30073)
  • Add a section about event.waitUntil (#​29583)
  • Improve wording (#​30106)
  • Update configuration files format (#​30087)
  • Update links to vite.dev (#​30111)
  • Fix incorrect vite docs link (#​30112)
  • Add note about using bun runtime (#​30019)
  • Add giget limitation in nuxt layers documentation (#​30122)
  • Correct vite link (#​30135)
  • Add nuxi upgrade channel flag (#​30184)
  • Add note about awaiting useLazyFetch (#​30171)
  • Add missing comma in upgrade doc code sample (#​30189)
  • Added options and option definitions for sourcemap (#​30201)
  • Add shared directory documentation (#​29816)
  • Document vite.css.preprocessorMaxWorkers (eb1ba017c)
  • Handle zero-length string (cf74b4c98)
  • Update nitro links + fix link checking (#​30228)
  • Add a note about compatibilityVersion feature flag (#​30274)
  • Update auto-imports to advertise the scan feature (#​30292)
  • Update nuxi command pages (#​30199)
  • Update migration documentation for inlineStyles (2660bffbc)
  • Add bluesky link (#​30322)
  • Add recipe for session and authentication (#​27287)
  • Fix filename for prerendering page (#​30333)
  • Add spacing (#​30331)
🏡 Chore
✅ Tests
  • Add additional attw test for built packages (#​30206)
  • Improve assertions for spa loading tests (80bd2d2ec)
  • Bump bundle size snapshot (d545f9e96)
  • Try to improve spa preloader tests (08219a502)
  • Ensure dev server is loaded before running tests (f66cf928e)
🤖 CI
  • Ignore dev-dependencies for engines.node (e366a6feb)
  • Analyse github actions with codeql (#​30293)
  • Exclude file that codeql cannot analyse (7e03b08a6)
❤️ Contributors

v3.14.1592

Compare Source

3.14.1592 is the next patch release.

👉 Changelog

compare changes

🩹 Fixes
  • rspack: Update webpackbar with support for rspack (#​29823)
  • nuxt: Assign default name to component without setup (#​29869)
  • kit: Use dst to deduplicate templates when adding them (#​29895)
  • nuxt: Handle empty plugin files (d44408e87)
  • vite: Use resolved nuxt template dst to invalidate modules (6cd3352de)
  • nuxt: Return null map for empty plugin metadata (302a66da9)
  • kit: Resolve module paths before appending subpaths (#​29955)
  • nuxt: Recompile templates on change events (#​29954)
  • nuxt: Do not include <NuxtWelcome> when building ([#​29956](https://redirect.github.co

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4ede3ed to e24c2e4 Compare October 31, 2023 14:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e24c2e4 to 2404e69 Compare November 6, 2023 13:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4939e99 to 6e5ee82 Compare November 20, 2023 22:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 72b21ad to 8365153 Compare December 12, 2023 15:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 46e1e4e to 7861d97 Compare December 19, 2023 16:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7861d97 to 44a8a8f Compare December 25, 2023 18:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9adb81d to 5447b94 Compare January 9, 2024 11:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b5289f7 to a890cbc Compare January 17, 2024 14:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from aceaa03 to 99ec04b Compare January 30, 2024 16:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 15d78fb to 2427592 Compare February 6, 2024 15:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9245612 to beb9c91 Compare February 14, 2024 16:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4504c28 to 4c3039d Compare February 28, 2024 17:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2d00842 to 7b70c31 Compare March 7, 2024 01:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 880da6a to 39eb44a Compare September 16, 2024 00:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e8c71fe to 95ffada Compare September 27, 2024 17:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 22ce150 to 9c40489 Compare October 15, 2024 13:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 048b33d to 43df840 Compare October 24, 2024 14:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 585cef9 to 7923d26 Compare November 6, 2024 14:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 03219eb to 1787ca2 Compare November 14, 2024 11:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4c78884 to cb68b8f Compare November 22, 2024 17:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b02fd88 to 52ee6e9 Compare December 17, 2024 17:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 52ee6e9 to bb61061 Compare December 25, 2024 01:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7368a0b to 3e3e19c Compare January 8, 2025 20:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from adc6a65 to 455ac3d Compare January 15, 2025 18:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 455ac3d to 6f06302 Compare January 16, 2025 15:28
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.

0 participants