Skip to content

Commit

Permalink
fix(deps): update dependency luxon to v3.5.0 (#1123)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [luxon](https://togithub.com/moment/luxon) | [`3.4.4` -> `3.5.0`](https://renovatebot.com/diffs/npm/luxon/3.4.4/3.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/luxon/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/luxon/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/luxon/3.4.4/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/luxon/3.4.4/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>moment/luxon (luxon)</summary>

### [`v3.5.0`](https://togithub.com/moment/luxon/blob/HEAD/CHANGELOG.md#350-2024-08-03)

[Compare Source](https://togithub.com/moment/luxon/compare/3.4.4...3.5.0)

-   Various performance improvements
-   throwOnInvalid causes the constructor to throw if the year is invalid

</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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/kula-app/OnLaunch).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC4xNyIsInVwZGF0ZWRJblZlciI6IjM4LjE4LjE3IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent 29c8903 commit 63894bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"http-status-codes": "2.3.0",
"ioredis": "5.4.1",
"js-yaml": "4.1.0",
"luxon": "3.4.4",
"luxon": "3.5.0",
"mobx": "6.13.1",
"moment": "2.30.1",
"next": "14.2.5",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9274,10 +9274,10 @@ __metadata:
languageName: node
linkType: hard

"luxon@npm:3.4.4":
version: 3.4.4
resolution: "luxon@npm:3.4.4"
checksum: 10c0/02e26a0b039c11fd5b75e1d734c8f0332c95510f6a514a9a0991023e43fb233884da02d7f966823ffb230632a733fc86d4a4b1e63c3fbe00058b8ee0f8c728af
"luxon@npm:3.5.0":
version: 3.5.0
resolution: "luxon@npm:3.5.0"
checksum: 10c0/335789bba95077db831ef99894edadeb23023b3eb2137a1b56acd0d290082b691cf793143d69e30bc069ec95f0b49f36419f48e951c68014f19ffe12045e3494
languageName: node
linkType: hard

Expand Down Expand Up @@ -10267,7 +10267,7 @@ __metadata:
jest-environment-jsdom: "npm:29.7.0"
js-yaml: "npm:4.1.0"
local-cypress: "npm:1.2.6"
luxon: "npm:3.4.4"
luxon: "npm:3.5.0"
mobx: "npm:6.13.1"
moment: "npm:2.30.1"
next: "npm:14.2.5"
Expand Down

0 comments on commit 63894bd

Please sign in to comment.