This website requires JavaScript.
Explore
ben
ben/packages
Help
Sign In
mirrors
/
pulumi
mirror of
https://github.com/pulumi/pulumi.git
Watch
0
Star
0
Fork
You've already forked pulumi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
462657d9e9
Branches
Tags
No results found.
pulumi
/
sdk
/
nodejs
/
npm
/
testdata
/
nested
/
package.json
5 lines
57 B
JSON
Raw
Normal View
History
Unescape
Escape
Detect npm and yarn workspaces setups (#15421) # Description Make `pulumi install` detect npm and yarn workspaces setups and successfully install dependencies. Fixes #15435 ## Checklist - [x] I have run `make tidy` to update any new dependencies - [x] I have run `make lint` to verify my code passes the lint check - [x] I have formatted my code using `gofumpt`
2024-02-16 08:25:12 +00:00
{
"name"
:
"nested-project"
,
"version"
:
"1.0.0"
Replace Rome with Biome in the NodeJS SDK (#16456) As @denbezrukov notes in #13885, 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 #13885 Co-authored-by: Denis Bezrukov <6227442+denbezrukov@users.noreply.github.com>
2024-06-24 11:14:56 +00:00
}