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

erezrokah / aws-testing-library / 7242748907
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: renovate/major-commitlint-monorepo
DEFAULT BRANCH: master
Ran 18 Dec 2023 02:14AM UTC
Jobs 6
Files 34
Run time 3s
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

18 Dec 2023 02:13AM UTC coverage: 99.726%. Remained the same
7242748907

push

github

web-flow
chore(deps): update dependency prettier to v3.1.1 (#879)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [prettier](https://prettier.io)
([source](https://togithub.com/prettier/prettier)) | [`3.1.0` ->
`3.1.1`](https://renovatebot.com/diffs/npm/prettier/3.1.0/3.1.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier/3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier/3.1.0/3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.1.0/3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>prettier/prettier (prettier)</summary>

###
[`v3.1.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#311)

[Compare
Source](https://togithub.com/prettier/prettier/compare/3.1.0...3.1.1)

[diff](https://togithub.com/prettier/prettier/compare/3.1.0...3.1.1)

##### Fix config file search
([#&#8203;15363](https://togithub.com/prettier/prettier/pull/15363) by
[@&#8203;fisker](https://togithub.com/fisker))

Previously, we start search for config files from the filePath as a
directory, if it happened to be a directory and contains config file, it
will be used by mistake.

```text
├─ .prettierrc
└─ test.js         (A directory)
  └─ .prettierrc
```

```js
// Prettier 3.1.0
await prettier.resolveConfigFile(new URL("./test.js", import.meta.url));
// <CWD>/test.js/.prettierrc

// Prettier 3.1.1
await prettier.resolveConfigFile(new URL("./test.js", import.meta.url));
// <CWD>/.prettierrc
```

#####... (continued)

122 of 124 branches covered (0.0%)

Branch coverage included in aggregate %.

606 of 606 relevant lines covered (100.0%)

27.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-windows-latest-node-16.10.0 - 7242748907.1 18 Dec 2023 02:15AM UTC 0
99.73
GitHub Action Run
2 run-ubuntu-latest-node-lts/* - 7242748907.2 18 Dec 2023 02:14AM UTC 0
99.73
GitHub Action Run
3 run-ubuntu-latest-node-16.10.0 - 7242748907.3 18 Dec 2023 02:14AM UTC 0
99.73
GitHub Action Run
4 run-windows-latest-node-lts/* - 7242748907.4 18 Dec 2023 02:15AM UTC 0
99.73
GitHub Action Run
5 run-macos-latest-node-lts/* - 7242748907.5 18 Dec 2023 02:15AM UTC 0
99.73
GitHub Action Run
6 run-macos-latest-node-16.10.0 - 7242748907.6 18 Dec 2023 02:14AM UTC 0
99.73
GitHub Action Run
Source Files on build 7242748907
Detailed source file information is not available for this build.
  • Back to Repo
  • d2a2914f on github
  • Prev Build on main (#7161696491)
  • Next Build on main (#7242770975)
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