Граф коммитов

25 Коммитов

Автор SHA1 Сообщение Дата
Azure SDK Bot 5947f272a8
Post release automated changes for mongocluster releases (#31445)
Post release automated changes for azure-arm-mongocluster
2024-11-06 09:03:19 -08:00
Jeremy Meng a28e8f0795 [EngSys] move to vendored version of cross-env via dev-tool
***NO_CI***

- apply the transformation

- update samples' README
2024-11-02 00:48:06 +00:00
Jeremy Meng d301bfec6d
[EngSys] clean up the tshy leftover in build scripts (#31584)
we already move most to `dev-tool run build-package`
2024-10-30 14:54:54 -07:00
Jeremy Meng 980f3cbb89 [EngSys] move `uglify-js` to dev-tool vendored
- add dep to `uglify-js` in dev-tool

- rush update

- replace "uglifyjs" with "dev-tool run vendored yglifyjs"

- remove dependency to "uglifyjs" in sdk packages

***NO_CI***
2024-10-30 18:01:20 +00:00
Jeremy Meng 1cae9db8e1 [EngSys] remove "audit" NPM script and it's related file
as we no longer use it and rely on GitHub security features.

***NO_CI***
2024-10-25 19:28:06 +00:00
Jiao Di (MSFT) 1763129fe3
Upgrade typescipt version (#31527)
Upgrade typescript version to `5.6.2`.
2024-10-25 16:44:31 +08:00
Jeremy Meng 59bb0809ba [EngSys] use vendored version of `mkdirp` and `rimraf` from dev-tool
also remove dependency on `@microsoft/api-extractor` as we already move to
`dev-tool run extract-api` which calls api-extractor Api instead.

***NO_CI***
2024-10-23 17:53:07 +00:00
ZiWei Chen 3894beb8ad
[mgmt] add useragentinfo (#31370)
Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>
2024-10-15 15:15:18 +08:00
ZiWei Chen 0192d7861d
[mgmt] network release (#31111)
https://github.com/Azure/sdk-release-request/issues/5479
2024-09-27 15:27:50 +08:00
Matthew Podwysocki 61c8b9aae4 [EngSys] Add update-snippets to all package.json files ***NO_CI*** 2024-09-26 17:59:37 +00:00
ZiWei Chen 5cbbab919b
[mgmt] mongocluster release (#30948)
https://github.com/Azure/sdk-release-request/issues/5432
swagger pr: https://github.com/Azure/azure-rest-api-specs/pull/30355

---------

Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>
2024-09-26 17:22:09 +08:00
Maor Leger 64c72d5dda [engsys] Move all packages to build-package script ***NO_CI*** 2024-09-25 18:52:35 +00:00
ZiWei Chen 99409f1826
[mgmt] mongocluster preivew release (#31124)
https://github.com/Azure/sdk-release-request/issues/5488

---------

Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>
2024-09-25 19:51:07 +08:00
Jeremy Meng a7b3656a05 [EngSys] upgrade dev dependency `typescript` version to `~5.6.2`
***NO_CI***

- replace version to "~5.6.2"
- rush update
- add `"skipLibCheck": true` for several packages that are affected by https://github.com/vitest-dev/vitest/issues/4688

- [formrecognizer] help TypeScript to understand with more explicit type

- [schema-registry-{avro,json}] skip lib check due to lru-cache issue with the Iterator TReturn change

https://github.com/isaacs/node-lru-cache/issues/348
2024-09-19 18:07:31 -07:00
Jeremy Meng d5f6d677ec [EngSys] standardize OSS copyright header
- [eslint-plugin] github-source-headers rule should use "MIT License".

  This change updates our linter rule and the whole repository to have consistent
  license header.

***NO_CI***

- remove "All rights reserved." from header

- "MIT license" => "MIT License"
2024-08-27 13:01:38 -07:00
Jeremy Meng 5adb09d715 [engsys] upgrade dev dependency eslint to v9
***NO_CI***

- bump eslint version to ^9.9.0
- [eslint-plugin] remove eslint-plugin-import for now. Will re-visit until it supports eslint v9
2024-08-23 16:37:40 -07:00
Jeremy Meng 4ab6590ffe Apply automated migration to eslint flat config 2024-08-22 11:43:19 -07:00
Deyaaeldeen Almahallawi 04e383e6f9
Upgrade tshy to v2 (#30747)
And in some cases downgrade from v3 to v2 (in event hubs and in
core-sse).
2024-08-13 16:01:59 -07:00
Deyaaeldeen Almahallawi 8637d50849
[clients] Upgrade vitest to v2 (#30730)
CI failure is unrelated, see
https://dev.azure.com/azure-sdk/public/_build/results?buildId=4046824&view=logs&j=58292cae-3c74-5729-4cfd-9ceee65fe129&t=5e44d412-b571-5a43-3bb4-5c5145c0a5aa.
2024-08-13 13:48:01 -07:00
ZiWei Chen 77bce1c227
[mgmt] refresh mongocluster (#30374)
fixes https://github.com/Azure/azure-sdk-for-js/issues/30327
2024-07-31 17:40:12 +08:00
ZiWei Chen 69d472a72e
[mgmt] network release (#30434)
https://github.com/Azure/sdk-release-request/issues/5305
2024-07-28 20:05:46 +08:00
Jeremy Meng 1b71788c5c
[EngSys] upgrade dev dependency `prettier` to 3.3.3 (#30429)
There's some behavior change that adds parentheses for nullish coalescing in
ternary.  So we will need to re-format our code base.

- remove prettier from packages that don't need them since we run the vendored
version via dev-tool
2024-07-16 13:52:10 -07:00
Jeremy Meng b93b62368b [EngSys] remove tsconfig.package.json
which only extends from tsconfig.json.  There might be more customization for
packages in the early days but not any more.

This PR removes it and updates packages to extends tsconfig.json directly

***NO_CI***
2024-07-16 13:27:25 +00:00
Azure SDK Bot 632f6ae7b5
Post release automated changes for mongocluster releases (#30307)
Post release automated changes for azure-arm-mongocluster
2024-07-05 16:52:25 +08:00
ZiWei Chen a9397f7729
[mgmt] Mongocluster with modular (#30102)
Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>
Co-authored-by: qiaozha <qiaozha@microsoft.com>
2024-07-05 15:31:41 +08:00