Skip to content

Commit

Permalink
Update dependency @types/node to v22 (#319)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| devDependencies | major | [`^10.0.0` ->
`^22.0.0`](https://renovatebot.com/diffs/npm/@types%2fnode/10.17.60/22.10.10)
|

---

### Configuration

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

🚦 **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 [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19-->

Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
  • Loading branch information
pulumi-renovate[bot] authored Jan 27, 2025
1 parent 7908a37 commit 52ee35b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/gke-auto-pilot-cert-manager-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gke-auto-pilot",
"devDependencies": {
"@types/node": "^10.0.0"
"@types/node": "^22.0.0"
},
"dependencies": {
"@pulumi/kubernetes": "4.21.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-cert-manager-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "simple",
"devDependencies": {
"@types/node": "^10.0.0"
"@types/node": "^22.0.0"
},
"dependencies": {
"@pulumi/kubernetes": "4.21.0",
Expand Down

0 comments on commit 52ee35b

Please sign in to comment.