Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v18.11.9 (#1166)
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)) |
[`18.11.8` ->
`18.11.9`](https://renovatebot.com/diffs/npm/@types%2fnode/18.11.8/18.11.9)
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.11.9/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.11.9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.11.9/compatibility-slim/18.11.8)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.11.9/confidence-slim/18.11.8)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`^18.11.8` ->
`^18.11.9`](https://renovatebot.com/diffs/npm/@types%2fnode/18.11.8/18.11.9)
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.11.9/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.11.9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.11.9/compatibility-slim/18.11.8)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.11.9/confidence-slim/18.11.8)](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 these
updates 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://app.renovatebot.com/dashboard#github/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMi4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTIuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 2, 2022
1 parent 0ddfc0c commit 25f103c
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 91 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@previewjs/plugin-vue3": "workspace:*",
"@types/express": "4.17.14",
"@types/fs-extra": "9.0.13",
"@types/node": "18.11.8",
"@types/node": "18.11.9",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"@vitejs/plugin-react": "2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"build": "tsc && unbuild"
},
"devDependencies": {
"@types/node": "18.11.8",
"@types/node": "18.11.9",
"unbuild": "0.9.1",
"vite": "3.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e-test-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@previewjs/vfs": "^1.2.9",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.187",
"@types/node": "^18.11.8",
"@types/node": "^18.11.9",
"assert-never": "^1.2.1",
"caller-callsite": "^4.1.0",
"chalk": "^4.1.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": "18.11.8",
"@types/node": "18.11.9",
"chalk": "^4.1.2",
"commander": "^9.4.1",
"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 @@ -23,7 +23,7 @@
"devDependencies": {
"@types/inquirer": "8.2.4",
"@types/license-checker": "25.0.3",
"@types/node": "18.11.8",
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"assert-never": "1.2.1",
Expand Down
109 changes: 24 additions & 85 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@previewjs/api": "workspace:*",
"@previewjs/core": "workspace:*",
"@previewjs/loader": "workspace:*",
"@types/node": "18.11.8",
"@types/node": "18.11.9",
"exclusive-promises": "^1.0.3",
"is-wsl": "2.2.0",
"rimraf": "3.0.2",
Expand Down

0 comments on commit 25f103c

Please sign in to comment.