🌈️ apply a wallpaper based on the weather outside
0

Configure Feed

Select the types of activity you want to include in your feed.

fix(treewide): dependency resolution

Angel Wang (Jul 27, 2026, 1:12 PM -0600) a66e4aee b5450caf

+15 -79
+4 -1
deno.json
··· 13 13 "apply": "deno -A ./src/apply/index.ts" 14 14 }, 15 15 "imports": { 16 + "@colordx/core": "npm:@colordx/core@^5.5.0", 16 17 "@std/assert": "jsr:@std/assert@1", 17 - "@std/path": "jsr:@std/path@^1.1.5" 18 + "@std/path": "jsr:@std/path@^1.1.5", 19 + "suncalc": "npm:suncalc@^2.0.1", 20 + "zx": "npm:zx@^8.8.5" 18 21 }, 19 22 "fmt": { 20 23 "semiColons": false,
+11 -20
deno.lock
··· 5 5 "jsr:@std/internal@^1.0.12": "1.0.14", 6 6 "jsr:@std/internal@^1.0.14": "1.0.14", 7 7 "jsr:@std/path@^1.1.5": "1.1.5", 8 - "npm:@colordx/core@^5.4.3": "5.4.3", 9 - "npm:chalk@^5.6.2": "5.6.2", 10 - "npm:suncalc@2": "2.0.0", 8 + "npm:@colordx/core@^5.5.0": "5.5.0", 9 + "npm:suncalc@^2.0.1": "2.0.1", 11 10 "npm:zx@^8.8.5": "8.8.5" 12 11 }, 13 12 "jsr": { ··· 28 27 } 29 28 }, 30 29 "npm": { 31 - "@colordx/core@5.4.3": { 32 - "integrity": "sha512-kIxYSfA5T8HXjav55UaaH/o/cKivF6jCCGIb8eqtcsfI46wsvlSiT8jMDyrl779qLec3c2c2oHBZo4oAhvbjrQ==" 30 + "@colordx/core@5.5.0": { 31 + "integrity": "sha512-3PxTH8itZzltK0U9jTwVVnjLXvnDYuq3m+QXsHkENxWiPRh4WaoLcs1SQjqgZ55kS+QyirpH5BVwzP2gMVG6EQ==" 33 32 }, 34 - "chalk@5.6.2": { 35 - "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==" 36 - }, 37 - "suncalc@2.0.0": { 38 - "integrity": "sha512-RcO28GOMXNnB+sr+c7/+zv5UPMa9wxIsUVGE3HddjQykqCVEC2rc4t4IjBB7qaa7K7dx5Cxp8UZwexyXrX8JkA==" 33 + "suncalc@2.0.1": { 34 + "integrity": "sha512-wjujU+HpsP1TUvN3/9dFkVQQCsMZbk7PkdZsASRJR4jVPHCm9Qy0FVkFTqXfs70Ag2yheN7ZUavzCyOjhJDGxQ==" 39 35 }, 40 36 "zx@8.8.5": { 41 37 "integrity": "sha512-SNgDF5L0gfN7FwVOdEFguY3orU5AkfFZm9B5YSHog/UDHv+lvmd82ZAsOenOkQixigwH2+yyH198AwNdKhj+RA==", ··· 45 41 "workspace": { 46 42 "dependencies": [ 47 43 "jsr:@std/assert@1", 48 - "jsr:@std/path@^1.1.5" 49 - ], 50 - "packageJson": { 51 - "dependencies": [ 52 - "npm:@colordx/core@^5.4.3", 53 - "npm:chalk@^5.6.2", 54 - "npm:suncalc@2", 55 - "npm:zx@^8.8.5" 56 - ] 57 - } 44 + "jsr:@std/path@^1.1.5", 45 + "npm:@colordx/core@^5.5.0", 46 + "npm:suncalc@^2.0.1", 47 + "npm:zx@^8.8.5" 48 + ] 58 49 } 59 50 }
-50
package-lock.json
··· 1 - { 2 - "name": "rainwall", 3 - "lockfileVersion": 3, 4 - "requires": true, 5 - "packages": { 6 - "": { 7 - "dependencies": { 8 - "@colordx/core": "^5.4.3", 9 - "chalk": "^5.6.2", 10 - "suncalc": "^2.0.0", 11 - "zx": "^8.8.5" 12 - } 13 - }, 14 - "node_modules/@colordx/core": { 15 - "version": "5.4.3", 16 - "resolved": "https://registry.npmjs.org/@colordx/core/-/core-5.4.3.tgz", 17 - "integrity": "sha512-kIxYSfA5T8HXjav55UaaH/o/cKivF6jCCGIb8eqtcsfI46wsvlSiT8jMDyrl779qLec3c2c2oHBZo4oAhvbjrQ==", 18 - "license": "MIT" 19 - }, 20 - "node_modules/chalk": { 21 - "version": "5.6.2", 22 - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", 23 - "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", 24 - "license": "MIT", 25 - "engines": { 26 - "node": "^12.17.0 || ^14.13 || >=16.0.0" 27 - }, 28 - "funding": { 29 - "url": "https://github.com/chalk/chalk?sponsor=1" 30 - } 31 - }, 32 - "node_modules/suncalc": { 33 - "version": "2.0.0", 34 - "resolved": "https://registry.npmjs.org/suncalc/-/suncalc-2.0.0.tgz", 35 - "integrity": "sha512-RcO28GOMXNnB+sr+c7/+zv5UPMa9wxIsUVGE3HddjQykqCVEC2rc4t4IjBB7qaa7K7dx5Cxp8UZwexyXrX8JkA==" 36 - }, 37 - "node_modules/zx": { 38 - "version": "8.8.5", 39 - "resolved": "https://registry.npmjs.org/zx/-/zx-8.8.5.tgz", 40 - "integrity": "sha512-SNgDF5L0gfN7FwVOdEFguY3orU5AkfFZm9B5YSHog/UDHv+lvmd82ZAsOenOkQixigwH2+yyH198AwNdKhj+RA==", 41 - "license": "Apache-2.0", 42 - "bin": { 43 - "zx": "build/cli.js" 44 - }, 45 - "engines": { 46 - "node": ">= 12.17.0" 47 - } 48 - } 49 - } 50 - }
-8
package.json
··· 1 - { 2 - "dependencies": { 3 - "@colordx/core": "^5.4.3", 4 - "chalk": "^5.6.2", 5 - "suncalc": "^2.0.0", 6 - "zx": "^8.8.5" 7 - } 8 - }