Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
uki00a committed Jan 19, 2025
1 parent 176cddf commit c331475
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions content/articles/2025/01/19.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ title: 2025/01/13〜2025/01/19の最新情報
tags:
- Deno
- esm.sh
- Nuxt
categories:
- news
date: 2025-01-19
description: >
Deno v2.1.6 (compilerOptions.typesの取り扱いの改善, vite/client向けの改善, npm-check-updatesパッケージやplaywright installコマンドを動かすための対応など), esm.sh v136 (jsrパッケージの正式サポート, pkg.pr.newのサポートなど)
Deno v2.1.6 (compilerOptions.typesの取り扱いの改善, vite/client向けの改善, npm-check-updatesパッケージやplaywright installコマンドを動かすための対応など), esm.sh v136 (jsrパッケージの正式サポート, pkg.pr.newのサポートなど), Nuxtのチュートリアルが公開
---

## Deno v2.1.6
Expand Down Expand Up @@ -64,7 +65,7 @@ Windows向けに生成したバイナリーで`error: Uncaught SyntaxError`エ

## esm.sh v136

[esm.sh v136](https://github.com/esm-dev/esm.sh/releases/tag/v136)
[esm.sh v136](https://github.com/esm-dev/esm.sh/releases/tag/v136)がリリースされています。

### jsrパッケージの読み込みが正式にサポート

Expand All @@ -80,7 +81,7 @@ import { pick } from "https://esm.sh/jsr/@std/[email protected]/pick";

### `pnpmへの依存の削除`

`pnpm`への内部的な依存が削除され、Goベースの独自のパッケージマネージャーが導入されているようです。これに伴い、Node.jsへの依存も不要になる模様です。`esm.sh`をセルフホストしたい場合に影響がありそうです。
`pnpm`への内部的な依存が削除され、Goベースの独自のパッケージマネージャーが導入されているようです。これに伴いNode.jsへの依存も不要になる模様です。`esm.sh`をセルフホストしたい場合に影響がありそうです。

### `unenv`の導入

Expand All @@ -105,3 +106,13 @@ import { join } from "https://esm.sh/node/path.mjs";
### 非推奨化

build API ([`esm.sh/build`](https://github.com/esm-dev/esm.sh/tree/v135_7#building-module-with-custom-inputcode))と[Deno向けのCLI](https://github.com/esm-dev/esm.sh/tree/v135_7#using-cli-script)が非推奨化されています。

## Nuxtのチュートリアルが公開

Denoの公式ドキュメントでNuxtとTailwind CSSを使用するためのチュートリアルが公開されています:

- [Nuxt tutorial (denoland/docs#1325)](https://github.com/denoland/docs/pull/1325)

以下のページから閲覧できます:

- [Build a Nuxt app with Deno](https://docs.deno.com/examples/nuxt_tutorial/)

0 comments on commit c331475

Please sign in to comment.