Skip to content

Bump date-and-time from 3.6.0 to 4.3.0#2087

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

Bumps date-and-time from 3.6.0 to 4.3.0.

Release notes

Sourced from date-and-time's releases.

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

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

v4.1.1

What's Changed

Full Changelog: knowledgecode/date-and-time@v4.1.0...v4.1.1

v4.1.0

What's Changed

Full Changelog: knowledgecode/date-and-time@v4.0.5...v4.1.0

v4.0.5

... (truncated)

Commits
  • f25d677 Merge pull request #117 from knowledgecode/develop
  • d93ec05 Bump version to 4.3.0 and update dependencies
  • 1556efa Update documentation for v4.3.0 IANA timezone string support
  • d50f51f Add IANA timezone string support to all date manipulation functions
  • def8b55 Fix timezone offset range and month boundary in isValid
  • c54dc6e Merge pull request #116 from knowledgecode/develop
  • 7b1c703 Chore: Bump version to 4.2.0 and update dependencies
  • 0c79694 Docs: Update documentation for new timezone features
  • ea5c6d7 Test: Add tests for new timezone features
  • 69b896e Feat: Add consolidated timezone imports and IANA timezone name string support
  • 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](http://github.com/knowledgecode/date-and-time) from 3.6.0 to 4.3.0.
- [Release notes](http://github.com/knowledgecode/date-and-time/releases)
- [Commits](knowledgecode/date-and-time@v3.6.0...v4.3.0)

---
updated-dependencies:
- dependency-name: date-and-time
  dependency-version: 4.3.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 Feb 24, 2026
@dependabot dependabot bot requested a review from graduta as a code owner February 24, 2026 06:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 24, 2026
@codecov
Copy link

codecov bot commented Feb 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45.36%. Comparing base (67f3249) to head (0db5bb9).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2087      +/-   ##
==========================================
- Coverage   45.60%   45.36%   -0.25%     
==========================================
  Files        1039     1039              
  Lines       17313    17313              
  Branches     3142     3142              
==========================================
- Hits         7896     7854      -42     
- Misses       9417     9459      +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.

@graduta graduta closed this Mar 5, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 5, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/date-and-time-4.3.0 branch March 5, 2026 14:54
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.

1 participant