Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.16.3 (#1430)
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://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`20.16.2` ->
`20.16.3`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.2/20.16.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.16.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.16.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.16.2/20.16.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.16.2/20.16.3?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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/runtime-env/import-meta-env).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 1, 2024
1 parent 31724fd commit e0d295c
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 76 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/preset-typescript": "7.24.7",
"@types/chai": "4.3.19",
"@types/jest": "29.5.12",
"@types/node": "20.16.2",
"@types/node": "20.16.3",
"@types/tmp": "0.2.6",
"babel-jest": "29.7.0",
"chai": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/runtime-env/import-meta-env/tree/main/packages/flow#readme",
"devDependencies": {
"@types/node": "20.16.2",
"@types/node": "20.16.3",
"typescript": "5.5.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/runtime-env/import-meta-env/tree/main/packages/typescript#readme",
"devDependencies": {
"@types/node": "20.16.2",
"@types/node": "20.16.3",
"typescript": "5.5.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"homepage": "https://github.com/runtime-env/import-meta-env/tree/main/packages/unplugin#readme",
"devDependencies": {
"@farmfe/core": "1.3.12",
"@types/node": "20.16.2",
"@types/node": "20.16.3",
"@types/object-hash": "3.0.6",
"rollup": "4.21.2",
"ts-node": "10.9.2",
Expand Down
Loading

0 comments on commit e0d295c

Please sign in to comment.