eslint-plugin-rxjs-x 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +18 -18
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ import { getFunctionHeadLocation, isFunction } from "@typescript-eslint/utils/as
5
5
  import decamelize from "decamelize";
6
6
  //#region package.json
7
7
  var name = "eslint-plugin-rxjs-x";
8
- var version = "1.0.1";
8
+ var version = "1.0.2";
9
9
  //#endregion
10
10
  //#region src/configs/recommended.ts
11
11
  const createRecommendedConfig = (plugin) => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-rxjs-x",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Modern ESLint plugin for RxJS",
5
5
  "keywords": [
6
6
  "lint",
@@ -47,48 +47,48 @@
47
47
  "typecheck": "tsc --noEmit"
48
48
  },
49
49
  "resolutions": {
50
- "rolldown": "^1.0.0-rc.10"
50
+ "rolldown": "^1.0.0-rc.12"
51
51
  },
52
52
  "dependencies": {
53
- "@typescript-eslint/utils": "^8.56.0",
53
+ "@typescript-eslint/utils": "^8.58.0",
54
54
  "decamelize": "^6.0.1",
55
- "ts-api-utils": "^2.4.0"
55
+ "ts-api-utils": "^2.5.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@eslint/js": "^10.0.1",
59
59
  "@stylistic/eslint-plugin": "^5.10.0",
60
60
  "@types/common-tags": "^1.8.4",
61
61
  "@types/node": "~20.19.37",
62
- "@typescript-eslint/rule-tester": "^8.57.1",
62
+ "@typescript-eslint/rule-tester": "^8.58.0",
63
63
  "@typescript/vfs": "^1.6.4",
64
- "@vitest/coverage-v8": "^4.1.0",
65
- "@vitest/eslint-plugin": "^1.6.12",
64
+ "@vitest/coverage-v8": "^4.1.2",
65
+ "@vitest/eslint-plugin": "^1.6.13",
66
66
  "bumpp": "^11.0.1",
67
67
  "common-tags": "^1.8.2",
68
68
  "eslint": "^10.1.0",
69
- "eslint-config-flat-gitignore": "^2.2.1",
70
- "eslint-doc-generator": "^3.3.1",
69
+ "eslint-config-flat-gitignore": "^2.3.0",
70
+ "eslint-doc-generator": "^3.3.2",
71
71
  "eslint-import-resolver-typescript": "^4.4.4",
72
72
  "eslint-plugin-eslint-plugin": "patch:eslint-plugin-eslint-plugin@npm%3A7.3.1#~/.yarn/patches/eslint-plugin-eslint-plugin-npm-7.3.1-6b766f9a07.patch",
73
73
  "eslint-plugin-import-x": "^4.16.2",
74
74
  "eslint-plugin-n": "^17.24.0",
75
- "eslint-plugin-package-json": "^0.91.0",
75
+ "eslint-plugin-package-json": "^0.91.1",
76
76
  "eslint-plugin-perfectionist": "^5.7.0",
77
77
  "eslint-plugin-regexp": "^3.1.0",
78
- "eslint-plugin-unicorn": "^63.0.0",
78
+ "eslint-plugin-unicorn": "^64.0.0",
79
79
  "jsonc-eslint-parser": "^3.1.0",
80
- "markdownlint-cli2": "~0.21.0",
80
+ "markdownlint-cli2": "~0.22.0",
81
81
  "rxjs": "^7.8.2",
82
- "tsdown": "^0.21.4",
83
- "typescript": "~5.9.3",
84
- "typescript-eslint": "^8.57.1",
85
- "vite": "^8.0.1",
86
- "vitest": "^4.1.0"
82
+ "tsdown": "^0.21.7",
83
+ "typescript": "~6.0.2",
84
+ "typescript-eslint": "^8.58.0",
85
+ "vite": "^8.0.3",
86
+ "vitest": "^4.1.2"
87
87
  },
88
88
  "peerDependencies": {
89
89
  "eslint": "^10.0.1",
90
90
  "rxjs": "^7.2.0",
91
- "typescript": ">=4.8.4 <6.0.0"
91
+ "typescript": ">=4.8.4 <6.1.0"
92
92
  },
93
93
  "peerDependenciesMeta": {
94
94
  "rxjs": {