azure-sdk-for-js/eng/tools
Wes Haggard a24a372b13
Add lock file for generate-doc tool (#31789)
A recent package update broke the tool so we are adding a lock file to
ensure we have a reliable execution.

For details the newer version of
https://www.npmjs.com/package/shiki?activeTab=versions version 1.23.0
introduced a new dependency in https://github.com/shikijs/shiki/pull/832
which no longer compiles.

```
node_modules/oniguruma-to-es/types/parse.d.ts(61,49): error TS2339: Property 'orphan' does not exist on type '{}'.
node_modules/oniguruma-to-es/types/parse.d.ts(96,31): error TS2339: Property 'atomic' does not exist on type '{}'.
node_modules/oniguruma-to-es/types/parse.d.ts(96,39): error TS2339: Property 'flags' does not exist on type '{}'.
```

Until we figure out what the best way to fix those issues we are pinning
to the older version using a lock file.
2024-11-15 11:28:02 -08:00
..
analyze-deps [EngSys][tool][analyze-deps] upgrade `tar` dependency to 6.2.1 (#29255) 2024-04-10 12:48:33 -07:00
dependency-testing [engsys] Allow min/max tests to use vitest config of the target package (#31343) 2024-10-14 08:08:06 -07:00
eng-package-utils [Eng sys] update package versions for eng sys tools (#28043) 2023-12-19 08:04:12 -08:00
generate-doc Add lock file for generate-doc tool (#31789) 2024-11-15 11:28:02 -08:00
versioning [Eng sys] update package versions for eng sys tools (#28043) 2023-12-19 08:04:12 -08:00
check-api-warning.ps1 check api extractor output changes (#9043) 2020-05-20 20:32:57 -07:00
compare-packages.ps1 Download Latest Master artifacts (#4786) 2019-09-03 12:11:47 -07:00
compress-subfolders.ps1 Restructuring generate-doc code folder (#5252) 2019-10-25 01:05:37 -07:00
publish-to-npm.ps1 npm additional tag whitespace check (#29463) 2024-05-01 07:40:33 -07:00
rush-runner.js update rush-runner.js to identify a few more packages for --to always (#31632) 2024-11-04 14:18:19 -08:00