Skip to content

Commit d9ebfba

Browse files
committed
Auto-generated commit
1 parent aeb71cb commit d9ebfba

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

.npmrc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,16 @@ save = false
2929

3030
# Do not generate provenance metadata:
3131
provenance = false
32+
33+
# Prefer cached dependencies during install:
34+
prefer-offline = true
35+
36+
# Require signing Git commits and tags when using `npm version`:
37+
sign-git-commit = true
38+
sign-git-tag = true
39+
40+
# Run Git commit hooks when using `npm version`:
41+
commit-hooks = true
42+
43+
# Require that dependencies within the dependency tree have a minimum release age (in days) in order to guard against supply chain attacks:
44+
min-release-age = 90

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2026-04-27)
7+
## Unreleased (2026-05-31)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`1c95150`](https://github.com/stdlib-js/stdlib/commit/1c9515034550374b8759dcaf681c6cbc99d47030) - **docs:** fix errors and inconsistencies in `@stdlib/utils` TypeScript declarations [(#12391)](https:-/github.com/stdlib-js/stdlib/pull/12391) _(by Philipp Burckhardt, Athan Reines)_
1516
- [`19216fd`](https://github.com/stdlib-js/stdlib/commit/19216fd118234a4dd38792e9e1d8f982617a5795) - **bench:** refactor to use string interpolation in `utils` [(#11409)](https://github.com/stdlib-js/stdlib/pull/11409) _(by Karan Anand, Athan Reines)_
1617

1718
</details>
@@ -24,10 +25,11 @@
2425

2526
### Contributors
2627

27-
A total of 2 people contributed to this release. Thank you to the following contributors:
28+
A total of 3 people contributed to this release. Thank you to the following contributors:
2829

2930
- Athan Reines
3031
- Karan Anand
32+
- Philipp Burckhardt
3133

3234
</section>
3335

docs/types/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ type Callback<T, U> = Nullary<U> | Unary<T, U> | Binary<T, U> | Ternary<T, U>;
119119
*
120120
* - If provided an empty collection, the function invokes the provided function with the collection index set to `undefined`.
121121
*
122-
*
123122
* @param collection - input collection
124123
* @param fcn - function to invoke
125124
* @param predicate - function which indicates whether to continue iterating over a collection

0 commit comments

Comments
 (0)