Closed ShogunPanda closed 9 months ago
Latest commit: 25bf228c8e867730d1025200f80e7356f929315c
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
npm/commander@8.3.0 | environment, filesystem, shell | 0 |
151 kB | abetomo |
🚮 Removed packages: npm/commander@7.1.0
That is totally legit, no problem. Do you mind to elaborate a little bit so we can find eventually a way to both be happy about it?
Ah, sorry. I thought you added fields to .swcrc
, but it was a separate file. I'll review/merge after finishing some tasks in my hand.
No worries, no issues at all. Keep me posted!
Can you fix CI?
I tried on my Win machine and did not fail. Do you mind retrying here just in case?
@kdy1 Any update on this?
I retried CI several times but it still fails
Sorry, my bad. I ran it on the wrong branch. I was able to reproduce, fixing it.
Solved. :)
This PR add a new option that can point to JSON file. This file can contain any option supported by CLI (either in
kebab-case
orcamelCase
format) and will applied accordingly. Other options explicitly provided via command line override the one in the JSON file (so that the file can act as a "template").Fixes https://github.com/swc-project/cli/issues/284