Skip to content

Commit 1611cc7

Browse files
authored
release: tutils@6.0.0-alpha.14 (#344)
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 078b239 commit 1611cc7

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
## [tutils@6.0.0-alpha.14](https://github.com/flex-development/tutils/compare/tutils@6.0.0-alpha.13...tutils@6.0.0-alpha.14) (2023-07-31)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* **utils:** [`includes`] order `position` arg before `identity`
7+
* **utils:** [`omit`] return plain object
8+
9+
### :package: Build
10+
11+
* **deps-dev:** Bump @flex-development/pathe from 1.0.3 to 2.0.0 ([#340](https://github.com/flex-development/tutils/issues/340)) ([6b2a41a](https://github.com/flex-development/tutils/commit/6b2a41ab7eb6b01aae975a3aa8eed5b89eebf8ca))
12+
* **deps-dev:** Bump @flex-development/toggle-pkg-type from 2.0.0 to 2.0.1 ([#339](https://github.com/flex-development/tutils/issues/339)) ([708b8ad](https://github.com/flex-development/tutils/commit/708b8ad0903d62666437545f3d1d8d55ad0c3a17))
13+
* **deps-dev:** Bump eslint from 8.45.0 to 8.46.0 ([#338](https://github.com/flex-development/tutils/issues/338)) ([1641eaa](https://github.com/flex-development/tutils/commit/1641eaa0b6e094a22250e2bbd570b843205e0872))
14+
* **deps-dev:** Bump eslint-plugin-unicorn from 47.0.0 to 48.0.1 ([#325](https://github.com/flex-development/tutils/issues/325)) ([538739e](https://github.com/flex-development/tutils/commit/538739ef7c7d235bb15f7775cc34b27ee2f52240))
15+
* **deps-dev:** Bump pretty-format from 29.6.1 to 29.6.2 ([#343](https://github.com/flex-development/tutils/issues/343)) ([b9bbcb3](https://github.com/flex-development/tutils/commit/b9bbcb39510afcff10e1b3c5d720717c59dd9382))
16+
* **deps-dev:** Bump the typescript-eslint group with 2 updates ([#341](https://github.com/flex-development/tutils/issues/341)) ([9305280](https://github.com/flex-development/tutils/commit/9305280ee8ecd06df453807a1d421e88a0b69fc5))
17+
18+
19+
### :sparkles: Features
20+
21+
* **types:** [`Values`] allow `T` to extend `unknown` ([da89078](https://github.com/flex-development/tutils/commit/da890783a2efb18abf77c03871a66995204313e1))
22+
* **types:** `Spread` ([a6db57f](https://github.com/flex-development/tutils/commit/a6db57f352afba20988114a253c425d00c57298f))
23+
* **utils:** [`at`] allow nilable targets ([ea14c9d](https://github.com/flex-development/tutils/commit/ea14c9ddac669ada46f3e74aafbca53717d7d77f))
24+
* **utils:** [`includes`] allow nilable targets ([373c45b](https://github.com/flex-development/tutils/commit/373c45b0225b37a4779bdb5b71d5e3246111b259))
25+
26+
27+
### :house_with_garden: Housekeeping
28+
29+
* eslint-plugin-import@2.28.0 prep ([078b239](https://github.com/flex-development/tutils/commit/078b2390983696d6f2982e230dab5e60b98f324b))
30+
31+
32+
### :mechanical_arm: Refactors
33+
34+
* **utils:** [`includes`] order `position` arg before `identity` ([261b60d](https://github.com/flex-development/tutils/commit/261b60d0daebcb7dd476ac91cd171794fc4ac367))
35+
* **utils:** [`omit`] return plain object ([df11f1f](https://github.com/flex-development/tutils/commit/df11f1f70ce8276251b9e47dcec124c33760b12a))
36+
137
## [tutils@6.0.0-alpha.13](https://github.com/flex-development/tutils/compare/tutils@6.0.0-alpha.12...tutils@6.0.0-alpha.13) (2023-07-30)
238

339

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/tutils",
33
"description": "TypeScript-friendly utilities",
4-
"version": "6.0.0-alpha.13",
4+
"version": "6.0.0-alpha.14",
55
"keywords": [
66
"deep",
77
"definitions",

0 commit comments

Comments
 (0)