diff --git a/.changeset/orange-cobras-rhyme.md b/.changeset/orange-cobras-rhyme.md new file mode 100644 index 0000000..324e98f --- /dev/null +++ b/.changeset/orange-cobras-rhyme.md @@ -0,0 +1,6 @@ +--- +"@nornir/core": minor +"@nornir/rest": minor +--- + +update to ts 5.5 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c0fbd48..8769849 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 8.2.0 + version: 9.7.0 - name: Use Node.js uses: actions/setup-node@v3 with: diff --git a/.github/workflows/on-demand-release.yml b/.github/workflows/on-demand-release.yml index c851c73..ca619c7 100644 --- a/.github/workflows/on-demand-release.yml +++ b/.github/workflows/on-demand-release.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 8.2.0 + version: 9.7.0 - name: Use Node.js uses: actions/setup-node@v3 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e65de14..ab940de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 8.2.0 + version: 9.7.0 fetch-depth: 0 - name: Use Node.js uses: actions/setup-node@v3 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3f3bb32..3f3af53 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 8.2.0 + version: 9.7.0 - name: Use Node.js uses: actions/setup-node@v3 with: diff --git a/package.json b/package.json index 9d84242..84288cd 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "syncpack": "^9.8.4", "ts-patch": "^3.2.1", "turbo": "^1.9.2", - "typescript": "5.5.4" + "typescript": "^5.5.4" }, "engines": { "node": ">=18.0.0", diff --git a/packages/core/package.json b/packages/core/package.json index c36c7a2..da7a2ac 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -12,7 +12,7 @@ "eslint": "^8.45.0", "jest": "^29.5.0", "ts-patch": "^3.2.1", - "typescript": "5.5.4" + "typescript": "^5.5.4" }, "engines": { "node": ">=18.0.0", diff --git a/packages/rest/package.json b/packages/rest/package.json index 5775c92..5223ac5 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -37,7 +37,10 @@ "eslint": "^8.45.0", "jest": "^29.5.0", "ts-patch": "^3.2.1", - "typescript": "5.5.4" + "typescript": "^5.5.4" + }, + "peerDependencies": { + "typescript": "^5.5.4" }, "engines": { "node": ">=18.0.0", diff --git a/packages/test/package.json b/packages/test/package.json index 8ad746a..6b7b8ae 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -16,7 +16,7 @@ "eslint": "^8.45.0", "jest": "^29.5.0", "ts-patch": "^3.2.1", - "typescript": "5.5.4" + "typescript": "^5.5.4" }, "engines": { "node": ">=18.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d544dd6..f50bae7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -87,7 +87,7 @@ importers: specifier: ^1.9.2 version: 1.13.4 typescript: - specifier: 5.5.4 + specifier: ^5.5.4 version: 5.5.4 packages/core: @@ -117,7 +117,7 @@ importers: specifier: ^3.2.1 version: 3.2.1 typescript: - specifier: 5.5.4 + specifier: ^5.5.4 version: 5.5.4 packages/rest: @@ -211,7 +211,7 @@ importers: specifier: ^3.2.1 version: 3.2.1 typescript: - specifier: 5.5.4 + specifier: ^5.5.4 version: 5.5.4 packages/scripts: {} @@ -253,7 +253,7 @@ importers: specifier: ^3.2.1 version: 3.2.1 typescript: - specifier: 5.5.4 + specifier: ^5.5.4 version: 5.5.4 packages: