Skip to content

Commit

Permalink
Upgrade to [email protected] to remove deprecated dependency (#2092)
Browse files Browse the repository at this point in the history
This upgrade removes [the deprecation
warnings](https://github.com/microsoft/qsharp/actions/runs/12552878778/job/34999478342#step:9:148)
that come up during the `npm install` step.

Current:

```
npm WARN deprecated @humanwhocodes/[email protected]: Use @eslint/config-array instead
npm WARN deprecated @humanwhocodes/[email protected]: Use @eslint/object-schema instead

added 494 packages, and audited 498 packages in 4s

86 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
```

With eslint 9.17.0:

```
$ npm install

added 498 packages, and audited 502 packages in 4s

87 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
```
  • Loading branch information
minestarks authored Jan 8, 2025
1 parent 1c829f1 commit 189523e
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 195 deletions.
Loading

0 comments on commit 189523e

Please sign in to comment.