From 9ac0b63cd0e745b8c6c47aa9ca4be9516eb29cee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 13:14:38 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/feature.yml | 2 +- .nvmrc | 2 +- package.json | 38 ++++++++++++++++---------------- packages/operators/package.json | 10 ++++----- packages/playground/package.json | 2 +- 5 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index 590d837c..5a045dff 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -27,7 +27,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 10.18.2 + version: 10.34.5 - name: Use Node.js ${{ matrix.node }} uses: actions/setup-node@v5 diff --git a/.nvmrc b/.nvmrc index 442c7587..c9471194 100755 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.20.0 +22.23.2 diff --git a/package.json b/package.json index 82967995..a177fb55 100644 --- a/package.json +++ b/package.json @@ -57,43 +57,43 @@ "packages/playground" ], "devDependencies": { - "@commitlint/config-conventional": "20.0.0", - "@eslint/js": "9.37.0", + "@commitlint/config-conventional": "20.5.3", + "@eslint/js": "9.39.5", "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "13.0.1", "@semantic-release/git": "10.0.1", "@semantic-release/github": "11.0.6", "@semantic-release/npm": "12.0.2", - "@semantic-release/release-notes-generator": "14.1.0", - "@types/eslint-plugin-security": "3.0.0", - "@vitest/coverage-v8": "3.2.4", - "@vitest/eslint-plugin": "1.3.16", - "@vitest/ui": "3.2.4", - "commitlint": "20.1.0", - "eslint": "9.37.0", + "@semantic-release/release-notes-generator": "14.1.1", + "@types/eslint-plugin-security": "3.0.1", + "@vitest/coverage-v8": "3.2.7", + "@vitest/eslint-plugin": "1.6.26", + "@vitest/ui": "3.2.7", + "commitlint": "20.5.3", + "eslint": "9.39.5", "eslint-config-prettier": "10.1.8", - "eslint-plugin-no-secrets": "2.2.1", + "eslint-plugin-no-secrets": "2.3.3", "eslint-plugin-perfectionist": "4.15.1", - "eslint-plugin-prettier": "5.5.4", + "eslint-plugin-prettier": "5.5.6", "eslint-plugin-security": "3.0.1", - "fetch-mock": "12.5.4", - "globals": "16.4.0", + "fetch-mock": "12.6.0", + "globals": "16.5.0", "happy-dom": "20.0.0", "husky": "9.1.7", - "lint-staged": "16.2.3", - "prettier": "3.6.2", + "lint-staged": "16.4.0", + "prettier": "3.9.6", "semantic-release": "24.2.9", "semantic-release-monorepo": "8.0.2", "typescript": "5.9.3", - "typescript-eslint": "8.46.0", - "undici": "7.16.0", + "typescript-eslint": "8.66.0", + "undici": "7.29.0", "vitest": "3.2.4" }, "dependencies": { "@edge-runtime/vm": "5.0.0", - "@rollup/plugin-typescript": "12.1.4", + "@rollup/plugin-typescript": "12.3.0", "tslib": "2.8.1", "unbuild": "3.6.1", - "unplugin-replace": "0.6.1" + "unplugin-replace": "0.9.0" } } \ No newline at end of file diff --git a/packages/operators/package.json b/packages/operators/package.json index acc9d405..076abac6 100644 --- a/packages/operators/package.json +++ b/packages/operators/package.json @@ -35,17 +35,17 @@ }, "dependencies": { "ansi-colors": "4.1.3", - "ascii-table3": "1.0.1", + "ascii-table3": "1.0.3", "chalk": "5.6.2", "debug": "4.4.3", - "fast-equals": "5.3.2", - "minimatch": "10.0.3", + "fast-equals": "5.4.1", + "minimatch": "10.2.6", "rxjs": "7.8.2", - "strip-ansi": "7.1.2", + "strip-ansi": "7.2.0", "sync-promise-js": "1.0.0" }, "devDependencies": { - "@types/debug": "4.1.12", + "@types/debug": "4.1.13", "unbuild": "3.6.1", "typescript": "5.9.3" } diff --git a/packages/playground/package.json b/packages/playground/package.json index 91444e0c..2d9e1a35 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -29,6 +29,6 @@ "rxjs": "7.8.2" }, "devDependencies": { - "tsx": "4.20.6" + "tsx": "4.23.11" } }