Skip to content

Commit 0402624

Browse files
chore(deps): Replace dependency @tsconfig/node18 with @tsconfig/node20 (#145)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@tsconfig/node18](https://redirect.github.com/tsconfig/bases) ([source](https://redirect.github.com/tsconfig/bases/tree/HEAD/bases)) → [@tsconfig/node20](https://redirect.github.com/tsconfig/bases) | | replacement | `18` → `20` | | [@tsconfig/node18](https://redirect.github.com/tsconfig/bases) ([source](https://redirect.github.com/tsconfig/bases/tree/HEAD/bases)) → [@tsconfig/node20](https://redirect.github.com/tsconfig/bases) | devDependencies | replacement | [`^18.2.0` → `^20.1.0`](https://renovatebot.com/diffs/npm/@tsconfig%2fnode18/18.2.6/) | This is a special PR that replaces `@tsconfig/node18` with the community suggested minimal stable replacement version. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month (`* 0-3 1 * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDguMSIsInVwZGF0ZWRJblZlciI6IjQzLjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent bc65277 commit 0402624

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"author": "cloudquery (https://github.com/cloudquery)",
3737
"devDependencies": {
3838
"@grpc/grpc-js": "^1.9.0",
39-
"@tsconfig/node18": "^18.2.0",
39+
"@tsconfig/node20": "^20.1.0",
4040
"@types/google-protobuf": "^3.15.6",
4141
"grpc-tools": "^1.12.4",
4242
"protoc-gen-ts": "^0.8.6",

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node18/tsconfig.json",
2+
"extends": "@tsconfig/node20/tsconfig.json",
33
"compilerOptions": {
44
"allowJs": true,
55
"declaration": true,

0 commit comments

Comments
 (0)