feat(bun): Detect bun using new text-format lockfile (#6441)

* Support bun text-format lockfile

Bun version 1.1.39 introduced a new plaintext lockfile. Currently it is opt-in only, but it will become the default in bun version 1.2.

* update docs

* update config schema

* update tests
This commit is contained in:
MK
2024-12-29 12:20:01 -05:00
committed by GitHub
parent 2922ee78d2
commit 2df521c69b
4 changed files with 37 additions and 11 deletions
+2
View File
@@ -87,6 +87,7 @@
"default": {
"detect_extensions": [],
"detect_files": [
"bun.lock",
"bun.lockb",
"bunfig.toml"
],
@@ -2225,6 +2226,7 @@
},
"detect_files": {
"default": [
"bun.lock",
"bun.lockb",
"bunfig.toml"
],