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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 17, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/applicationinsights-web ^2.8.7 -> ^2.8.18 age adoption passing confidence
@nuxt/kit (source) ^3.0.0-rc.10 -> ^3.11.2 age adoption passing confidence
applicationinsights ^2.3.5 -> ^2.9.5 age adoption passing confidence
codecov ^3.8.2 -> ^3.8.3 age adoption passing confidence
deepmerge ^4.2.2 -> ^4.3.1 age adoption passing confidence
eslint (source) ^7.28.0 -> ^7.32.0 age adoption passing confidence
nuxt 3.0.0-rc.11-27722816.abd0feb -> 3.0.0-rc.9-27703329.537338f age adoption passing confidence
nuxt-edge ^2.16.0-27064814.35c6ac41 -> ^2.16.0-27923058.4ecdc72 age adoption passing confidence

Release Notes

microsoft/ApplicationInsights-JS (@​microsoft/applicationinsights-web)

v2.8.18

Compare Source

Changelog
  • #​2296 [BUG] remove 403 as a “retriable” error code
  • #​2280 [Master] chore: Add packaging helper script

What's Changed

Full Changelog: microsoft/ApplicationInsights-JS@2.8.17...2.8.18

v2.8.17

Compare Source

Changelog

What's Changed

Full Changelog: microsoft/ApplicationInsights-JS@2.8.16...2.8.17

v2.8.16

Compare Source

Changelog
  • #​2155 [Master] Bug [AI/1DS] New minified bundles are corrupting global scope (p1 issue)
  • #​2151 Bug 2518279: [AI] Minified CDN version has an extra "use strict" outside of the closure
  • #​2120 Missing traceparent header when running multiple SDK instances
    • #​2140 [Master][Bug] Missing traceparent header when running multiple SDK instances #​2120
    • #​2143 [Master][Part 2] Missing traceparent header when running multiple SDK instances #​2120
  • #​2149 [BUG] Fetch with empty string as first parameter ignores second parameter when fetch tracking is enabled
    • #​2154 [Master][BUG] Fetch with empty string as first parameter ignores second parameter when fetch tracking is enabled #​2149
  • #​2128 [Master] Update publishing config to avoid resetting the "latest" version for older releases

What's Changed

Full Changelog: microsoft/ApplicationInsights-JS@2.8.15...2.8.16

v2.8.15

Compare Source

Changelog
  • #​2100 Update UMD and IIFE Bundle intro for Version 2 to avoid conflicting with other SDK versions
  • #​2106 [Master] Consider export IClickAnalyticsConfiguration from the click plugin?
  • #​2107 [Master][Task]24316375: add support for cfgSync plugin
  • #​2086 [BUG] Field 'fileName' on type 'StackFrame' is too long. Expected: 1024 characters
  • #​2094 _getVerifiedStorageObject - contentious sessionStorage element
  • #​2096 [Master] Create rollup base to unify bundling
    • #​2122 [Master] base rollup fix for version number

What's Changed

Full Changelog: microsoft/ApplicationInsights-JS@2.8.14...2.8.15

v2.8.14

Compare Source

Changelog
  • #​2061 [BUG] hasDocument should be invoked as function
  • #​2079 [Master] [BUG] The SDK is not limiting the sdkVersion length, which causes the nightly builds to throw error
  • #​2065 [Master] Type 'T' does not satisfy the constraint 'IConfiguration'
  • #​2075 [Master] [BUG] ClickAnalytics throwing errors in console
  • #​2071 [Master] Update Minify script to always sort imports

What's Changed

Full Changelog: microsoft/ApplicationInsights-JS@2.8.13...2.8.14

v2.8.13

Compare Source

Changelog
  • #​2052 [BUG] Typing issue with generated types causing Type X is not assignable to type Y
  • #​2055 Add ability to disable the pollInternalLogs via config and change to stop using setInterval
  • #​2049 [Master] Fix Perf Tests

v2.8.12

Compare Source

Changelog
  • #​2014 [BUG] The documentation for enableDebug is incorrect, it should reference enableDebugExceptions
  • #​2027 [BUG] SDK LOAD Failure reporting not working
  • #​2034 [BUG] Failed XHR request after ever tracked item when gathered logs exceed maxBatchSizeInBytes while offline
  • #​2037 [Master] Add local storage-based implementation #​1419
    • Add support for user provided storage option for Sender
  • #​2029 [Master] Add npm-pack and npm-publish tasks
  • #​2026 [Master] Fix examples, Throttle tests and export dependency types from Sku

v2.8.11

Compare Source

Changelog
  • #​1996 [BUG] SharedWorker does not Instrument fetch correctly
  • #​1995 [BUG] App Insights not auto-capturing from a Web Worker
    • Stops logging that workers can emit the PageView Performance event
  • #​1792 [BUG] Documentation should clarify that node apps should use applicationinsights, not this package
  • #​1794 [BUG] link on AISKULight goes to not found page
  • #​1990 Field 'assembly' on type 'StackFrame' is too long. Expected: 1024 characters [BUG]
  • Update documentation and tests to replace instrumentationKey usage with connectionString
  • #​1991 Internal Task 1713311: Add Policheck exclusion file
  • #​1989 [AI][Task]17099792: Add sample and doc to dependency plugin

v2.8.10

Compare Source

Changelog
  • #​1940 [BUG] Application Insights reports 'not_specified' to Azure when tracking unhandled browser exception
  • #​1979 [BUG][ThrottleMgr] Incorrectly fires based on the number of days past
  • #​1970 Add the Aborted flag to the dependency initializer / listeners
  • #​1981 [AI][Task]16961420: fix throttleMgr incorrectly fires based on the number of days past
  • #​1956 [AI Light][Task]14130466: Instrumentation key API is being deprecated - need to add support
  • #​1962 Add --no-sandbox to test runs

v2.8.9

Compare Source

  • Updates Chrome Debug Extension to 0.3.9
Changelog

v2.8.8

Compare Source

  • Updates Chrome Debug Extension to 0.3.8
Changelog
  • #​1679 [BUG] enableUnhandledPromiseRejectionTracking shows no error trace
    • #​1900 [Task]15465575: add getErrorstackObj from reason.stack
  • #​1901 [Feature] Add option to block the creation and usage of the cookies by name
  • #​1904 Fixed release notes, previously used a deprecated file.
nuxt/nuxt (@​nuxt/kit)

v3.11.2

Compare Source

3.11.2 is the next 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 unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Don't tree-shake useServerHead in dev (#​26421)
  • nuxt: Reduce nuxt island payload (#​26569)
  • nuxt: Unsubscribe from watch when scope is disposed (#​26554)
  • nuxt: Reduce router resolutions (#​26519)
🩹 Fixes
  • nuxt: Handle underscores in island names (#​26370)
  • nuxt: Don't append new route for redirect if one exists (#​26368)
  • nuxt: Ignore navigateTo open option on server side (#​26392)
  • nuxt: Print errors when compiling templates (#​26410)
  • nuxt: Don't warn about definePageMeta in server pages (#​26422)
  • nuxt: Pass joinRelativeURL + share paths on server (#​26407)
  • nuxt: Exclude <srcDir>/index.html from import protection (#​26430)
  • nuxt: Early return from refreshCookie on server (22ada37b4)
  • nuxt: Move v-if to wrapper in islands transform (#​26386)
  • nuxt: Move directives to client component island wrapper (#​26387)
  • nuxt: Ignore fetch errors in getLatestManifest (#​26486)
  • nuxt: Check island element instead of hydration state (#​26480)
  • nuxt: Add build id to rendered payload url (#​26504)
  • nuxt: Support serialising rich server logs (#​26503)
  • nuxt: Handle errors parsing/stringifying logs (4a87c35df)
  • nuxt: Augment GlobalComponents in multiple vue modules (#​26541)
  • nuxt: Suppress warning about resolve cache-driver (#​26595)
  • nuxt: Handle auto-importing named components (#​26556)
  • schema: Update webpack transformAssetUrls + pass hoistStatic to vite plugin (#​26563)
  • schema: Document use case for typescript.shim (#​26607)
  • nuxt: Normalise rollup opts in island transform w/o nuxt (#​26589)
  • nuxt: Handle missing Nuxt context in useRoute (#​26633)
💅 Refactors
  • nuxt: Remove duplicated check (#​26544)
  • nuxt: Simplify check in navigateTo for server (#​26546)
  • nuxt: Simplify runtimeConfig initialization of client side (#​26558)
📖 Documentation
  • Update information about playwright test runner (8e635fd23)
  • Add info about dependencies to install (a258bfc34)
  • Add missing end block (f55f74798)
  • Migration page typo (#​26389)
  • Advise installing nuxi for debugging with pnpm (#​26447)
  • Warn about single root element for server components (#​26462)
  • Adjust grammar (#​26482)
  • Add contents of the layout in examples (#​26532)
  • Add note about prerenderRoutes in dynamic routes (#​26547)
  • Clarify app-config merging strategy note (#​26564)
  • Update core modules roadmap (#​26553)
  • Replace process.* with import.meta.* (#​26611)
  • Correct grammar in typescript.shim JSDoc (#​26626)
  • Add missing comma (#​26644)
🏡 Chore
❤️ Contributors

v3.11.1

Compare Source

3.11.1 is a patch release addressing regressions in v3.11.0.

✅ 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

🩹 Fixes
  • nuxt: Ignore console.logs called outside event context (b3ced3d69)
  • schema: Include ofetch in typescript.hoist defaults (#​26316)
  • nuxt: Conditionally use tsx parser (#​26314)
  • nuxt: Correct finish types and add to docs (0d9c63b82)
  • nuxt: Ignore failures to access asyncContext in environments without it (523db1a19)
  • nuxt: Handle failure creating BroadcastChannel (#​26340)
  • nuxt: Don't warn when injecting client-only components (#​26341)
  • nuxt: Prevent losing pages routes on prerender (#​26354)
  • nuxt: Pass undefined name when resolving trailing slash (#​26358)
  • vite: Use ssr result if it exists (#​26356)
📖 Documentation
  • Fix code block formatting for usePreviewMode (#​26303)
  • Fix confusing wording (#​26301)
  • Add note that useId must be used with single root element (401370b3a)
  • Mention <DevOnly> component in api section (#​26029)
  • Note that @nuxt/schema should be used by module authors (#​26190)
  • Add routeNameSplitter example in migration docs (#​25838)
🏡 Chore
  • nuxt: Remove unused code (#​26319)
  • Revert update github/codeql-action action (c72951b06)
🤖 CI
  • Configure npm registry in release workflow (68f7d4df8)
❤️ Contributors

v3.11.0

Compare Source

👀 Highlights

This is possibly the last minor release before Nuxt v4, and so we've packed it full of features and improvements we hope will delight you! ✨

🪵 Better logging

When developing a Nuxt application and using console.log in your application, you may have noticed that these logs are not displayed in your browser console when refreshing the page (during server-side rendering). This can be frustrating, as it makes it difficult to debug your application. This is now a thing of the past!

Now, when you have server logs associated with a request, they will be bundled up and passed to the client and displayed in your browser console. Asynchronous context is used to track and associate these logs with the request that triggered them. (#​25936).

For example, this code:

<script setup>
console.log('Log from index page')

const { data } = await useAsyncData(() => {
  console.log('Log inside useAsyncData')
  return $fetch('/api/test')
})
</script>

will now log to your browser console when you refresh the page:

Log from index page
[ssr] Log inside useAsyncData 
    at pages/index.vue

👉 We also plan to support streaming of subsequent logs to the Nuxt DevTools in future.

We've also added a dev:ssr-logs hook (both in Nuxt and Nitro) which is called on server and client, allowing you to handle them yourself if you want to.

If you encounter any issues with this, it is possible to disable them - or prevent them from logging to your browser console.

export default defineNuxtConfig({
  features: {
    devLogs: false
    // or 'silent' to allow you to handle yourself with `dev:ssr-logs` hook
  },
})
🎨 Preview mode

A new usePreviewMode composable aims to make it simple to use preview mode in your Nuxt app.

const { enabled, state } = usePreviewMode()

When preview mode is enabled, all your data fetching composables, like useAsyncData and useFetch will rerun, meaning any cached data in the payload will be bypassed.

Read more in the docs.

💰 Cache-busting payloads

We now automatically cache-bust your payloads if you haven't disabled Nuxt's app manifest, meaning you shouldn't be stuck with outdated data after a deployment.

👮‍♂️ Middleware routeRules

It's now possible to define middleware for page paths within the Vue app part of your application (that is, not your Nitro routes) (#​25841).

export default defineNuxtConfig({
  routeRules: {
    '/admin/**': {
      // or appMiddleware: 'auth'
      appMiddleware: ['auth']
    },
    '/admin/login': {
      // You can 'turn off' middleware that would otherwise run for a page
      appMiddleware: {
        auth: false
      }
    },
  },
})

⌫ New clear data fetching utility

Now, useAsyncData and useFetch expose a clear utility. This is a function that can be used to set data to undefined, set error to null, set pending to false, set status to idle, and mark any currently pending requests as cancelled. (#​26259)

<script setup lang="ts">
const { data, clear } = await useFetch('/api/test')

const route = useRoute()
watch(() => route.path, (path) => {
  if (path === '/') clear()
})
</script>
🕳️ New #teleports target

Nuxt now includes a new <div id="teleports"></div> element in your app within your <body> tag. It supports server-side teleports, meaning you can do this safely on the server:

<template>
  <Teleport to="#teleports">
    <span>
      Something
    </span>
  </Teleport>
</template>
🚦 Loading indicator and transition controls

It's now possible to set custom timings for hiding the loading indicator, and forcing the finish() method if needed (#​25932).

There's also a new page:view-transition:start hook for hooking into the View Transitions API (#​26045) if you have that feature enabled.

🛍️ Server- and client-only pages

This release sees server- and client-only pages land in Nuxt! You can now add a .server.vue or .client.vue suffix to a page to get automatic handling of it.

Client-only pages will render entirely on the client-side, and skip server-rendering entirely, just as if the entire page was wrapped in <ClientOnly>. Use this responsibly. The flash of load on the client-side can be a bad user experience so make sure you really need to avoid server-side loading. Also consider using <ClientOnly> with a fallback slot to render a skeleton loader (#​25037).

⚗️ Server-only pages are even more useful because they enable you to integrate fully-server rendered HTML within client-side navigation. They will even be prefetched when links to them are in the viewport - so you will get instantaneous loading (#​24954).

🤠 Server component bonanza

When you are using server components, you can now use the nuxt-client attribute anywhere within your tree (#​25479).

export default defineNuxtConfig({
  experimental: {
    componentIslands: {
      selectiveClient: 'deep'
    }
  },
})

You can listen to an @error event from server components that will be triggered if there is any issue loading the component (#​25798).

Finally, server-only components are now smartly enabled when you have a server-only component or a server-only page within your project or any of its layers (#​26223).

[!WARNING]
Server components remain experimental and their API may change, so be careful
before depending on implementation details.

🔥 Performance improvements

We've shipped a number of performance improvements, including only updating changed virtual templates (#​26250), using a 'layered' prerender cache (#​26104) that falls back to filesystem instead of keeping everything in memory when prerendering - and lots of other examples.

📂 Public assets handling

We have shipped a reimplementation of Vite's public asset handling, meaning that public assets in your public/ directory or your layer directories are now resolved entirely by Nuxt (#​26163), so if you have added nitro.publicAssets directories with a custom prefix, these will now work.

📦 Chunk naming

We have changed the default _nuxt/[name].[hash].js file name pattern for your JS chunks. Now, we default to _nuxt/[hash].js. This is to avoid false positives by ad blockers triggering off your component or chunk names, which can be a very difficult issue to debug. (#​26203)

You can easily configure this to revert to previous behaviour if you wish:

export default defineNuxtConfig({
  vite: {
    $client: {
      build: {
        rollupOptions: {
          output: {
            chunkFileNames: '_nuxt/[name].[hash].js',
            entryFileNames: '_nuxt/[name].[hash].js'
          }
        }
      }
    }
  },
})
💪 Type fixes

Previously users with shamefully-hoist=false may have encountered issues with types not being resolved or working correctly. You may also have encountered problems with excessive type instantiation.

We now try to tell TypeScript about certain key types so they can be resolved even if deeply nested (#​26158).

There are a whole raft of other type fixes, including some regarding import types (#​26218 and #​25965) and module typings (#​25548).

✅ 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: Server-only pages (#​24954)
  • nuxt: Client-only pages (#​25037)
  • nuxt: Allow using nuxt-client in all components (#​25479)
  • nuxt: Add page:view-transition:start hook (#​26045)
  • nuxt: Custom loading reset/hide delay + force finish() (#​25932)
  • nuxt: Emit error if <NuxtIsland> can't fetch island (#​25798)
  • nuxt: usePreviewMode composable (#​21705)
  • nuxt: Support async transforms for data composables (#​26154)
  • nuxt: Add dedicated #teleports element for ssr teleports (#​25043)
  • nuxt: Enable islands if server pages/components present (#​26223)
  • nuxt: Allow generating metadata for nuxt components (#​26204)
  • vite: Handle multiple/custom public dirs (#​26163)
  • schema: Allow configuring type hoists with typescript.hoist (85166cced)
  • nuxt: Pass nuxt instance to getCachedData (#​26287)
  • nuxt: Pass server logs to client (#​25936)
  • nuxt: Add nuxtMiddleware route rule (#​25841)
  • nuxt: Add clear utility to useAsyncData/useFetch (#​26259)
🔥 Performance
  • Early return chained functions with falsy values (#​25647)
  • nuxt: Don't check isPrerendered in dev for server page (#​26061)
  • nuxt: Use fallthrough cache for prerender (#​26104)
  • nuxt: Tree shake island renderer (8323220f7)
  • nuxt: Skip adding selective-client code if not enabled (#​26176)
  • nuxt: Use faster approach to check cache exists (#​26172)
  • nuxt: Only update changed templates (#​26250)
🩹 Fixes
  • kit: Apply nuxt types to .config/nuxt.config (5440ecece)
  • kit: Widen pattern to .config/nuxt.* (7815aa534)
  • nuxt: Align error in showError/createError with h3 (#​25945)
  • kit: Don't warn if middleware is added twice (08b656a04)
  • nuxt: Don't try to strip directory file extensions (#​25965)
  • nuxt: Produce valid css selector from useId (#​25969)
  • schema: Add vueCompilerOptions property to tsConfig (#​25924)
  • nuxt: Skip vue style blocks in unctx transform (#​26059)
  • nuxt: Pass event to useRuntimeConfig in Nuxt renderer (#​26058)
  • schema: Disable typescript.shim in favour of volar (#​26052)
  • nuxt: Only check if server page is prerendered on client (#​26081)
  • nuxt: Don't refetch server components in initial html (#​26089)
  • nuxt: Resolve defu/h3 paths in type templates (#​26085)
  • nuxt: Use exported toExports from unimport (#​26086)
  • nuxt: Cache-bust payloads with build id (#​26068)
  • nuxt: Export AsyncDataRequestStatus type (#​26023)
  • nuxt: Add space before <html> and <body> attrs (#​26027)
  • kit: Resolve module node_modules for modulesDir (#​25548)
  • nuxt: Handle external redirects from routeRules (#​26120)
  • nuxt: Use flat cache directory for prerender data (47cdd7dd0)
  • nuxt: Watch custom cookieRef values deeply (#​26151)
  • nuxt: Access prerender cache synchronously (#​26146)
  • nuxt: Provide typescript aliases for core packages (#​26158)
  • nuxt: Handle errors resolving package paths (63bfaac12)
  • kit: Handle errors resolving module path (3782ac0a2)
  • nuxt: Clone paths to prevent shared object (264bf9833)
  • nuxt: Detect component usage within ssrRender (#​26162)
  • nuxt: Improved plugin annotating warnings (#​26193)
  • nuxt: Generate typed routes after pages are scanned (#​26206)
  • nuxt: Only strip supported extensions when generating import types (#​26218)
  • nuxt: Init payload when using islands with ssr: false (f080c426a)
  • nuxt: Register/scan plugins with jsx/tsx extensions (#​26230)
  • nuxt: Update auto imports after other templates (#​26249)
  • nuxt: Respect baseUrl within server components (#​25727)
  • nuxt: Access shared asyncData state with useNuxtData (#​22277)
  • vite: Explicitly import publicAssetsURL (9d08cdfd1)
  • nuxt: Don't ignore any files from buildAssetsDir (81933dfc3)
  • vite: Drop name prefix for client chunk file names (#​26203)
  • kit: Clone middleware when adding to app (5be9253cf)
  • nuxt: Don't generate separate chunk for stubs (#​26291)
  • nuxt: Use joinRelativeURL for build assets (#​26282)
  • schema: Allow passing deep to selectiveClient (357f8db41)
  • schema: Don't hoist types for consola for now (adbd53a25)
  • nuxt: Guard window access more carefully (977377777)
  • nuxt: Provide appMiddleware types with universal router (87c0678f9)
  • nuxt: Handle nightly releases for hoisted types (3c7e68c84)
💅 Refactors
  • nuxt: Simplify request computation (#​26191)
  • nuxt: Rename nuxtMiddleware to appMiddleware (cac745470)
  • nuxt: Use addTypeTemplate for page augmentations (4925670dc)
  • nuxt: Use addTypeTemplate in more places (33ce71dd1)
📖 Documentation
  • Mention when useId composable was introduced (#​25953)
  • Add domEnvironment option to testing example (#​25972)
  • Update VS Code settings (#​25985)
  • Mention island features are SFC only (#​26013)
  • Improve pick and transform doc (#​26043)
  • Fix 404 link (8e6d2306c)
  • Add Nuxt Fonts to changelog (#​26077)
  • Update roadmap (#​26072)
  • Document fallback prop for <NuxtLayout> (#​26091)
  • Add documentation for using layers with private repos (#​26094)
  • Remove twoslash from code sample (0bf70bd7a)
  • Update cssnano website url (d6edb30c5)
  • Add warning about latest vue-tsc (#​26083)
  • Improve readme readability (#​26118)
  • Added bridge macros.pageMeta and typescript.esbuild option (#​26136)
  • Fix bracket escape on definePageMeta page (#​26139)
  • Add app:manifest:update hook (#​26192)
  • Add cache.varies docs for multi-tenant use case (#​26197)
  • Add mentions on Vue School tutorials (#​25997)
  • Update link to zhead (e889a7df5)
  • Added modular architecture use case for Layers (#​26240)
  • Escape 'elements' in jsdoc comments (5c6dc4c14)
  • Use a more common word (#​26276)
  • Split a sentence in two to improve readability (#​26279)
  • Removed unused composable example (#​26283)
  • Add more keywords for reducer/reviver docs (6b1f3438b)
  • Link to pinceau repo rather than website (#​26286)
  • Add link to ofetch repo (#​26284)
  • Improve section titles in error-handling docs ([#​26288](https://togithu

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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7ab5da3 to 9cfb445 Compare January 6, 2021 23:00
@renovate renovate bot changed the title chore(deps): update devdependency nuxt-edge to ^2.15.0-26802759.5a5161aa chore(deps): update all non-major dependencies Jan 6, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9cfb445 to 2814b9c Compare January 9, 2021 11:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 7d04fa9 to 9ba2998 Compare February 15, 2021 03:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9ba2998 to 5961f8c Compare April 26, 2021 17:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5961f8c to d08e0b3 Compare May 9, 2021 22:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 871bc16 to 1bb99bd Compare June 12, 2021 23:08
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency consola to ^2.15.3 Jun 17, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1bb99bd to 887c9c2 Compare June 17, 2021 15:20
@renovate renovate bot changed the title chore(deps): update dependency consola to ^2.15.3 chore(deps): update all non-major dependencies Jun 18, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 4408df6 to 618a885 Compare June 25, 2021 01:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e55c2b6 to f84bf38 Compare September 19, 2023 04:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8060d3a to e49588c Compare September 27, 2023 04:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e49588c to c493c3e Compare October 9, 2023 22:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1d092f4 to b382f7f Compare November 10, 2023 00:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0f062cd to 3170be8 Compare January 9, 2024 00:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f989ef4 to 784518e Compare January 17, 2024 15:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0f98949 to fe52f88 Compare February 5, 2024 19:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6e7f49f to dbae50e Compare February 16, 2024 22:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 215b547 to bb34220 Compare March 2, 2024 17:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 30e61d2 to 7f1d11b Compare March 18, 2024 21:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7f1d11b to 6fbfbd4 Compare March 20, 2024 13:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6fbfbd4 to 167bc5b Compare April 4, 2024 19:04
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.

None yet

0 participants