Skip to content

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

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 13, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@nuxt/kit (source) ^3.0.0-rc.8 -> ^3.16.2 age adoption passing confidence dependencies minor
@nuxt/module-builder ^0.1.7 -> ^0.8.4 age adoption passing confidence devDependencies minor
@nuxt/schema (source) ^3.0.0-rc.8 -> ^3.16.2 age adoption passing confidence devDependencies minor
@nuxtjs/tailwindcss ^5.3.2 -> ^5.3.5 age adoption passing confidence devDependencies patch
@volar/vue-language-core (source) ^0.40.4 -> ^0.40.13 age adoption passing confidence devDependencies patch
browser-style-dictionary ^3.1.1-browser.1 -> ^3.1.1-browser.2 age adoption passing confidence devDependencies patch
browser-style-dictionary ^3.1.1-browser.1 -> ^3.1.1-browser.2 age adoption passing confidence dependencies patch
c8 ^7.12.0 -> ^7.14.0 age adoption passing confidence devDependencies minor
chroma-js ^2.4.2 -> ^2.6.0 age adoption passing confidence dependencies minor
csstype ^3.1.0 -> ^3.1.3 age adoption passing confidence dependencies patch
eslint (source) ^8.23.0 -> ^8.57.1 age adoption passing confidence devDependencies minor
globby ^13.1.2 -> ^13.2.2 age adoption passing confidence devDependencies minor
husky ^8.0.1 -> ^8.0.3 age adoption passing confidence devDependencies patch
jiti ^1.14.0 -> ^1.21.7 age adoption passing confidence devDependencies minor
json5 (source) ^2.2.1 -> ^2.2.3 age adoption passing confidence dependencies patch
lint-staged ^13.0.3 -> ^13.3.0 age adoption passing confidence devDependencies minor
node 16 -> 16.20.2 age adoption passing confidence uses-with minor
paneer ^0.0.1 -> ^0.1.0 age adoption passing confidence dependencies minor
pathe ^0.3.5 -> ^0.3.9 age adoption passing confidence devDependencies patch
postcss-custom-properties (source) ^12.1.8 -> ^12.1.11 age adoption passing confidence dependencies patch
unplugin-ast ^0.5.5 -> ^0.14.6 age adoption passing confidence dependencies minor
untyped ^0.4.7 -> ^0.5.0 age adoption passing confidence dependencies minor
vitest (source) ^0.22.1 -> ^0.34.6 age adoption passing confidence devDependencies minor

Release Notes

nuxt/nuxt (@​nuxt/kit)

v3.16.2

Compare Source

3.16.2 is the next patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxi@latest upgrade --dedupe

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

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Improve tree-shaking of useRequestEvent on client (#​31586)
🩹 Fixes
  • nuxt: Pass down attrs to <Body> and <Html> (#​31513)
  • nuxt: Use greedy catchall when /index is the last segment (#​31528)
  • nuxt: Reset page:loading:end hook before navigation (#​31504)
  • nuxt: Write initial cookie value if different from document.cookie (#​31517)
  • nuxt: Support template string quotes in resolveComponent (#​31526)
  • nuxt: Show fatal errors thrown in middleware (#​31518)
  • nuxt: Use name to index route providers in dev (#​31544)
  • nuxt: Improve default scroll behaviour (#​31545)
  • vite: Return 404 for non-existent _nuxt/ paths in development (#​31543)
  • nuxt: Pass error data to error.vue (#​31573)
  • nuxt: Use unhead v2 api in default welcome + error pages (#​31584)
  • nuxt: Improve consistency of page metadata extraction (#​31306)
  • nuxt: Do not remove meta when scanPageMeta is disabled (0ba454b21)
💅 Refactors
  • nuxt: Simplify conditional branches of <NuxtPage> (#​31561)
  • Replace useServerHead in onPrehydrate with useHead (#​31585)
📖 Documentation
  • Move custom directories note to the correct place (#​29100)
  • Update example to useTemplateRef (#​31458)
  • Provide async function for $fetch (#​31459)
  • Mention the possibility to scan pages based on a pattern (#​31462)
  • Add dedupe flag (#​31467)
  • Improve refreshNuxtData docs (#​31448)
  • Add missing -- before --template (#​31469)
  • Migrate to @​nuxt/content v3 (#​31150)
  • Fix icon for main docs (e7828d9c6)
  • Save selected package manager (#​31520)
  • Improve refresh nuxt data example (#​31487)
  • Note that middleware runs on error pages as well (df14c0263)
  • Replace all 'Nuxt 3' with 'Nuxt' in documentation (#​31519)
  • resolveComponent only auto-imports components with literal strings (#​31511)
  • Add ticks around tsconfig.json (#​31473)
  • Capitalize heading (#​31523)
  • Update links to unhead.unjs.io (1913febbb)
  • Document that props are passed via server components via query (db7688219)
  • Improve description of page:start and page:finish hooks (#​31570)
🏡 Chore
✅ Tests
  • Avoid invalid nested font face (#​31524)
  • Add test for loading indicator with custom key (25ca9b819)
  • Add test for custom prop + loading indicator (94bfed031)
  • Update snapshot (55134fc2a)
❤️ Contributors

v3.16.1

Compare Source

compare changes

🔥 Performance
  • nuxt: Use browser cache for payloads (#​31379)
🩹 Fixes
  • nuxt: Restore nuxt aliases to nitro compilerOptions.paths (#​31278)
  • nuxt: Use new mocked-exports (#​31295)
  • nuxt: Check resolved options for polyfills (#​31307)
  • nuxt: Render style component html (#​31337)
  • nuxt: Add missing lazy hydration prop in regex (#​31359)
  • nuxt: Fully resolve nuxt dependencies (#​31436)
  • vite: Don't show interim vite build output files (#​31439)
  • nuxt: Ignore prerendering unprefixed public assets (151912ec3)
  • nuxt: Use more performant router catchall pattern (#​31450)
  • nuxt: Prevent param duplication in typedPages implementation (#​31331)
  • nuxt: Sort route paths before creating route tree (#​31454)
📖 Documentation
  • Update link to vercel edge network (ec20802a5)
  • Improve HMR performance note for Windows users (#​31301)
  • Correct WSL note phrasing (#​31322)
  • Fix typo (#​31341)
  • Adjust app.head example (#​31350)
  • Include package manager options in update script (#​31346)
  • Add missing comma (#​31362)
  • Add mention of addServerTemplate to modules guide (#​31369)
  • Add rspack and remove test-utils for monorepo guide (#​31371)
  • Adjust example (#​31372)
  • Update experimental docs (#​31388)
  • Use ini syntax block highlighting for .env files (f79fabe46)
  • Improve useHydration docs (#​31427)
  • Update broken docs links (#​31430)
  • Mention possibility of prerendering api routes (#​31234)
🏡 Chore
✅ Tests
  • Migrate runtime compiler test to playwright (+ add test cases) (#​31405)
  • Migrate spa preloader tests to playwright (#​31273)
  • Use srvx and random port for remote provider (#​31432)
🤖 CI
❤️ Contributors

v3.16.0

Compare Source

👀 Highlights

There's a lot in this one!

⚡️ A New New Nuxt

Say hello to create-nuxt, a new tool for starting Nuxt projects (big thanks to @​devgar for donating the package name)!

It's a streamlined version of nuxi init - just a sixth of the size and bundled as a single file with all dependencies inlined, to get you going as fast as possible.

Starting a new project is as simple as:

npm create nuxt

screenshot of create nuxt app

Special thanks to @​cmang for the beautiful ASCII-art. ❤️

Want to learn more about where we're headed with the Nuxt CLI? Check out our roadmap here, including our plans for an interactive modules selector.

🚀 Unhead v2

We've upgraded to unhead v2, the engine behind Nuxt's <head> management. This major version removes deprecations and improves how context works:

  • For Nuxt 3 users, we're shipping a legacy compatibility build so nothing breaks
  • The context implementation is now more direct via Nuxt itself
// Nuxt now re-exports composables while properly resolving the context
export function useHead(input, options = {}) {
  const unhead = injectHead(options.nuxt)
  return head(input, { head: unhead, ...options })
}

If you're using Unhead directly in your app, keep in mind:

  1. Import from Nuxt's auto-imports or #app/composables/head instead of @unhead/vue
  2. Importing directly from @unhead/vue might lose async context

Don't worry though - we've maintained backward compatibility in Nuxt 3, so most users won't need to change anything!

If you've opted into compatibilityVersion: 4, check out our upgrade guide for additional changes.

🔧 Devtools v2 Upgrade

Nuxt Devtools has leveled up to v2 (#​30889)!

You'll love the new features like custom editor selection, Discovery.js for inspecting resolved configs (perfect for debugging), the return of the schema generator, and slimmer dependencies.

One of our favorite improvements is the ability to track how modules modify your Nuxt configuration - giving you X-ray vision into what's happening under the hood.

👉 Discover all the details in the Nuxt DevTools release notes.

⚡️ Performance Improvements

We're continuing to make Nuxt faster, and there are a number of improvements in v3.16:

  1. Using exsolve for module resolution (#​31124) along with the rest of the unjs ecosystem (nitro, c12, pkg-types, and more) - which dramatically speeds up module resolution
  2. Smarter module resolution paths (#​31037) - prioritizes direct imports for better efficiency
  3. Eliminated duplicated Nitro alias resolution (#​31088) - leaner file handling
  4. Streamlined loadNuxt by skipping unnecessary resolution steps (#​31176) - faster startups
  5. Adopt oxc-parser for parsing in Nuxt plugins (#​30066)

All these speed boosts happen automatically - no configuration needed!

Shout out to CodSpeed with Vitest benchmarking to measure these improvements in CI - it has been really helpful.

To add some anecdotal evidence, my personal site at roe.dev loads 32% faster with v3.16, and nuxt.com is 28% faster. I hope you see similar results! ⚡️

🕰️ Delayed Hydration Support

We're very pleased to bring you native delayed/lazy hydration support (#​26468)! This lets you control exactly when components hydrate, which can improve initial load performance and time-to-interactive. We're leveraging Vue's built-in hydration strategies - check them out in the Vue docs.

<template>
  <!-- Hydrate when component becomes visible in viewport -->
  <LazyExpensiveComponent hydrate-on-visible />
  
  <!-- Hydrate when browser is idle -->
  <LazyHeavyComponent hydrate-on-idle />
  
  <!-- Hydrate on interaction (mouseover in this case) -->
  <LazyDropdown hydrate-on-interaction="mouseover" />
  
  <!-- Hydrate when media query matches -->
  <LazyMobileMenu hydrate-on-media-query="(max-width: 768px)" />
  
  <!-- Hydrate after a specific delay in milliseconds -->
  <LazyFooter :hydrate-after="2000" />
</template>

You can also listen for when hydration happens with the @hydrated event:

<LazyComponent hydrate-on-visible @&#8203;hydrated="onComponentHydrated" />

Learn more about lazy hydration in our components documentation.

🧩 Advanced Pages Configuration

You can now fine-tune which files Nuxt scans for pages (#​31090), giving you more control over your project structure:

export default defineNuxtConfig({
  pages: {
    // Filter specific files or directories
    pattern: ['**/*.vue'],
  }
})
🔍 Enhanced Debugging

We've made debugging with the debug option more flexible! Now you can enable just the debug logs you need (#​30578):

export default defineNuxtConfig({
  debug: {
    // Enable specific debugging features
    templates: true,
    modules: true,
    watchers: true,
    hooks: {
      client: true,
      server: true,
    },
    nitro: true,
    router: true,
    hydration: true,
  }
})

Or keep it simple with debug: true to enable all these debugging features.

🎨 Decorators Support

For the decorator fans out there (whoever you are!), we've added experimental support (#​27672). As with all experimental features, feedback is much appreciated.

export default defineNuxtConfig({
  experimental: {
    decorators: true
  }
})
function something (_method: () => unknown) {
  return () => 'decorated'
}

class SomeClass {
  @&#8203;something
  public someMethod () {
    return 'initial'
  }
}

const value = new SomeClass().someMethod()
// returns 'decorated'
📛 Named Layer Aliases

It's been much requested, and it's here! Auto-scanned local layers (from your ~~/layers directory) now automatically create aliases. You can access your ~~/layers/test layer via #layers/test (#​30948) - no configuration needed.

If you want named aliases for other layers, you can add a name to your layer configuration:

export default defineNuxtConfig({
  $meta: {
    name: 'example-layer',
  },
})

This creates the alias #layers/example-layer pointing to your layer - making imports cleaner and more intuitive.

🧪 Error Handling Improvements

We've greatly improved error messages and source tracking (#​31144):

  1. Better warnings for undefined useAsyncData calls with precise file location information
  2. Error pages now appear correctly on island page errors (#​31081)

Plus, we're now using Nitro's beautiful error handling (powered by youch) to provide more helpful error messages in the terminal, complete with stacktrace support.

Nitro now also automatically applies source maps without requiring extra Node options, and we set appropriate security headers when rendering error pages.

📦 Module Development Improvements

For module authors, we've added the ability to augment Nitro types with addTypeTemplate (#​31079):

// Inside your Nuxt module
export default defineNuxtModule({
  setup(options, nuxt) {
    addTypeTemplate({
      filename: 'types/my-module.d.ts',
      getContents: () => `
        declare module 'nitropack' {
          interface NitroRouteConfig {
            myCustomOption?: boolean
          }
        }
      `
    }, { nitro: true })
  }
})
⚙️ Nitro v2.11 Upgrade

We've upgraded to Nitro v2.11. There are so many improvements - more than I can cover in these brief release notes.

👉 Check out all the details in the Nitro v2.11.0 release notes.

📦 New unjs Major Versions

This release includes several major version upgrades from the unjs ecosystem, focused on performance and smaller bundle sizes through ESM-only distributions:

  • unenv upgraded to v2 (full rewrite)
  • db0 upgraded to v0.3 (ESM-only, native node:sql, improvements)
  • ohash upgraded to v2 (ESM-only, native node:crypto support, much faster)
  • untyped upgraded to v2 (ESM-only, smaller install size)
  • unimport upgraded to v4 (improvements)
  • c12 upgraded to v3 (ESM-only)
  • pathe upgraded to v2 (ESM-only)
  • cookie-es upgraded to v2 (ESM-only)
  • esbuild upgraded to v0.25
  • chokidar upgraded to v4
✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest upgrade --dedupe

This refreshes your lockfile and pulls in all the latest dependencies that Nuxt relies on, especially from the unjs ecosystem.

👉 Changelog

compare changes

🚀 Enhancements
  • nuxt: Upgrade @nuxt/devtools to v2 (#​30889)
  • nuxt: Granular debug options (#​30578)
  • nuxt: Add type hints for NuxtPage (#​30704)
  • nuxt: Support tracking changes to nuxt options by modules (#​30555)
  • nuxt: Allow disabling auto-imported polyfills (#​30332)
  • schema: Add runtime + internal type validation (#​30844)
  • kit,nuxt,schema: Support experimental decorators syntax (#​27672)
  • kit,nuxt: Allow multiple nuxts to run in one process (#​30510)
  • kit: Add named layer aliases (#​30948)
  • kit,nuxt,vite: directoryToURL to normalise paths (#​30986)
  • nuxt: Allow forcing start/set in loading indicator (#​30989)
  • nuxt: Allow specifying glob patterns for scanning pages/ (#​31090)
  • nuxt: Add types for default NuxtLink slot (#​31104)
  • nuxt: Delayed/lazy hydration support (#​26468)
  • vite: Add vite's modulepreload polyfill (#​31164)
  • nuxt: Show source file when warning about undefined useAsyncData (#​31144)
  • kit,nuxt: Augment nitro types with addTypeTemplate (#​31079)
  • kit,nuxt: Resolve template imports from originating module (#​31175)
  • nuxt: Use oxc-parser instead of esbuild + acorn (#​30066)
  • nuxt: Upgrade to unhead v2 (#​31169)
  • nuxt: Align nuxt error handling with nitro (#​31230)
🔥 Performance
  • nuxt: Remove duplicated nitro alias resolution (#​31088)
  • kit: Try non-subpath routes first to resolve nuxt modules (#​31037)
  • nuxt: Migrate to use exsolve for module resolution (#​31124)
  • kit: Skip extra module resolution step in loadNuxt (#​31176)
🩹 Fixes
  • nuxt: Ensure <NuxtLayout> fallback prop is typed (#​30832)
  • nuxt: Assign slot to be rendered for client components (#​30768)
  • nuxt,vite: Do not override vite import conditions (#​30887)
  • nuxt: Prevent keepalive cache reset (#​30807)
  • nuxt: Remove div wrapper in client-only pages (#​30425)
  • schema: Update type import to nitropack (aba75bd5a)
  • vite: Use resolveId from vite-node to resolve deps (#​30922)
  • schema: Normalise additional experimental options (63e0c342c)
  • nuxt: Delete existing properties in app config HMR (#​30918)
  • schema: Return null from resolve functions (d68e8ce57)
  • schema: Check if app.head.meta values are undefined (#​30959)
  • nuxt: Make shared/ directories available within layers (#​30843)
  • kit: Ensure nuxt is loaded from cwd rather than parent dir (#​30910)
  • ui-templates: Remove extra <pre> when rendering dev errors (9aab69ec4)
  • nuxt: Use tsx loader for jsx blocks as well (#​31014)
  • Remove unimplemented page:transition:start type (#​31040)
  • kit: Expose module dependency errors (#​31035)
  • nuxt: Deprioritise layer css imports (#​31020)
  • nuxt: Ensure provide / inject work in setup of defineNuxtComponent (#​30982)
  • nuxt: Decode URI components in cache driver methods (#​30973)
  • nuxt: Use _ for NuxtIsland name on server pages (#​31072)
  • nuxt: Use ohash to calculate legacy async data key without hash (#​31087)
  • nuxt,schema: Resolve shared dir from config (#​31091)
  • kit,schema: Set esbuild target for experimental decorators (#​31089)
  • nuxt: Set nuxt.options.pages to detected configuration (#​31101)
  • nuxt: Warn when definePageMeta does not receive an object (#​31156)
  • nuxt: Fix nitro import statements for v2 (151cf7d49)
  • nuxt: Update path to no-ssr middleware handler (a99c59fbd)
  • nuxt: Align type of custom navigate with vue-router (7a1934509)
  • nuxt: Show error page on island page error (#​31081)
  • nuxt: Do not render payloads if disabled, and correct regexp (#​31167)
  • nuxt: Add backwards-compatible serialisation for nuxt.options.pages (fa480e0a0)
  • ui-templates: Escape inline scripts correctly in ui templates (39c2b0a2c)
  • nuxt: Add back fallback nuxtlink type signature (a8856de59)
  • kit: Provide default extensions in resolveModule (6fb5c9c15)
  • nuxt: Provide default extensions in resolveTypePath (a0f9ddfe2)
  • nuxt: Strip query before generating payload url (34ddc2d2f)
  • schema: Resolve workspaceDir to closest git config (7a2fbce01)
  • kit: Include declaration files when resolving compilerOptions.paths (835e89404)
  • nuxt: Consolidate head component context (#​31209)
  • nuxt: Resolve shared externals to absolute paths (#​31227)
  • nuxt: Skip deep merge in dev mode for prototype keys (#​31205)
  • schema: Use RawVueCompilerOptions for unresolved tsconfig (#​31202)
  • nuxt: Ensure externals are resolved first (#​31235)
  • nuxt: Ensure we strip all chars in payload url (4f067f601)
  • nuxt: Exempt nitro from import protections (#​31246)
  • nuxt: Normalise error url to pathname (87b69c9ae)
  • nuxt: Ensure head components are reactive (#​31248)
  • nuxt: Preserve query/hash when calling navigateTo with replace (#​31244)
  • nuxt: Apply ignore rules to nitro devStorage (#​31233)
  • nuxt: Fall back to wasm if oxc native bindings are missing (#​31190)
  • nuxt: Pass useFetch function name on server for warning (#​31213)
  • vite: Prevent overriding server build chunks (89a29e760)
  • nuxt: Strip query in x-nitro-prerender header (2476cab9a)
💅 Refactors
  • nuxt: Prefer logical assignment operators (#​31004)
  • nuxt: Use isEqual from ohash/utils (2e27cd30c)
  • nuxt: Update to noScripts route rule (#​31083)
  • nuxt: Re-organize internal runtime/nitro files (#​31131)
  • nuxt: Explicitly type internal request fetch (54cb80319)
  • nuxt: Use relative imports (1bce3dc3b)
  • nuxt: Early return island response (#​31094)
📖 Documentation
  • Tiny typo (#​30799)
  • Fix typo (#​30817)
  • Remove backslashes in spaLoadingTemplate example (#​30830)
  • Update path to nuxt binary (8992c4ea0)
  • Add nuxt lifecycle (#​30726)
  • Add additional information about NuxtPage (#​30781)
  • Improve navigateTo docs with clearer structure and examples (#​30876)
  • Add auto import info about shared utils (#​30858)
  • Fix typo and improve data fetching examples (#​30935)
  • Clarify that local layers are scanned from rootDir (27e356fe6)
  • Fix typo (#​30963)
  • Update links to unhead sources (6c520ef74)
  • Fix typo (#​30971)
  • Add tips on how to override layers aliases (#​30970)
  • Add description for vue:setup and app:data:refresh hooks (#​31001)
  • Mention requirement to wrap middleware in defineNuxtRouteMiddleware (#​31005)
  • Add port option to preview command (#​30999)
  • Remove link to deleted nuxt 2 section (#​31077)
  • Link to the scripts releases page (#​31095)
  • Add .nuxtrc documentation (#​31093)
  • Fix typo in example command (#​31112)
  • Explain why headers not forwarded when using $fetch on the server (#​31114)
  • Fix links to nitro directory structure (5a696176d)
  • Update to use create nuxt command (fe82af4c9)
  • Update getCachedData types (#​31208)
  • Update code example for nightly release to default to 3x (a243f8fcf)
  • Clarify lifecycle behavior of <NuxtPage> during page changes (#​31116)
  • Mention workaround for typedPages in unhoisted pnpm setups (#​31262)
📦 Build
  • nuxt: Add subpath imports for type support (8ef3fcc4d)
🏡 Chore
✅ Tests

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.

@netlify
Copy link

netlify bot commented Jul 13, 2022

Deploy Preview for nuxt-design-tokens failed.

Name Link
🔨 Latest commit b83fcf3
🔍 Latest deploy log https://app.netlify.com/sites/nuxt-design-tokens/deploys/62fe15cbcd842400094c871a

@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^3.0.0-rc.5 chore(deps): update all non-major dependencies to ^3.0.0-rc.5 - autoclosed Jul 14, 2022
@renovate renovate bot closed this Jul 14, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch July 14, 2022 01:33
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^3.0.0-rc.5 - autoclosed chore(deps): update all non-major dependencies to ^3.0.0-rc.5 Jul 16, 2022
@renovate renovate bot restored the renovate/all-minor-patch branch July 16, 2022 15:35
@renovate renovate bot reopened this Jul 16, 2022
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^3.0.0-rc.5 chore(deps): update devdependency vitest to ^0.18.1 Jul 16, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 795d0cd to aa920fd Compare July 16, 2022 21:25
@renovate renovate bot changed the title chore(deps): update devdependency vitest to ^0.18.1 chore(deps): update all non-major dependencies Jul 16, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aa920fd to 963d2d2 Compare July 18, 2022 10:26
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Jul 18, 2022
@renovate renovate bot closed this Jul 18, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch July 18, 2022 23:41
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Jul 19, 2022
@renovate renovate bot restored the renovate/all-minor-patch branch July 19, 2022 20:09
@renovate renovate bot reopened this Jul 19, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 963d2d2 to 6d1f746 Compare July 19, 2022 22:07
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update devdependency c8 to ^7.12.0 Jul 19, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6d1f746 to f59bf08 Compare July 24, 2022 10:19
@renovate renovate bot changed the title chore(deps): update devdependency c8 to ^7.12.0 chore(deps): update all non-major dependencies Jul 24, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from be5cfae to 571d005 Compare August 1, 2022 04:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c068146 to 0311aed Compare August 5, 2022 17:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1a49aa6 to e6dbc12 Compare July 19, 2024 05:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e6dbc12 to ea1a6b0 Compare July 31, 2024 02:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ea1a6b0 to 0d09e2f Compare August 14, 2024 05:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0d09e2f to 8a34c5a Compare August 24, 2024 11:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3306127 to f995049 Compare September 11, 2024 08:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5d55e3b to 376bf85 Compare September 17, 2024 21:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a1dc5b7 to b6ae949 Compare November 8, 2024 08:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b6ae949 to 7208660 Compare November 20, 2024 02:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a33485d to ddf6f19 Compare November 30, 2024 05:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ddf6f19 to 62c3f20 Compare December 14, 2024 02:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e54ebf6 to e70f476 Compare December 25, 2024 14:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e70f476 to d7dbd84 Compare January 7, 2025 07:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d7dbd84 to 30c6ce2 Compare January 16, 2025 07:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 77467e4 to 453bf79 Compare January 30, 2025 00:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 453bf79 to add8867 Compare February 7, 2025 11:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0f500af to 5f8e69a Compare March 12, 2025 00:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5f8e69a to a82430d Compare March 21, 2025 00:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a82430d to 9a36dc6 Compare April 3, 2025 00:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9a36dc6 to a7267e3 Compare April 11, 2025 20:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a7267e3 to 9562d65 Compare April 15, 2025 00: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.

0 participants