yadflow 3.18.0 → 3.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [3.18.1](https://github.com/abdelrahmannasr/yadflow/compare/v3.18.0...v3.18.1) (2026-09-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **docs:** raise the template's react-router-dom floor to the patched version ([ca510d4](https://github.com/abdelrahmannasr/yadflow/commit/ca510d40d42600254aa39821de99ae5990698605))
|
|
7
|
+
* **docs:** ship the docs template with a patched react-router-dom ([28b6ff7](https://github.com/abdelrahmannasr/yadflow/commit/28b6ff768fb6b11799ab28e4e4d780aa6bfca5bc)), closes [hi#severity](https://github.com/hi/issues/severity)
|
|
8
|
+
|
|
1
9
|
# [3.18.0](https://github.com/abdelrahmannasr/yadflow/compare/v3.17.3...v3.18.0) (2026-09-05)
|
|
2
10
|
|
|
3
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yadflow",
|
|
3
|
-
"version": "3.18.
|
|
3
|
+
"version": "3.18.1",
|
|
4
4
|
"description": "Yadflow — the gated, team, multi-repo SDLC: author → review → build with a PR-driven review gate and a zero-dependency `yad` CLI (setup, gate, commit, open-pr, ship, repo, thread, reconcile). A BMAD module + 38 yad-* skills.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "AbdelRahman Nasr",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"framer-motion": "^12.34.4",
|
|
12
12
|
"react": "^19.2.0",
|
|
13
13
|
"react-dom": "^19.2.0",
|
|
14
|
-
"react-router-dom": "^7.18.
|
|
14
|
+
"react-router-dom": "^7.18.2",
|
|
15
15
|
"zustand": "^5.0.11"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
@@ -505,29 +505,43 @@
|
|
|
505
505
|
}
|
|
506
506
|
},
|
|
507
507
|
"node_modules/@humanfs/core": {
|
|
508
|
-
"version": "0.19.
|
|
509
|
-
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.
|
|
510
|
-
"integrity": "sha512-
|
|
508
|
+
"version": "0.19.2",
|
|
509
|
+
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz",
|
|
510
|
+
"integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==",
|
|
511
511
|
"dev": true,
|
|
512
512
|
"license": "Apache-2.0",
|
|
513
|
+
"dependencies": {
|
|
514
|
+
"@humanfs/types": "^0.15.0"
|
|
515
|
+
},
|
|
513
516
|
"engines": {
|
|
514
517
|
"node": ">=18.18.0"
|
|
515
518
|
}
|
|
516
519
|
},
|
|
517
520
|
"node_modules/@humanfs/node": {
|
|
518
|
-
"version": "0.16.
|
|
519
|
-
"resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.
|
|
520
|
-
"integrity": "sha512
|
|
521
|
+
"version": "0.16.8",
|
|
522
|
+
"resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz",
|
|
523
|
+
"integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==",
|
|
521
524
|
"dev": true,
|
|
522
525
|
"license": "Apache-2.0",
|
|
523
526
|
"dependencies": {
|
|
524
|
-
"@humanfs/core": "^0.19.
|
|
527
|
+
"@humanfs/core": "^0.19.2",
|
|
528
|
+
"@humanfs/types": "^0.15.0",
|
|
525
529
|
"@humanwhocodes/retry": "^0.4.0"
|
|
526
530
|
},
|
|
527
531
|
"engines": {
|
|
528
532
|
"node": ">=18.18.0"
|
|
529
533
|
}
|
|
530
534
|
},
|
|
535
|
+
"node_modules/@humanfs/types": {
|
|
536
|
+
"version": "0.15.0",
|
|
537
|
+
"resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz",
|
|
538
|
+
"integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==",
|
|
539
|
+
"dev": true,
|
|
540
|
+
"license": "Apache-2.0",
|
|
541
|
+
"engines": {
|
|
542
|
+
"node": ">=18.18.0"
|
|
543
|
+
}
|
|
544
|
+
},
|
|
531
545
|
"node_modules/@humanwhocodes/module-importer": {
|
|
532
546
|
"version": "1.0.1",
|
|
533
547
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
|
|
@@ -1470,9 +1484,9 @@
|
|
|
1470
1484
|
}
|
|
1471
1485
|
},
|
|
1472
1486
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
|
|
1473
|
-
"version": "5.0.
|
|
1474
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
1475
|
-
"integrity": "sha512-
|
|
1487
|
+
"version": "5.0.9",
|
|
1488
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.9.tgz",
|
|
1489
|
+
"integrity": "sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==",
|
|
1476
1490
|
"dev": true,
|
|
1477
1491
|
"license": "MIT",
|
|
1478
1492
|
"dependencies": {
|
|
@@ -1658,9 +1672,9 @@
|
|
|
1658
1672
|
"license": "MIT"
|
|
1659
1673
|
},
|
|
1660
1674
|
"node_modules/baseline-browser-mapping": {
|
|
1661
|
-
"version": "2.
|
|
1662
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.
|
|
1663
|
-
"integrity": "sha512-
|
|
1675
|
+
"version": "2.11.21",
|
|
1676
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.11.21.tgz",
|
|
1677
|
+
"integrity": "sha512-uh8vpY/1/YyFkunIDFH/12p7/7VdPKA1hejMVEbdkEaWnUz0Hesvx5EbiU6XxjyHZIOju+ZMbQJkRh+es3/spQ==",
|
|
1664
1678
|
"dev": true,
|
|
1665
1679
|
"license": "Apache-2.0",
|
|
1666
1680
|
"bin": {
|
|
@@ -1671,9 +1685,9 @@
|
|
|
1671
1685
|
}
|
|
1672
1686
|
},
|
|
1673
1687
|
"node_modules/brace-expansion": {
|
|
1674
|
-
"version": "1.1.
|
|
1675
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
1676
|
-
"integrity": "sha512-
|
|
1688
|
+
"version": "1.1.18",
|
|
1689
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.18.tgz",
|
|
1690
|
+
"integrity": "sha512-Edep/X9fGqVNmzKBVsDYIOtD+z1tuezV70LBjdCst9Tqu76lsnvRiZ6oTic1n+/BIwX6QDGAO94PN4N2SADvtw==",
|
|
1677
1691
|
"dev": true,
|
|
1678
1692
|
"license": "MIT",
|
|
1679
1693
|
"dependencies": {
|
|
@@ -1682,9 +1696,9 @@
|
|
|
1682
1696
|
}
|
|
1683
1697
|
},
|
|
1684
1698
|
"node_modules/browserslist": {
|
|
1685
|
-
"version": "4.28.
|
|
1686
|
-
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.
|
|
1687
|
-
"integrity": "sha512-
|
|
1699
|
+
"version": "4.28.9",
|
|
1700
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.9.tgz",
|
|
1701
|
+
"integrity": "sha512-EWazOblFYUvlGZcfGhPUPmYh3nikUxBVb+y9MJun5f3hBi812X+8MSQTujLBtgK3cf51fJWbWfOjyeO954d+Eg==",
|
|
1688
1702
|
"dev": true,
|
|
1689
1703
|
"funding": [
|
|
1690
1704
|
{
|
|
@@ -1702,11 +1716,11 @@
|
|
|
1702
1716
|
],
|
|
1703
1717
|
"license": "MIT",
|
|
1704
1718
|
"dependencies": {
|
|
1705
|
-
"baseline-browser-mapping": "^2.
|
|
1706
|
-
"caniuse-lite": "^1.0.
|
|
1707
|
-
"electron-to-chromium": "^1.5.
|
|
1708
|
-
"node-releases": "^2.0.
|
|
1709
|
-
"update-browserslist-db": "^1.2
|
|
1719
|
+
"baseline-browser-mapping": "^2.11.20",
|
|
1720
|
+
"caniuse-lite": "^1.0.30001810",
|
|
1721
|
+
"electron-to-chromium": "^1.5.420",
|
|
1722
|
+
"node-releases": "^2.0.54",
|
|
1723
|
+
"update-browserslist-db": "^1.3.2"
|
|
1710
1724
|
},
|
|
1711
1725
|
"bin": {
|
|
1712
1726
|
"browserslist": "cli.js"
|
|
@@ -1726,9 +1740,9 @@
|
|
|
1726
1740
|
}
|
|
1727
1741
|
},
|
|
1728
1742
|
"node_modules/caniuse-lite": {
|
|
1729
|
-
"version": "1.0.
|
|
1730
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
1731
|
-
"integrity": "sha512-
|
|
1743
|
+
"version": "1.0.30001810",
|
|
1744
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001810.tgz",
|
|
1745
|
+
"integrity": "sha512-TITQPUkaz+aVk5GL6NhOdwk1aEaNTSDPsGFWrTuhKGtjTF70jL/Oht2W4c6rXUe5fu7Ie19VIahAXHIIiWWNeg==",
|
|
1732
1746
|
"dev": true,
|
|
1733
1747
|
"funding": [
|
|
1734
1748
|
{
|
|
@@ -1868,9 +1882,9 @@
|
|
|
1868
1882
|
}
|
|
1869
1883
|
},
|
|
1870
1884
|
"node_modules/electron-to-chromium": {
|
|
1871
|
-
"version": "1.5.
|
|
1872
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
1873
|
-
"integrity": "sha512-
|
|
1885
|
+
"version": "1.5.422",
|
|
1886
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.422.tgz",
|
|
1887
|
+
"integrity": "sha512-UvA/32XqrLDdZSn7Jllo1AYNcWji/G0d5M0GTViE7KoGBiMunw3a34Sb2KO4ZZyrSEhqsxFoVhWWJshdyfKqJA==",
|
|
1874
1888
|
"dev": true,
|
|
1875
1889
|
"license": "ISC"
|
|
1876
1890
|
},
|
|
@@ -2815,9 +2829,9 @@
|
|
|
2815
2829
|
"license": "MIT"
|
|
2816
2830
|
},
|
|
2817
2831
|
"node_modules/nanoid": {
|
|
2818
|
-
"version": "3.3.
|
|
2819
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.
|
|
2820
|
-
"integrity": "sha512-
|
|
2832
|
+
"version": "3.3.18",
|
|
2833
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
|
|
2834
|
+
"integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
|
|
2821
2835
|
"dev": true,
|
|
2822
2836
|
"funding": [
|
|
2823
2837
|
{
|
|
@@ -2841,9 +2855,9 @@
|
|
|
2841
2855
|
"license": "MIT"
|
|
2842
2856
|
},
|
|
2843
2857
|
"node_modules/node-releases": {
|
|
2844
|
-
"version": "2.0.
|
|
2845
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.
|
|
2846
|
-
"integrity": "sha512-
|
|
2858
|
+
"version": "2.0.54",
|
|
2859
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.54.tgz",
|
|
2860
|
+
"integrity": "sha512-YHs7BmmcsdAI5Ozuf8JZo6PT0mv2GIWC9vMfvUC3dp65M8hn7Ux8CPL+2oBI7juNuj9d0ndhTcznq2ODBps9cQ==",
|
|
2847
2861
|
"dev": true,
|
|
2848
2862
|
"license": "MIT",
|
|
2849
2863
|
"engines": {
|
|
@@ -2954,9 +2968,9 @@
|
|
|
2954
2968
|
}
|
|
2955
2969
|
},
|
|
2956
2970
|
"node_modules/postcss": {
|
|
2957
|
-
"version": "8.5.
|
|
2958
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.
|
|
2959
|
-
"integrity": "sha512-
|
|
2971
|
+
"version": "8.5.28",
|
|
2972
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.28.tgz",
|
|
2973
|
+
"integrity": "sha512-RRuzqDtt5Y9h3quz5hWhK+TPnsmVs6WwSU6LkJMeY4HstUEDuYTG8UJSdawMRzmzAtV+KEoG8N3Qg2qLy5vM/A==",
|
|
2960
2974
|
"dev": true,
|
|
2961
2975
|
"funding": [
|
|
2962
2976
|
{
|
|
@@ -2974,7 +2988,7 @@
|
|
|
2974
2988
|
],
|
|
2975
2989
|
"license": "MIT",
|
|
2976
2990
|
"dependencies": {
|
|
2977
|
-
"nanoid": "^3.3.
|
|
2991
|
+
"nanoid": "^3.3.18",
|
|
2978
2992
|
"picocolors": "^1.1.1",
|
|
2979
2993
|
"source-map-js": "^1.2.1"
|
|
2980
2994
|
},
|
|
@@ -3034,9 +3048,9 @@
|
|
|
3034
3048
|
}
|
|
3035
3049
|
},
|
|
3036
3050
|
"node_modules/react-router": {
|
|
3037
|
-
"version": "7.18.
|
|
3038
|
-
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.18.
|
|
3039
|
-
"integrity": "sha512-
|
|
3051
|
+
"version": "7.18.3",
|
|
3052
|
+
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.18.3.tgz",
|
|
3053
|
+
"integrity": "sha512-gyXgtdr5uACJ5b1Q4udzjVV+tb/rlHIMJKuJ0e89R4Kzgz47z/rgP0dIKxktqIEUhDHluGTPJJH/wRha7CyqsA==",
|
|
3040
3054
|
"license": "MIT",
|
|
3041
3055
|
"dependencies": {
|
|
3042
3056
|
"cookie": "^1.0.1",
|
|
@@ -3056,12 +3070,12 @@
|
|
|
3056
3070
|
}
|
|
3057
3071
|
},
|
|
3058
3072
|
"node_modules/react-router-dom": {
|
|
3059
|
-
"version": "7.18.
|
|
3060
|
-
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.18.
|
|
3061
|
-
"integrity": "sha512-
|
|
3073
|
+
"version": "7.18.3",
|
|
3074
|
+
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.18.3.tgz",
|
|
3075
|
+
"integrity": "sha512-ytVbyBBM7vMfRCam25r0WMhSVSom909A8p+8m0/f1w853dz/xfFu6etAT2SEbVoSnI+ZoPRDqIsQXVT89gp7kg==",
|
|
3062
3076
|
"license": "MIT",
|
|
3063
3077
|
"dependencies": {
|
|
3064
|
-
"react-router": "7.18.
|
|
3078
|
+
"react-router": "7.18.3"
|
|
3065
3079
|
},
|
|
3066
3080
|
"engines": {
|
|
3067
3081
|
"node": ">=20.0.0"
|
|
@@ -3319,9 +3333,9 @@
|
|
|
3319
3333
|
"license": "MIT"
|
|
3320
3334
|
},
|
|
3321
3335
|
"node_modules/update-browserslist-db": {
|
|
3322
|
-
"version": "1.2
|
|
3323
|
-
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.
|
|
3324
|
-
"integrity": "sha512-
|
|
3336
|
+
"version": "1.3.2",
|
|
3337
|
+
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.3.2.tgz",
|
|
3338
|
+
"integrity": "sha512-UQ+MSxlhRm1bzjhU+DcuXfjFO1FzNtqhK5+9Yvlp90ItDLk5vT932A0rFu619nf7RVS+Y/VeaUW1jaRDqZ8VJw==",
|
|
3325
3339
|
"dev": true,
|
|
3326
3340
|
"funding": [
|
|
3327
3341
|
{
|