Skip to content

Commit b96639f

Browse files
chore(deps): update dependency @types/node to v22.15.23 (#25)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`22.15.21` -> `22.15.23`](https://renovatebot.com/diffs/npm/@types%2fnode/22.15.21/22.15.23) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.15.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/22.15.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/22.15.21/22.15.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.15.21/22.15.23?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 is behind base branch, 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/TheCodeDestroyer/devkit). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
2 parents 6aa2fe9 + c3d7ba9 commit b96639f

File tree

18 files changed

+96
-76
lines changed

18 files changed

+96
-76
lines changed

.changeset/dependencies-GH-25.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
"@tcd-devkit/commitlint-config": patch
3+
"@tcd-devkit/eslint-preset-next": patch
4+
"@tcd-devkit/eslint-preset-node": patch
5+
"@tcd-devkit/eslint-config-a11y": patch
6+
"@tcd-devkit/eslint-config-import-ts": patch
7+
"@tcd-devkit/eslint-config-import": patch
8+
"@tcd-devkit/eslint-config-next": patch
9+
"@tcd-devkit/eslint-config-react-hooks": patch
10+
"@tcd-devkit/eslint-config-react": patch
11+
"@tcd-devkit/eslint-config-ts": patch
12+
"@tcd-devkit/eslint-config": patch
13+
"@tcd-devkit/internal-utils": patch
14+
"@tcd-devkit/prettier-config-react": patch
15+
"@tcd-devkit/prettier-config": patch
16+
"@tcd-devkit/scripts": patch
17+
"@tcd-devkit/tsup-config": patch
18+
---
19+
20+
chore(deps): update dependency @types/node to v22.15.23

packages/commitlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@tcd-devkit/scripts": "workspace:*",
5252
"@tcd-devkit/tsconfig": "workspace:*",
5353
"@tcd-devkit/tsup-config": "workspace:*",
54-
"@types/node": "22.15.21",
54+
"@types/node": "22.15.23",
5555
"tsup": "8.5.0",
5656
"typescript": "5.8.3"
5757
},

packages/eslint-presets/eslint-preset-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@tcd-devkit/scripts": "workspace:*",
7272
"@tcd-devkit/tsconfig": "workspace:*",
7373
"@tcd-devkit/tsup-config": "workspace:*",
74-
"@types/node": "22.15.21",
74+
"@types/node": "22.15.23",
7575
"tsup": "8.5.0"
7676
},
7777
"peerDependencies": {

packages/eslint-presets/eslint-preset-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@tcd-devkit/scripts": "workspace:*",
6666
"@tcd-devkit/tsconfig": "workspace:*",
6767
"@tcd-devkit/tsup-config": "workspace:*",
68-
"@types/node": "22.15.21",
68+
"@types/node": "22.15.23",
6969
"tsup": "8.5.0"
7070
},
7171
"peerDependencies": {

packages/eslint/eslint-config-a11y/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@tcd-devkit/scripts": "workspace:*",
7474
"@tcd-devkit/tsconfig": "workspace:*",
7575
"@tcd-devkit/tsup-config": "workspace:*",
76-
"@types/node": "22.15.21",
76+
"@types/node": "22.15.23",
7777
"eslint": "9.27.0",
7878
"tsup": "8.5.0",
7979
"typescript": "5.8.3"

packages/eslint/eslint-config-import-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@tcd-devkit/scripts": "workspace:*",
7878
"@tcd-devkit/tsconfig": "workspace:*",
7979
"@tcd-devkit/tsup-config": "workspace:*",
80-
"@types/node": "22.15.21",
80+
"@types/node": "22.15.23",
8181
"eslint": "9.27.0",
8282
"tsup": "8.5.0",
8383
"typescript": "5.8.3",

packages/eslint/eslint-config-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@tcd-devkit/scripts": "workspace:*",
7474
"@tcd-devkit/tsconfig": "workspace:*",
7575
"@tcd-devkit/tsup-config": "workspace:*",
76-
"@types/node": "22.15.21",
76+
"@types/node": "22.15.23",
7777
"eslint": "9.27.0",
7878
"tsup": "8.5.0",
7979
"typescript": "5.8.3",

packages/eslint/eslint-config-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@tcd-devkit/scripts": "workspace:*",
7373
"@tcd-devkit/tsconfig": "workspace:*",
7474
"@tcd-devkit/tsup-config": "workspace:*",
75-
"@types/node": "22.15.21",
75+
"@types/node": "22.15.23",
7676
"eslint": "9.27.0",
7777
"tsup": "8.5.0",
7878
"typescript": "5.8.3"

packages/eslint/eslint-config-react-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@tcd-devkit/scripts": "workspace:*",
7474
"@tcd-devkit/tsconfig": "workspace:*",
7575
"@tcd-devkit/tsup-config": "workspace:*",
76-
"@types/node": "22.15.21",
76+
"@types/node": "22.15.23",
7777
"eslint": "9.27.0",
7878
"tsup": "8.5.0",
7979
"typescript": "5.8.3",

packages/eslint/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@tcd-devkit/scripts": "workspace:*",
7474
"@tcd-devkit/tsconfig": "workspace:*",
7575
"@tcd-devkit/tsup-config": "workspace:*",
76-
"@types/node": "22.15.21",
76+
"@types/node": "22.15.23",
7777
"eslint": "9.27.0",
7878
"tsup": "8.5.0",
7979
"typescript": "5.8.3",

0 commit comments

Comments
 (0)