Commit fcb8062
committed
Merged PR 7069: Dependencies: Update JS dependencies
## Summary
Update mssql-js dependencies to latest versions
## Changes
### mssql-js dependency updates
- Bump `@js-joda/core` to 5.7.0
- Bump `@types/node` to 24.12.0, `@types/benchmark` to 2.1.5
- Bump `@typescript-eslint/eslint-plugin` and `@typescript-eslint/parser` to 8.57.0
- Bump `ava` to 6.4.1, `eslint` to 9.39.4, `eslint-config-prettier` to 10.1.8, `eslint-plugin-prettier` to 5.5.5
- Bump `prettier` to 3.8.1, `typescript` to 5.9.3
- Add `tar` resolution (7.5.11) to address vulnerability
- Regenerate `yarn.lock`
----
#### AI description (iteration 2)
#### PR Classification
This pull request is a dependency update that upgrades several JavaScript packages to fix security vulnerabilities and improve compatibility.
#### PR Summary
The pull request bumps multiple dependency versions in both the lockfile and package manifest to address security issues—including upgrading the vulnerable `tar` package—and to ensure consistency across development tooling.
- **`mssql-js/yarn.lock`**: Upgraded key packages such as `tar` (from 7.5.10 to 7.5.11), `typescript` (to 5.9.3), and various `@typescript-eslint/*` packages (to 8.57.0), alongside other supporting packages.
- **`mssql-js/package.json`**: Updated dependency and devDependency versions (e.g. `@js-joda/core`, `ava`, ESLint-related packages) and added a resolution to enforce `tar` at 7.5.11.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
Related work items: #431221 parent 15a64f8 commit fcb8062
2 files changed
Lines changed: 245 additions & 198 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
59 | 62 | | |
0 commit comments