2025-02-01のJS: Bun 1.2、Tailwind CSS v4.0、TypeScript 5.8 Beta #1259
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bun 1.2がリリースされました。
Bun 1.2ではNode.jsとの互換性の向上として
node:http2
/node:dgram
/node:cluster
のサポートが追加されています。また、
Bun.s3
のS3 APIの追加、Bun.sql
のPostgresのサポート、テキストベースのbun.lock
ファイルのサポートされています。そのほかには、
package.json
にコメントを書けるように、.npmrc
ファイルのサポート。bun run --filter
、bun publish
コマンドのサポート、bun patch
のサポートなどが追加されています。Tailwind CSS v4.0がリリースされました。
Lightning CSSを使った新しいエンジンに変更、PostCSSの外部プラグインに非依存な形へ変更、Viteプラグインの追加が行われています。
また、
@source
ディレクティブの追加、CSS-first configurationのサポート、@container
/starting
variant/not-*
variantsの追加などが行われています。TypeScript 5.8 Betaがリリースされました。
conditional return typeの改善、
require(esm)
の対応、--module node18
を追加が行われています。Node.jsの
--experimental-strip-types
と合わせた設定をする--erasableSyntaxOnly
フラグの追加、--libReplacement
フラグの追加なども行われています。