Update to Node 24 - #23
Open
carlansley wants to merge 3 commits into
Open
Conversation
carlansley
had a problem deploying
to
npm-publish
August 28, 2026 19:38 — with
GitHub Actions
Failure
There was a problem hiding this comment.
Pull request overview
This PR updates the repository to target newer Node runtimes (per Issue #22: require Node 24) and applies a broad set of formatting/style updates across the codebase, plus some CI/workflow and lint configuration adjustments.
Changes:
- Update CI/workflows (Node versions, action versions, CodeQL action major bump; remove publish-beta workflow).
- Reformat and wrap many TypeScript type signatures/expressions (primarily in vendored/ported
date-fnsanddate-fns-tzsources). - Refresh repository metadata/docs (SECURITY, README, LICENSE).
Reviewed changes
Copilot reviewed 297 out of 298 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/holidays/united-states/federal-reserve-bank/is-us-federal-reserve-bank-closed.ts | Formatting/wrapping of Date construction and holiday predicate. |
| src/holidays/united-states/federal-reserve-bank/get-all-us-federal-reserve-bank-holidays.spec.ts | Test data object formatting. |
| src/holidays/united-states/federal-reserve-bank/add-us-federal-reserve-bank-business-days.ts | Formatting/wrapping of Date construction. |
| src/date-fns/types.ts | Formatting of interface/type declarations (line wrapping). |
| src/date-fns/transpose/index.ts | Formatting of function signature/body; wrap long expressions. |
| src/date-fns/toDate/index.ts | Formatting of generic function signature. |
| src/date-fns/subYears/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/subWeeks/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/subSeconds/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/subQuarters/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/subMonths/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/subMinutes/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/subMilliseconds/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/subISOWeekYears/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/subHours/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/subDays/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/subBusinessDays/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/sub/index.ts | Formatting of options interface and duration destructuring. |
| src/date-fns/startOfYesterday/index.ts | Formatting of options interface. |
| src/date-fns/startOfYear/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/startOfWeekYear/index.ts | Formatting of imports, interface inheritance layout, and signature. |
| src/date-fns/startOfWeek/index.ts | Formatting of imports, interface inheritance layout, and signature. |
| src/date-fns/startOfTomorrow/index.ts | Formatting of options interface. |
| src/date-fns/startOfToday/index.ts | Formatting of options interface. |
| src/date-fns/startOfSecond/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/startOfQuarter/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/startOfMonth/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/startOfMinute/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/startOfISOWeekYear/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/startOfISOWeek/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/startOfHour/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/startOfDecade/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/startOfDay/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/setYear/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/setWeekYear/index.ts | Formatting of imports/interface layout, signature, and wrapped call. |
| src/date-fns/setWeek/index.ts | Formatting of imports/interface layout and generic function signature. |
| src/date-fns/setSeconds/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/setQuarter/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/setMonth/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/setMinutes/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/setMilliseconds/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/setISOWeekYear/index.ts | Formatting of options interface, signature, and wrapped call. |
| src/date-fns/setISOWeek/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/setISODay/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/setHours/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/setDefaultOptions/index.ts | Formatting of imports and assignment wrapping. |
| src/date-fns/setDayOfYear/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/setDay/index.ts | Formatting of imports/interface layout, signature, and ternary wrapping. |
| src/date-fns/setDate/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/set/index.ts | Formatting of options interface. |
| src/date-fns/roundToNearestMinutes/index.ts | Formatting of imports/interface layout, signature, and wrapped math. |
| src/date-fns/previousWednesday/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/previousTuesday/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/previousThursday/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/previousSunday/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/previousSaturday/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/previousMonday/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/previousFriday/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/previousDay/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/parseJSON/index.ts | Formatting of options interface. |
| src/date-fns/parse/_lib/types.ts | Formatting of imports and type alias wrapping. |
| src/date-fns/parse/_lib/parsers/TimestampSecondsParser.ts | Formatting of method signature. |
| src/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.ts | Formatting of method signature. |
| src/date-fns/parse/_lib/parsers/StandAloneQuarterParser.ts | Formatting of method signature and token list layout. |
| src/date-fns/parse/_lib/parsers/SecondParser.ts | Formatting of method signature. |
| src/date-fns/parse/_lib/parsers/QuarterParser.ts | Formatting of method signature and token list layout. |
| src/date-fns/parse/_lib/parsers/MinuteParser.ts | Formatting of method signature. |
| src/date-fns/parse/_lib/parsers/LocalWeekParser.ts | Formatting of method signature and token list layout. |
| src/date-fns/parse/_lib/parsers/ISOWeekYearParser.ts | Formatting of method signature and token list layout. |
| src/date-fns/parse/_lib/parsers/ISOWeekParser.ts | Formatting of method signature and token list layout. |
| src/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.ts | Formatting of wrapped calls and method signature. |
| src/date-fns/parse/_lib/parsers/ISOTimezoneParser.ts | Formatting of wrapped calls and method signature. |
| src/date-fns/parse/_lib/parsers/ISODayParser.ts | Formatting of method signature and token list layout. |
| src/date-fns/parse/_lib/parsers/Hour1To24Parser.ts | Formatting of method signature. |
| src/date-fns/parse/_lib/parsers/Hour1to12Parser.ts | Formatting of method signature. |
| src/date-fns/parse/_lib/parsers/Hour0to23Parser.ts | Formatting of method signature. |
| src/date-fns/parse/_lib/parsers/Hour0To11Parser.ts | Formatting of method signature. |
| src/date-fns/parse/_lib/parsers/FractionOfSecondParser.ts | Formatting of callback/method signature. |
| src/date-fns/parse/_lib/parsers/ExtendedYearParser.ts | Formatting of method signature and token list layout. |
| src/date-fns/parse/_lib/parsers/EraParser.ts | Formatting of wrapped expressions and method signature. |
| src/date-fns/parse/_lib/parsers/DayPeriodParser.ts | Formatting of parse/set method signatures. |
| src/date-fns/parse/_lib/parsers/DayParser.ts | Formatting of method signature. |
| src/date-fns/parse/_lib/parsers/DayOfYearParser.ts | Formatting of imports, method signature, and token list layout. |
| src/date-fns/parse/_lib/parsers/AMPMParser.ts | Formatting of parse/set method signatures. |
| src/date-fns/parse/_lib/parsers/AMPMMidnightParser.ts | Formatting of parse/set method signatures. |
| src/date-fns/parse/_lib/Parser.ts | Formatting of constructor call and abstract method signatures. |
| src/date-fns/nextWednesday/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/nextTuesday/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/nextThursday/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/nextSunday/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/nextSaturday/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/nextMonday/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/nextFriday/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/nextDay/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/min/index.ts | Formatting of options interface and wrapping a conditional assignment. |
| src/date-fns/milliseconds/index.ts | Formatting of destructured Duration parameter. |
| src/date-fns/max/index.ts | Formatting of options interface and wrapping a conditional assignment. |
| src/date-fns/locale/en-US/_lib/match/index.ts | Formatting of regex array literals. |
| src/date-fns/locale/en-US/_lib/localize/index.ts | Formatting of month/day value arrays. |
| src/date-fns/locale/en-US/_lib/formatRelative/index.ts | Formatting of function parameters across lines. |
| src/date-fns/locale/_lib/buildMatchPatternFn/index.ts | Formatting of function signature and wrapped ternary. |
| src/date-fns/locale/_lib/buildFormatLongFn/index.ts | Formatting of generic args and wrapped conditional. |
| src/date-fns/lightFormat/index.ts | Formatting of signature and wrapped error string construction. |
| src/date-fns/lastDayOfYear/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/lastDayOfWeek/index.ts | Formatting of imports/interface layout and signature. |
| src/date-fns/lastDayOfQuarter/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/lastDayOfMonth/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/lastDayOfISOWeekYear/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/lastDayOfISOWeek/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/lastDayOfDecade/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/isYesterday/index.ts | Formatting of signature and wrapped return expression. |
| src/date-fns/isWithinInterval/index.ts | Formatting of array literal/sort chaining. |
| src/date-fns/isWeekend/index.ts | Formatting of function signature. |
| src/date-fns/isWednesday/index.ts | Formatting of function signature. |
| src/date-fns/isTuesday/index.ts | Formatting of function signature. |
| src/date-fns/isTomorrow/index.ts | Formatting of signature and wrapped return expression. |
| src/date-fns/isToday/index.ts | Formatting of signature and wrapped return expression. |
| src/date-fns/isThursday/index.ts | Formatting of function signature. |
| src/date-fns/isThisYear/index.ts | Formatting of signature and wrapped return expression. |
| src/date-fns/isThisWeek/index.ts | Formatting of imports/options interface and wrapped return expression. |
| src/date-fns/isThisQuarter/index.ts | Formatting of signature and wrapped return expression. |
| src/date-fns/isThisMonth/index.ts | Formatting of signature and wrapped return expression. |
| src/date-fns/isThisISOWeek/index.ts | Formatting of signature and wrapped return expression. |
| src/date-fns/isThisHour/index.ts | Formatting of signature and wrapped return expression. |
| src/date-fns/isSunday/index.ts | Formatting of function signature. |
| src/date-fns/isSaturday/index.ts | Formatting of function signature. |
| src/date-fns/isSameYear/index.ts | Formatting of wrapped normalizeDates call. |
| src/date-fns/isSameWeek/index.ts | Formatting of options interface and wrapped normalizeDates/return. |
| src/date-fns/isSameSecond/index.ts | Formatting of function signature. |
| src/date-fns/isSameQuarter/index.ts | Formatting of wrapped normalizeDates call. |
| src/date-fns/isSameMonth/index.ts | Formatting of wrapped normalizeDates call and return expression. |
| src/date-fns/isSameMinute/index.ts | Formatting of function signature. |
| src/date-fns/isSameISOWeekYear/index.ts | Formatting of wrapped normalizeDates call. |
| src/date-fns/isSameHour/index.ts | Formatting of wrapped normalizeDates call. |
| src/date-fns/isSameDay/index.ts | Formatting of wrapped normalizeDates call. |
| src/date-fns/isMonday/index.ts | Formatting of function signature. |
| src/date-fns/isMatch/index.ts | Formatting of imports/options interface layout and signature. |
| src/date-fns/isLeapYear/index.ts | Formatting of function signature. |
| src/date-fns/isLastDayOfMonth/index.ts | Formatting of function signature. |
| src/date-fns/isFriday/index.ts | Formatting of function signature. |
| src/date-fns/isFirstDayOfMonth/index.ts | Formatting of function signature. |
| src/date-fns/isExists/index.ts | Formatting of return expression. |
| src/date-fns/isEqual/index.ts | Formatting of function signature. |
| src/date-fns/isDate/index.ts | Formatting of return expression. |
| src/date-fns/isBefore/index.ts | Formatting of function signature. |
| src/date-fns/isAfter/index.ts | Formatting of function signature. |
| src/date-fns/intlFormatDistance/index.ts | Formatting of interface/type alias and wrapped normalizeDates call. |
| src/date-fns/intlFormat/index.ts | Formatting of overload signatures and wrapped formatter call. |
| src/date-fns/intervalToDuration/index.ts | Formatting of function signature. |
| src/date-fns/interval/index.ts | Formatting of options interface/signature and wrapped throws/return. |
| src/date-fns/getYear/index.ts | Formatting of function signature. |
| src/date-fns/getWeekYear/index.ts | Formatting of imports/interface layout and signature. |
| src/date-fns/getWeeksInMonth/index.ts | Formatting of imports/interface layout, signature, and wrapped return. |
| src/date-fns/getWeekOfMonth/index.ts | Formatting of imports/interface layout and signature. |
| src/date-fns/getWeek/index.ts | Formatting of imports/interface layout and signature. |
| src/date-fns/getQuarter/index.ts | Formatting of function signature. |
| src/date-fns/getOverlappingDaysInIntervals/index.ts | Formatting of signature and wrapped array/sort expressions. |
| src/date-fns/getMonth/index.ts | Formatting of function signature. |
| src/date-fns/getMinutes/index.ts | Formatting of function signature. |
| src/date-fns/getISOWeekYear/index.ts | Formatting of function signature. |
| src/date-fns/getISOWeeksInYear/index.ts | Formatting of function signature. |
| src/date-fns/getISOWeek/index.ts | Formatting of function signature. |
| src/date-fns/getISODay/index.ts | Formatting of function signature. |
| src/date-fns/getHours/index.ts | Formatting of function signature. |
| src/date-fns/getDecade/index.ts | Formatting of function signature. |
| src/date-fns/getDaysInYear/index.ts | Formatting of function signature. |
| src/date-fns/getDaysInMonth/index.ts | Formatting of function signature. |
| src/date-fns/getDayOfYear/index.ts | Formatting of function signature. |
| src/date-fns/getDay/index.ts | Formatting of function signature. |
| src/date-fns/getDate/index.ts | Formatting of function signature. |
| src/date-fns/fromUnixTime/index.ts | Formatting of options interface. |
| src/date-fns/formatRFC7231/index.ts | Formatting of months array literal. |
| src/date-fns/formatRFC3339/index.ts | Formatting of signature and wrapped math expression. |
| src/date-fns/formatRelative/index.ts | Formatting of imports/options interface layout. |
| src/date-fns/formatISODuration/index.ts | Formatting of duration destructuring. |
| src/date-fns/formatISO9075/index.ts | Formatting of options interface and signature. |
| src/date-fns/formatISO/index.ts | Formatting of options interface and signature. |
| src/date-fns/formatDuration/index.ts | Formatting of defaults, signature, and wrapped token expression. |
| src/date-fns/formatDistanceToNowStrict/index.ts | Formatting of options interface layout. |
| src/date-fns/formatDistanceToNow/index.ts | Formatting of options interface layout and signature. |
| src/date-fns/formatDistance/index.ts | Formatting of options interface layout and wrapped math expression. |
| src/date-fns/endOfYesterday/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/endOfYear/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/endOfWeek/index.ts | Formatting of imports/interface layout and generic function signature. |
| src/date-fns/endOfTomorrow/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/endOfToday/index.ts | Formatting of options interface and function signature. |
| src/date-fns/endOfSecond/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/endOfQuarter/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/endOfMonth/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/endOfMinute/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/endOfISOWeekYear/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/endOfISOWeek/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/endOfHour/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/endOfDecade/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/endOfDay/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/eachYearOfInterval/index.ts | Formatting of options interface layout and signature. |
| src/date-fns/eachWeekOfInterval/index.ts | Formatting of imports/options interface layout and signature. |
| src/date-fns/eachWeekendOfYear/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/eachWeekendOfMonth/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/eachWeekendOfInterval/index.ts | Formatting of options interface and signature. |
| src/date-fns/eachQuarterOfInterval/index.ts | Formatting of options interface layout and signature. |
| src/date-fns/eachMonthOfInterval/index.ts | Formatting of options interface layout and signature. |
| src/date-fns/eachMinuteOfInterval/index.ts | Formatting of options interface layout and signature. |
| src/date-fns/eachHourOfInterval/index.ts | Formatting of options interface layout and signature. |
| src/date-fns/eachDayOfInterval/index.ts | Formatting of options interface layout and signature. |
| src/date-fns/differenceInYears/index.ts | Formatting of wrapped normalizeDates call. |
| src/date-fns/differenceInWeeks/index.ts | Formatting of options interface layout. |
| src/date-fns/differenceInQuarters/index.ts | Formatting of options interface layout. |
| src/date-fns/differenceInMonths/index.ts | Formatting of wrapped normalizeDates calls and conditionals. |
| src/date-fns/differenceInMinutes/index.ts | Formatting of wrapped division expression. |
| src/date-fns/differenceInMilliseconds/index.ts | Formatting of function signature. |
| src/date-fns/differenceInISOWeekYears/index.ts | Formatting of wrapped normalizeDates call and wrapped expressions. |
| src/date-fns/differenceInHours/index.ts | Formatting of options interface layout and wrapped normalizeDates call. |
| src/date-fns/differenceInDays/index.ts | Formatting of wrapped normalizeDates call and wrapped expressions. |
| src/date-fns/differenceInCalendarYears/index.ts | Formatting of wrapped normalizeDates call. |
| src/date-fns/differenceInCalendarWeeks/index.ts | Formatting of imports/options interface layout and wrapped expressions. |
| src/date-fns/differenceInCalendarQuarters/index.ts | Formatting of wrapped normalizeDates call. |
| src/date-fns/differenceInCalendarMonths/index.ts | Formatting of wrapped normalizeDates call. |
| src/date-fns/differenceInCalendarISOWeekYears/index.ts | Formatting of wrapped normalizeDates call and wrapped return. |
| src/date-fns/differenceInCalendarISOWeeks/index.ts | Formatting of wrapped normalizeDates call and wrapped expressions. |
| src/date-fns/differenceInCalendarDays/index.ts | Formatting of wrapped normalizeDates call and wrapped expressions. |
| src/date-fns/differenceInBusinessDays/index.ts | Formatting of wrapped normalizeDates call. |
| src/date-fns/constructNow/index.ts | Formatting of generic function signature. |
| src/date-fns/constants/index.ts | Formatting of constructFromSymbol constant declaration. |
| src/date-fns/compareDesc/index.ts | Formatting of function signature. |
| src/date-fns/compareAsc/index.ts | Formatting of function signature. |
| src/date-fns/closestTo/index.ts | Formatting of options interface and wrapped normalizeDates/returns. |
| src/date-fns/clamp/index.ts | Formatting of options interface, signature, and wrapped normalizeDates/return. |
| src/date-fns/areIntervalsOverlapping/index.ts | Formatting of inclusive conditional. |
| src/date-fns/addYears/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/addWeeks/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/addSeconds/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/addQuarters/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/addMonths/index.ts | Formatting of options interface, signature, and wrapped setFullYear call. |
| src/date-fns/addMinutes/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/addMilliseconds/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/addISOWeekYears/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/addHours/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/addDays/index.ts | Formatting of options interface and generic function signature. |
| src/date-fns/addBusinessDays/index.ts | Formatting of options interface/signature and wrapped conditionals. |
| src/date-fns/add/index.ts | Formatting of options interface, duration destructuring, and wrapped conditionals. |
| src/date-fns/_lib/protectedTokens/index.ts | Formatting of function signature. |
| src/date-fns/_lib/normalizeInterval/index.ts | Formatting of function signature. |
| src/date-fns/_lib/normalizeDates/index.ts | Formatting of overloads/implementation and wrapped bind call. |
| src/date-fns/_lib/getTimezoneOffsetInMilliseconds/index.ts | Formatting of function signature. |
| src/date-fns/_lib/format/longFormatters/index.ts | Formatting of formatter function signature. |
| src/date-fns/_lib/format/formatters/index.ts | Formatting of formatter option type and helper signature. |
| src/date-fns/_lib/defaultOptions/index.ts | Formatting of imports and DefaultOptions type alias. |
| src/date-fns-tz/toZonedTime/index.ts | Formatting of signature and wrapped setHours call. |
| src/date-fns-tz/index.ts | Formatting of type-only import. |
| src/date-fns-tz/getTimezoneOffset/index.ts | Formatting of function signature. |
| src/date-fns-tz/fromZonedTime/index.ts | Formatting of function signature. |
| src/date-fns-tz/formatInTimeZone/index.ts | Formatting of wrapped format call. |
| src/date-fns-tz/format/index.ts | Formatting of function signature and wrapped string replace logic. |
| src/date-fns-tz/format/formatters/index.ts | Formatting of formatter type declaration. |
| src/date-fns-tz/_lib/tzTokenizeDate/index.ts | Formatting of conditional expression and typeToPos declaration. |
| src/date-fns-tz/_lib/tzPattern/index.ts | Formatting of regex constant declaration. |
| src/date-fns-tz/_lib/tzIntlTimeZoneName/index.ts | Formatting of wrapped calls and helper signature. |
| src/date-fns-tz.spec.ts | Formatting of test calls/arguments. |
| SECURITY.md | Update supported-version table (>= 6.0). |
| README.md | Update copyright year range. |
| LICENSE.txt | Update copyright year range. |
| eslint.config.mjs | Add eslint-comments plugin wiring/rules for date-fns folders. |
| .github/workflows/publish-beta.yml | Remove beta publish workflow. |
| .github/workflows/codeql-analysis.yml | Bump CodeQL action major version. |
| .github/workflows/ci.yml | Update Node matrix and GitHub Actions versions/config. |
| .github/workflows/check-published-scheduled.yml | Update checkout action version and environment variables. |
Suppressed comments (1)
.github/workflows/ci.yml:43
- Same as above: this job also tests Node 26.x even though the stated requirement is Node 24. Aligning both job matrices avoids inconsistent support signals and reduces CI variability.
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['24.x', '26.x']
steps:
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
carlansley
requested a deployment
to
npm-publish
August 28, 2026 19:48 — with
GitHub Actions
Waiting
|
Coverage after merging node24 into main will be
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Beta Published - Install Command: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #22. Note the vast majority of these changes are simply prettier reformatting. The actual changes are in the GitHub actions, and files at the top level like package.json and eslint.config.mjs.