@dependabit/monitor 0.1.16 → 0.1.18
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 +22 -0
- package/dist/checkers/github-repo.d.ts +3 -0
- package/dist/checkers/github-repo.d.ts.map +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @dependabit/monitor
|
|
2
2
|
|
|
3
|
+
## 0.1.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#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
|
|
8
|
+
- chore(deps)(deps-dev): bump the code-quality group across 1 directory with 3 updates
|
|
9
|
+
- chore(deps)(deps-dev): bump tsx
|
|
10
|
+
- chore(deps)(deps): bump ignore from 7.0.5 to 7.0.9
|
|
11
|
+
- chore(deps)(deps-dev): bump vitepress
|
|
12
|
+
- Updated dependencies [[`0f27a09`](https://github.com/pradeepmouli/dependabit/commit/0f27a09215683c508cb5575ea41e5a8b602b7ab9)]:
|
|
13
|
+
- @dependabit/manifest@0.1.18
|
|
14
|
+
|
|
15
|
+
## 0.1.17
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#127](https://github.com/pradeepmouli/dependabit/pull/127) [`74aac50`](https://github.com/pradeepmouli/dependabit/commit/74aac50256e0ac601779e68b5360cba4369db997) Thanks [@pradeepmouli](https://github.com/pradeepmouli)! - - chore: also drop .github/agents, prompts, skills, copilot from master
|
|
20
|
+
- chore: also drop specs/, .claude-plugin/ from master
|
|
21
|
+
- chore: drop AI tooling files from master
|
|
22
|
+
- Updated dependencies [[`74aac50`](https://github.com/pradeepmouli/dependabit/commit/74aac50256e0ac601779e68b5360cba4369db997)]:
|
|
23
|
+
- @dependabit/manifest@0.1.17
|
|
24
|
+
|
|
3
25
|
## 0.1.16
|
|
4
26
|
|
|
5
27
|
### 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;
|
|
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.
|
|
3
|
+
"version": "0.1.18",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/pradeepmouli/dependabit.git",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"yaml": "^2.
|
|
25
|
-
"zod": "^4.
|
|
26
|
-
"@dependabit/manifest": "0.1.
|
|
24
|
+
"yaml": "^2.9.0",
|
|
25
|
+
"zod": "^4.6.5",
|
|
26
|
+
"@dependabit/manifest": "0.1.18"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@types/node": "^25.
|
|
30
|
-
"tsx": "^4.
|
|
31
|
-
"typescript": "^
|
|
32
|
-
"vitest": "^4.1.
|
|
29
|
+
"@types/node": "^25.9.1",
|
|
30
|
+
"tsx": "^4.23.13",
|
|
31
|
+
"typescript": "^7.0.2",
|
|
32
|
+
"vitest": "^4.1.8"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"dependabit",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"LICENSE"
|
|
52
52
|
],
|
|
53
53
|
"scripts": {
|
|
54
|
-
"build": "
|
|
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": "
|
|
57
|
+
"type-check": "tsc --noEmit -p tsconfig.json",
|
|
58
58
|
"test": "vitest run",
|
|
59
59
|
"test:watch": "vitest"
|
|
60
60
|
}
|