Skip to content

feat(deps): Update Major updates (major)#17

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-major-updates
Open

feat(deps): Update Major updates (major)#17
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-major-updates

Conversation

@renovate

@renovate renovate Bot commented Nov 20, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v5v7 age confidence
bignumber.js major 9.3.111.1.4 age confidence
option-t major 55.1.056.1.2 age confidence
temporal-polyfill (source) major 0.3.01.0.1 age confidence

Release Notes

actions/checkout (actions/checkout)

v7.0.0

Compare Source

v7

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

MikeMcl/bignumber.js (bignumber.js)

v11.1.4

Compare Source

  • 16/06/26
  • [BUGFIX] #​407 Fix toFormat duplicating the fraction when groupSize is 0.

v11.1.3

Compare Source

  • 05/06/26
  • #​406 Fix EXPONENTIAL_AT default value documentation.

v11.1.2

Compare Source

  • 30/05/26
  • [BUGFIX] #​405 Fix invalid toFormat output for -0.

v11.1.1

Compare Source

  • 02/05/26
  • Docs: fix version number and decimalPlaces API description.

v11.1.0

Compare Source

  • 30/04/26
  • #​401 BigNumber.sum: return zero if there are no arguments.
  • #​352 Add toBigInt method.
  • #​286 Add fromFormat method.
  • #​262 decimalPlaces, toFixed and toFormat: support negative decimal places.
  • #​260 toFormat: support minimum/maximum decimal places.
  • toFormat: fallback to FORMAT for each property not in options.
  • [BUGFIX] #​342 Large DECIMAL_PLACES causing slow hex integer base conversion.
  • Typescript: add test_api.ts to improved typed API test coverage.

v11.0.0

Compare Source

  • 14/04/26
  • Add STRICT configuration option:
    if true (default), throw an exception on invalid input.
    if false, return NaN on invalid input.
  • toFraction: return [1, 0] for Infinity and [0, 0] for NaN.
  • Support underscores as separators.
  • If a base is supplied, reject non-finite values and base prefixes.

v10.0.2

Compare Source

  • 24/02/26
  • Reinstate README.md links.

v10.0.1

Compare Source

  • 24/02/26
  • Commit dist folder.

v10.0.0

Compare Source

  • 23/02/26
  • Implement targeted builds for ES modules, CommonJS, and browser (global assignment).
  • Add CI workflow.
  • Add type declaration import tests.
  • Remove BigNumber.DEBUG, so the behaviour is now always as if it was true:
    throw on invalid input instead of returning NaN, and
    always validate the c, e, and s properties of objects passed to isBigNumber
  • Don't call toString on any arbitrary object passed to the constructor.
  • Require a BigNumber value to be a string if a base is also passed.
  • Add toObject prototype method which returns a plain object with c, e, and s properties.
  • Remove .npmignore, as files in package.json is used. Add .gitignore.
  • Normalise line endings and add .gitattributes.
  • Add typescript to devDependencies.
option-t/option-t (option-t)

v56.1.2

Compare Source

Internals
  • Update dependencies.
CI
  • dependabot: Specify multiple directories in a single instruction. #​2733
  • ci: Add Node.js v26 job for unittest. #​2744

v56.1.1

Compare Source

Internals
  • Use pnpm@​11.0.1. #​2727
  • Invoke pnpm version directly. #​2728
  • readme: Update "Contribution" section to guide pnpm-cli. #​2730
CI
  • Harden corepack installation. #​2729
  • Stop to install npm-cli for trusted publishing. #​2731

v56.1.0

Compare Source

New Features
  • plain_result: Support const type param annotation for value projection. #​2718
    • We believe that this would not a hard compile error. If you face some problems, please file a new issue. Then we rethink this impact.
Internals
  • Update dependencies.
  • Use pnpm 11. #​2725
  • pnpm: Mitigate an attack vector for a typical supply chain attack. #​2713, #​2716

v56.0.0

Compare Source

Breaking Changes
Update TypeScript to v6.0 (#​2709)

This just bump up our compiler baseline. This should not affect for users but uses a breaking change for safety.
If you does not face any typecheck errors, you can update safely.

Documentation
  • doc: Drop the mention about --moduleResolution from README.md. #​2711
Internals
  • Update dependencies.
  • Regenrate tsconfig.base.json by tsc --init. #​2710
  • Set tsc's --rootDir option explicitly. #​2705

v55.1.2

Compare Source

Internals
  • Update ESLint to v10. #​2693
    • This tweaked some code affected by ESLint no-useless-assignment. We think that is a performance neutral change. But if you face some performance issues, please file a new issue.
  • Update other dependencies.
  • docs: Move /CHANGELOG_OLD.md to docs/. #​2694
  • Specify dependencies about npm:typescript explicitly. #​2695

v55.1.1

Compare Source

Internals
  • Update bunch of dependencies...
  • Workaround ERR_INTERNAL_ASSERTION in tests that checks modules are same between import() and require(). #​2680
  • ci: Annotate versions about actions/checkout. #​2649
  • Remove @deprecated jsdoc tag from option-t/<type_name>/compat/v54. #​2650
  • Add comments for implementer to tell why we should not expose CausalCarrierError. #​2651
fullcalendar/temporal-polyfill (temporal-polyfill)

v1.0.1

✨ Features
  • Tree-shakeable API 🌳 See docs
  • Uses native Temporal when available (prior versions never did)
  • New /implementation and /shim entrypoints for finer control over native vs. polyfilled. See docs
  • Smaller global bundle: 20,212 B → 19,594 B (-3%)
  • Conformance
    • Conformance with latest spec (June 2026)
    • Accurate method descriptors: function.length and non-constructable
    • Better non-ISO calendar system conformance — calendar math is now algorithmic where possible instead of relying on faulty Intl-scraped data (credit to @​internationalized/date). Requires different entrypoints. See Upgrade Notes below
💥 Breaking
  • iso8601 and gregory work as before, but other calendars now need a different entrypoint. See Upgrade Notes below
  • Raised minimum browser support; BigInt now required. See support matrix
  • Raised minimum Node.js support to 16
  • Dropped CJS; ESM and global IIFE only
  • global.min.js is no longer in the NPM package, but remains on the jsdelivr CDN (like this), which auto-minifies
🛠️ Upgrade Notes

If you use any of the following calendar systems, please use the /full/ entrypoints now: buddhist, chinese, coptic, dangi, ethiopic, ethioaa, hebrew, indian, islamic-civil, islamic-tbla, islamic-umalqura, japanese, persian, and roc.

- import 'temporal-polyfill/global'
+ import 'temporal-polyfill/full/global'

- import { Temporal } from 'temporal-polyfill'
+ import { Temporal } from 'temporal-polyfill/full'
🐛 Bugfixes
  • Temporal.Duration.round() no longer throws for zero durations with relativeTo (#​87)
  • Temporal.Duration.prototype.total() now returns 0 for blank durations with relativeTo instead of throwing (#​55)
  • Temporal.Duration.from() no longer double-rounds huge subsecond values, fixing false out-of-range errors and microsecond stringification (#​92)
  • Day rounding no longer drops tiny sub-day remainders on large Temporal.Duration / Temporal.PlainDateTime diffs, so ceil rounds up correctly when just past a whole day (#​84)
  • Temporal.PlainMonthDay.prototype.toLocaleString() no longer includes the internal reference year in date styles (#​75)
  • Temporal.PlainDate.prototype.withCalendar() now keeps the correct Buddhist month for historical ISO dates like 1582-01-01 (#​74)
  • Intl.DateTimeFormat.prototype.formatToParts() now formats polyfilled Temporal.PlainTime in Node 22 instead of throwing TypeError: Cannot use valueOf (#​95)
  • Temporal.ZonedDateTime.from() now accepts Brazilian wall times near close-together 2000 offset transitions, e.g. America/Noronha and America/Boa_Vista (#​73)
  • Temporal.ZonedDateTime.from() no longer clamps future offset calculations, preserving the +02:00 summer offset for future Europe/Berlin dates like 2044-06-10 (#​49)
🔢 Version Number

This first real 1.0 release is numbered 1.0.1 because 1.0.0 was accidentally published as a blank package years ago (related to #​88).

v0.3.2

Compare Source

  • feature: function API in dist, though poorly documented and in alpha
  • fix: incorrect placement of /*@&#8203;__PURE__*/ (#​90)

v0.3.1

Compare Source

  • feature: More readable objects on console (#​46)
  • feature: support require(esm) in Node.js to avoid dual package hazard (#​62)
  • fix: use new Date() for maxPossibleTransition malfunctions in some environments (#​83)
  • fix: Duration toLocaleString uses DateTimeFormatOptions (#​80)
  • fix: ZonedDateTime should not be considered Formattable (#​78)
  • fix: stop using locale en-GB for computations, not present in some environments (#​76)
  • fix: result of Temporal.Now.timeZoneId() should not be cached (#​63)

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title feat(deps): Update actions/checkout action to v6 feat(deps): Update Major updates (major) Feb 24, 2026
@renovate renovate Bot force-pushed the renovate/major-major-updates branch 3 times, most recently from b173d4c to f67c4e3 Compare February 24, 2026 21:56
@renovate renovate Bot force-pushed the renovate/major-major-updates branch from f67c4e3 to 389fe02 Compare March 25, 2026 14:40
@renovate renovate Bot force-pushed the renovate/major-major-updates branch 2 times, most recently from c5cde0b to 3c7eb3a Compare April 21, 2026 09:09
@renovate renovate Bot force-pushed the renovate/major-major-updates branch 3 times, most recently from 3affec0 to f49b72a Compare May 2, 2026 12:42
@renovate renovate Bot force-pushed the renovate/major-major-updates branch from f49b72a to 13aa161 Compare May 12, 2026 17:14
@renovate renovate Bot force-pushed the renovate/major-major-updates branch 2 times, most recently from 6249ea8 to 48630f2 Compare June 5, 2026 20:57
@renovate renovate Bot force-pushed the renovate/major-major-updates branch 2 times, most recently from f07513d to 9a79a4e Compare June 18, 2026 21:16
@renovate renovate Bot force-pushed the renovate/major-major-updates branch from 9a79a4e to 7a59f03 Compare June 19, 2026 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants