René's URL Explorer Experiment


Title: build(deps-dev): bump @astrojs/react from 3.4.0 to 4.4.0 in /web by dependabot[bot] · Pull Request #195 · GalvinPython/feedr · GitHub

Open Graph Title: build(deps-dev): bump @astrojs/react from 3.4.0 to 4.4.0 in /web by dependabot[bot] · Pull Request #195 · GalvinPython/feedr

X Title: build(deps-dev): bump @astrojs/react from 3.4.0 to 4.4.0 in /web by dependabot[bot] · Pull Request #195 · GalvinPython/feedr

Description: Bumps @astrojs/react from 3.4.0 to 4.4.0. Release notes Sourced from @​astrojs/react's releases. @​astrojs/react@​4.4.0 Minor Changes #14386 f75f446 Thanks @​yanthomasdev! - Stabilizes the formerly experimental getActionState() and withState() functions introduced in @astrojs/react v3.4.0 used to integrate Astro Actions with React 19's useActionState() hook. This example calls a like action that accepts a postId and returns the number of likes. Pass this action to the withState() function to apply progressive enhancement info, and apply to useActionState() to track the result: import { actions } from 'astro:actions'; import { withState } from '@astrojs/react/actions'; import { useActionState } from 'react'; export function Like({ postId }: { postId: string }) { const [state, action, pending] = useActionState( withState(actions.like), 0, // initial likes ); return (

); } You can also access the state stored by useActionState() from your action handler. Call getActionState() with the API context, and optionally apply a type to the result: import { defineAction } from 'astro:actions'; import { z } from 'astro:schema'; import { getActionState } from '@astrojs/react/actions'; export const server = { like: defineAction({ input: z.object({ postId: z.string(), }), handler: async ({ postId }, ctx) => { const currentLikes = getActionState(ctx); // write to database return currentLikes + 1; }, }), }; If you were previously using this experimental feature, you will need to update your code to use the new stable exports: // src/components/Form.jsx import { actions } from 'astro:actions'; -import { experimental_withState } from '@astrojs/react/actions'; ... (truncated) Changelog Sourced from @​astrojs/react's changelog. 4.4.0 Minor Changes #14386 f75f446 Thanks @​yanthomasdev! - Stabilizes the formerly experimental getActionState() and withState() functions introduced in @astrojs/react v3.4.0 used to integrate Astro Actions with React 19's useActionState() hook. This example calls a like action that accepts a postId and returns the number of likes. Pass this action to the withState() function to apply progressive enhancement info, and apply to useActionState() to track the result: import { actions } from 'astro:actions'; import { withState } from '@astrojs/react/actions'; import { useActionState } from 'react'; export function Like({ postId }: { postId: string }) { const [state, action, pending] = useActionState( withState(actions.like), 0, // initial likes ); return (
); } You can also access the state stored by useActionState() from your action handler. Call getActionState() with the API context, and optionally apply a type to the result: import { defineAction } from 'astro:actions'; import { z } from 'astro:schema'; import { getActionState } from '@astrojs/react/actions'; export const server = { like: defineAction({ input: z.object({ postId: z.string(), }), handler: async ({ postId }, ctx) => { const currentLikes = getActionState(ctx); // write to database return currentLikes + 1; }, }), }; If you were previously using this experimental feature, you will need to update your code to use the new stable exports: ... (truncated) Commits 731c07d [ci] release (#14434) a98ce3c [ci] format f75f446 Stabilize React 19 + Actions APIs (#14386) aa7bebd [ci] release (#14295) c24a8f4 fix(vite): update vite to fix CVE (#14326) 0b0d9ed fix(deps): update astro client runtimes (#14184) 540f27e fix(deps): update astro client runtimes (#14024) 9cfccc7 [ci] format 33f2d15 chore: upgrade to Biome v2 (#13984) f1ac805 fix(deps): update astro client runtimes (#13912) Additional commits viewable in compare view You can trigger a rebase of this PR by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Open Graph Description: Bumps @astrojs/react from 3.4.0 to 4.4.0. Release notes Sourced from @​astrojs/react's releases. @​astrojs/react@​4.4.0 Minor Changes #14386 f75f446 Thanks @​yanthomasdev! - Stabilizes the ...

X Description: Bumps @astrojs/react from 3.4.0 to 4.4.0. Release notes Sourced from @​astrojs/react's releases. @​astrojs/react@​4.4.0 Minor Changes #14386 f75f446 Thanks @​yanthomasdev! - Stabilizes ...

Opengraph URL: https://github.com/GalvinPython/feedr/pull/195

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:ca5f282d-980f-d79c-4c13-dc640b9112b9
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC1D4:199111:659A29:8B13EE:698EF54D
html-safe-noncec135374fb3ce816ea534478a557010a95abf156404ccdf80756556e1a24fc8c4
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMUQ0OjE5OTExMTo2NTlBMjk6OEIxM0VFOjY5OEVGNTREIiwidmlzaXRvcl9pZCI6IjQzMjMyMjE3NjU4OTc1MTYzNjUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac056b7efc3cb841c4f9d23028b244444a08b2a2fd1d510cb3869d5ef38bc3b6f5
hovercard-subject-tagpull_request:2869034743
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/GalvinPython/feedr/pull/195/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps @astrojs/react from 3.4.0 to 4.4.0. Release notes Sourced from @​astrojs/react's releases. @​astrojs/react@​4.4.0 Minor Changes #14386 f75f446 Thanks @​yanthomasdev! - Stabilizes the ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None7f7bf82d8907f81525d95af82e60354b419d083df9534c8631d06bb9c0bf07ac
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/GalvinPython/feedr git https://github.com/GalvinPython/feedr.git
octolytics-dimension-user_id77013913
octolytics-dimension-user_loginGalvinPython
octolytics-dimension-repository_id818428076
octolytics-dimension-repository_nwoGalvinPython/feedr
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id818428076
octolytics-dimension-repository_network_root_nwoGalvinPython/feedr
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasebc36007ff5167349dcfee9a75c7fa7184ab272c4
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FGalvinPython%2Ffeedr%2Fpull%2F195%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FGalvinPython%2Ffeedr%2Fpull%2F195%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=GalvinPython%2Ffeedr
Reloadhttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/files
Reloadhttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/files
Reloadhttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/files
GalvinPython https://patch-diff.githubusercontent.com/GalvinPython
feedrhttps://patch-diff.githubusercontent.com/GalvinPython/feedr
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FGalvinPython%2Ffeedr
Fork 1 https://patch-diff.githubusercontent.com/login?return_to=%2FGalvinPython%2Ffeedr
Star 4 https://patch-diff.githubusercontent.com/login?return_to=%2FGalvinPython%2Ffeedr
Code https://patch-diff.githubusercontent.com/GalvinPython/feedr
Issues 8 https://patch-diff.githubusercontent.com/GalvinPython/feedr/issues
Pull requests 16 https://patch-diff.githubusercontent.com/GalvinPython/feedr/pulls
Discussions https://patch-diff.githubusercontent.com/GalvinPython/feedr/discussions
Actions https://patch-diff.githubusercontent.com/GalvinPython/feedr/actions
Projects 1 https://patch-diff.githubusercontent.com/GalvinPython/feedr/projects
Wiki https://patch-diff.githubusercontent.com/GalvinPython/feedr/wiki
Security 0 https://patch-diff.githubusercontent.com/GalvinPython/feedr/security
Insights https://patch-diff.githubusercontent.com/GalvinPython/feedr/pulse
Code https://patch-diff.githubusercontent.com/GalvinPython/feedr
Issues https://patch-diff.githubusercontent.com/GalvinPython/feedr/issues
Pull requests https://patch-diff.githubusercontent.com/GalvinPython/feedr/pulls
Discussions https://patch-diff.githubusercontent.com/GalvinPython/feedr/discussions
Actions https://patch-diff.githubusercontent.com/GalvinPython/feedr/actions
Projects https://patch-diff.githubusercontent.com/GalvinPython/feedr/projects
Wiki https://patch-diff.githubusercontent.com/GalvinPython/feedr/wiki
Security https://patch-diff.githubusercontent.com/GalvinPython/feedr/security
Insights https://patch-diff.githubusercontent.com/GalvinPython/feedr/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FGalvinPython%2Ffeedr%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2FGalvinPython%2Ffeedr%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
devhttps://patch-diff.githubusercontent.com/GalvinPython/feedr/tree/dev
dependabot/bun/web/dev/astrojs/react-4.4.0https://patch-diff.githubusercontent.com/GalvinPython/feedr/tree/dependabot/bun/web/dev/astrojs/react-4.4.0
Conversation 0 https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195
Commits 1 https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/commits
Checks 2 https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/checks
Files changed 2 https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/files
build(deps-dev): bump @astrojs/react from 3.4.0 to 4.4.0 in /web https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/files
fad3970 build(deps-dev): bump @astrojs/react from 3.4.0 to 4.4.0 in /web dependabot[bot] Sep 29, 2025 https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/commits/fad3970c80521cf7616a7493a13c46ef87de20da
Clear filters https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/files
Please reload this pagehttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/files
Please reload this pagehttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/files
bun.lock https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/files#diff-e78ac2f1a2750185f2bac961788a683ce99069d578698c8f4edae50374f180d5
package.json https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/files#diff-b861012a5dd72b8a9f3281b7cf09f5a779c98569d040b1bbc1db50f1b15e7cce
Please reload this pagehttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.