From 7fd2683649365388c0fa6d1bc60b1eaa6008ad50 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Tue, 28 May 2024 21:39:44 +0200 Subject: [PATCH 1/4] feat(docs): overview of previously supported Node.js --- COMPATIBILITY.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index f064fb741..6fb80629c 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -35,6 +35,24 @@ To see what that means in practice, you can use https://browserslist.dev Sauce Test Status

+## Previous supported Node.js + +The following table serves as an orientation if support for an older unsupported Node.js version is required. + +| Sinon.JS | supported Node.js | +|:--------:|:-----------------:| +| 18 | 18, 20, 22 | +| 17 | 18, 20 | +| 16 | 16, 18, 20 | +| 15 | 14, 16, 18 | +| 14 | 14, 16, 18 | +| 13 | 12, 14, 16 | +| 12 | 12, 14, 16 | +| 11 | 10, 12, 14 | +| 10 | 10, 12, 14 | +| 9 | 8, 10, 12 | +| 8 | 8, 10, 12 | + [es5]: http://www.ecma-international.org/ecma-262/5.1/ [es2017]: https://262.ecma-international.org/8.0/ [shared-config]: https://github.com/sinonjs/eslint-config From 7cc0735b2a31d817406efaaeb3a6d91e268917b3 Mon Sep 17 00:00:00 2001 From: Carl-Erik Kopseng Date: Tue, 10 Sep 2024 23:45:02 +0200 Subject: [PATCH 2/4] small fix --- COMPATIBILITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index 6fb80629c..18a2b952a 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -50,7 +50,7 @@ The following table serves as an orientation if support for an older unsupported | 12 | 12, 14, 16 | | 11 | 10, 12, 14 | | 10 | 10, 12, 14 | -| 9 | 8, 10, 12 | +| 9 | 10, 12 | | 8 | 8, 10, 12 | [es5]: http://www.ecma-international.org/ecma-262/5.1/ From 6a26370e51f114c310e144f7abd6a1f754fe60cc Mon Sep 17 00:00:00 2001 From: Carl-Erik Kopseng Date: Tue, 10 Sep 2024 23:45:10 +0200 Subject: [PATCH 3/4] small fix --- COMPATIBILITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index 18a2b952a..4196ca81b 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -48,7 +48,7 @@ The following table serves as an orientation if support for an older unsupported | 14 | 14, 16, 18 | | 13 | 12, 14, 16 | | 12 | 12, 14, 16 | -| 11 | 10, 12, 14 | +| 11 | 12, 14 | | 10 | 10, 12, 14 | | 9 | 10, 12 | | 8 | 8, 10, 12 | From 417e95a745d04e1b3b29fe7cf965b783420b585f Mon Sep 17 00:00:00 2001 From: Carl-Erik Kopseng Date: Tue, 10 Sep 2024 23:46:47 +0200 Subject: [PATCH 4/4] prettier --- COMPATIBILITY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index 4196ca81b..8b8284e94 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -40,7 +40,7 @@ To see what that means in practice, you can use https://browserslist.dev The following table serves as an orientation if support for an older unsupported Node.js version is required. | Sinon.JS | supported Node.js | -|:--------:|:-----------------:| +| :------: | :---------------: | | 18 | 18, 20, 22 | | 17 | 18, 20 | | 16 | 16, 18, 20 | @@ -48,9 +48,9 @@ The following table serves as an orientation if support for an older unsupported | 14 | 14, 16, 18 | | 13 | 12, 14, 16 | | 12 | 12, 14, 16 | -| 11 | 12, 14 | +| 11 | 12, 14 | | 10 | 10, 12, 14 | -| 9 | 10, 12 | +| 9 | 10, 12 | | 8 | 8, 10, 12 | [es5]: http://www.ecma-international.org/ecma-262/5.1/