File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- v26.4 .0
1+ v26.5 .0
Original file line number Diff line number Diff line change 1212| Gemfile | 4.0.16 | Per-project dependency manifest; versions install via Bundler. |
1313| Bundler | 4.0.16 | Resolves and installs the gems declared in the Gemfile. |
1414| Python exercises | CPython 3.14.6 (` .python-version ` ) | Requirements are declared per exercise; base templates use stdlib only. |
15- | JavaScript exercises | Node v26.4 .0 (` .node-version ` ) | Use the Node toolchain plus any dependencies listed inside each ` package.json ` . |
15+ | JavaScript exercises | Node v26.5 .0 (` .node-version ` ) | Use the Node toolchain plus any dependencies listed inside each ` package.json ` . |
1616
1717## Backward Compatibility
1818
Original file line number Diff line number Diff line change 11## 1. Environment
22
3- - Node v26.4 .0
4- - pnpm 11.9 .0
3+ - Node v26.5 .0
4+ - pnpm 11.13 .0
55
66## 2. JEST install for Unit Test
77
Original file line number Diff line number Diff line change 11{
22 "name" : " coding-test-js" ,
33 "version" : " 1.0.0" ,
4- "description" : " * WSL(Ubuntu 25.10 (GNU/Linux 6.6.87.2-microsoft-standard-WSL2 x86_64)) * Node.js v26.4 .0 * pnpm 11.9 .0" ,
4+ "description" : " * WSL(Ubuntu 25.10 (GNU/Linux 6.6.87.2-microsoft-standard-WSL2 x86_64)) * Node.js v26.5 .0 * pnpm 11.13 .0" ,
55 "main" : " index.js" ,
66 "scripts" : {
77 "test" : " echo \" Error: no test specified\" && exit 1"
You can’t perform that action at this time.
0 commit comments