Skip to content

Commit

Permalink
Update dependency @types/node to ^18.18.1 (#340)
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.18.0` ->
`^18.18.1`](https://renovatebot.com/diffs/npm/@types%2fnode/18.18.0/18.18.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/18.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/18.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/18.18.0/18.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/18.18.0/18.18.1?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/dermoumi/crafts).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 29, 2023
1 parent 8a4f93e commit 24c1f5c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@crafts/game-app": "workspace:^",
"@crafts/plugin-physics": "workspace:^",
"@crafts/tsconfig": "workspace:^",
"@types/node": "^18.18.0",
"@types/node": "^18.18.1",
"eslint": "^8.50.0",
"prettier": "^2.8.8",
"vite": "^4.4.9",
Expand Down
2 changes: 1 addition & 1 deletion libs/default-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@crafts/eslint-config": "workspace:^",
"@crafts/tsconfig": "workspace:^",
"@types/node": "^18.18.0",
"@types/node": "^18.18.1",
"@vitest/coverage-istanbul": "^0.34.5",
"eslint": "^8.50.0",
"prettier": "^2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion libs/ecs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@crafts/eslint-config": "workspace:^",
"@crafts/tsconfig": "workspace:^",
"@types/node": "^18.18.0",
"@types/node": "^18.18.1",
"@vitest/coverage-istanbul": "^0.34.5",
"eslint": "^8.50.0",
"prettier": "^2.8.8",
Expand Down
52 changes: 26 additions & 26 deletions pnpm-lock.yaml

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

0 comments on commit 24c1f5c

Please sign in to comment.