Skip to content

Commit 43f5cd7

Browse files
authored
Merge branch 'master' into hayat01sh1da/restful-api/introduce-steep-typechecking
2 parents c33f9bb + 1043c22 commit 43f5cd7

14 files changed

Lines changed: 1189 additions & 990 deletions

File tree

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v26.0.0
1+
v26.1.0

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.14.4
1+
3.14.5

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
| --------------------- | ---------------------------------- | ----------------------------------------------------------------------------------- |
1111
| OS baseline | WSL (Ubuntu 25.10) | Shared environment across tracks. |
1212
| Ruby / Rails content | Ruby 4.0.3 (`.ruby-version`) | Rails subprojects rely on Bundler; check each subfolder for gem specs. |
13-
| Python content | CPython 3.14.4 (`.python-version`) | Install per-track requirements as documented. |
14-
| JavaScript/TypeScript | Node v26.0.0 (`.node-version`) | Frontend tracks (React/Vue/TS/JS) use Node tooling plus per-project `package.json`. |
13+
| Python content | CPython 3.14.5 (`.python-version`) | Install per-track requirements as documented. |
14+
| JavaScript/TypeScript | Node v26.1.0 (`.node-version`) | Frontend tracks (React/Vue/TS/JS) use Node tooling plus per-project `package.json`. |
1515

1616
## Backward Compatibility
1717

javascript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 1. Environment
22

3-
- Node v26.0.0
3+
- Node v26.1.0
44
- PNPM 10.30.3
55

66
## 2. Reference

javascript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"devDependencies": {
2020
"@babel/core": "^7.29.0",
2121
"@babel/preset-env": "^7.29.5",
22-
"babel-jest": "^30.3.0",
23-
"jest": "^30.3.0",
22+
"babel-jest": "^30.4.1",
23+
"jest": "^30.4.2",
2424
"marked": "^17.0.6"
2525
}
2626
}

javascript/pnpm-lock.yaml

Lines changed: 355 additions & 347 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 1. Environment
22

3-
- Python 3.14.4
3+
- Python 3.14.5
44

55
## 2. Reference
66

@@ -17,7 +17,7 @@ $ pip install -r requirements.txt
1717
```command
1818
$ pytest
1919
============================= test session starts ==============================
20-
platform linux -- Python 3.14.4, pytest-9.0.3, pluggy-1.6.0
20+
platform linux -- Python 3.14.5, pytest-9.0.3, pluggy-1.6.0
2121
rootdir: /mnt/c/Users/binlh/Documents/development/tutorials/python
2222
collected 47 items
2323

0 commit comments

Comments
 (0)