dayjs-module icon indicating copy to clipboard operation
dayjs-module copied to clipboard

Day.js module for your Nuxt 2 project.

Results 35 dayjs-module issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/nuxt-community/dayjs-module). ## Config Migration Needed - [ ]...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jest](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest)) | [`27.5.2` -> `30.0.0`](https://renovatebot.com/diffs/npm/@types%2fjest/27.5.2/30.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjest/30.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jsdom](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsdom) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`16.2.15` -> `20.0.0`](https://renovatebot.com/diffs/npm/@types%2fjsdom/16.2.15/20.0.0) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [puppeteer](https://togithub.com/puppeteer/puppeteer) | [`15.5.0` -> `16.1.0`](https://renovatebot.com/diffs/npm/puppeteer/15.5.0/16.1.0) | [![age](https://badges.renovateapi.com/packages/npm/puppeteer/16.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

If I get more time I will make this a PR. I have written a DayJS plugin for nuxt3 and so far its working pretty well: `plugnis/dayjs.ts` ```ts import dayjs...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | circleci/node | docker | major | `16.13.1-browsers` -> `17.2.0-browsers` | --- ### Configuration...

How to parse from specific locale ? For example parsing from Indonesian locale "20 Mei 2022 00:00"

So I've got the case that the global language changes depending on some api data: ```javascript async fetch() { const res = await this.$apollo.query({ query: eventSeriesBySlug, variables: { 'slug': this.$route.params.slug...

Hello 👋 Using the latest Nuxt Bridge and Nuxt DayJS set in buildModules and in devDependencies, with both Vite enabled and disabled. I build `nuxi build` and start it `nuxi...

In relation to this [issue](https://github.com/iamkun/dayjs/issues/1167) and [comment](https://github.com/iamkun/dayjs/issues/1167#issuecomment-972880586), just adding e.g. 'utc' in the list of plugins doesn't work (anymore?) when building for production: ```javascript export default { locales: ['en'], defaultLocale:...