File tree Expand file tree Collapse file tree
packages/i18n/src/locales Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ const BlogLayout: FC = () => {
6363 'announcements' ,
6464 'release' ,
6565 'vulnerability' ,
66+ 'migrations' ,
6667 'events' ,
6768 ] ) }
6869 />
Original file line number Diff line number Diff line change 197197 "securityBestPractices" : {
198198 "link" : " /learn/getting-started/security-best-practices" ,
199199 "label" : " components.navigation.learn.gettingStarted.links.securityBestPractices"
200+ },
201+ "userlandMigrations" : {
202+ "link" : " /learn/getting-started/userland-migrations" ,
203+ "label" : " components.navigation.learn.gettingStarted.links.userlandMigrations"
200204 }
201205 }
202206 },
Original file line number Diff line number Diff line change 11---
2+ date : ' 2025-09-26T12:00:00.000Z'
3+ category : migrations
24title : Node.js v12 to v14
3- layout : learn
4- authors : AugustinMauroy
5+ layout : blog-post
6+ author : AugustinMauroy
57---
68
79# Node.js v12 to v14
Original file line number Diff line number Diff line change 11---
2+ date : ' 2025-09-26T12:00:00.000Z'
3+ category : migrations
24title : Node.js v14 to v16
3- layout : learn
4- authors : AugustinMauroy
5+ layout : blog-post
6+ author : AugustinMauroy
57---
68
79# Node.js v14 to v16
Original file line number Diff line number Diff line change 11---
2+ date : ' 2025-09-26T12:00:00.000Z'
3+ category : migrations
24title : Node.js v20 to v22
3- layout : learn
4- authors : AugustinMauroy
5+ layout : blog-post
6+ author : AugustinMauroy
57---
68
79# Node.js v20 to v22
Original file line number Diff line number Diff line change 11---
2+ date : ' 2025-09-26T12:00:00.000Z'
3+ category : migrations
24title : Node.js v22 to v24
3- layout : learn
4- authors : AugustinMauroy
5+ layout : blog-post
6+ author : AugustinMauroy
57---
68
79# Node.js v22 to v24
File renamed without changes.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4848 "profiling" : " Profiling Node.js Applications" ,
4949 "fetch" : " Fetching data with Node.js" ,
5050 "websocket" : " WebSocket client with Node.js" ,
51- "securityBestPractices" : " Security Best Practices"
51+ "securityBestPractices" : " Security Best Practices" ,
52+ "userlandMigrations" : " Introduction to Userland Migrations"
5253 }
5354 },
5455 "typescript" : {
9899 "acceptInputFromTheCommandLineInNodejs" : " Accept input from the command line in Node.js"
99100 }
100101 },
101- "userland-migrations" : {
102- "links" : {
103- "userland-migrations" : " Userland Migrations" ,
104- "introduction" : " Introduction to Userland Migrations" ,
105- "ecosystem" : " Ecosystem to Node.js" ,
106- "v22-to-v24" : " Node.js v22 to v24" ,
107- "v20-to-v22" : " Node.js v20 to v22" ,
108- "v14-to-v16" : " Node.js v14 to v16"
109- }
110- },
111102 "modules" : {
112103 "links" : {
113104 "modules" : " Modules" ,
330321 "video" : " Video" ,
331322 "weekly" : " Weekly Updates" ,
332323 "wg" : " Working Groups" ,
324+ "migrations" : " Migrations guides" ,
333325 "events" : " Events"
334326 }
335327 },
You can’t perform that action at this time.
0 commit comments