@dependabit/monitor 0.1.17 → 0.1.19

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @dependabit/monitor
2
2
 
3
+ ## 0.1.19
4
+
5
+ ### Patch Changes
6
+
7
+ - [#164](https://github.com/pradeepmouli/dependabit/pull/164) [`b6d3f6d`](https://github.com/pradeepmouli/dependabit/commit/b6d3f6d7eeea7d690458f9c95d88b54018d15139) Thanks [@pradeepmouli](https://github.com/pradeepmouli)! - - fix(ci): remove duplicate 'with:' key in Setup pnpm step
8
+ - Updated dependencies [[`b6d3f6d`](https://github.com/pradeepmouli/dependabit/commit/b6d3f6d7eeea7d690458f9c95d88b54018d15139)]:
9
+ - @dependabit/manifest@0.1.19
10
+
11
+ ## 0.1.18
12
+
13
+ ### Patch Changes
14
+
15
+ - [#145](https://github.com/pradeepmouli/dependabit/pull/145) [`0f27a09`](https://github.com/pradeepmouli/dependabit/commit/0f27a09215683c508cb5575ea41e5a8b602b7ab9) Thanks [@pradeepmouli](https://github.com/pradeepmouli)! - - fix(ci): generate changeset and keep TS6 pins in dep-update workflow
16
+ - chore(deps)(deps-dev): bump the code-quality group across 1 directory with 3 updates
17
+ - chore(deps)(deps-dev): bump tsx
18
+ - chore(deps)(deps): bump ignore from 7.0.5 to 7.0.9
19
+ - chore(deps)(deps-dev): bump vitepress
20
+ - Updated dependencies [[`0f27a09`](https://github.com/pradeepmouli/dependabit/commit/0f27a09215683c508cb5575ea41e5a8b602b7ab9)]:
21
+ - @dependabit/manifest@0.1.18
22
+
3
23
  ## 0.1.17
4
24
 
5
25
  ### Patch Changes
@@ -8,6 +8,9 @@ export declare class GitHubRepoChecker implements Checker {
8
8
  * Fetches latest release information from a GitHub repository
9
9
  */
10
10
  fetch(config: AccessConfig): Promise<DependencySnapshot>;
11
+ /**
12
+ * Fallback: Fetch latest commit when no releases exist
13
+ */
11
14
  private fetchLatestCommit;
12
15
  /**
13
16
  * Compares two snapshots to detect version/state changes
@@ -1 +1 @@
1
- {"version":3,"file":"github-repo.d.ts","sourceRoot":"","sources":["../../src/checkers/github-repo.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAG9F,qBAAa,iBAAkB,YAAW,OAAO;IAC/C;;OAEG;IACG,KAAK,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,kBAAkB,CAAC,CA+D7D;YAKa,iBAAiB;IA4C/B;;OAEG;IACG,OAAO,CAAC,IAAI,EAAE,kBAAkB,EAAE,IAAI,EAAE,kBAAkB,GAAG,OAAO,CAAC,eAAe,CAAC,CAqB1F;CACF"}
1
+ {"version":3,"file":"github-repo.d.ts","sourceRoot":"","sources":["../../src/checkers/github-repo.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAG9F,qBAAa,iBAAkB,YAAW,OAAO;IAC/C;;OAEG;IACG,KAAK,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,kBAAkB,CAAC,CA+D7D;IAED;;OAEG;YACW,iBAAiB;IA4C/B;;OAEG;IACG,OAAO,CAAC,IAAI,EAAE,kBAAkB,EAAE,IAAI,EAAE,kBAAkB,GAAG,OAAO,CAAC,eAAe,CAAC,CAqB1F;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dependabit/monitor",
3
- "version": "0.1.17",
3
+ "version": "0.1.19",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/pradeepmouli/dependabit.git",
@@ -22,14 +22,14 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "yaml": "^2.9.0",
25
- "zod": "^4.4.3",
26
- "@dependabit/manifest": "0.1.17"
25
+ "zod": "^4.6.5",
26
+ "@dependabit/manifest": "0.1.19"
27
27
  },
28
28
  "devDependencies": {
29
- "@types/node": "^25.8.0",
30
- "tsx": "^4.22.2",
31
- "typescript": "^6.0.3",
32
- "vitest": "^4.1.6"
29
+ "@types/node": "^25.9.1",
30
+ "tsx": "^4.23.13",
31
+ "typescript": "^7.0.2",
32
+ "vitest": "^5.0.1"
33
33
  },
34
34
  "keywords": [
35
35
  "dependabit",
@@ -51,10 +51,10 @@
51
51
  "LICENSE"
52
52
  ],
53
53
  "scripts": {
54
- "build": "tsgo -p tsconfig.json",
54
+ "build": "tsc -p tsconfig.json",
55
55
  "clean": "rm -rf dist tsconfig.tsbuildinfo",
56
56
  "dev": "tsx watch src/index.ts",
57
- "type-check": "tsgo --noEmit -p tsconfig.json",
57
+ "type-check": "tsc --noEmit -p tsconfig.json",
58
58
  "test": "vitest run",
59
59
  "test:watch": "vitest"
60
60
  }