AlexRogalskiy / typescript-tools

Collection of TypeScript tools & utilities
GNU General Public License v3.0
2 stars 0 forks source link

:arrow_up: Updates ow to v1 - autoclosed #2256

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ow ^0.24.1 -> ^1.0.0 age adoption passing confidence

Release Notes

sindresorhus/ow (ow) ### [`v1.1.1`](https://togithub.com/sindresorhus/ow/releases/tag/v1.1.1) [Compare Source](https://togithub.com/sindresorhus/ow/compare/v1.1.0...v1.1.1) - Fix Vite compatibility [`a57c807`](https://togithub.com/sindresorhus/ow/commit/a57c807) ### [`v1.1.0`](https://togithub.com/sindresorhus/ow/releases/tag/v1.1.0) [Compare Source](https://togithub.com/sindresorhus/ow/compare/v1.0.0...v1.1.0) - Reduce dependency tree ([#​244](https://togithub.com/sindresorhus/ow/issues/244)) [`4b926e8`](https://togithub.com/sindresorhus/ow/commit/4b926e8) ### [`v1.0.0`](https://togithub.com/sindresorhus/ow/releases/tag/v1.0.0) [Compare Source](https://togithub.com/sindresorhus/ow/compare/v0.28.2...v1.0.0) ##### Breaking - Require Node.js 14 ([#​238](https://togithub.com/sindresorhus/ow/issues/238)) [`391fc91`](https://togithub.com/sindresorhus/ow/commit/391fc91) - Require TypeScript 4.7 (if you're using TypeScript) ([#​238](https://togithub.com/sindresorhus/ow/issues/238)) [`391fc91`](https://togithub.com/sindresorhus/ow/commit/391fc91) - This package is now pure ESM. **Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).** ##### Improvements - Add `string.nonBlank` ([#​227](https://togithub.com/sindresorhus/ow/issues/227)) [`96207f0`](https://togithub.com/sindresorhus/ow/commit/96207f0) ##### Fixes - Throw the correct error when second argument to `ow` is `undefined` ([#​239](https://togithub.com/sindresorhus/ow/issues/239)) [`147b479`](https://togithub.com/sindresorhus/ow/commit/147b479) - Fix `ow.number` message when `NaN` is encountered ([#​232](https://togithub.com/sindresorhus/ow/issues/232)) [`8b6a208`](https://togithub.com/sindresorhus/ow/commit/8b6a208) ### [`v0.28.2`](https://togithub.com/sindresorhus/ow/releases/tag/v0.28.2) [Compare Source](https://togithub.com/sindresorhus/ow/compare/v0.28.1...v0.28.2) - Backport: Reduce dependency tree [`efe9efd`](https://togithub.com/sindresorhus/ow/commit/efe9efd) ### [`v0.28.1`](https://togithub.com/sindresorhus/ow/releases/tag/v0.28.1) [Compare Source](https://togithub.com/sindresorhus/ow/compare/v0.28.0...v0.28.1) - Fix input type on some methods and add `AssertingValidator` ([#​224](https://togithub.com/sindresorhus/ow/issues/224)) [`4d3b55f`](https://togithub.com/sindresorhus/ow/commit/4d3b55f) ### [`v0.28.0`](https://togithub.com/sindresorhus/ow/releases/tag/v0.28.0) [Compare Source](https://togithub.com/sindresorhus/ow/compare/v0.27.0...v0.28.0) - Add [`Infer`](https://togithub.com/sindresorhus/ow#typescript) type utility ([#​221](https://togithub.com/sindresorhus/ow/issues/221)) [`7602fb0`](https://togithub.com/sindresorhus/ow/commit/7602fb0) ### [`v0.27.0`](https://togithub.com/sindresorhus/ow/releases/tag/v0.27.0) [Compare Source](https://togithub.com/sindresorhus/ow/compare/v0.26.0...v0.27.0) - Remove unnecessary stack reference for `ow.array.ofType` ([#​216](https://togithub.com/sindresorhus/ow/issues/216)) [`a87c6f0`](https://togithub.com/sindresorhus/ow/commit/a87c6f0) ### [`v0.26.0`](https://togithub.com/sindresorhus/ow/releases/tag/v0.26.0) [Compare Source](https://togithub.com/sindresorhus/ow/compare/v0.25.0...v0.26.0) - Avoid stack inference for set, map, and object validators ([#​214](https://togithub.com/sindresorhus/ow/issues/214)) [`4aeaf1c`](https://togithub.com/sindresorhus/ow/commit/4aeaf1c) ### [`v0.25.0`](https://togithub.com/sindresorhus/ow/releases/tag/v0.25.0) [Compare Source](https://togithub.com/sindresorhus/ow/compare/v0.24.1...v0.25.0) - Avoid unnecessary inference of stack for label ([#​213](https://togithub.com/sindresorhus/ow/issues/213)) [`6075739`](https://togithub.com/sindresorhus/ow/commit/6075739)

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

changelogg[bot] commented 2 years ago

Hey! Changelogs info seems to be missing or might be in incorrect format. Please use the below template in PR description to ensure Changelogg can detect your changes:

    - (tag) changelog_text
or
```
- tag: changelog_text
```
**OR**
You can add tag in PR header or while doing a commit too
```    
(tag) PR header
```
or
```
tag: PR header
```
Valid tags: **added** / **feat**, **changed**, **deprecated**, **fixed** / **fix**, **removed**, **security**, **build**, **ci**, **chore**, **docs**, **perf**, **refactor**, **revert**, **style**, **test**
Thanks!
For more info, check out [changelogg docs](https://docs.changelogg.io/)
renovate[bot] commented 2 years ago

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


viezly[bot] commented 2 years ago

Pull request by bot. No need to analyze

github-actions[bot] commented 2 years ago

Thanks for the PR!

This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.

github-actions[bot] commented 2 years ago

Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.

github-actions[bot] commented 2 years ago

Hello from PR Helper

Is your PR ready for review and processing? Mark the PR ready by including #pr-ready in a comment.

If you still have work to do, even after marking this ready. Put the PR on hold by including #pr-onhold in a comment.