Skip to content

Commit 11b503b

Browse files
authored
Update Japanese post with npm CLI v11.10.0 details
Added details about npm CLI v11.10.0 release and its features, including security enhancements and trusted publishing configurations.
1 parent ba70d31 commit 11b503b

1 file changed

Lines changed: 15 additions & 17 deletions

File tree

_i18n/ja/_posts/2026/2026-02-26-electrobun-v1-deno-2.7-oxfmt-beta.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,21 @@ Web WorkerのDevToolsデバッグに対応、OpenTelemetryでDeno Cronの自動
127127
Node.js互換性の改善として`node:worker_threads`/`node:child_process`/`node:zlib`(Zstd)などの修正、V8 14.5へのアップデートなど。
128128

129129

130+
----
131+
132+
133+
## npm bulk trusted publishing config and script security now generally available - GitHub Changelog
134+
[github.blog/changelog/2026-02-18-npm-bulk-trusted-publishing-config-and-script-security-now-generally-available/](https://github.blog/changelog/2026-02-18-npm-bulk-trusted-publishing-config-and-script-security-now-generally-available/ "npm bulk trusted publishing config and script security now generally available - GitHub Changelog")
135+
<p class="jser-tags jser-tag-icon"><span class="jser-tag">npm</span> <span class="jser-tag">security</span></p>
136+
137+
npm CLI v11.10.0リリース。
138+
`min-release-age`でパッケージの公開から一定日経過したものだけをインストールできるように。
139+
`npm trust`コマンドで複数パッケージのOIDC Trusted Publishingの設定を一括で行えるように。
140+
`--allow-git`フラグの追加により、git依存関係のインストール時のセキュリティ制御が可能に。`.npmrc`でgit実行パスを上書きすることで`--ignore-scripts`使用時でもコード実行が可能だった問題に対処している。
141+
`--allow-git=none`の利用が推奨されており、npm CLI v12でデフォルトになる予定。
142+
143+
- [Release v11.11.0 · npm/cli](https://github.com/npm/cli/releases/tag/v11.11.0 "Release v11.11.0 · npm/cli")
144+
130145
----
131146

132147
## The React Foundation: A New Home for React Hosted by the Linux Foundation – React
@@ -187,23 +202,6 @@ Next.jsのルーティング、React Server Components、Server Actionsなどの
187202

188203
- [cloudflare/vinext: Vite plugin that reimplements the Next.js API surface — deploy anywhere](https://github.com/cloudflare/vinext "cloudflare/vinext: Vite plugin that reimplements the Next.js API surface — deploy anywhere")
189204

190-
----
191-
<h1 class="site-genre">スライド、動画関係</h1>
192-
193-
----
194-
195-
## npm bulk trusted publishing config and script security now generally available - GitHub Changelog
196-
[github.blog/changelog/2026-02-18-npm-bulk-trusted-publishing-config-and-script-security-now-generally-available/](https://github.blog/changelog/2026-02-18-npm-bulk-trusted-publishing-config-and-script-security-now-generally-available/ "npm bulk trusted publishing config and script security now generally available - GitHub Changelog")
197-
<p class="jser-tags jser-tag-icon"><span class="jser-tag">npm</span> <span class="jser-tag">security</span></p>
198-
199-
npm CLI v11.10.0リリース。
200-
`min-release-age`でパッケージの公開から一定日経過したものだけをインストールできるように。
201-
`npm trust`コマンドで複数パッケージのOIDC Trusted Publishingの設定を一括で行えるように。
202-
`--allow-git`フラグの追加により、git依存関係のインストール時のセキュリティ制御が可能に。`.npmrc`でgit実行パスを上書きすることで`--ignore-scripts`使用時でもコード実行が可能だった問題に対処している。
203-
`--allow-git=none`の利用が推奨されており、npm CLI v12でデフォルトになる予定。
204-
205-
- [Release v11.11.0 · npm/cli](https://github.com/npm/cli/releases/tag/v11.11.0 "Release v11.11.0 · npm/cli")
206-
207205
----
208206
<h1 class="site-genre">サイト、サービス、ドキュメント</h1>
209207

0 commit comments

Comments
 (0)