Commit Graph

8 Commits

Author SHA1 Message Date
Will Jones d64448ec3b
Replace Rome with Biome in the NodeJS SDK ()
As @denbezrukov notes in , Rome (https://github.com/rome/tools,
the JavaScript toolchain we have been using to format and lint code in
the NodeJS SDK) has been deprecated. Biome (https://biomejs.dev/) has
sprung up in its place as a community fork and appears to be the best
bet for migration going forward. This commit introduces Biome, ports the
bits of configuration that need changing and updates formatting
accordingly.

Closes 

Co-authored-by: Denis Bezrukov <6227442+denbezrukov@users.noreply.github.com>
2024-06-24 11:14:56 +00:00
Will Jones 486a10e677
Regenerate test `package-lock.json` files ()
Many of our tests test JavaScript/TypeScript behaviour and thus rely on
`package.json` files specifying dependencies and `package-lock.json`
files pinning those dependencies. While the dependencies we use in our
tests are minimal and their bounds haven't changed (nor maybe have much
reason to change), the transitive dependency set is potentially large
and worth keeping up-to-date (e.g. for security reasons, or just keeping
Dependabot happy). This commit thus regenerates all the
`package-lock.json` files associated with tests that Dependabot has
previously recommended we bump.

* Closes 
* Closes 
* Closes  
* Closes  
* Closes  
* Closes  
* Closes  
* Closes 
* Closes  
* Closes 
* Closes  
* Closes 
* Closes  
* Closes  
* Closes 
2024-06-13 10:52:59 +00:00
Justin Van Patten 16db89deda Bump semver and @pulumi/pulumi 2023-06-24 13:53:19 -07:00
Mikhail Shilkov 233ececb0f
Update all references to pulumi so that source-map-support isn't deprecated anymore () 2022-07-01 20:31:57 +02:00
Mikhail Shilkov b3fc3d6acb Revert "Update all references to pulumi so that source-map-support isn't deprecated anymore"
This reverts commit 4c6810f236.
2022-07-01 15:42:00 +02:00
Mikhail Shilkov 4c6810f236 Update all references to pulumi so that source-map-support isn't deprecated anymore 2022-07-01 15:35:47 +02:00
Komal 37baab9749
Use local backend for concurrency test () 2021-05-04 09:43:11 -07:00
Komal 61ce479241
Re-add [BREAKING] - Standardize stack select behavior () ()
Co-authored-by: Paul Stack <public@paulstack.co.uk>
2021-04-22 14:10:39 +01:00