Skip to content

Commit a8c0c7e

Browse files
committed
Auto-generated commit
1 parent af504fd commit a8c0c7e

File tree

21 files changed

+16
-2315
lines changed

21 files changed

+16
-2315
lines changed

CHANGELOG.md

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

7-
## Unreleased (2026-01-11)
7+
## Unreleased (2026-01-14)
88

99
<section class="features">
1010

@@ -40,6 +40,16 @@
4040

4141
### BREAKING CHANGES
4242

43+
- [`2cdca3d`](https://github.com/stdlib-js/stdlib/commit/2cdca3d0e0b00fd1c1cc5a46a8e8f367fceb9c3d): remove `utils/deep-set`
44+
45+
- To migrate, users should update their require/import paths to use
46+
`@stdlib/object/deep-set` which provides the same API and implementation.
47+
48+
- [`1a7afed`](https://github.com/stdlib-js/stdlib/commit/1a7afedb20f93966a643171629dac8620772219c): remove `deepSet`
49+
50+
- To migrate, users should access the same symbol via the
51+
`@stdlib/object` namespace.
52+
4353
- [`c774606`](https://github.com/stdlib-js/stdlib/commit/c77460647fe72de99efa50c75cff73ce3285a50f): remove `utils/deep-get`
4454

4555
- To migrate, users should update their require/import paths to use
@@ -346,6 +356,9 @@ A total of 29 issues were closed in this release:
346356

347357
<details>
348358

359+
- [`2cdca3d`](https://github.com/stdlib-js/stdlib/commit/2cdca3d0e0b00fd1c1cc5a46a8e8f367fceb9c3d) - **remove:** remove `utils/deep-set` _(by Neeraj Pathak)_
360+
- [`fb171e3`](https://github.com/stdlib-js/stdlib/commit/fb171e313f8973bd4cd7d873f89f8b248b2cf14e) - **refactor:** update paths _(by Neeraj Pathak)_
361+
- [`1a7afed`](https://github.com/stdlib-js/stdlib/commit/1a7afedb20f93966a643171629dac8620772219c) - **remove:** remove `deepSet` from namespace _(by Neeraj Pathak)_
349362
- [`7aec76a`](https://github.com/stdlib-js/stdlib/commit/7aec76a713e908d3489003144b7d1e470b62745e) - **refactor:** ensure contiguous array allocation _(by Athan Reines)_
350363
- [`7d17660`](https://github.com/stdlib-js/stdlib/commit/7d17660137c611ad174f81df229a31f4d3080cbc) - **chore:** fix JavaScript lint errors [(#9690)](https://github.com/stdlib-js/stdlib/pull/9690) _(by Divyanshu)_
351364
- [`c774606`](https://github.com/stdlib-js/stdlib/commit/c77460647fe72de99efa50c75cff73ce3285a50f) - **remove:** remove `utils/deep-get` _(by Neeraj Pathak)_

deep-pluck/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ console.log( out );
216216
## See Also
217217

218218
- <span class="package-name">[`@stdlib/object/deep-get`][@stdlib/object/deep-get]</span><span class="delimiter">: </span><span class="description">get a nested property value.</span>
219-
- <span class="package-name">[`@stdlib/utils/deep-set`][@stdlib/utils/deep-set]</span><span class="delimiter">: </span><span class="description">set a nested property value.</span>
219+
- <span class="package-name">[`@stdlib/object/deep-set`][@stdlib/object/deep-set]</span><span class="delimiter">: </span><span class="description">set a nested property value.</span>
220220

221221
</section>
222222

@@ -232,7 +232,7 @@ console.log( out );
232232

233233
[@stdlib/object/deep-get]: https://github.com/stdlib-js/object-deep-get
234234

235-
[@stdlib/utils/deep-set]: https://github.com/stdlib-js/utils/tree/main/deep-set
235+
[@stdlib/object/deep-set]: https://github.com/stdlib-js/object-deep-set
236236

237237
<!-- </related-links> -->
238238

deep-set/README.md

Lines changed: 0 additions & 273 deletions
This file was deleted.

0 commit comments

Comments
 (0)