Skip to content

Commit

Permalink
bump(deps): update dependency ajv-formats to v3 (#13)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ajv-formats](https://togithub.com/ajv-validator/ajv-formats) |
[`^2.1.1` ->
`^3.0.1`](https://renovatebot.com/diffs/npm/ajv-formats/2.1.1/3.0.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ajv-formats/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ajv-formats/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ajv-formats/2.1.1/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ajv-formats/2.1.1/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ajv-validator/ajv-formats (ajv-formats)</summary>

###
[`v3.0.1`](https://togithub.com/ajv-validator/ajv-formats/compare/v3.0.0...1fb3fa7d967f919ff924bb34aef73a2f39ab0de3)

[Compare
Source](https://togithub.com/ajv-validator/ajv-formats/compare/v3.0.0...v3.0.1)

###
[`v3.0.0`](https://togithub.com/ajv-validator/ajv-formats/compare/v2.1.1...v3.0.0)

[Compare
Source](https://togithub.com/ajv-validator/ajv-formats/compare/v2.1.1...v3.0.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/fuxingloh/karfia).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fuxing Loh <git@fuxing.dev>
  • Loading branch information
renovate[bot] and fuxingloh authored Apr 7, 2024
1 parent 095d8ca commit 52f888c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/karfia-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@trpc/server": "^10.45.2",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"ajv-formats": "^3.0.1",
"karfia-definition": "workspace:^",
"trpc-openapi": "^1.2.0",
"zod": "^3.22.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/karfia-definition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1"
"ajv-formats": "^3.0.1"
},
"devDependencies": {
"@workspace/tsconfig": "workspace:*",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"dependsOn": ["^build"]
},
"build:docker": {
"inputs": ["Dockerfile", "tsconfig.json", "tsconfig.build.json", "./**/*.ts"],
"outputs": [],
"dependsOn": []
"cache": false
},
"push:docker": {
"cache": false
Expand Down
2 changes: 1 addition & 1 deletion workspace/jest-preset/jest-preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ module.exports = {
transform: {
'^.+\\.(t|j)sx?$': '@swc/jest',
},
testTimeout: 60000,
testTimeout: 120000,
};

0 comments on commit 52f888c

Please sign in to comment.