Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump type-fest from 4.10.2 to 4.10.3 #890

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2024

Bumps type-fest from 4.10.2 to 4.10.3.

Release notes

Sourced from type-fest's releases.

v4.10.3

  • PartialOnUndefinedDeep: Fix it incorrectly removing non-optional properties when the input type contains an index signature (#764) 2f4b55a

sindresorhus/type-fest@v4.10.2...v4.10.3

Commits
  • 3ef12b0 4.10.3
  • 2f4b55a PartialOnUndefinedDeep: Fix it incorrectly removing non-optional properties...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 23, 2024
Bumps [type-fest](https://github.com/sindresorhus/type-fest) from 4.10.2 to 4.10.3.
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.10.2...v4.10.3)

---
updated-dependencies:
- dependency-name: type-fest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/type-fest-4.10.3 branch from 76080de to 5647bef Compare February 23, 2024 07:08
@antoinezanardi antoinezanardi merged commit cdc2e19 into develop Feb 23, 2024
14 checks passed
@antoinezanardi antoinezanardi deleted the dependabot/npm_and_yarn/develop/type-fest-4.10.3 branch February 23, 2024 08:14
antoinezanardi pushed a commit that referenced this pull request Feb 23, 2024
## [1.29.1](v1.29.0...v1.29.1) (2024-2-23)

### 🧹 Chore

* **deps:** bump @faker-js/faker from 8.4.0 to 8.4.1 ([#868](#868)) ([d9bbbd5](d9bbbd5))
* **deps:** bump @fastify/static from 6.12.0 to 7.0.1 ([#867](#867)) ([c59e8bf](c59e8bf))
* **deps:** bump fastify from 4.26.0 to 4.26.1 ([#873](#873)) ([7280bdc](7280bdc))
* **deps:** bump husky from 9.0.10 to 9.0.11 ([#876](#876)) ([6b3674b](6b3674b))
* **deps:** bump mongoose from 8.1.1 to 8.1.2 ([#870](#870)) ([6514ed8](6514ed8))
* **deps:** bump mongoose from 8.1.2 to 8.1.3 ([#882](#882)) ([126ad4f](126ad4f))
* **deps:** bump mongoose from 8.1.3 to 8.2.0 ([#889](#889)) ([da6412a](da6412a))
* **deps:** bump radash from 11.0.0 to 12.0.0 ([#887](#887)) ([76c4011](76c4011))
* **deps:** bump reflect-metadata from 0.1.14 to 0.2.1 ([#869](#869)) ([79ef11b](79ef11b))
* **deps:** bump semantic-release from 23.0.1 to 23.0.2 ([#864](#864)) ([f201b53](f201b53))
* **deps:** bump the commitlint group with 1 update ([#877](#877)) ([90974aa](90974aa))
* **deps:** bump the commitlint group with 2 updates ([#874](#874)) ([6bb5e16](6bb5e16))
* **deps:** bump the eslint group with 1 update ([#875](#875)) ([2f21283](2f21283))
* **deps:** bump the eslint group with 1 update ([#881](#881)) ([825eb9c](825eb9c))
* **deps:** bump the nest group with 1 update ([#880](#880)) ([f044c1b](f044c1b))
* **deps:** bump the nest group with 4 updates ([#863](#863)) ([2a847ff](2a847ff))
* **deps:** bump the nest group with 5 updates ([#871](#871)) ([f8148aa](f8148aa))
* **deps:** bump the nest group with 7 updates ([#861](#861)) ([c3166f2](c3166f2))
* **deps:** bump the stryker group with 3 updates ([#884](#884)) ([71bf86c](71bf86c))
* **deps:** bump the stryker group with 3 updates ([#886](#886)) ([a1d752e](a1d752e))
* **deps:** bump the types group with 1 update ([#866](#866)) ([03514d8](03514d8))
* **deps:** bump the types group with 1 update ([#878](#878)) ([4864e4a](4864e4a))
* **deps:** bump the types group with 1 update ([#888](#888)) ([377753f](377753f))
* **deps:** bump the types group with 2 updates ([#872](#872)) ([7051d89](7051d89))
* **deps:** bump the types group with 2 updates ([#883](#883)) ([d53bc44](d53bc44))
* **deps:** bump type-fest from 4.10.2 to 4.10.3 ([#890](#890)) ([cdc2e19](cdc2e19))
* **github-actions:** bump morrisoncole/pr-lint-action from 1.7.0 to 1.7.1 ([#885](#885)) ([ab8feaf](ab8feaf))
* **github-actions:** bump pnpm/action-setup from 2 to 3 ([#865](#865)) ([a087b09](a087b09))
@antoinezanardi
Copy link
Owner

🎉 This PR is included in version 1.29.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant