-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
⬆️ bump dependency patch versions #5015
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for actualbudget ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Bundle Stats — desktop-clientHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset
View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger
Smaller No assets were smaller Unchanged
|
Bundle Stats — loot-coreHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset
View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger
Smaller No assets were smaller Unchanged No assets were unchanged |
Yarn is killing the build with a "429 too many requests" when fetching yarn 4.7.0 with netlify. I'll kick it back off again in the morning. It's not an issue with this PR though |
@@ -106,19 +106,14 @@ export function openDatabase(pathOrBuffer: string | Buffer) { | |||
const db = new SQL(pathOrBuffer); | |||
// Define Unicode-aware LOWER, UPPER, and LIKE implementation. | |||
// This is necessary because better-sqlite3 uses SQLite build without ICU support. | |||
// @ts-expect-error @types/better-sqlite3 does not support setting strict 3rd argument |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! It does now
""" WalkthroughThis change updates development and some runtime dependencies across multiple Possibly related PRs
Suggested labels
Suggested reviewers
Note ⚡️ AI Code Reviews for VS Code, Cursor, WindsurfCodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback. Note ⚡️ Faster reviews with cachingCodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 16th. To opt out, configure 📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (10)
💤 Files with no reviewable changes (1)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (8)
⏰ Context from checks skipped due to timeout of 90000ms (16)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
@coderabbitai are you able to collect the changes from the release notes of all of the packages I've bumped and post them here? |
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain@matt-fidd I'll collect the release notes for all the packages you've bumped. Let me fetch that information for you. 🏁 Script executed:
Length of output: 41526 @matt-fidd Here's a summary of the release notes from the packages you've bumped: Vitest (3.0.2 → 3.0.9)
recharts (2.15.2 → 2.15.3)
debug (4.4.0 → 4.4.1)
html-to-image (latest version 1.11.13)
@electron/rebuild (3.6.0 → 3.6.2)
nodemon (3.1.9 → 3.1.10)
lint-staged (various v15.2.x patches)
Type Definitions (@types/*)
Other packages (ua-parser-js, SWC tools, nordigen-node, tsc-alias, ESLint plugins) were updated but specific release notes weren't available in the search results. |
1b16fb9
to
f21e5f2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
Formally bumps the patch versions of all deps. These are specified by package.json "^" so no real change other than specifying in the lockfile.
I'm trying to keep things up to date the best I can to avoid having to do large version bumps, so after this I'll work on minor bumps, then any majors I can manage.
Tested with yarn start:server-dev which should use all the new versions.