Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#462)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [i18next](https://www.i18next.com) ([source](https://redirect.github.com/i18next/i18next)) | dependencies | patch | [`23.15.0` -> `23.15.1`](https://renovatebot.com/diffs/npm/i18next/23.15.0/23.15.1) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/i18next/i18next/badge)](https://securityscorecards.dev/viewer/?uri=github.com/i18next/i18next) |
| [knip](https://knip.dev) ([source](https://redirect.github.com/webpro-nl/knip/tree/HEAD/packages/knip)) | devDependencies | patch | [`5.30.0` -> `5.30.1`](https://renovatebot.com/diffs/npm/knip/5.30.0/5.30.1) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/webpro-nl/knip/badge)](https://securityscorecards.dev/viewer/?uri=github.com/webpro-nl/knip) |
| [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | devDependencies | minor | [`5.5.4` -> `5.6.2`](https://renovatebot.com/diffs/npm/typescript/5.5.4/5.6.2) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/microsoft/TypeScript/badge)](https://securityscorecards.dev/viewer/?uri=github.com/microsoft/TypeScript) |

---

### Release Notes

<details>
<summary>i18next/i18next (i18next)</summary>

### [`v23.15.1`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23151)

[Compare Source](https://redirect.github.com/i18next/i18next/compare/v23.15.0...v23.15.1)

-   types(TFunction): make return not inferrable and use defaultValue as return when provided [2234](https://redirect.github.com/i18next/i18next/pull/2234)

</details>

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.30.1`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.30.1)

[Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.30.0...5.30.1)

-   Support `snapshotSerializers` in jest config resolver ([`b69c6a3`](https://redirect.github.com/webpro-nl/knip/commit/b69c6a32))
-   Treat --package arg the same as positional arg in npx resolver w/ --yes arg ([`b41594d`](https://redirect.github.com/webpro-nl/knip/commit/b41594d0))
-   Update configuration.md ([#&#8203;774](https://redirect.github.com/webpro-nl/knip/issues/774)) ([`39d473a`](https://redirect.github.com/webpro-nl/knip/commit/39d473a4))

</details>

<details>
<summary>microsoft/TypeScript (typescript)</summary>

### [`v5.6.2`](https://redirect.github.com/microsoft/TypeScript/compare/v5.5.4...a7e3374f13327483fbe94e32806d65785b0b6cda)

[Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday,before 4am on Thursday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/weareinreach/TransMascFutures).



PR-URL: #462
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
kodiakhq[bot] and renovate[bot] authored Sep 10, 2024
2 parents 3b4110c + 480c6ca commit 5faab30
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 144 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@vercel/speed-insights": "1.0.12",
"embla-carousel-auto-height": "7.1.0",
"embla-carousel-react": "7.1.0",
"i18next": "23.15.0",
"i18next": "23.15.1",
"i18next-browser-languagedetector": "8.0.0",
"i18next-http-backend": "2.6.1",
"nanoid": "5.0.7",
Expand Down Expand Up @@ -110,7 +110,7 @@
"eslint-plugin-turbo": "1.13.4",
"husky": "9.1.5",
"i18next-hmr": "3.1.3",
"knip": "5.30.0",
"knip": "5.30.1",
"lint-staged": "15.2.10",
"listr2": "8.2.4",
"luxon": "3.5.0",
Expand All @@ -125,7 +125,7 @@
"tsx": "4.19.0",
"turbo": "1.13.4",
"type-fest": "4.26.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit 5faab30

Please sign in to comment.