Skip to content

Commit 632e016

Browse files
committed
19.0.3
1 parent 1f1d370 commit 632e016

File tree

5 files changed

+204
-6
lines changed

5 files changed

+204
-6
lines changed

CHANGES.md

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,105 @@
11
# Changes
22

3+
## 19.0.3
4+
5+
Basically just documentation updates
6+
7+
- [`1f1d3706`](https://github.com/sinonjs/sinon/commit/1f1d3706c07e70fc29b111844025c74e48f83284)
8+
Verifying links procedure (Carl-Erik Kopseng)
9+
- [`37623efc`](https://github.com/sinonjs/sinon/commit/37623efc5118f1eeb9a7df28694997412bcd38b1)
10+
Catch latest two missing redirects (Carl-Erik Kopseng)
11+
- [`2404a45f`](https://github.com/sinonjs/sinon/commit/2404a45feeae904a286b3d6321d22ef2cdb08e93)
12+
Ignore ancient deadlinks to Sinon child projects in previous releases (Carl-Erik Kopseng)
13+
- [`fba6f877`](https://github.com/sinonjs/sinon/commit/fba6f877b04a1ced5533c050724ecc4e9aba9df6)
14+
Ignore historic links in changelog (Carl-Erik Kopseng)
15+
- [`e3950d9b`](https://github.com/sinonjs/sinon/commit/e3950d9b391b26e684a1add77da2f70fdd1cdc6d)
16+
Fix external link (Carl-Erik Kopseng)
17+
- [`0be40825`](https://github.com/sinonjs/sinon/commit/0be4082548f206e0e6f2b02b84b190e04e137fd1)
18+
Fix the missing redirects to the migration guide (Carl-Erik Kopseng)
19+
- [`108fbca0`](https://github.com/sinonjs/sinon/commit/108fbca09ccccac6521ba48fd4030a762d498e11)
20+
Fix internal ../assertions link in source (Carl-Erik Kopseng)
21+
- [`bb10e53a`](https://github.com/sinonjs/sinon/commit/bb10e53a905a60cca2d2ec59d2205e8453214899)
22+
Fix spy-call reference in source (Carl-Erik Kopseng)
23+
- [`ef582e31`](https://github.com/sinonjs/sinon/commit/ef582e319a89ced90c5c259657900aa4cf2c88b5)
24+
Remove bash-ism from Makefile (use POSIX) (Carl-Erik Kopseng)
25+
- [`7af1d235`](https://github.com/sinonjs/sinon/commit/7af1d23581d2c8c7625e248a9bdfb2767f12ef98)
26+
chore: remove .unimportedrc.json (Morgan Roderick)
27+
- [`dfcad710`](https://github.com/sinonjs/sinon/commit/dfcad71008a751f151063d7a739590e847a338d9)
28+
chore: fix codecov upload (Morgan Roderick)
29+
> We are seeing errors uploading coverage reports to codecov:
30+
>
31+
> ```
32+
> Rate limit reached. Please upload with the Codecov repository upload token to resolve issue
33+
> ```
34+
>
35+
> I've added a repository token, as instructed in https://docs.codecov.com/docs/adding-the-codecov-token.
36+
>
37+
> This changeset should fix the upload issue.
38+
- [`0ca2e49e`](https://github.com/sinonjs/sinon/commit/0ca2e49e857ec6b10ed4134944cdf591a0065965)
39+
fix: browser-test job fails in ubuntu-latest (Morgan Roderick)
40+
- [`e9eb2eb2`](https://github.com/sinonjs/sinon/commit/e9eb2eb26e873f106a9996610a142d25d917d9e8)
41+
chore: remove unused unused job (Morgan Roderick)
42+
> This crucial part of this workflow was removed in
43+
> 278e667e095cd1a666c3ab2dc4268379a5754598, we should have removed the entire job.
44+
- [`278e667e`](https://github.com/sinonjs/sinon/commit/278e667e095cd1a666c3ab2dc4268379a5754598)
45+
chore: remove unimported (Morgan Roderick)
46+
> The repository has been archived. See https://github.com/smeijer/unimported
47+
- [`9e30835b`](https://github.com/sinonjs/sinon/commit/9e30835bb7c7bb550ed299a4102fdd53a23b083f)
48+
npm audit (Morgan Roderick)
49+
- [`a74301cf`](https://github.com/sinonjs/sinon/commit/a74301cff8e7fb42ebb164c91d059ab391741473)
50+
chore: remove RunKit (Morgan Roderick)
51+
> This service is dead.
52+
- [`80bc1d96`](https://github.com/sinonjs/sinon/commit/80bc1d96371580a8b2dad39122db46933e7f5884)
53+
Fix out-of-date fake-timers docs (#2628) (Carl-Erik Kopseng)
54+
> - Fix documentation issue for fake-timers mentioned in #2625
55+
>
56+
> The docs were out of sync with the fake-timers docs.
57+
>
58+
> - Update dependencies before new patch version
59+
- [`527568cc`](https://github.com/sinonjs/sinon/commit/527568cc60a3c30359732bbb02806cee47a33d02)
60+
Bump rexml from 3.3.7 to 3.3.9 (#2626) (dependabot[bot])
61+
> Bumps [rexml](https://github.com/ruby/rexml) from 3.3.7 to 3.3.9.
62+
>
63+
> - [Release notes](https://github.com/ruby/rexml/releases)
64+
> - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
65+
> - [Commits](https://github.com/ruby/rexml/compare/v3.3.7...v3.3.9)
66+
>
67+
> ***
68+
>
69+
> updated-dependencies:
70+
>
71+
> - dependency-name: rexml
72+
>
73+
> dependency-type: indirect
74+
>
75+
> ...
76+
>
77+
> Signed-off-by: dependabot[bot] <[email protected]>
78+
>
79+
> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
80+
- [`ed029725`](https://github.com/sinonjs/sinon/commit/ed0297257413b728bc31515ac0a87e738e069961)
81+
Bump webrick from 1.8.1 to 1.8.2 (#2623) (dependabot[bot])
82+
> Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2.
83+
>
84+
> - [Release notes](https://github.com/ruby/webrick/releases)
85+
> - [Commits](https://github.com/ruby/webrick/compare/v1.8.1...v1.8.2)
86+
>
87+
> ***
88+
>
89+
> updated-dependencies:
90+
>
91+
> - dependency-name: webrick
92+
>
93+
> dependency-type: indirect
94+
>
95+
> ...
96+
>
97+
> Signed-off-by: dependabot[bot] <[email protected]>
98+
>
99+
> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
100+
101+
_Released by Carl-Erik Kopseng on 2025-03-19._
102+
3103
## 19.0.2
4104
5105
- [`4eb4c4bc`](https://github.com/sinonjs/sinon/commit/4eb4c4bc0266d90d1624e5067029599ed57f7fb2)

docs/_config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
url: 'https://sinonjs.org'
66
github_username: sinonjs
77
sinon:
8-
current_release: v19.0.2
8+
current_release: v19.0.3
99
current_major_version: 19
1010
markdown: kramdown
1111
kramdown:
@@ -18,8 +18,6 @@ plugins:
1818
- jekyll-redirect-from
1919
- jekyll-sitemap
2020
- jekyll-toc
21-
22-
# used with the --safe flag to mimic Github Pages
2321
whitelist:
2422
- jekyll-redirect-from
2523
keep_files:

docs/changelog.md

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,106 @@ permalink: /releases/changelog
66

77
# Changelog
88

9+
## 19.0.3
10+
11+
Basically just documentation updates
12+
13+
- [`1f1d3706`](https://github.com/sinonjs/sinon/commit/1f1d3706c07e70fc29b111844025c74e48f83284)
14+
Verifying links procedure (Carl-Erik Kopseng)
15+
- [`37623efc`](https://github.com/sinonjs/sinon/commit/37623efc5118f1eeb9a7df28694997412bcd38b1)
16+
Catch latest two missing redirects (Carl-Erik Kopseng)
17+
- [`2404a45f`](https://github.com/sinonjs/sinon/commit/2404a45feeae904a286b3d6321d22ef2cdb08e93)
18+
Ignore ancient deadlinks to Sinon child projects in previous releases (Carl-Erik Kopseng)
19+
- [`fba6f877`](https://github.com/sinonjs/sinon/commit/fba6f877b04a1ced5533c050724ecc4e9aba9df6)
20+
Ignore historic links in changelog (Carl-Erik Kopseng)
21+
- [`e3950d9b`](https://github.com/sinonjs/sinon/commit/e3950d9b391b26e684a1add77da2f70fdd1cdc6d)
22+
Fix external link (Carl-Erik Kopseng)
23+
- [`0be40825`](https://github.com/sinonjs/sinon/commit/0be4082548f206e0e6f2b02b84b190e04e137fd1)
24+
Fix the missing redirects to the migration guide (Carl-Erik Kopseng)
25+
- [`108fbca0`](https://github.com/sinonjs/sinon/commit/108fbca09ccccac6521ba48fd4030a762d498e11)
26+
Fix internal ../assertions link in source (Carl-Erik Kopseng)
27+
- [`bb10e53a`](https://github.com/sinonjs/sinon/commit/bb10e53a905a60cca2d2ec59d2205e8453214899)
28+
Fix spy-call reference in source (Carl-Erik Kopseng)
29+
- [`ef582e31`](https://github.com/sinonjs/sinon/commit/ef582e319a89ced90c5c259657900aa4cf2c88b5)
30+
Remove bash-ism from Makefile (use POSIX) (Carl-Erik Kopseng)
31+
- [`7af1d235`](https://github.com/sinonjs/sinon/commit/7af1d23581d2c8c7625e248a9bdfb2767f12ef98)
32+
chore: remove .unimportedrc.json (Morgan Roderick)
33+
- [`dfcad710`](https://github.com/sinonjs/sinon/commit/dfcad71008a751f151063d7a739590e847a338d9)
34+
chore: fix codecov upload (Morgan Roderick)
35+
> We are seeing errors uploading coverage reports to codecov:
36+
>
37+
> ```
38+
> Rate limit reached. Please upload with the Codecov repository upload token to resolve issue
39+
> ```
40+
>
41+
> I've added a repository token, as instructed in https://docs.codecov.com/docs/adding-the-codecov-token.
42+
>
43+
> This changeset should fix the upload issue.
44+
- [`0ca2e49e`](https://github.com/sinonjs/sinon/commit/0ca2e49e857ec6b10ed4134944cdf591a0065965)
45+
fix: browser-test job fails in ubuntu-latest (Morgan Roderick)
46+
- [`e9eb2eb2`](https://github.com/sinonjs/sinon/commit/e9eb2eb26e873f106a9996610a142d25d917d9e8)
47+
chore: remove unused unused job (Morgan Roderick)
48+
> This crucial part of this workflow was removed in
49+
> 278e667e095cd1a666c3ab2dc4268379a5754598, we should have removed the entire job.
50+
- [`278e667e`](https://github.com/sinonjs/sinon/commit/278e667e095cd1a666c3ab2dc4268379a5754598)
51+
chore: remove unimported (Morgan Roderick)
52+
> The repository has been archived. See https://github.com/smeijer/unimported
53+
- [`9e30835b`](https://github.com/sinonjs/sinon/commit/9e30835bb7c7bb550ed299a4102fdd53a23b083f)
54+
npm audit (Morgan Roderick)
55+
- [`a74301cf`](https://github.com/sinonjs/sinon/commit/a74301cff8e7fb42ebb164c91d059ab391741473)
56+
chore: remove RunKit (Morgan Roderick)
57+
> This service is dead.
58+
- [`80bc1d96`](https://github.com/sinonjs/sinon/commit/80bc1d96371580a8b2dad39122db46933e7f5884)
59+
Fix out-of-date fake-timers docs (#2628) (Carl-Erik Kopseng)
60+
> - Fix documentation issue for fake-timers mentioned in #2625
61+
>
62+
> The docs were out of sync with the fake-timers docs.
63+
>
64+
> - Update dependencies before new patch version
65+
- [`527568cc`](https://github.com/sinonjs/sinon/commit/527568cc60a3c30359732bbb02806cee47a33d02)
66+
Bump rexml from 3.3.7 to 3.3.9 (#2626) (dependabot[bot])
67+
> Bumps [rexml](https://github.com/ruby/rexml) from 3.3.7 to 3.3.9.
68+
>
69+
> - [Release notes](https://github.com/ruby/rexml/releases)
70+
> - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
71+
> - [Commits](https://github.com/ruby/rexml/compare/v3.3.7...v3.3.9)
72+
>
73+
> ***
74+
>
75+
> updated-dependencies:
76+
>
77+
> - dependency-name: rexml
78+
>
79+
> dependency-type: indirect
80+
>
81+
> ...
82+
>
83+
> Signed-off-by: dependabot[bot] <[email protected]>
84+
>
85+
> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
86+
- [`ed029725`](https://github.com/sinonjs/sinon/commit/ed0297257413b728bc31515ac0a87e738e069961)
87+
Bump webrick from 1.8.1 to 1.8.2 (#2623) (dependabot[bot])
88+
> Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2.
89+
>
90+
> - [Release notes](https://github.com/ruby/webrick/releases)
91+
> - [Commits](https://github.com/ruby/webrick/compare/v1.8.1...v1.8.2)
92+
>
93+
> ***
94+
>
95+
> updated-dependencies:
96+
>
97+
> - dependency-name: webrick
98+
>
99+
> dependency-type: indirect
100+
>
101+
> ...
102+
>
103+
> Signed-off-by: dependabot[bot] <[email protected]>
104+
>
105+
> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
106+
107+
_Released by Carl-Erik Kopseng on 2025-03-19._
108+
9109
## 19.0.2
10110
11111
- [`4eb4c4bc`](https://github.com/sinonjs/sinon/commit/4eb4c4bc0266d90d1624e5067029599ed57f7fb2)

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"xhr",
1616
"assert"
1717
],
18-
"version": "19.0.2",
18+
"version": "19.0.3",
1919
"homepage": "https://sinonjs.org/",
2020
"author": "Christian Johansen",
2121
"repository": {

0 commit comments

Comments
 (0)