Bump the npm group across 3 directories with 13 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(2 months ago)
(2 months ago)
(2 months ago)
by github-actions[bot]
dependencies javascript
poad
Bumps the npm group with 5 updates in the /example/app directory:
| Package | From | To |
|---|---|---|
| react | 19.1.1 |
19.2.0 |
| @types/react | 19.1.16 |
19.2.0 |
| react-dom | 19.1.1 |
19.2.0 |
| @types/react-dom | 19.1.9 |
19.2.0 |
| eslint-plugin-react-hooks | 5.2.0 |
6.1.0 |
Bumps the npm group with 2 updates in the /example/cdk directory: aws-cdk-lib and aws-cdk.
Bumps the npm group with 2 updates in the /package directory: aws-cdk-lib and aws-cdk.
Updates react from 19.1.1 to 19.2.0
Release notes
Sourced from react's releases.
19.2.0 (Oct 1, 2025)
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>: A new API to hide and restore the UI and internal state of its children.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()lifetime is over.- React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
- Added resume APIs for partial pre-rendering with Web Streams:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.Notable changes
- React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming
<ViewTransition>Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.- Add Node Web Streams (
prerender,renderToReadableStream) to server-side-rendering APIs for Node.js- Use underscore instead of
:IDs generated by useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@acdlite@sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@sophiebits#34145)- Improve Owner and Component stacks in various places (
@sebmarkbage,@eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@sebmarkbage,@eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@Andarist#32461)- Warn for using a React owned node as a Container if it also has text content (
@sebmarkbage#32774)
... (truncated)
Changelog
Sourced from react's changelog.
19.2.0 (October 1st, 2025)
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>: A new API to hide and restore the UI and internal state of its children.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()lifetime is over.- React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
- Added resume APIs for partial pre-rendering with Web Streams:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.Notable changes
- React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming
<ViewTransition>Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.- Add Node Web Streams (
prerender,renderToReadableStream) to server-side-rendering APIs for Node.js- Use underscore instead of
:IDs generated by useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@acdlite@sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@sophiebits#34145)- Improve Owner and Component stacks in various places (
@sebmarkbage,@eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@sebmarkbage,@eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@Andarist#32461)
... (truncated)
Commits
5667a41Bump next prerelease version numbers (#34639)8bb7241Bump useEffectEvent to Canary (#34610)e3c9656Ensure Performance Track are Clamped and Don't overlap (#34509)68f00c9Release Activity in Canary (#34374)0e10ee9[Reconciler] Set ProfileMode for Host Root Fiber by default in dev (#34432)3bf8ab4Add missing Activity export to development mode (#34439)1549bda[Flight] Only assign_storein dev mode when creating lazy types (#34354)bb6f0c8[Flight] Fix wrong missing key warning when static child is blocked (#34350)05addfcUpdate Flow to 0.266 (#34271)ec5dd0aUpdate Flow to 0.257 (#34253)- Additional commits viewable in compare view
Updates @types/react from 19.1.16 to 19.2.0
Commits
- See full diff in compare view
Updates react-dom from 19.1.1 to 19.2.0
Release notes
Sourced from react-dom's releases.
19.2.0 (Oct 1, 2025)
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>: A new API to hide and restore the UI and internal state of its children.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()lifetime is over.- React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
- Added resume APIs for partial pre-rendering with Web Streams:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.Notable changes
- React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming
<ViewTransition>Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.- Add Node Web Streams (
prerender,renderToReadableStream) to server-side-rendering APIs for Node.js- Use underscore instead of
:IDs generated by useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@acdlite@sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@sophiebits#34145)- Improve Owner and Component stacks in various places (
@sebmarkbage,@eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@sebmarkbage,@eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@Andarist#32461)- Warn for using a React owned node as a Container if it also has text content (
@sebmarkbage#32774)
... (truncated)
Changelog
Sourced from react-dom's changelog.
19.2.0 (October 1st, 2025)
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>: A new API to hide and restore the UI and internal state of its children.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()lifetime is over.- React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
- Added resume APIs for partial pre-rendering with Web Streams:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.Notable changes
- React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming
<ViewTransition>Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.- Add Node Web Streams (
prerender,renderToReadableStream) to server-side-rendering APIs for Node.js- Use underscore instead of
:IDs generated by useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@acdlite@sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@sophiebits#34145)- Improve Owner and Component stacks in various places (
@sebmarkbage,@eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@sebmarkbage,@eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@Andarist#32461)
... (truncated)
Commits
8618113Bump scheduler version (#34671)1bd1f01Ship partial-prerendering APIs to Canary (#34633)2f0649a[Fizz] Removenonceoption from resume-and-prerender APIs (#34664)5667a41Bump next prerelease version numbers (#34639)e08f53bMatchreact-dom/statictest entrypoints and published entrypoints (#34599)8bb7241Bump useEffectEvent to Canary (#34610)83c88adHandle fabric root level fragment with compareDocumentPosition (#34533)68f00c9Release Activity in Canary (#34374)3168e08[flags] enable opt-in for enableDefaultTransitionIndicator (#34373)3434ff4Add scrollIntoView to fragment instances (#32814)- Additional commits viewable in compare view
Updates @types/react-dom from 19.1.9 to 19.2.0
Commits
- See full diff in compare view
Updates @types/react from 19.1.16 to 19.2.0
Commits
- See full diff in compare view
Updates @types/react-dom from 19.1.9 to 19.2.0
Commits
- See full diff in compare view
Updates eslint-plugin-react-hooks from 5.2.0 to 6.1.0
Changelog
Sourced from eslint-plugin-react-hooks's changelog.
6.1.0
Note: Version 6.0.0 was mistakenly released and immediately deprecated and untagged on npm. This is the first official 6.x major release and includes breaking changes.
- Breaking: Require Node.js 18 or newer. (
@michaelfaithin #32458)- Breaking: Flat config is now the default
recommendedpreset. Legacy config moved torecommended-legacy. (@michaelfaithin #32457)- New Violations: Disallow calling
usewithin try/catch blocks. (@potetoin #34040)- New Violations: Disallow calling
useEffectEventfunctions in arbitrary closures. (@jbrown215in #33544)- Handle
React.useEffectin addition touseEffectin rules-of-hooks. (@Ayc0in #34076)- Added
react-hookssettings config option that to acceptadditionalEffectHooksthat are used across exhaustive-deps and rules-of-hooks rules. (@jbrown215) in #344976.0.0
Accidentally released. See 6.1.0 for the actual changes.
Commits
- See full diff in compare view
Updates @babel/core from 7.24.5 to 7.28.4
Release notes
Sourced from @babel/core's releases.
v7.28.4 (2025-09-05)
Thanks
@gwillenand@mrginglymusfor your first PRs!:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)babel-core
- #17474 Switch to
@jridgewell/remapping(@mrginglymus)Committers: 5
- Babel Bot (
@babel-bot)- Bill Collins (
@mrginglymus)- Glenn Willen (
@gwillen)- Huáng Jùnliàng (
@JLHwung)@liuxingbaoyuv7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressionsCommitters: 5
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Jam Balaya (
@JamBalaya56562)- Nicolò Ribaudo (
@nicolo-ribaudo)- easrng (
@easrng)
... (truncated)
Changelog
Sourced from @babel/core's changelog.
v7.28.4 (2025-09-05)
:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)babel-core
- #17474 Switch to
@jridgewell/remapping(@mrginglymus)v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressionsv7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@liuxingbaoyu)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator
- #17426 fix:
regeneratorcorrectly handlesthrowoutside oftry(@liuxingbaoyu):memo: Documentation
... (truncated)
Commits
35055e3v7.28.4b41f8cdUpdate Jest to v30.1.1 (#17493)18d88b8Improve@babel/coretypings (#17471)453b068Switch to@jridgewell/remapping(#17474)ef155f5v7.28.398d18aaMisc: Cleanup Babel 8 tasks (#17429)64ec61eexport PartialConfig and NormalizedOptions (#17470)fb57f26chore: update browser compat libs (#17469)ccc5faev7.28.02372572Update source maps packages (#17420)- Additional commits viewable in compare view
Updates baseline-browser-mapping from 2.8.9 to 2.8.10
Commits
51339ebPatch to 2.8.10 because browser or feature data changed403790bBrowser or feature data changed58af1b3Updating static site- See full diff in compare view
Updates browserslist from 4.26.2 to 4.26.3
Release notes
Sourced from browserslist's releases.
4.26.3
- Fixed
throwOnMissingwithextendsquery (by@alexander-akait).
Changelog
Sourced from browserslist's changelog.
4.26.3
- Fixed
throwOnMissingwithextendsquery (by@alexander-akait).
Commits
52d3124Release 4.26.3 versionb3c9a3bUpdate dependenciesf194830Fix throwOnMissing on extends- See full diff in compare view
Updates electron-to-chromium from 1.5.227 to 1.5.228
Commits
d6f3d841.5.228829386agenerate new version- See full diff in compare view
Updates scheduler from 0.26.0 to 0.27.0
Commits
- See full diff in compare view
Updates aws-cdk-lib from 2.218.0 to 2.219.0
Release notes
Sourced from aws-cdk-lib's releases.
v2.219.0
⚠ BREAKING CHANGES
- ** L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:
aws-servicecatalog: AWS::ServiceCatalog::PortfolioPrincipalAssociation: PortfolioId property is now required. aws-servicecatalog: AWS::ServiceCatalog::PortfolioPrincipalAssociation: PrincipalARN property is now required. aws-servicecatalog: AWS::ServiceCatalog::PortfolioProductAssociation: Id attribute removed.
Co-authored-by: aws-cdk-automation aws-cdk-automation@users.noreply.github.com
Features
- ecs: new L2 construct for ManagedInstances CapacityProvider (#35648) (c72a09b)
- update L1 CloudFormation resource definitions (#35646) (860ce0d)
- codebuild: add custom instance type and VPC to Fleets (#34572) (5c2781b)
- codebuild: support overflow behavior of fleet (#35480) (e4113b0)
- update L1 CloudFormation resource definitions (#35614) (fb0a114)
Bug Fixes
Alpha modules (2.219.0-alpha.0)
Changelog
Sourced from aws-cdk-lib's changelog.
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.219.0-alpha.0 (2025-10-01)
2.218.0-alpha.0 (2025-09-29)
2.217.0-alpha.0 (2025-09-25)
2.216.0-alpha.0 (2025-09-22)
2.215.0-alpha.0 (2025-09-15)
Bug Fixes
2.214.0-alpha.0 (2025-09-02)
Features
- bedrock-alpha: add guardrails l2 construct (#34765) (b4fdb2b)
- eks-v2-alpha: support eks with k8s 1.33 (#34713) (c24565e), closes #34520 #34911
- s3tables-alpha: add TablePolicy support to L2 construct library (#35223) (2741dfb), closes #33054
2.213.0-alpha.0 (2025-08-27)
Features
2.212.0-alpha.0 (2025-08-20)
2.211.0-alpha.0 (2025-08-12)
2.210.0-alpha.0 (2025-08-06)
Features
2.209.1-alpha.0 (2025-08-06)
... (truncated)
Commits
731eb40chore(release): 2.219.0 (#35650)- See full diff in compare view
Updates aws-cdk from 2.1029.3 to 2.1029.4
Commits
- See full diff in compare view
Updates @aws-cdk/cloud-assembly-schema from 48.11.0 to 48.12.0
Release notes
Sourced from @aws-cdk/cloud-assembly-schema's releases.
@aws-cdk/cloud-assembly-schema@v48.12.048.12.0 (2025-10-01)
Commits
- See full diff in compare view
Updates aws-cdk-lib from 2.218.0 to 2.219.0
Release notes
Sourced from aws-cdk-lib's releases.
v2.219.0
⚠ BREAKING CHANGES
- ** L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:
aws-servicecatalog: AWS::ServiceCatalog::PortfolioPrincipalAssociation: PortfolioId property is now required. aws-servicecatalog: AWS::ServiceCatalog::PortfolioPrincipalAssociation: PrincipalARN property is now required. aws-servicecatalog: AWS::ServiceCatalog::PortfolioProductAssociation: Id attribute removed.
Co-authored-by: aws-cdk-automation aws-cdk-automation@users.noreply.github.com
Features
- ecs: new L2 construct for ManagedInstances CapacityProvider (#35648) (c72a09b)
- update L1 CloudFormation resource definitions (#35646) (860ce0d)
- codebuild: add custom instance type and VPC to Fleets (#34572) (5c2781b)
- codebuild: support overflow behavior of fleet (#35480) (e4113b0)
- update L1 CloudFormation resource definitions (#35614) (fb0a114)
Bug Fixes
Alpha modules (2.219.0-alpha.0)
Changelog
Sourced from aws-cdk-lib's changelog.
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.219.0-alpha.0 (2025-10-01)
2.218.0-alpha.0 (2025-09-29)
Pull Request Statistics
Commits:
1Files Changed:
6Additions:
+240Deletions:
-117
Package Dependencies
Technical Details
| ID: | 9153220 |
| UUID: | 2880086166 |
| Node ID: | PR_kwDOH6QSIM6rqqCW |
| Host: | GitHub |
| Repository: | poad/github-cognito-oidc-proxy |
| Merge State: | Unknown |