Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,21 @@ updates:
commit-message:
prefix: "deps"
include: "scope"
# Majors the toolchain cannot accept yet. Each one breaks a check on its
# own, so grouping them with the rest keeps the whole major PR red.
# Drop the entry once the blocking package ships support.
ignore:
# typescript-eslint (via eslint-config-next) peers on typescript <6.1.0,
# so TS 7 makes `pnpm lint` crash in typescript-estree.
- dependency-name: "typescript"
versions: [">=7.0.0"]
# eslint-plugin-react/import/jsx-a11y still peer on eslint <=9, and
# ESLint 10 removed context.getFilename() that eslint-plugin-react uses.
- dependency-name: "eslint"
versions: [">=10.0.0"]
# @vitejs/plugin-react 6 requires vite ^8; vitest 4 still resolves vite 7.
- dependency-name: "@vitejs/plugin-react"
versions: [">=6.0.0"]
groups:
# Group minor and patch updates together
minor-and-patch:
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"podcast-worker:dev": "tsx --watch --env-file=.env workers/podcast-notifier/index.ts"
},
"dependencies": {
"@alpacahq/alpaca-trade-api": "^3.1.3",
"@alpacahq/alpaca-trade-api": "^4.0.1",
"@mozilla/readability": "^0.6.0",
"@noriginmedia/norigin-spatial-navigation": "^3.0.0",
"@profullstack/autoblog": "https://codeload.github.com/profullstack/autoblog/tar.gz/75e54af",
Expand All @@ -56,10 +56,10 @@
"clsx": "^2.1.1",
"epubjs": "^0.3.93",
"foliate-js": "^1.0.1",
"framer-motion": "^12.38.0",
"framer-motion": "^13.1.0",
"hls.js": "^1.6.16",
"imapflow": "^1.3.6",
"ioredis": "^5.10.1",
"ioredis": "^6.0.0",
"isomorphic-dompurify": "^3.12.0",
"lightweight-charts": "^5.2.0",
"linkedom": "^0.18.12",
Expand All @@ -68,30 +68,30 @@
"mpegts.js": "^1.8.0",
"next": "16.2.4",
"node-datachannel": "^0.32.3",
"openai": "^6.36.0",
"openai": "^7.4.0",
"posthog-js": "^1.381.0",
"puppeteer": "^24.42.0",
"puppeteer": "^25.7.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-pdf": "^10.4.1",
"resend": "^6.12.2",
"sax": "^1.6.0",
"tailwind-merge": "^3.5.0",
"undici": "^7.24.4",
"undici": "^8.10.0",
"video.js": "^8.23.7",
"web-push": "^3.6.7",
"webtorrent": "^2.8.5"
"webtorrent": "^3.0.21"
},
"devDependencies": {
"@playwright/test": "^1.60.0",
"@tailwindcss/postcss": "^4.2.4",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/jsdom": "28.0.0",
"@types/jsdom": "30.0.0",
"@types/mailparser": "^3.4.6",
"@types/node": "^25.6.0",
"@types/node": "^26.2.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/sax": "^1.2.7",
Expand All @@ -102,7 +102,7 @@
"dotenv": "^17.4.2",
"eslint": "^9.39.2",
"eslint-config-next": "16.2.4",
"jsdom": "^29.0.1",
"jsdom": "^30.0.1",
"postcss": "^8.5.14",
"tailwindcss": "^4.2.4",
"tsx": "^4.21.0",
Expand Down
Loading
Loading