Skip to content

Commit 75bcf8f

Browse files
authored
translate: 2025-11-13 article (#1332)
1 parent 1916ed2 commit 75bcf8f

File tree

1 file changed

+177
-0
lines changed

1 file changed

+177
-0
lines changed
Lines changed: 177 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,177 @@
1+
---
2+
title: "2025-11-13: Node.js v24 LTS, Node.js v25.2.0(Strip types가 Stable), npm 시큐리티 업데이트"
3+
author: "azu"
4+
translator: rewrite0w0
5+
layout: post
6+
date: 2025-11-13T02:39:08.381Z
7+
category: JSer
8+
tags:
9+
- nodejs
10+
- React
11+
- css
12+
- npm
13+
- security
14+
15+
---
16+
17+
JSer.info #755 - Node.js v24.11.0가 Long Term Support(LTS)으로 출시되었다.
18+
19+
- [Node.js — Node.js v24.11.0 (LTS)](https://nodejs.org/en/blog/release/v24.11.0)
20+
21+
Node.js 24 LTS가 되는 버전으로, 2028 년 4월 30일까지 지원됩니다. LTS 출시는, 실 환경에서 사용이 적절한 안정화 버전이며, 장기적으로 관리와 시큐리티 업데이트 제공됩니다.
22+
23+
---
24+
25+
Node.js v25.2.0가 출시되었습니다.
26+
27+
- [Node.js — Node.js v25.2.0 (Current)](https://nodejs.org/en/blog/release/v25.2.0)
28+
29+
Type Stripping 기능이 Stable이 되었습니다.
30+
이에, TypeScript 파일을 직접 실행할 때 자료형 정보를 자동적으로 삭제하는 기능이 정식으로 지원됩니다.
31+
또한, `util.deprecate`으로 `modifyPrototype` 옵션 추가되어, 프로토타입 변경을 제어할 수 있습니다.
32+
33+
- [module: mark type stripping as stable by marco-ippolito · Pull Request #60600 · nodejs/node](https://github.com/nodejs/node/pull/60600)
34+
35+
---
36+
37+
npmの 시큐리티 업데이트가 있습니다.
38+
39+
- [npm security update: Classic token creation disabled and granular token changes - GitHub Changelog](https://github.blog/changelog/2025-11-05-npm-security-update-classic-token-creation-disabled-and-granular-token-changes/)
40+
41+
Classic token 신규 신청이 막히며, 기존 Classic token은 2025년 11월 19일까지 유효합니다. Granular token에는, write 권한에 2FA가 필수가 되고, CI/CD 환경 대상으로 Bypass 2FA 옵션이 추가됩니다. 또한, write 권한을 갖는 token에는 90일 유효기간이 설정됩니다.
42+
43+
----
44+
45+
{% include inline-support.html %}
46+
47+
----
48+
49+
<h1 class="site-genre">헤드라인</h1>
50+
51+
----
52+
53+
## Node.js — Node.js v24.11.0 (LTS)
54+
[nodejs.org/en/blog/release/v24.11.0](https://nodejs.org/en/blog/release/v24.11.0 "Node.js — Node.js v24.11.0 (LTS)")
55+
<p class="jser-tags jser-tag-icon"><span class="jser-tag">nodejs</span> <span class="jser-tag">ReleaseNote</span></p>
56+
57+
Node.js v24.11.0 출시.
58+
Node.js 24 LTS가 될 버전으로, 2028-04-30까지 지원
59+
60+
61+
----
62+
63+
## module: mark type stripping as stable by marco-ippolito · Pull Request #60600 · nodejs/node
64+
[github.com/nodejs/node/pull/60600](https://github.com/nodejs/node/pull/60600 "module: mark type stripping as stable by marco-ippolito · Pull Request #60600 · nodejs/node")
65+
<p class="jser-tags jser-tag-icon"><span class="jser-tag">nodejs</span> <span class="jser-tag">TypeScript</span> <span class="jser-tag">issue</span></p>
66+
67+
Node.js v25.2.0에서 TypeScript type stripping 지원이 stable
68+
69+
70+
----
71+
72+
## Node.js — Node.js v25.2.0 (Current)
73+
[nodejs.org/en/blog/release/v25.2.0](https://nodejs.org/en/blog/release/v25.2.0 "Node.js — Node.js v25.2.0 (Current)")
74+
<p class="jser-tags jser-tag-icon"><span class="jser-tag">nodejs</span> <span class="jser-tag">ReleaseNote</span></p>
75+
76+
Node.js v25.2.0 출시.
77+
Type Stripping를 Stable으로 변경, `util.deprecate`에서 `modifyPrototype` 옵션 추가
78+
79+
80+
----
81+
82+
## Release v6.5.0 · vadimdemedes/ink
83+
[github.com/vadimdemedes/ink/releases/tag/v6.5.0](https://github.com/vadimdemedes/ink/releases/tag/v6.5.0 "Release v6.5.0 · vadimdemedes/ink")
84+
<p class="jser-tags jser-tag-icon"><span class="jser-tag">React</span> <span class="jser-tag">terminal</span> <span class="jser-tag">UI</span> <span class="jser-tag">library</span> <span class="jser-tag">ReleaseNote</span></p>
85+
86+
Ink v6.5.0 출시.
87+
`incrementalRendering` 옵션 추가, 차이만큼 렌더링
88+
89+
90+
----
91+
<h1 class="site-genre">읽을거리</h1>
92+
93+
----
94+
95+
## Perfectly Pointed Tooltips: A Foundation – Frontend Masters Blog
96+
[frontendmasters.com/blog/perfectly-pointed-tooltips-a-foundation/](https://frontendmasters.com/blog/perfectly-pointed-tooltips-a-foundation/ "Perfectly Pointed Tooltips: A Foundation – Frontend Masters Blog")
97+
<p class="jser-tags jser-tag-icon"><span class="jser-tag">css</span> <span class="jser-tag">article</span></p>
98+
99+
CSS의 anchor positioning 관련하여
100+
101+
102+
----
103+
104+
## npm security update: Classic token creation disabled and granular token changes - GitHub Changelog
105+
[github.blog/changelog/2025-11-05-npm-security-update-classic-token-creation-disabled-and-granular-token-changes/](https://github.blog/changelog/2025-11-05-npm-security-update-classic-token-creation-disabled-and-granular-token-changes/ "npm security update: Classic token creation disabled and granular token changes - GitHub Changelog")
106+
<p class="jser-tags jser-tag-icon"><span class="jser-tag">npm</span> <span class="jser-tag">security</span> <span class="jser-tag">article</span></p>
107+
108+
npm 시큐리티 업데이트 관련하여
109+
Classic token 작성 무효화, 기존 Classic token은 11년 19일까지 유효.
110+
Granular token에서 write 권한이 2FA 필수화, CI/CD용 Bypass 2FA 옵션 추가, write 권한을 갖는 token은 90일까지 유효하도록 변경
111+
112+
113+
----
114+
115+
## How To Throttle Specific Requests In Chrome DevTools | DebugBear
116+
[www.debugbear.com/blog/chrome-devtools-throttle-individual-request](https://www.debugbear.com/blog/chrome-devtools-throttle-individual-request "How To Throttle Specific Requests In Chrome DevTools | DebugBear")
117+
<p class="jser-tags jser-tag-icon"><span class="jser-tag">Chrome</span> <span class="jser-tag">debug</span> <span class="jser-tag">article</span></p>
118+
119+
Chrome DevTools에 실험적으로 도입되어 있는 리퀘스트 단위 쓰로틀링 설정 관련하여
120+
121+
122+
----
123+
124+
## tinyglobby: a success story in modernization and performance | e18e
125+
[e18e.dev/blog/tinyglobby-migration.html](https://e18e.dev/blog/tinyglobby-migration.html "tinyglobby: a success story in modernization and performance | e18e")
126+
<p class="jser-tags jser-tag-icon"><span class="jser-tag">nodejs</span> <span class="jser-tag">article</span></p>
127+
128+
tinyglobby 관련하여.
129+
다른 glob 라이브러리와 차이와 왜 만들어졌는가에 대하여
130+
131+
132+
----
133+
134+
## Don&#039;t Blindly Use useTransition Everywhere | Nicolas Charpentier
135+
[www.charpeni.com/blog/dont-blindly-use-usetransition-everywhere](https://www.charpeni.com/blog/dont-blindly-use-usetransition-everywhere "Don&#039;t Blindly Use useTransition Everywhere | Nicolas Charpentier")
136+
<p class="jser-tags jser-tag-icon"><span class="jser-tag">React</span> <span class="jser-tag">article</span></p>
137+
138+
`useTransition`를 긴급성 높은 UI 갱신에 사용하면 지연이 발생하기에, 사용 구분이 필요하다는 이야기.
139+
태그 바꾸기와 `<Activity>` 관련하여
140+
141+
142+
----
143+
144+
## Your URL Is Your State
145+
[alfy.blog/2025/10/31/your-url-is-your-state.html](https://alfy.blog/2025/10/31/your-url-is-your-state.html "Your URL Is Your State")
146+
<p class="jser-tags jser-tag-icon"><span class="jser-tag">URL</span> <span class="jser-tag">browser</span> <span class="jser-tag">article</span></p>
147+
148+
URL으로 상태를 갖게하는 방법에 대하여
149+
150+
151+
----
152+
<h1 class="site-genre">슬라이드, 영상</h1>
153+
154+
----
155+
156+
## CascadiaJS 2025 - YouTube
157+
[www.youtube.com/playlist?list&#x3D;PLLiioAbFTbKP4JVMijrNRRrNccfauPko8#cascadiajs](https://www.youtube.com/playlist?list=PLLiioAbFTbKP4JVMijrNRRrNccfauPko8#cascadiajs "CascadiaJS 2025 - YouTube")
158+
<p class="jser-tags jser-tag-icon"><span class="jser-tag">video</span> <span class="jser-tag">Conference</span></p>
159+
160+
CascadiaJS 영상 모음
161+
162+
- [CascadiaJS 2025 | Sept 18 - 19 | Seattle, WA](https://cascadiajs.com/2025/ "CascadiaJS 2025 | Sept 18 - 19 | Seattle, WA")
163+
164+
----
165+
<h1 class="site-genre">웹사이트, 서비스, 문서</h1>
166+
167+
----
168+
169+
## stepwisehq/prosemirror-collab-commit: Commit-based collaborative editing plugin for ProseMirror
170+
[github.com/stepwisehq/prosemirror-collab-commit](https://github.com/stepwisehq/prosemirror-collab-commit "stepwisehq/prosemirror-collab-commit: Commit-based collaborative editing plugin for ProseMirror")
171+
<p class="jser-tags jser-tag-icon"><span class="jser-tag">JavaScript</span> <span class="jser-tag">editor</span> <span class="jser-tag">library</span></p>
172+
173+
CRDT은 인원이 많아지면 성능 문제가 발생하므로, 커밋 기반 콜라보레이션을 구현하는 ProseMirror 플러그인
174+
175+
- [ProseMirror Collab Performance | Blog](https://stepwisehq.com/blog/2023-07-25-prosemirror-collab-performance/ "ProseMirror Collab Performance | Blog")
176+
177+
----

0 commit comments

Comments
 (0)