Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 3 updates - #61

Merged
samdouble merged 1 commit into
masterfrom
dependabot/npm_and_yarn/production-dependencies-8b5ddae144
Aug 9, 2026
Merged

chore(deps): bump the production-dependencies group across 1 directory with 3 updates#61
samdouble merged 1 commit into
masterfrom
dependabot/npm_and_yarn/production-dependencies-8b5ddae144

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 3 updates in the / directory: luxon, react-datepicker and web-vitals.

Updates luxon from 3.5.0 to 3.7.2

Changelog

Sourced from luxon's changelog.

3.7.2 (2025-07-09)

  • Fix ES6 packaging

3.7.1 (2025-07-09)

  • Revert change in ES6 packaging

3.7.0 (2025-07-09)

  • Added showZeros option to Duration#toHuman
  • Added Duration#removeZeros method.
  • Added rounding option to DateTime#toRelative
  • Added precision option to ISO formatting methods
  • Added signMode option to Duration#toFormat
  • Allow escaping single quotes in format strings
  • Improve output of Info.months and Info.monthsFormat for ja locale
  • Accept lowercase t as a separator in ISO strings
  • Accept lowercase z as an offset in ISO strings
  • Reject non-finite numbers where previously only NaN was rejected
  • Improve the documentation for Interval
  • Added a dark theme for the documentation site

3.6.1 (2025-03-31)

  • Add Fallback for minimalDays being removed from Intl.WeekInfo
  • Fix various caches when JS keywords like "constructor" are used for names

3.6.0 (2025-03-25)

  • Add Interval.lastDateTime
  • Fix a bug that could cause wrong timezone calculations when multiple timezones are in use
Commits
  • 4262a38 Version 3.7.2
  • 738144d Fix the build ES6 code having the wrong file extension and use it in package....
  • 3b2f374 Release version 3.7.1
  • c67ee7d Revert "build: use the es6 build for ESM exports (#1707)"
  • cfa58a2 Release version 3.7.0
  • 7d379cc Fix unsupported signDisplay value
  • 4e81ef9 Implement "signMode" on Duration#toFormat
  • 5aa55da Improve documentation regarding Interval's half-openness
  • b188e10 add dark theme to docs (#1713)
  • cf67025 build: use the es6 build for ESM exports (#1707)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by diesieben07, a new releaser for luxon since your current version.


Updates react-datepicker from 8.8.0 to 9.1.0

Release notes

Sourced from react-datepicker's releases.

9.1.0

Highlights

This release includes important bug fixes, TypeScript improvements, and a new feature. Most notably, it restores date parsing behavior that was accidentally removed in v8.0.0.

New Feature

Allow onClickOutside to prevent calendar from closing (#6179)

The onClickOutside callback can now prevent the calendar from closing by calling event.preventDefault(). This is useful when using custom portal-based dropdowns in the calendar header.

  <DatePicker                                                                                                                                                                           
    onClickOutside={(event) => {                                                                                                                                                        
      if (myPortalRef.current?.contains(event.target)) {                                                                                                                                
        event.preventDefault(); // Keeps calendar open                                                                                                                                  
      }                                                                                                                                                                                 
    }}                                                                                                                                                                                  
  />                                                                                                                                                                                    

Full Changelog

What's Changed

New Contributors

Full Changelog: Hacker0x01/react-datepicker@v9.0.0...v9.1.0

🎄 React Datepicker v9.0.0 - Holiday Release 🎁

🌟 Major New Features

🌍 Timezone Support (Finally!)

... (truncated)

Commits
  • 0a3fa07 9.1.0
  • 75a4ed1 Merge pull request #6172 from Hacker0x01/fix/restore-native-date-fallback-6164
  • d4625d4 Merge pull request #6180 from Hacker0x01/fix/issue-5814-mask-input-clearing
  • 668468a Merge pull request #6179 from Hacker0x01/fix/prevent-close-on-click-outside
  • e5d4948 fix: clear selection when masked input is cleared on blur
  • 3700259 feat: allow onClickOutside to prevent calendar from closing
  • 0231bbd Merge pull request #6177 from Hacker0x01/test/datepicker-format-weekday-prop
  • 344d1ed test: add formatWeekDay prop test for DatePicker component
  • 041f1ac chore: dedupe yarn.lock for @​typescript-eslint/parser
  • de00ec3 Merge pull request #6176 from Hacker0x01/dependabot/npm_and_yarn/types/node-2...
  • Additional commits viewable in compare view

Updates web-vitals from 2.1.4 to 6.1.0

Changelog

Sourced from web-vitals's changelog.

v6.1.0 (2026-08-05)

  • Add Resource Timing buffer for LCP attribution (#776)

v6.0.1 (2026-07-27)

  • Prevent JavaScript error if PerformanceObserver not available (#772)

v6.0.0 (2026-07-21)

v6 introduces Soft Navigation support for the Web Vitals metrics when supported by the browser.

[!NOTE] See the upgrading to v6 guide for a complete list of all API changes in version 6.

  • [BREAKING] Remove unneeded modules with tsconfig verbatimModuleSyntax (#741)
  • Add source maps (#771)
  • Cap RequestIdleCallback to 1 second to ensure metrics report even when busy (#755)
  • Flip default for includeProcessedEventEntries to false for v6 (#763)
  • Add Soft Navigation support (#308)
  • Add bfcache support for reporting small INP interactions (part of #308)

v5.3.0 (2026-05-28)

  • Remove getFirstHiddenTimePolyfill (#729)
  • Fixed issue where the same configuration object to multiple metric functions can result in errors (#731)
  • Add more robust interactionTarget setting for INP (#744)

v5.2.0 (2026-03-25)

  • Replace filter()[0] with find() for better performance (#658)
  • Use queueMicrotask for microtask scheduling (#660)
  • Simplify the event and LoAF entry clean up logic (#662)
  • Remove obsolete FID polyfill types (#675)
  • Use LargestContentfulPaint.id as fallback when element is removed from DOM (#676)
  • Fix bug for onLCP when attached late (#697)
  • FHandle initially hidden pages and onLCP registered on visibility change (#698)
  • Ensure we clear idle callbacks in whenIdleOrHidden (#707)
  • Limit pending events to conserve memory (#710)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by tunetheweb, a new releaser for web-vitals since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…y with 3 updates

Bumps the production-dependencies group with 3 updates in the / directory: [luxon](https://github.com/moment/luxon), [react-datepicker](https://github.com/Hacker0x01/react-datepicker) and [web-vitals](https://github.com/GoogleChrome/web-vitals).


Updates `luxon` from 3.5.0 to 3.7.2
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.5.0...3.7.2)

Updates `react-datepicker` from 8.8.0 to 9.1.0
- [Release notes](https://github.com/Hacker0x01/react-datepicker/releases)
- [Commits](Hacker0x01/react-datepicker@v8.8.0...v9.1.0)

Updates `web-vitals` from 2.1.4 to 6.1.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](GoogleChrome/web-vitals@v2.1.4...v6.1.0)

---
updated-dependencies:
- dependency-name: luxon
  dependency-version: 3.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-datepicker
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: web-vitals
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

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 Aug 9, 2026
@samdouble
samdouble merged commit be2cdab into master Aug 9, 2026
2 checks passed
@samdouble
samdouble deleted the dependabot/npm_and_yarn/production-dependencies-8b5ddae144 branch August 9, 2026 17:36
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant