Commit 40e0c75
authored
chore(deps): update dependency dayjs to v1.11.19 (#463)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [dayjs](https://day.js.org)
([source](https://redirect.github.com/iamkun/dayjs)) | [`1.11.10` ->
`1.11.19`](https://renovatebot.com/diffs/npm/dayjs/1.11.10/1.11.19) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>iamkun/dayjs (dayjs)</summary>
###
[`v1.11.19`](https://redirect.github.com/iamkun/dayjs/blob/HEAD/CHANGELOG.md#11119-2025-10-31)
[Compare
Source](https://redirect.github.com/iamkun/dayjs/compare/v1.11.18...v1.11.19)
##### Bug Fixes
- added usage warnings for diff + updated unit tests
([#​2948](https://redirect.github.com/iamkun/dayjs/issues/2948))
([269a7a9](https://redirect.github.com/iamkun/dayjs/commit/269a7a9cf3649b7a4b328e771173701764a8480d))
- dont instantiate regexes within ar locale functions to avoid
performance overhead
([#​2898](https://redirect.github.com/iamkun/dayjs/issues/2898))
([af5e9f0](https://redirect.github.com/iamkun/dayjs/commit/af5e9f0e7649cbd1ecf707daab8303f2733f2563))
- replace italian locale "un' ora fa" with "un'ora fa", add tests for it
([#​2930](https://redirect.github.com/iamkun/dayjs/issues/2930))
([9e9f76c](https://redirect.github.com/iamkun/dayjs/commit/9e9f76cf117fa834260b30193434bc4481b4b6be))
- Updated Belarusian locale with relative time
([#​2656](https://redirect.github.com/iamkun/dayjs/issues/2656))
([1d8746c](https://redirect.github.com/iamkun/dayjs/commit/1d8746c23bd667bde80ee627a915301ebd69e1a2))
###
[`v1.11.18`](https://redirect.github.com/iamkun/dayjs/releases/tag/v1.11.18)
[Compare
Source](https://redirect.github.com/iamkun/dayjs/compare/v1.11.17...v1.11.18)
##### Bug Fixes
- error semantic-release dependency
([8cfb313](https://redirect.github.com/iamkun/dayjs/commit/8cfb31386d840d31e9655870f4d8c01592eb753a))
###
[`v1.11.17`](https://redirect.github.com/iamkun/dayjs/blob/HEAD/CHANGELOG.md#11117-2025-08-29)
[Compare
Source](https://redirect.github.com/iamkun/dayjs/compare/v1.11.16...v1.11.17)
##### Bug Fixes
- \[en-AU] locale use the same ordinal as moment
([#​2878](https://redirect.github.com/iamkun/dayjs/issues/2878))
([1b95ecd](https://redirect.github.com/iamkun/dayjs/commit/1b95ecd21d4feafe7ab113a2d48d7d8d93bb95c9))
###
[`v1.11.16`](https://redirect.github.com/iamkun/dayjs/blob/HEAD/CHANGELOG.md#11116-2025-08-29)
[Compare
Source](https://redirect.github.com/iamkun/dayjs/compare/v1.11.15...v1.11.16)
##### Bug Fixes
- test release workflow (no code changes)
([c38c428](https://redirect.github.com/iamkun/dayjs/commit/c38c428a78c344699eff373adfc8c007bb3a514f))
###
[`v1.11.15`](https://redirect.github.com/iamkun/dayjs/blob/HEAD/CHANGELOG.md#11115-2025-08-28)
[Compare
Source](https://redirect.github.com/iamkun/dayjs/compare/v1.11.14...v1.11.15)
##### Bug Fixes
- Fix misspellings in Irish or Irish Gaelic \[ga]
([#​2861](https://redirect.github.com/iamkun/dayjs/issues/2861))
([9c14a42](https://redirect.github.com/iamkun/dayjs/commit/9c14a4245a8e764ee3260ff17a7ff48dfd09d279))
###
[`v1.11.14`](https://redirect.github.com/iamkun/dayjs/blob/HEAD/CHANGELOG.md#11114-2025-08-27)
[Compare
Source](https://redirect.github.com/iamkun/dayjs/compare/v1.11.13...v1.11.14)
##### Bug Fixes
- .utcOffset(0, true) result and its clone are different bug
([#​2505](https://redirect.github.com/iamkun/dayjs/issues/2505))
([fefdcd4](https://redirect.github.com/iamkun/dayjs/commit/fefdcd4b6b807786f65139b6dd801e0014d7dc6f))
###
[`v1.11.13`](https://redirect.github.com/iamkun/dayjs/blob/HEAD/CHANGELOG.md#11113-2024-08-20)
[Compare
Source](https://redirect.github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13)
##### Bug Fixes
- customParseFormat supports Q quter / w ww weekOfYear
([#​2705](https://redirect.github.com/iamkun/dayjs/issues/2705))
([8ca74f1](https://redirect.github.com/iamkun/dayjs/commit/8ca74f178eff4bb4eb686676cf35fe7edb815536))
###
[`v1.11.12`](https://redirect.github.com/iamkun/dayjs/blob/HEAD/CHANGELOG.md#11112-2024-07-18)
[Compare
Source](https://redirect.github.com/iamkun/dayjs/compare/v1.11.11...v1.11.12)
##### Bug Fixes
- Add NegativeYear Plugin support
([#​2640](https://redirect.github.com/iamkun/dayjs/issues/2640))
([6a42e0d](https://redirect.github.com/iamkun/dayjs/commit/6a42e0d7398639238f575d51287daaf4d495a2a3))
- add UTC support to negativeYear plugin
([#​2692](https://redirect.github.com/iamkun/dayjs/issues/2692))
([f3ef705](https://redirect.github.com/iamkun/dayjs/commit/f3ef705613af83333fe132b470896a65e12f31b0))
- Fix zero offset issue when use tz with locale
([#​2532](https://redirect.github.com/iamkun/dayjs/issues/2532))
([d0e6738](https://redirect.github.com/iamkun/dayjs/commit/d0e6738a66e1b65d3706aad2f9168ebb43d4f887))
- Improve typing for min/max plugin
([#​2573](https://redirect.github.com/iamkun/dayjs/issues/2573))
([4fbe94a](https://redirect.github.com/iamkun/dayjs/commit/4fbe94aaba8c815a42cf4d23dabac918ec50e68c))
- timezone plugin correct parse UTC tz
([#​2693](https://redirect.github.com/iamkun/dayjs/issues/2693))
([b575c81](https://redirect.github.com/iamkun/dayjs/commit/b575c81a8c9c85c7a0baf6f608a12f9d3ba95bd1))
###
[`v1.11.11`](https://redirect.github.com/iamkun/dayjs/blob/HEAD/CHANGELOG.md#11111-2024-04-28)
[Compare
Source](https://redirect.github.com/iamkun/dayjs/compare/v1.11.10...v1.11.11)
##### Bug Fixes
- day of week type literal
([#​2630](https://redirect.github.com/iamkun/dayjs/issues/2630))
([f68d73e](https://redirect.github.com/iamkun/dayjs/commit/f68d73efe562fdedd9e288ecb0ce6565e602f507))
- improve locale "zh-hk" format and meridiem
([#​2419](https://redirect.github.com/iamkun/dayjs/issues/2419))
([a947a51](https://redirect.github.com/iamkun/dayjs/commit/a947a5171aad5695eaf593bc95fe073de0f0894a))
- Update 'da' locale to match correct first week of year
([#​2592](https://redirect.github.com/iamkun/dayjs/issues/2592))
([44b0936](https://redirect.github.com/iamkun/dayjs/commit/44b0936ad709212b63e48672d8b9c225e2c3b830))
- update locale Bulgarian monthsShort Jan
([#​2538](https://redirect.github.com/iamkun/dayjs/issues/2538))
([f0c9a41](https://redirect.github.com/iamkun/dayjs/commit/f0c9a41c6ec91528f3790e442b0c5dff15a4e640))
</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
---
## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtcGF0Y2giXX0=-->
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>1 parent 6817fd7 commit 40e0c75
1 file changed
+27
-209
lines changed
0 commit comments