• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rparini / cxroots-app / 11754523974
75%

Build:
DEFAULT BRANCH: master
Ran 09 Nov 2024 07:47AM UTC
Jobs 1
Files 4
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Nov 2024 07:47AM UTC coverage: 58.889%. Remained the same
11754523974

push

github

web-flow
Update dependency node to v22 (#314)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [node](https://nodejs.org)
([source](https://redirect.github.com/nodejs/node)) | | major |
`20.18.0` -> `22.11.0` |
| [node](https://nodejs.org)
([source](https://redirect.github.com/nodejs/node)) | engines | major |
[`20.18.0` ->
`22.11.0`](https://renovatebot.com/diffs/npm/node/v20.18.0/v22.11.0) |

---

### Release Notes

<details>
<summary>nodejs/node (node)</summary>

###
[`v22.11.0`](https://redirect.github.com/nodejs/node/compare/v22.10.0...v22.11.0)

[Compare
Source](https://redirect.github.com/nodejs/node/compare/v22.10.0...v22.11.0)

###
[`v22.10.0`](https://redirect.github.com/nodejs/node/releases/tag/v22.10.0):
2024-10-16, Version 22.10.0 (Current), @&#8203;aduh95

[Compare
Source](https://redirect.github.com/nodejs/node/compare/v22.9.0...v22.10.0)

##### Notable Changes

##### New `"module-sync"` exports condition

This release introduces a `"module-sync"` exports condition that's
enabled when
`require(esm)` is enabled, so packages can supply a synchronous ES
module to the
Node.js module loader, no matter if it's being required or imported.
This is
similar to the `"module"` condition that bundlers have been using to
support
`require(esm)` in Node.js, and allows dual-package authors to opt into
ESM-first
only on newer versions of Node.js that supports `require(esm)` to avoid
the
dual-package hazard.

```json
{
  "type": "module",
  "exports": {
    "node": {
      // On new version of Node.js, both require() and import get
      // the ESM version
      "module-sync": "./index.js",
      // On older version of Node.js, where "module-sync" and require(esm) are
      // not supported, use the CJS version to avoid dual-package hazard.
      // When package authors think it's time to drop support for older versions of
      // Node.js, they can remove the exports conditions and just use "main": "index.js".
   ... (continued)

16 of 23 branches covered (69.57%)

Branch coverage included in aggregate %.

37 of 67 relevant lines covered (55.22%)

0.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11754523974.1 09 Nov 2024 07:47AM UTC 0
58.89
GitHub Action Run
Source Files on build 11754523974
Detailed source file information is not available for this build.
  • Back to Repo
  • da33a38f on github
  • Prev Build on master (#11752829500)
  • Next Build on master (#11866970487)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc