Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to ^20.6.0 (#1991)
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 |
|---|---|---|---|---|---|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`^20.5.9` ->
`^20.6.0`](https://renovatebot.com/diffs/npm/@types%2fnode/20.5.9/20.6.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.5.9/20.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.5.9/20.6.0?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**: 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/fwouts/previewjs).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 8, 2023
1 parent 67ec2dd commit 43d52d6
Show file tree
Hide file tree
Showing 7 changed files with 353 additions and 214 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.17",
"@types/fs-extra": "^11.0.1",
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"cross-env": "^7.0.3",
"fs-extra": "^11.1.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build": "tsc && unbuild"
},
"devDependencies": {
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.4.9"
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.5.9",
"@types/node": "^20.6.0",
"exclusive-promises": "^1.0.3",
"exit-hook": "^3.2.0",
"is-wsl": "^3.0.0",
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.5.9",
"@types/node": "^20.6.0",
"chalk": "^5.3.0",
"commander": "^11.0.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 @@ -29,7 +29,7 @@
"devDependencies": {
"@types/inquirer": "^9.0.3",
"@types/license-checker": "^25.0.4",
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"assert-never": "^1.2.1",
Expand Down
Loading

0 comments on commit 43d52d6

Please sign in to comment.