[PR #352] [CLOSED] Chore: Bump dayjs from 1.11.12 to 1.11.13 #526

Closed
opened 2026-03-15 14:23:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/axllent/mailpit/pull/352
Author: @dependabot[bot]
Created: 9/1/2024
Status: Closed

Base: developHead: dependabot/npm_and_yarn/dayjs-1.11.13


📝 Commits (1)

  • b47c13e Chore: Bump dayjs from 1.11.12 to 1.11.13

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 package-lock.json (+4 -4)
📝 package.json (+1 -1)

📄 Description

Bumps dayjs from 1.11.12 to 1.11.13.

Release notes

Sourced from dayjs's releases.

v1.11.13

1.11.13 (2024-08-20)

Bug Fixes

  • customParseFormat supports Q quter / w ww weekOfYear (#2705) (8ca74f1)
Changelog

Sourced from dayjs's changelog.

1.11.13 (2024-08-20)

Bug Fixes

  • customParseFormat supports Q quter / w ww weekOfYear (#2705) (8ca74f1)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/axllent/mailpit/pull/352 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/1/2024 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/dayjs-1.11.13` --- ### 📝 Commits (1) - [`b47c13e`](https://github.com/axllent/mailpit/commit/b47c13ee3afd393e13e2bcf779e0b7b2d2505bab) Chore: Bump dayjs from 1.11.12 to 1.11.13 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -4) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/iamkun/dayjs/releases">dayjs's releases</a>.</em></p> <blockquote> <h2>v1.11.13</h2> <h2><a href="https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13">1.11.13</a> (2024-08-20)</h2> <h3>Bug Fixes</h3> <ul> <li>customParseFormat supports Q quter / w ww weekOfYear (<a href="https://redirect.github.com/iamkun/dayjs/issues/2705">#2705</a>) (<a href="https://github.com/iamkun/dayjs/commit/8ca74f178eff4bb4eb686676cf35fe7edb815536">8ca74f1</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md">dayjs's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13">1.11.13</a> (2024-08-20)</h2> <h3>Bug Fixes</h3> <ul> <li>customParseFormat supports Q quter / w ww weekOfYear (<a href="https://redirect.github.com/iamkun/dayjs/issues/2705">#2705</a>) (<a href="https://github.com/iamkun/dayjs/commit/8ca74f178eff4bb4eb686676cf35fe7edb815536">8ca74f1</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/iamkun/dayjs/commit/93c8fd0f807b8a8252f4cd65083bb1d6a49b90e7"><code>93c8fd0</code></a> chore(release): 1.11.13 [skip ci]</li> <li><a href="https://github.com/iamkun/dayjs/commit/3f33397f9d117a56157d39facafb7dffb08e2e6a"><code>3f33397</code></a> Merge pull request <a href="https://redirect.github.com/iamkun/dayjs/issues/2713">#2713</a> from iamkun/dev</li> <li><a href="https://github.com/iamkun/dayjs/commit/365f81d27fe9c58d3da24d0f487e1de354328975"><code>365f81d</code></a> chore: update doc</li> <li><a href="https://github.com/iamkun/dayjs/commit/11e5744be9a3f22acdc0845be614f910db44e537"><code>11e5744</code></a> chore: Update README.md</li> <li><a href="https://github.com/iamkun/dayjs/commit/8ca74f178eff4bb4eb686676cf35fe7edb815536"><code>8ca74f1</code></a> fix: customParseFormat supports Q quter / w ww weekOfYear (<a href="https://redirect.github.com/iamkun/dayjs/issues/2705">#2705</a>)</li> <li><a href="https://github.com/iamkun/dayjs/commit/0898d9f63a82e233d63401d2dcf688bdb2b54e57"><code>0898d9f</code></a> chore: update readme</li> <li><a href="https://github.com/iamkun/dayjs/commit/11fcf229301d898e84a6d9a005cfb777aa08fb49"><code>11fcf22</code></a> chore: uodate doc</li> <li>See full diff in <a href="https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dayjs&package-manager=npm_and_yarn&previous-version=1.11.12&new-version=1.11.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 14:23:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/mailpit#526
No description provided.