Skip to content

Commit 52b7379

Browse files
chore(deps): Replace dependency @tsconfig/node16 with @tsconfig/node18 (#135)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@tsconfig/node16](https://redirect.github.com/tsconfig/bases) ([source](https://redirect.github.com/tsconfig/bases/tree/HEAD/bases)) → [@tsconfig/node18](https://redirect.github.com/tsconfig/bases) | | replacement | `16` → `18` | | [@tsconfig/node16](https://redirect.github.com/tsconfig/bases) ([source](https://redirect.github.com/tsconfig/bases/tree/HEAD/bases)) → [@tsconfig/node18](https://redirect.github.com/tsconfig/bases) | devDependencies | replacement | [`^16.1.0` → `^18.2.0`](https://renovatebot.com/diffs/npm/@tsconfig%2fnode16/16.1.8/) | This is a special PR that replaces `@tsconfig/node16` with the community suggested minimal stable replacement version. --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42My4wIiwidXBkYXRlZEluVmVyIjoiNDMuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 4c165db commit 52b7379

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/node16": "^16.1.0",
39+
"@tsconfig/node18": "^18.2.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/node16/tsconfig.json",
2+
"extends": "@tsconfig/node18/tsconfig.json",
33
"compilerOptions": {
44
"allowJs": true,
55
"declaration": true,

0 commit comments

Comments
 (0)