Skip to content

Commit fbbbabe

Browse files
chore(deps): Replace dependency @tsconfig/node20 with @tsconfig/node22 (#365)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@tsconfig/node20](https://redirect.github.com/tsconfig/bases) ([source](https://redirect.github.com/tsconfig/bases/tree/HEAD/bases)) → [@tsconfig/node22](https://redirect.github.com/tsconfig/bases) | | replacement | `20` → `22` | | [@tsconfig/node20](https://redirect.github.com/tsconfig/bases) ([source](https://redirect.github.com/tsconfig/bases/tree/HEAD/bases)) → [@tsconfig/node22](https://redirect.github.com/tsconfig/bases) | devDependencies | replacement | [`^20.1.2` → `^22.0.0`](https://renovatebot.com/diffs/npm/@tsconfig%2fnode20/20.1.9/) | This is a special PR that replaces `@tsconfig/node20` 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 7175c98 commit fbbbabe

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"author": "cloudquery (https://github.com/cloudquery)",
5252
"devDependencies": {
5353
"@ava/typescript": "^6.0.0",
54-
"@tsconfig/node20": "^20.1.2",
54+
"@tsconfig/node22": "^22.0.0",
5555
"@types/semver": "^7.5.8",
5656
"@types/uuid": "^11.0.0",
5757
"@types/yargs": "^17.0.24",

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"extends": "@tsconfig/node20/tsconfig.json",
2+
"extends": "@tsconfig/node22/tsconfig.json",
33
"compilerOptions": {
4+
"lib": ["es2023"],
45
"allowJs": true,
56
"declaration": true,
67
"outDir": "dist",

0 commit comments

Comments
 (0)