Skip to content

Bump date-and-time from 3.6.0 to 4.4.0#2135

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/date-and-time-4.4.0
Open

Bump date-and-time from 3.6.0 to 4.4.0#2135
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/date-and-time-4.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2026

Bumps date-and-time from 3.6.0 to 4.4.0.

Release notes

Sourced from date-and-time's releases.

v4.4.0

What's Changed

Major Changes

  • New utility functions: getDaysInMonth, getISOWeek, getISOWeekYear added to public API
  • New plugins: week (ISO 8601 week formatting), quarter (quarter-of-year), timestamp (Unix timestamp seconds/milliseconds)
  • Bug fixes: timezone name mapping corrections (Falkland, Greenland, Hawaii-Aleutian, Macao, and 10+ additions)
  • Docs: CDN usage examples added to README, formatting improved across all pages

Full Changelog: knowledgecode/date-and-time@v4.3.1...v4.4.0

v4.3.1

What's Changed

Full Changelog: knowledgecode/date-and-time@v4.3.0...v4.3.1

v4.3.0

What's Changed

  • Add IANA timezone string support to all date manipulation functions (addDays, addMonths, addYears, parse, format, etc.)
  • Fix timezone offset range and month boundary handling in isValid
  • Update documentation to reflect v4.3.0 API changes

Full Changelog: knowledgecode/date-and-time@v4.2.0...v4.3.0

v4.2.0

What's Changed

Major Changes

  • Consolidated timezone imports: Added a new date-and-time/timezone entry point allowing import of multiple timezones from a single module
  • IANA timezone name string support: The format() function now accepts IANA timezone name strings (e.g., 'Asia/Tokyo') in addition to TimeZone objects

Full Changelog: knowledgecode/date-and-time@v4.1.2...v4.2.0

v4.1.2

What's Changed

... (truncated)

Commits
  • ebcd8f6 Merge pull request #122 from knowledgecode/develop
  • 5e9b49e chore: bump version to 4.4.0 and update dev dependencies
  • 9554a85 docs: fix inaccurate section heading in getISOWeek.md
  • 72ab8e1 docs: reorganize utility docs, improve formatting, and add CDN usage examples
  • 4a86957 fix: update and correct timezone name mappings in zonenames.ts
  • 16c373f fix(plugin): use Math.floor for timestamp seconds to avoid Int32 overflow
  • 82253f7 feat(plugin): add timestamp plugin for Unix timestamp formatting
  • 2f43bd4 feat(plugin): add quarter plugin for quarter-of-year formatting
  • 79fd8ea feat(plugin): add week plugin for ISO 8601 week-based formatting
  • 4b86c85 fix: improve toUTC clarity and add edge case tests for ISO week functions
  • Additional commits viewable in compare view

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 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)

Bumps [date-and-time](https://github.com/knowledgecode/date-and-time) from 3.6.0 to 4.4.0.
- [Release notes](https://github.com/knowledgecode/date-and-time/releases)
- [Commits](knowledgecode/date-and-time@v3.6.0...v4.4.0)

---
updated-dependencies:
- dependency-name: date-and-time
  dependency-version: 4.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 14, 2026
@dependabot dependabot bot requested a review from graduta as a code owner April 14, 2026 05:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 14, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45.26%. Comparing base (1333378) to head (a37d673).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2135      +/-   ##
==========================================
- Coverage   45.50%   45.26%   -0.25%     
==========================================
  Files        1044     1044              
  Lines       17353    17353              
  Branches     3149     3149              
==========================================
- Hits         7897     7855      -42     
- Misses       9456     9498      +42     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Development

Successfully merging this pull request may close these issues.

0 participants