Bun

bun outdated

使用 bun outdated 检查项目中过期的依赖项。此命令显示一个表格,列出有可用新版本的依赖项。

$bun outdated
bun outdated v1.2.5
当前版本
更新版本
最新版本
@sinclair/typebox
0.34.15
0.34.16
0.34.16
@types/bun (dev)
1.2.0
1.2.5
1.2.5
eslint (dev)
8.57.1
8.57.1
9.20.0
eslint-plugin-security (dev)
2.1.1
2.1.1
3.0.1
eslint-plugin-sonarjs (dev)
0.23.0
0.23.0
3.0.1
expect-type (dev)
0.16.0
0.16.0
1.1.0
prettier (dev)
3.4.2
3.5.0
3.5.0
tsup (dev)
8.3.5
8.3.6
8.3.6
typescript (dev)
5.7.2
5.7.3
5.7.3

版本信息

输出表格显示三个版本列

  • 当前版本:当前安装的版本
  • 更新版本:满足您的 package.json 版本范围的最新版本
  • 最新版本:发布到注册表的最新版本

依赖过滤器

bun outdated 支持按包名称和 glob 模式搜索过期的依赖项。

要检查特定依赖项是否已过期,请将包名称作为位置参数传递

$bun outdated eslint-plugin-security eslint-plugin-sonarjs
bun outdated v1.2.5
当前版本
更新版本
最新版本
eslint-plugin-security (dev)
2.1.1
2.1.1
3.0.1
eslint-plugin-sonarjs (dev)
0.23.0
0.23.0
3.0.1

您还可以传递 glob 模式来检查过期的包

$bun outdated 'eslint*'
bun outdated v1.2.5
当前版本
更新版本
最新版本
eslint (dev)
8.57.1
8.57.1
9.20.0
eslint-plugin-security (dev)
2.1.1
2.1.1
3.0.1
eslint-plugin-sonarjs (dev)
0.23.0
0.23.0
3.0.1

例如,要检查过期的 @types/*

$bun outdated '@types/*'
bun outdated v1.2.5
当前版本
更新版本
最新版本
@types/bun (dev)
1.2.0
1.2.5
1.2.5

或者排除所有 @types/*

$bun outdated '!@types/*'
bun outdated v1.2.5
当前版本
更新版本
最新版本
@sinclair/typebox
0.34.15
0.34.16
0.34.16
eslint (dev)
8.57.1
8.57.1
9.20.0
eslint-plugin-security (dev)
2.1.1
2.1.1
3.0.1
eslint-plugin-sonarjs (dev)
0.23.0
0.23.0
3.0.1
expect-type (dev)
0.16.0
0.16.0
1.1.0
prettier (dev)
3.4.2
3.5.0
3.5.0
tsup (dev)
8.3.5
8.3.6
8.3.6
typescript (dev)
5.7.2
5.7.3
5.7.3

工作区过滤器

使用 --filter 标志来检查不同工作区包中过期的依赖项

$bun outdated --filter='@monorepo/types'
bun outdated v1.2.5
当前版本
更新版本
最新版本
tsup (dev)
8.3.5
8.3.6
8.3.6
typescript (dev)
5.7.2
5.7.3
5.7.3

您可以传递多个 --filter 标志来检查多个工作区

$bun outdated --filter @monorepo/types --filter @monorepo/cli
bun outdated v1.2.5
当前版本
更新版本
最新版本
eslint (dev)
8.57.1
8.57.1
9.20.0
eslint-plugin-security (dev)
2.1.1
2.1.1
3.0.1
eslint-plugin-sonarjs (dev)
0.23.0
0.23.0
3.0.1
expect-type (dev)
0.16.0
0.16.0
1.1.0
tsup (dev)
8.3.5
8.3.6
8.3.6
typescript (dev)
5.7.2
5.7.3
5.7.3

您还可以传递 glob 模式来按工作区名称进行过滤

$bun outdated --filter='@monorepo/{types,cli}'
bun outdated v1.2.5
当前版本
更新版本
最新版本
eslint (dev)
8.57.1
8.57.1
9.20.0
eslint-plugin-security (dev)
2.1.1
2.1.1
3.0.1
eslint-plugin-sonarjs (dev)
0.23.0
0.23.0
3.0.1
expect-type (dev)
0.16.0
0.16.0
1.1.0
tsup (dev)
8.3.5
8.3.6
8.3.6
typescript (dev)
5.7.2
5.7.3
5.7.3

CLI 用法

$bun outdated filter

标志

配置

-c,--config=<val>
指定配置文件的路径 (bunfig.toml)
--registry=<val>
默认使用特定的注册表,覆盖 .npmrc、bunfig.toml 和环境变量

锁定文件管理

-y,--yarn
写入 yarn.lock 文件 (yarn v1)
--no-save
不要更新 package.json 或保存锁定文件
--save
保存到 package.json(默认为 true)
--frozen-lockfile
不允许更改锁定文件
--save-text-lockfile
保存基于文本的锁定文件
--lockfile-only
生成锁定文件而不安装依赖项

依赖管理

-p,--production
不安装 devDependencies
-f,--force
始终从注册表请求最新版本并重新安装所有依赖项
--ignore-scripts
跳过项目 package.json 中的生命周期脚本(永远不会运行依赖项脚本)
--trust
添加到项目 package.json 中的 trustedDependencies 并安装包
--omit=<val>
从安装中排除 'dev'、'optional' 或 'peer' 依赖项

缓存和验证

--cache-dir=<val>
从特定目录路径存储和加载缓存数据
--no-cache
完全忽略清单缓存
--no-verify
跳过验证新下载包的完整性

日志记录和输出

--silent
不记录任何内容
--verbose
过度详细的日志记录
--no-progress
禁用进度条
--no-summary
不打印摘要

安装行为

--dry-run
不安装任何内容
--concurrent-scripts=<val>
生命周期脚本的最大并发作业数(默认为 5)
--network-concurrency=<val>
最大并发网络请求数(默认为 48)
--backend=<val>
用于安装依赖项的特定于平台的优化。可能的值:“clonefile”(默认)、“hardlink”、“symlink”、“copyfile”

安全和证书

--ca=<val>
提供证书颁发机构签名证书
--cafile=<val>
与“--ca”相同,但它是证书的文件路径

安装范围

-g,--global
全局安装
--cwd=<val>
设置特定的 cwd

帮助

-h,--help
打印此帮助菜单

过滤

-F,--filter=<val>
显示每个匹配工作区的过期依赖项

示例

显示当前工作区中过期的依赖项。
bun outdated
使用 --filter 来包含多个工作区。
bun outdated --filter="*"
bun outdated --filter="./app/*"
使用名称模式过滤依赖项。
bun outdated jquery
bun outdated "is-*"