Add like_expr/not_like_expr methods accepting Into<Expr> Added like_expr(), not_like_expr(), ilike_expr(), and not_ilike_expr() methods that accept arbitrary expressions as LIKE patterns, enabling column references, function calls, and concatenation in LIKE clauses
Rust SQL PostgreSQL MySQL SQLite
Port useKeyWithMouseEvents a11y rule to HTML Ported the useKeyWithMouseEvents accessibility rule from JSX to HTML, ensuring mouse event handlers are paired with keyboard equivalents for keyboard-only users
Rust HTML Accessibility
Fix improperly escaped code block in MDXError message Fixed greedy regex in error message rendering that caused markdown link examples to consume extra characters
TypeScript Regex Astro
Vue components support arbitrary HTML attributes Fixed TypeScript typings so Vue components properly accept HTML attributes like class and style via $attrs fallthrough
TypeScript Vue Astro
Skip image audit for framework components Fixed dev toolbar audit to stop warning about Image component usage inside React, Vue, and Svelte components
TypeScript Astro React
Add ANALYZE GRAPH query methods Added analyze_graph() and delete_graph_statistics() methods to calculate graph statistics for better index selection
Python Memgraph Graph Database
Add SHOW STORAGE INFO and BUILD INFO queries Added get_storage_info() and get_build_info() methods to retrieve Memgraph instance information
Python Memgraph Graph Database
Replace kleur with native Node.js styleText Replaced the kleur package with Node.js 20+ native styleText API using a Proxy-based chainable utility
JavaScript Node.js CLI
Replace dotenv with native Node.js API Replaced the dotenv package with Node.js 20+ native process.loadEnvFile() API
JavaScript Node.js CLI
Add system utility stdlib functions Added 24 new stdlib functions for system utilities including uname, wc, sort, uniq, mount/umount, and pgrep/pkill
Amber Bash Systems Programming
Port useMediaCaption a11y rule to HTML Ported the useMediaCaption accessibility rule from JSX to HTML, ensuring multimedia content is accessible to users with hearing disabilities
Rust HTML Accessibility
Add h3 types to auto-imports Fixed missing auto-imports for h3 types like H3Event, H3Error, and EventHandler in Nuxt server routes
TypeScript Nuxt Vue
Port useAnchorContent a11y rule to HTML Ported the useAnchorContent accessibility rule from JSX to HTML, ensuring anchor elements have accessible content for screen readers
Rust HTML Accessibility
Add Material icon and emoji support to st.logo streamlit/streamlit
44.0K Extended st.logo() to support Material icons and emojis in addition to image files
Python TypeScript React Streamlit
Make FileUploadModalData.attachments optional discordjs/discord.js
26.6K Fixed TypeScript typings to correctly mark modal attachments as optional when users don't upload files
TypeScript Discord API
Bumping rspack version and resolving related issues Updated rspack and tailwindcss versions, fixing build errors across 13 different application templates
Rspack JavaScript TypeScript Tailwind CSS