Jeremy Meng
1a09f43108
[EngSys] upgrade dev dependency `typescript` version to `~5.5.3`
...
***NO_CI***
- also include *.api.md updates due to the following TypeScript 5.5 change
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-5.html#simplified-reference-directive-declaration-emit
2024-07-03 22:24:35 +00:00
Azure SDK Bot
5f9c7e6ba8
Post release automated changes for selfhelp releases ( #30197 )
...
Post release automated changes for azure-arm-selfhelp
2024-06-27 17:49:55 +08:00
ZiWei Chen
f97b049007
[mgmt] selfhelp release ( #30181 )
...
https://github.com/Azure/sdk-release-request/issues/5281
2024-06-27 12:40:42 +08:00
Maor Leger
2e040fae8a
Bump @azure/identity to 4.2.1 in samples ***NO_CI***
2024-06-11 14:01:31 -07:00
Azure SDK Bot
3158783e84
Post release automated changes for selfhelp releases ( #29675 )
...
Post release automated changes for azure-arm-selfhelp
2024-05-13 11:48:50 +08:00
ZiWei Chen
1733bfa3b6
[mgmt] selfhelp release ( #29660 )
...
https://github.com/Azure/sdk-release-request/issues/5198
2024-05-11 11:26:09 +08:00
Azure SDK Bot
6c467f27fa
Post release automated changes for selfhelp releases ( #29475 )
...
Post release automated changes for azure-arm-selfhelp
2024-05-01 18:09:52 -04:00
ZiWei Chen
4d300c4319
[mgmt] selfhelp release ( #29315 )
...
https://github.com/Azure/sdk-release-request/issues/5110
2024-04-26 11:45:22 +08:00
Maor Leger
224f7c1c14
[EngSys] Migrate to dev-tool extract-api ***NO_CI***
2024-04-19 18:13:41 +00:00
Maor Leger
446e9d831b
[EngSys] Remove ESM dependency ***NO_CI***
2024-04-19 15:45:48 +00:00
Jeremy Meng
ffe81c5bcf
[EngSys] upgrade dev dependency `mkdirp` to `^3.0.1`
...
***NO_CI***
2024-04-15 11:27:58 -07:00
Jeremy Meng
398494acd8
[EngSys] upgrade dev dependency `typescript` to `~5.4.5`
...
The only package that still stays on ~5.3.3 is search-document (tracked by issue #29283 )
***NO_CI***
2024-04-11 23:19:38 +00:00
Maor Leger
c0d505f086
[EngSys] Update to @azure/identity 4.x
...
This change migrates every package to the latest major version of
identity in order to ensure we can catch any regressions earlier in the
development process.
I chose to upgrade the samples' package.json as well - but happy to
revert that if there are objections.
***NO_CI***
2024-02-02 19:01:35 +00:00
Jeremy Meng
ee5c29d72d
***NO_CI***
...
bump to ~5.3.3
2024-01-26 11:25:48 -08:00
Matthew Podwysocki
f70fa9821c
[EngSys] Update TypeScript to 5.3
2024-01-26 11:25:47 -08:00
Azure SDK Bot
8bb8012029
Post release automated changes for selfhelp releases ( #28086 )
...
Post release automated changes for azure-arm-selfhelp
2023-12-27 12:22:18 -08:00
ZiWei Chen
36bf553159
[mgmt] selfhelp re ( #27985 )
...
https://github.com/Azure/sdk-release-request/issues/4769
2023-12-21 14:39:52 +08:00
Azure SDK Bot
afbc0cb913
Post release automated changes for selfhelp releases ( #27540 )
...
Post release automated changes for azure-arm-selfhelp
2023-11-09 13:16:48 -08:00
Jeremy Meng
09111131ef
[EngSys] Increment minimum supported node version to v18
...
***NO_CI***
- React to @types/node changes
- Fix eslint-plugin tests
2023-10-30 21:01:37 +00:00
kazrael2119
e724b97747
[mgmt] selfhelp release ( #27261 )
...
https://github.com/Azure/sdk-release-request/issues/4528
2023-10-25 16:49:39 +08:00
Jeremy Meng
6d7f6359cb
[engsys] update dev dependency `typescript` version to `~5.2.0`
...
***NO_CI***
- Upgrade typedoc too as older version only supports TypeScript 5.0
2023-10-23 14:32:05 -04:00
Deyaaeldeen Almahallawi
72d460d5ba
Use dev-tool bundle in arm libraries ***NO_CI***
2023-10-16 21:03:26 +00:00
Jeremy Meng
c65d843a30
Increment minimum supported node version to 16
...
***NO_CI***
- update engine.node to >=16.0.0 in package.json
- update @types/node version to ^16.0.0
- update dev-tool sample's MIN_SUPPORTED_NODE_VERSION to 16
- update eslint-plugin's rules and tests related to engine.node version
- remove TextEncoder and TextDecoder stubs as they are now on global object
- fix tests compiler error due to better typings in v16
- update some README files to not reference version like 14.x.x
2023-10-09 21:09:54 +00:00
kazrael2119
ab391b646b
[mgmt] update quick-start link in changelog ( #27260 )
...
https://github.com/Azure/azure-sdk-for-js/pull/27223#discussion_r1338094846
2023-09-27 17:51:50 +08:00
Jeremy Meng
b2dfb59d59
[test] upgrade dev dependency `mocha` to `^10.0.0`
...
- along with it, `@types/mocha` version to `^10.0.0`
- add `esm` dev dependency as they are used, but not explicitly list
- use dev-tool run command for test scripts as much as possible
- fix test issue caused by Mocha behavior change around test name
- move `import "chai/register-should"` to mocha -r command line option for core
http tests
***NO_CI***
2023-09-26 18:54:14 +00:00
Deyaaeldeen Almahallawi
e95422bbd0
Fix up Azure dependencies ***NO_CI***
2023-09-22 18:38:37 +00:00
Jeremy Meng
ddc5a19e0c
[test][mgmt] add `testPollingOptions`/`updateIntervalInMs` of 0
...
***NO_CI***
so that LRO operations in playback mode don't wait.
2023-09-22 18:26:46 +00:00
Jeremy Meng
56d2330abe
[EngSys] add `ts-node` dev dependencies to rush projects
...
***NO_CI***
Most of our packages, if not all, have dev dependency on `ts-node` either
directly (`mocha --require ts-node/register`) or indirectly via dev-tool (`run
test:node-ts-input`). Currently tests are running fine because mocha is able to
resolve ts-node currently. It may fail in other cases though (e.g., after
migrating a package to ESM).
This ensures `ts-node@^10.0.0` and `types/node` are included for our rush
packages.
2023-08-23 14:36:24 -07:00
kazrael2119
f725fd60d7
issue fix ( #26379 )
...
https://github.com/Azure/azure-sdk-for-js/issues/26371
2023-07-05 11:01:53 +08:00
Azure SDK Bot
8549fefa85
Post release automated changes for selfhelp releases ( #26325 )
...
Post release automated changes for azure-arm-selfhelp
2023-06-29 15:23:49 -07:00
kazrael2119
59444744ab
selfhelp release ( #26074 )
...
https://github.com/Azure/sdk-release-request/issues/4178
Recording:
https://github.com/Azure/azure-sdk-assets/tree/js/selfhelp/arm-selfhelp_05d2b1877d
2023-06-26 16:40:31 +08:00
kazrael2119
bd041bd85e
selfhelp release ( #25678 )
...
https://github.com/Azure/sdk-release-request/issues/4034
2023-04-28 11:37:52 +08:00