fix(deps): update dependency dayjs to v1.11.9 #3

Merged
nemunaire merged 1 commits from renovate/dayjs-1.x-lockfile into master 2023-08-03 07:02:01 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dayjs (source) 1.11.7 -> 1.11.9 age adoption passing confidence

Release Notes

iamkun/dayjs (dayjs)

v1.11.9

Compare Source

Bug Fixes

v1.11.8

Compare Source

Bug Fixes

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dayjs](https://day.js.org) ([source](https://github.com/iamkun/dayjs)) | [`1.11.7` -> `1.11.9`](https://renovatebot.com/diffs/npm/dayjs/1.11.7/1.11.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/dayjs/1.11.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/dayjs/1.11.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/dayjs/1.11.7/1.11.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/dayjs/1.11.7/1.11.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>iamkun/dayjs (dayjs)</summary> ### [`v1.11.9`](https://github.com/iamkun/dayjs/releases/tag/v1.11.9) [Compare Source](https://github.com/iamkun/dayjs/compare/v1.11.8...v1.11.9) ##### Bug Fixes - Add null to min and max plugin return type ([#&#8203;2355](https://github.com/iamkun/dayjs/issues/2355)) ([62d9042](https://github.com/iamkun/dayjs/commit/62d9042eb84b78d78324694ccbeaad1679d37e68)) - check if null passed to objectSupport parser ([#&#8203;2175](https://github.com/iamkun/dayjs/issues/2175)) ([013968f](https://github.com/iamkun/dayjs/commit/013968f609c32e2269df69b4dd1feb2e8e1e035a)) - dayjs.diff improve performance ([#&#8203;2244](https://github.com/iamkun/dayjs/issues/2244)) ([33c80e1](https://github.com/iamkun/dayjs/commit/33c80e14cf14f70ceb4f54639e266cd70a3c3996)) - dayjs(null) throws error, not return dayjs object as invalid date ([#&#8203;2334](https://github.com/iamkun/dayjs/issues/2334)) ([c79e2f5](https://github.com/iamkun/dayjs/commit/c79e2f5d03eef5660b1f13385b69c0c9668d2f98)) - objectSupport plugin causes an error when null is passed to dayjs function (closes [#&#8203;2277](https://github.com/iamkun/dayjs/issues/2277)) ([#&#8203;2342](https://github.com/iamkun/dayjs/issues/2342)) ([89bf31c](https://github.com/iamkun/dayjs/commit/89bf31ce0a36dcfc892029dc019d85d3654cf5fb)) - Optimize format method ([#&#8203;2313](https://github.com/iamkun/dayjs/issues/2313)) ([1fe1b1d](https://github.com/iamkun/dayjs/commit/1fe1b1d9a214d3b8c9f267b432801424a493f1c4)) - update Duration plugin add/subtract take into account days in month ([#&#8203;2337](https://github.com/iamkun/dayjs/issues/2337)) ([3b1060f](https://github.com/iamkun/dayjs/commit/3b1060f92183ab3a3c49289c2d87fbdd34c1eacc)) - update MinMax plugin 1. ignore the 'null' in args 2. return the only one arg ([#&#8203;2330](https://github.com/iamkun/dayjs/issues/2330)) ([3c2c6ee](https://github.com/iamkun/dayjs/commit/3c2c6ee4db00bbb43a7a3bb0b56bc0d0f03daddc)) ### [`v1.11.8`](https://github.com/iamkun/dayjs/blob/HEAD/CHANGELOG.md#1118-2023-06-02) [Compare Source](https://github.com/iamkun/dayjs/compare/v1.11.7...v1.11.8) ##### Bug Fixes - .format add padding to 'YYYY' ([#&#8203;2231](https://github.com/iamkun/dayjs/issues/2231)) ([00c223b](https://github.com/iamkun/dayjs/commit/00c223b7e92970d07557133994fcb225a6d4c960)) - Added .valueOf method to Duration class ([#&#8203;2226](https://github.com/iamkun/dayjs/issues/2226)) ([9b4fcfd](https://github.com/iamkun/dayjs/commit/9b4fcfde35b39693894be1821b6c7222fac98657)) - timezone type mark `date` parameter as optional ([#&#8203;2222](https://github.com/iamkun/dayjs/issues/2222)) ([b87aa0e](https://github.com/iamkun/dayjs/commit/b87aa0ed9a748c478a66ef48230cd1d6350d7b8a)) - type file first parameter date is optional in isSame(), isBefore(), isAfter() ([#&#8203;2272](https://github.com/iamkun/dayjs/issues/2272)) ([4d56f3e](https://github.com/iamkun/dayjs/commit/4d56f3eb2b3770879d60f824590bf1b32f237d47)) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNS41IiwidXBkYXRlZEluVmVyIjoiMzYuMjUuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate-bot added 1 commit 2023-08-02 10:29:02 +00:00
continuous-integration/drone/push Build is passing Details
77ed28e496
fix(deps): update dependency dayjs to v1.11.9
nemunaire merged commit b67fe5789f into master 2023-08-03 07:02:01 +00:00
nemunaire deleted branch renovate/dayjs-1.x-lockfile 2023-08-03 07:02:02 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: nemunaire/reveil#3
No description provided.