Skip to content

build(deps): bump the deps group across 1 directory with 4 updates#267

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/deps-5e1d5cc14a
Open

build(deps): bump the deps group across 1 directory with 4 updates#267
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/deps-5e1d5cc14a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 20, 2025

Bumps the deps group with 4 updates in the / directory: cypress, react, react-dom and typescript.

Updates cypress from 13.16.0 to 15.15.0

Release notes

Sourced from cypress's releases.

v15.15.0

Changelog: https://docs.cypress.io/app/references/changelog#15-15-0

v15.14.2

Changelog: https://docs.cypress.io/app/references/changelog#15-14-2

v15.14.1

Changelog: https://docs.cypress.io/app/references/changelog#15-14-1

v15.14.0

Changelog: https://docs.cypress.io/app/references/changelog#15-14-0

v15.13.1

Changelog: https://docs.cypress.io/app/references/changelog#15-13-1

v15.13.0

Changelog: https://docs.cypress.io/app/references/changelog#15-13-0

v15.12.0

Changelog: https://docs.cypress.io/app/references/changelog#15-12-0

v15.11.0

Changelog: https://docs.cypress.io/app/references/changelog#15-11-0

v15.10.0

Changelog: https://docs.cypress.io/app/references/changelog#15-10-0

v15.9.0

Changelog: https://docs.cypress.io/app/references/changelog#15-9-0

v15.8.2

Changelog: https://docs.cypress.io/app/references/changelog#15-8-2

v15.8.1

Changelog: https://docs.cypress.io/app/references/changelog#15-8-1

v15.8.0

Changelog: https://docs.cypress.io/app/references/changelog#15-8-0

v15.7.1

Changelog: https://docs.cypress.io/app/references/changelog#15-7-1

v15.7.0

Changelog: https://docs.cypress.io/app/references/changelog#15-7-0

v15.6.0

Changelog: https://docs.cypress.io/app/references/changelog#15-6-0

v15.5.0

Changelog: https://docs.cypress.io/app/references/changelog#15-5-0

... (truncated)

Commits
  • 914ad90 chore: narrow CYPRESS_COMMERCIAL_RECOMMENDATIONS override; deflake no-branch ...
  • 1b11ad2 chore(ci): commit v8 snapshot updates via GitHub API (#33774)
  • 0f864f6 internal: cloud-driven app messaging banner (#33757)
  • 6299c14 chore: Update v8 snapshot cache - windows (#33776)
  • b9575f0 chore: Update v8 snapshot cache - linux (#33764)
  • 302747d fix(server): retry BiDi sessionSubscribe when Firefox connection not ready (#...
  • 73a3e0e fix: serialize ProjectLifecycleManager.refreshLifecycle to avoid IPC race (#3...
  • 0f2d385 test(system-tests): add Node.js 26 binary smoke coverage (#33780)
  • e08ac5e chore(ci): enable Snyk scans on fork PRs via approval-gated environment (#33773)
  • e429e13 chore: Update v8 snapshot cache - darwin (#33772)
  • Additional commits viewable in compare view
Install script changes

This version modifies postinstall script that runs during installation. Review the package contents before updating.


Updates react from 18.3.1 to 19.2.6

Release notes

Sourced from react's releases.

19.2.6 (May 6th, 2026)

React Server Components

19.2.5 (April 8th, 2026)

React Server Components

19.2.4 (January 26th, 2026)

React Server Components

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

19.2.1 (December 3rd, 2025)

React Server Components

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.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() 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:
  • Added resume APIs for partial pre-rendering with Node Streams:

... (truncated)

Changelog

Sourced from react's changelog.

19.2.1 (Dec 3, 2025)

React Server Components

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.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() 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:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

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 useId

All Changes

React

... (truncated)

Commits

Updates react-dom from 18.3.1 to 19.2.6

Release notes

Sourced from react-dom's releases.

19.2.6 (May 6th, 2026)

React Server Components

19.2.5 (April 8th, 2026)

React Server Components

19.2.4 (January 26th, 2026)

React Server Components

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

19.2.1 (December 3rd, 2025)

React Server Components

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.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() 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:
  • Added resume APIs for partial pre-rendering with Node Streams:

... (truncated)

Changelog

Sourced from react-dom's changelog.

19.2.1 (Dec 3, 2025)

React Server Components

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.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() 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:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

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 useId

All Changes

React

... (truncated)

Commits

Updates typescript from 5.7.2 to 6.0.3

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

... (truncated)

Commits
  • 050880c Bump version to 6.0.3 and LKG
  • eeae9dd 🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...
  • ad1c695 🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)
  • 0725fb4 🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...
  • 607a22a Bump version to 6.0.2 and LKG
  • 9e72ab7 🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...
  • 35ff23d 🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...
  • e175b69 Bump version to 6.0.1-rc and LKG
  • af4caac Update LKG
  • 8efd7e8 Merge remote-tracking branch 'origin/main' into release-6.0
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 20, 2025
@github-actions github-actions Bot enabled auto-merge September 20, 2025 23:02
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/deps-5e1d5cc14a branch 2 times, most recently from 68c5f91 to 9f4ec76 Compare October 11, 2025 23:04
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/deps-5e1d5cc14a branch from 9f4ec76 to f02edc7 Compare November 1, 2025 23:01
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/deps-5e1d5cc14a branch from f02edc7 to a70128b Compare November 15, 2025 23:01
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/deps-5e1d5cc14a branch from a70128b to 52ce6e0 Compare November 29, 2025 23:01
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/deps-5e1d5cc14a branch 2 times, most recently from 9475834 to 7a1b9fb Compare December 20, 2025 23:14
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/deps-5e1d5cc14a branch 2 times, most recently from fdfa6d2 to a8c17e7 Compare January 24, 2026 23:04
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/deps-5e1d5cc14a branch 2 times, most recently from 033bbe0 to b163605 Compare February 14, 2026 23:03
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/deps-5e1d5cc14a branch from b163605 to 870ab6f Compare February 28, 2026 23:02
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/deps-5e1d5cc14a branch from 870ab6f to 56650fb Compare March 7, 2026 23:03
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/deps-5e1d5cc14a branch 2 times, most recently from dd39303 to 7ed1638 Compare April 4, 2026 23:03
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/deps-5e1d5cc14a branch 2 times, most recently from a4e2397 to 22228c2 Compare April 11, 2026 23:03
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/deps-5e1d5cc14a branch from 22228c2 to 4782278 Compare April 18, 2026 23:03
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/deps-5e1d5cc14a branch from 4782278 to c291af1 Compare May 9, 2026 23:03
Bumps the deps group with 4 updates in the / directory: [cypress](https://github.com/cypress-io/cypress), [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [typescript](https://github.com/microsoft/TypeScript).


Updates `cypress` from 13.16.0 to 15.15.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.16.0...v15.15.0)

Updates `react` from 18.3.1 to 19.2.6
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react)

Updates `react-dom` from 18.3.1 to 19.2.6
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react-dom)

Updates `typescript` from 5.7.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.7.2...v6.0.3)

---
updated-dependencies:
- dependency-name: cypress
  dependency-version: 15.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: react
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: react-dom
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/deps-5e1d5cc14a branch from c291af1 to 89210e7 Compare May 16, 2026 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants