Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to ^20.17.6 (#2778)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`^20.10.6` ->
`^20.17.6`](https://renovatebot.com/diffs/npm/@types%2fnode/20.10.6/20.17.6)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.17.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.17.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.10.6/20.17.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.10.6/20.17.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOS43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent ded3f7a commit 9759a83
Show file tree
Hide file tree
Showing 7 changed files with 472 additions and 479 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@previewjs/properties": "workspace:*",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.6",
"@types/node": "^20.17.6",
"cross-env": "^7.0.3",
"fs-extra": "^11.2.0",
"typescript": "^5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"vite": "^5.3.1"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/node": "^20.17.6",
"typescript": "^5.6.3",
"unbuild": "^2.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@previewjs/api": "workspace:*",
"@previewjs/core": "workspace:*",
"@previewjs/loader": "workspace:*",
"@types/node": "^20.10.6",
"@types/node": "^20.17.6",
"exclusive-promises": "^1.0.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion integrations/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@previewjs/api": "workspace:*",
"@previewjs/loader": "workspace:*",
"@types/node": "^20.10.6",
"@types/node": "^20.17.6",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@eslint/js": "^9.13.0",
"@types/inquirer": "^9.0.7",
"@types/license-checker": "^25.0.6",
"@types/node": "^20.10.6",
"@types/node": "^20.17.6",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"assert-never": "^1.2.1",
Expand Down
939 changes: 466 additions & 473 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"playwright": "^1.48.2"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/node": "^20.17.6",
"typescript": "^5.6.3",
"unbuild": "^2.0.0"
}
Expand Down

0 comments on commit 9759a83

Please sign in to comment.