-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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パッケージの読み込みが正式にサポート | ||
|
||
|
@@ -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`の導入 | ||
|
||
|
@@ -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/) |