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

sql-formatter-org / sql-formatter / 25856658945 / 1
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 14 May 2026 11:06AM UTC
Files 88
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

14 May 2026 11:05AM UTC coverage: 95.538%. Remained the same
25856658945.1

push

github

web-flow
Add `devEngines.packageManager` field to package.json (#945)

Hi @nene ๐Ÿ‘‹ Hope thing are good ๐Ÿ™‚ 

## Problem

I was cloning the repo again and when I tried to use `yarn` to install
dependencies (because I saw the `yarn.lock` file, Yarn 4.13.0 was
selected by Corepack on my machine:

```bash
โžœ  sql-formatter git:(master) yarn
โžค [YN0065](https://yarnpkg.com/advanced/error-codes#yn0065---telemetry_notice): Yarn will periodically gather anonymous telemetry: https://yarnpkg.com/advanced/telemetry
โžค [YN0065](https://yarnpkg.com/advanced/error-codes#yn0065---telemetry_notice): Run yarn config set --home enableTelemetry 0 to disable

โžค [YN0087](https://yarnpkg.com/advanced/error-codes#yn0087---migration_success): Migrated your project to the latest Yarn version ๐Ÿš€

โžค YN0000: ยท Yarn 4.13.0
โžค YN0000: โ”Œ Resolution step
โžค [YN0085](https://yarnpkg.com/advanced/error-codes#yn0085---updated_resolution_record): โ”‚ + @babel/cli@npm:7.25.9, @babel/core@npm:7.26.0, @babel/plugin-proposal-class-properties@npm:7.18.6, @babel/preset-env@npm:7.26.0, and 931 more.
โžค YN0000: โ”” Completed in 2s 905ms
โžค YN0000: โ”Œ Post-resolution validation
โžค [YN0086](https://yarnpkg.com/advanced/error-codes#yn0086---explain_peer_dependencies_cta): โ”‚ Some peer dependencies are incorrectly met by dependencies; run yarn explain peer-requirements for details.
โžค YN0000: โ”” Completed
โžค YN0000: โ”Œ Fetch step
โžค [YN0013](https://yarnpkg.com/advanced/error-codes#yn0013---fetch_not_cached): โ”‚ 935 packages were added to the project (+ 237.88 MiB).
โžค YN0000: โ”” Completed in 3s 341ms
โžค YN0000: โ”Œ Link step
โžค YN0000: โ”” Completed in 2s 915ms
โžค YN0000: ยท Done with warnings in 9s 283ms
```

I think this is probably not the correct package manager - the project
intends to use Yarn v1, right?

## Solution

This PR specifies `yarn@1.22.22` in [the `devEngines.packageManager`
field](https://docs.npmjs.com/cli/v11/configuring-npm/package-json#devengines)
of `package.json, to enable the following behavior:

1. If Corepack is ... (continued)

574 of 644 branches covered (89.13%)

Branch coverage included in aggregate %.

1310 of 1328 relevant lines covered (98.64%)

16283.41 hits per line

Source Files on job 25856658945.1
  • Tree
  • List 88
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage โˆ† File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25856658945
  • acdb5343 on github
  • Prev Job for on master (#25856484698.1)
  • Next Job for on master (#25882945441.1)
  • Delete
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