|
2 | 2 |
|
3 | 3 | ## 21.0.2 |
4 | 4 |
|
5 | | -- [`2948314c`](https://github.com/sinonjs/sinon/commit/2948314cc4289bae0a27fabdd263565e07c3ba68) |
6 | | - prettier (Carl-Erik Kopseng) |
7 | 5 | - [`024321c4`](https://github.com/sinonjs/sinon/commit/024321c48e670de35098b2555173e25f024db90d) |
8 | 6 | fix: skip Node specific tests in browser env (Carl-Erik Kopseng) |
9 | 7 | - [`b836fccb`](https://github.com/sinonjs/sinon/commit/b836fccb8adabd3d116338b19ae1f6a4ccfc7d3e) |
10 | 8 | fix: js-yaml breaking change from v3 to v4 (Carl-Erik Kopseng) |
11 | 9 | - [`ebf0c431`](https://github.com/sinonjs/sinon/commit/ebf0c4313f41edfdf71f206c826a8ce7d56f2d2c) |
12 | 10 | docs: add how-to article for stubbing ES module imports (#1832) (#2676) (Eduard Barrera) |
13 | | - > |
14 | | - > * docs: add how-to article for stubbing ES module imports with esm package |
15 | | - > |
16 | | - > Adds a comprehensive How-To guide that addresses issue #1832, documenting |
17 | | - > how to configure Node.js to allow Sinon stubs to work with ES modules. |
18 | | - > |
19 | | - > - Explains why ES module namespace bindings are immutable by spec |
20 | | - > - Shows how to use the 'esm' npm package with mutableNamespace: true |
21 | | - > - Provides a complete working example with project layout, package.json, |
22 | | - > loader file, source modules, and a full test suite |
23 | | - > - Documents limitations (destructured imports, non-standard behavior) |
24 | | - > - Replaces the TODO comment in link-seams-commonjs.md with a cross-reference |
25 | | - > |
26 | | - > Closes #1832 |
27 | | - > |
28 | | - > * style: fix prettier formatting in stub-esm-default-export.md |
29 | | - > |
30 | | - > Replace single quotes with double quotes in all JavaScript code |
31 | | - > blocks within the how-to article, as required by the project's |
32 | | - > Prettier configuration. |
33 | | - > |
34 | | - > * Add related article on Typescript and SWC stubbing |
35 | | - > |
36 | | - > Added a related article on real world dependency stubbing using Typescript and SWC. |
37 | | - > |
38 | | - > * Make linting pass: new warnings are from new rules |
39 | | - > |
40 | | - > * Update workflow actions |
41 | | - > |
42 | | - > * Fetch depth = 2 |
43 | | - > |
44 | | - > --------- |
45 | | - > |
46 | | - > Co-authored-by: Eduard Barrera <eduardbar@users.noreply.github.com> |
47 | | - > Co-authored-by: Carl-Erik Kopseng <carlerik@gmail.com> |
| 11 | + > - docs: add how-to article for stubbing ES module imports with esm package |
| 12 | + > |
| 13 | + > Adds a comprehensive How-To guide that addresses issue #1832, documenting |
| 14 | + > how to configure Node.js to allow Sinon stubs to work with ES modules. |
| 15 | + > |
| 16 | + > - Explains why ES module namespace bindings are immutable by spec |
| 17 | + > - Shows how to use the 'esm' npm package with mutableNamespace: true |
| 18 | + > - Provides a complete working example with project layout, package.json, |
| 19 | + > loader file, source modules, and a full test suite |
| 20 | + > - Documents limitations (destructured imports, non-standard behavior) |
| 21 | + > - Replaces the TODO comment in link-seams-commonjs.md with a cross-reference |
| 22 | + > |
| 23 | + > Closes #1832 |
| 24 | + > Co-authored-by: Eduard Barrera <eduardbar@users.noreply.github.com> |
| 25 | + > Co-authored-by: Carl-Erik Kopseng <carlerik@gmail.com> |
48 | 26 | - [`ebcd506c`](https://github.com/sinonjs/sinon/commit/ebcd506cbb55df6c7d2bda558f58386a218df9be) |
49 | 27 | Fix spies not being reset properly (#2673) (simon-id) |
50 | 28 | - [`3beab2ba`](https://github.com/sinonjs/sinon/commit/3beab2ba97fe74cdb0f495420ac06652e59835aa) |
|
0 commit comments