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/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:6372026a-b3cf-bbc8-a8be-7925f793b969
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idD694:A2B81:827354:AC0B63:698D67DC
html-safe-nonce2913a64e9a19590fc36bf429f6b45c74a22f7fd67586bfe6b5f80f659002747a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENjk0OkEyQjgxOjgyNzM1NDpBQzBCNjM6Njk4RDY3REMiLCJ2aXNpdG9yX2lkIjoiNzI0OTc5Njk4NTE0OTgxMDY1MiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacee0e402d29c786aa09d0f41c9be73db34eb3a3978f8cc919899907d0eb7a104a
hovercard-subject-tagpull_request:2869034743
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/GalvinPython/feedr/pull/195/checks
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
Nonec0818105fa276287e9369cfdefa0a0fa7953719791ceff9b94d69623c0a4fe8a
turbo-cache-controlno-preview
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 full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release715890fa442134f528fb422ab338c0ad55c7a025
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/checks#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%2Fchecks
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%2Fchecks
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%2Fchecks&source=header-repo&source_repo=GalvinPython%2Ffeedr
Reloadhttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/checks
Reloadhttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/checks
Reloadhttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/checks
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 https://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/files
Please reload this pagehttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/checks
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/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/GalvinPython/feedr/pull/195/checks
Update bun.lock on: pull_request https://patch-diff.githubusercontent.com/GalvinPython/feedr/actions/runs/18086165044
Update bun.lock https://patch-diff.githubusercontent.com/GalvinPython/feedr/actions/runs/18086165044/job/51457627999?pr=195
ESLint Check on: pull_request https://patch-diff.githubusercontent.com/GalvinPython/feedr/actions/runs/18086165051
ESLint https://patch-diff.githubusercontent.com/GalvinPython/feedr/actions/runs/18086165051/job/51457627987?pr=195
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.