JacobLinCool / JacobLinCool/selflare

Dependency Dashboard

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
50
Forks
5
PR merge metrics
No merged PRs in 30d

Description

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/JacobLinCool/selflare).

## Config Migration Needed

- [ ] Select this checkbox to let Renovate create an automated Config Migration PR.

## Rate-Limited

The following updates are currently rate-limited. To force their creation now, click on a checkbox below.

- [ ] chore(deps): update dependency @changesets/cli to v2.31.1
- [ ] chore(deps): update dependency dedent to v1.7.2
- [ ] chore(deps): update dependency husky to v9.1.7
- [ ] chore(deps): update dependency lint-staged to v15.5.2
- [ ] chore(deps): update dependency prettier to v3.9.6
- [ ] chore(deps): update dependency tsup to v8.5.1
- [ ] chore(deps): update dependency tsx to v4.23.13
- [ ] chore(deps): update actions/checkout action to v7
- [ ] chore(deps): update actions/setup-node action to v7
- [ ] chore(deps): update changesets/action action to v2
- [ ] chore(deps): update dependency @changesets/changelog-github to v1
- [ ] chore(deps): update dependency @changesets/cli to v3
- [ ] chore(deps): update dependency @cloudflare/workers-types to v5
- [ ] chore(deps): update dependency @types/node to v24
- [ ] chore(deps): update dependency lint-staged to v17
- [ ] chore(deps): update dependency miniflare to v4
- [ ] chore(deps): update dependency prettier-plugin-organize-imports to v4
- [ ] chore(deps): update dependency typescript to v7
- [ ] chore(deps): update pnpm to v12
- [ ] chore(deps): update pnpm/action-setup action to v6
- [ ] fix(deps): update dependency yargs to v18
- [ ] 🔐 **Create all rate-limited PRs at once** 🔐

## Open

The following updates have all been created. To force a retry/rebase of any, click on a checkbox below.

- [ ] [chore(deps): update dependency wrangler to v3.114.17 [security]](../pull/18)
- [ ] [chore(deps): update dependency vitest to v3 [security]](../pull/16)
- [ ] [chore(deps): update dependency yargs to v17.7.3](../pull/19) (`yargs`, `@types/yargs`)
- [ ] [chore(deps): update pnpm to v8.15.9](../pull/11)
- [ ] [chore(deps): update dependency @changesets/changelog-github to ^0.7.0](../pull/20)
- [ ] [chore(deps): update dependency @cloudflare/workers-types to v4.20260702.1](../pull/8)
- [ ] [chore(deps): update dependency @types/node to v20.19.43](../pull/6)
- [ ] [chore(deps): update dependency itty-router to v4.2.2](../pull/9)
- [ ] [chore(deps): update dependency miniflare to v3.20250718.3](../pull/4)
- [ ] [chore(deps): update dependency typescript to v5.9.3](../pull/7)
- [ ] [chore(deps): update dependency workerd to v1.20260914.1](../pull/3)
- [ ] [fix(deps): update dependency itty-router to v5](../pull/12)
- [ ] **Click on this checkbox to rebase all open PRs at once**

## Detected Dependencies

docker-compose (1)

example/test-worker/docker-compose.yml

dockerfile (1)

example/test-worker/Dockerfile

github-actions (2)

.github/workflows/release.yml (3)

- `actions/checkout v4` → [Updates: `v7`]
- `pnpm/action-setup v3` → [Updates: `v6`]
- `changesets/action v1` → [Updates: `v2.1.2`]

.github/workflows/test.yml (3)

- `actions/checkout v4` → [Updates: `v7`]
- `actions/setup-node v4` → [Updates: `v7`]
- `pnpm/action-setup v3` → [Updates: `v6`]

npm (2)

example/test-worker/package.json (4)

- `itty-router ^4.0.27` → [Updates: `^4.0.27`, `^5.0.0`]
- `@cloudflare/workers-types ^4.20240222.0` → [Updates: `^4.20240222.0`, `^5.0.0`]
- `typescript ^5.3.3` → [Updates: `^5.3.3`, `^7.0.0`]
- `wrangler ^3.30.1` → [Updates: `^3.30.1`]

package.json (20)

- `@iarna/toml ^2.2.5`
- `dedent ^1.5.1` → [Updates: `^1.5.1`]
- `workerd ^1.20240223.1` → [Updates: `^1.20240223.1`]
- `wrangler ^3.30.1` → [Updates: `^3.30.1`]
- `yargs ^17.7.2` → [Updates: `^17.7.2`, `^18.0.0`]
- `@changesets/changelog-github ^0.5.0` → [Updates: `^0.7.0`, `^1.0.0`]
- `@changesets/cli ^2.27.1` → [Updates: `^2.27.1`, `^3.0.0`]
- `@types/iarna__toml ^2.0.5`
- `@types/node ^20.11.24` → [Updates: `^20.11.24`, `^24.0.0`]
- `@types/yargs ^17.0.32` → [Updates: `^17.0.32`]
- `husky ^9.0.11` → [Updates: `^9.0.11`]
- `lint-staged ^15.2.2` → [Updates: `^15.2.2`, `^17.0.0`]
- `miniflare ^3.20240223.0` → [Updates: `^3.20240223.0`, `^4.0.0`]
- `prettier ^3.2.5` → [Updates: `^3.2.5`]
- `prettier-plugin-organize-imports ^3.2.4` → [Updates: `^4.0.0`]
- `tsup ^8.0.2` → [Updates: `^8.0.2`]
- `tsx ^4.7.1` → [Updates: `^4.7.1`]
- `typescript ^5.3.3` → [Updates: `^5.3.3`, `^7.0.0`]
- `vitest ^1.3.1` → [Updates: `^3.0.0`]
- `pnpm 8.15.4` → [Updates: `8.15.9`, `12.4.1`]

---

- [ ] Check this box to trigger a request for Renovate to run again on this repository

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the Dependency Dashboard and Renovate documentation, then review package.json, example/test-worker/package.json, .github/workflows/release.yml, and .github/workflows/test.yml. The dashboard lists many pending and already-open dependency updates; done would require deciding which updates are appropriate, applying them, and verifying the affected checks and workflows.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, docker-compose, github-actions, typescript
Domain
ci-cd, devops, tooling
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
10/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.