Skip to content

chore(deps): update all npm dependencies (major) #7421

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2025

This PR contains the following updates:

Package Change Age Confidence
@playcanvas/pcui (source) 4.6.0 -> 5.2.0 age confidence
@rollup/plugin-node-resolve (source) 15.3.1 -> 16.0.1 age confidence
@types/react (source) 18.3.18 -> 19.1.9 age confidence
@types/react-dom (source) 18.3.5 -> 19.1.7 age confidence
cross-env 7.0.3 -> 10.0.0 age confidence
puppeteer (source) 23.11.1 -> 24.15.0 age confidence
react (source) 18.3.1 -> 19.1.1 age confidence
react-dom (source) 18.3.1 -> 19.1.1 age confidence
react-router-dom (source) 5.3.4 -> 7.7.1 age confidence
rollup-plugin-visualizer 5.14.0 -> 6.0.3 age confidence
sinon (source) 19.0.5 -> 21.0.0 age confidence

Release Notes

playcanvas/pcui (@​playcanvas/pcui)

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: playcanvas/pcui@v5.1.0...v5.2.0

v5.1.0

Compare Source

What's Changed

Full Changelog: playcanvas/pcui@v5.0.0...v5.1.0

v5.0.0

Compare Source

Breaking Changes

What's Changed

New Contributors

Full Changelog: playcanvas/pcui@v4.6.0...v5.0.0

rollup/plugins (@​rollup/plugin-node-resolve)

v16.0.1

2025-03-11

Bugfixes
  • fix: add ignoreSideEffectsForRoot to exported interface (#​1841)

v16.0.0

2024-12-15

Breaking Changes
  • feat!: set development or production condition (#​1823)
kentcdodds/cross-env (cross-env)

v10.0.0

Compare Source

TL;DR: You should probably not have to change anything if:

  • You're using a modern maintained version of Node.js (v20+ is tested)
  • You're only using the CLI (most of you are as that's the intended purpose)

In this release (which should have been v8 except I had some issues with automated releases 🙈), I've updated all the things and modernized the package. This happened in #​261

Was this needed? Not really, but I just thought it'd be fun to modernize this package.

Here's the highlights of what was done.

  • Replace Jest with Vitest for testing
  • Convert all source files from .js to .ts with proper TypeScript types
  • Use zshy for ESM-only builds (removes CJS support)
  • Adopt @​epic-web/config for TypeScript, ESLint, and Prettier
  • Update to Node.js >=20 requirement
  • Remove kcd-scripts dependency
  • Add comprehensive e2e tests with GitHub Actions matrix testing
  • Update GitHub workflow with caching and cross-platform testing
  • Modernize documentation and remove outdated sections
  • Update all dependencies to latest versions
  • Add proper TypeScript declarations and exports

The tool maintains its original functionality while being completely modernized with the latest tooling and best practices

BREAKING CHANGES
  • This is a major rewrite that changes the module format from CommonJS to ESM-only. The package now requires Node.js >=20 and only exports ESM modules (not relevant in most cases).
puppeteer/puppeteer (puppeteer)

v24.15.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.14.0 to 24.15.0
Features
Bug Fixes

v24.14.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.14.0 to 24.15.0
Features
Bug Fixes

v24.13.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.12.1 to 24.13.0
Features
Bug Fixes
  • ignore errors caused by worker targets that do not support network conditions (#​14015) (d012588)

v24.12.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.12.1 to 24.13.0
Features
Bug Fixes
  • ignore errors caused by worker targets that do not support network conditions (#​14015) (d012588)

v24.12.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.12.0 to 24.12.1
Bug Fixes

v24.11.2

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.11.2 to 24.12.0
Features
Bug Fixes

v24.11.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.11.1 to 24.11.2
Bug Fixes

v24.11.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.11.0 to 24.11.1
Bug Fixes

v24.10.2

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.10.2 to 24.11.0

v24.10.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.10.1 to 24.10.2
Bug Fixes

v24.10.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.10.0 to 24.10.1
Bug Fixes

v24.9.0

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.9.0 to 24.10.0
Bug Fixes

v24.8.2

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
Bug Fixes

v24.8.1

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.8.0 to 24.8.1

v24.8.0

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.8.0 to 24.8.1

v24.7.2

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.7.1 to 24.7.2

v24.7.1

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.7.1 to 24.7.2

v24.7.0

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated
Features

v24.6.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
Bug Fixes

v24.6.0

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.5.0 to 24.6.0

v24.5.0

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.5.0 to 24.6.0

v24.4.0

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated

v24.3.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.3.0 to 24.3.1
Bug Fixes

v24.3.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.3.0 to 24.3.1
Bug Fixes

v24.2.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.2.1 to 24.3.0
Features
Bug Fixes

v24.2.0

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.2.0 to 24.2.1

v24.1.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.1.0 to 24.1.1
Bug Fixes

v24.1.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.1.0 to 24.1.1
Bug Fixes

v24.0.0

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.0.0 to 24.1.0
Bug Fixes
facebook/react (react)

v19.1.1

Compare Source

v19.1.0

Compare Source

v19.0.0

Compare Source

Below is a list of all new features, APIs, deprecations, and breaking changes. Read React 19 release post and React 19 upgrade guide for more information.

Note: To help make the upgrade to React 19 easier, we’ve published a [email protected] release that is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19. We recommend upgrading to React 18.3.1 first to help identify any issues before upgrading to React 19.

New Features
React
  • Actions: startTransition can now accept async functions. Functions passed to startTransition are called “Actions”. A given Transition can include one or more Actions which update state in the background and update the UI with one commit. In addition to updating state, Actions can now perform side effects including async requests, and the Action will wait for the work to finish before finishing the Transition. This feature allows Transitions to include side effects like fetch() in the pending state, and provides support for error handling, and optimistic updates.
  • useActionState: is a new hook to order Actions inside of a Transition with access to the state of the action, and the pending state. It accepts a reducer that can call Actions, and the initial state used for first render. It also accepts an optional string that is used if the action is passed to a form action prop to support progressive enhancement in forms.
  • useOptimistic: is a new hook to update state while a Transition is in progress. It returns the state, and a set function that can be called inside a transition to “optimistically” update the state to expected final value immediately while the Transition completes in the background. When the transition finishes, the state is updated to the new value.
  • use: is a new API that allows reading resources in render. In React 19, use accepts a promise or Context. If provided a promise, use will suspend until a value is resolved. use can only be used in render but can be called conditionally.
  • ref as a prop: Refs can now be used as props, removing the need for forwardRef.
  • Suspense sibling pre-warming: When a component suspends, React will immediately commit the fallback of the nearest Suspense boundary, without waiting for the entire sibling tree to render. After the fallback commits, React will schedule another render for the suspended siblings to “pre-warm” lazy requests.
React DOM Client
  • <form> action prop: Form Actions allow you to manage forms automatically and integrate with useFormStatus. When a <form> action succeeds, React will automatically reset the form for uncontrolled components. The form can be reset manually with the new requestFormReset API.
  • <button> and <input> formAction prop: Actions can be passed to the formAction prop to configure form submission behavior. This allows using different Actions depending on the input.
  • useFormStatus: is a new hook that provides the status of the parent <form> action, as if the form was a Context provider. The hook returns the values: pending, data, method, and action.
  • Support for Document Metadata: We’ve added support for rendering document metadata tags in components natively. React will automatically hoist them into the <head> section of the document.
  • Support for Stylesheets: React 19 will ensure stylesheets are inserted into the <head> on the client before revealing the content of a Suspense boundary that depends on that stylesheet.
  • Support for async scripts: Async scripts can be rendered anywhere in the component tree and React will handle ordering and deduplication.
  • Support for preloading resources: React 19 ships with preinit, preload, prefetchDNS, and preconnect APIs to optimize initial page loads by moving discovery of additional resources like fonts out of stylesheet loading. They can also be used to prefetch resources used by an anticipated navigation.
React DOM Server
  • Added prerender and prerenderToNodeStream APIs for static site generation. They are designed to work with streaming environments like Node.js Streams and Web Streams. Unlike renderToString, they wait for data to load for HTML generation.
React Server Components
  • RSC features such as directives, server components, and server functions are now stable. This means libraries that ship with Server Components can now target React 19 as a peer dependency with a react-server export condition for use in frameworks that support the Full-stack React Architecture. The underlying APIs used to implement a React Server Components bundler or framework do not follow semver and may break between minors in React 19.x. See docs for how to support React Server Components.
Deprecations
  • Deprecated: element.ref access: React 19 supports ref as a prop, so we’re deprecating element.ref in favor of element.props.ref. Accessing will result in a warning.
  • react-test-renderer: In React 19, react-test-renderer logs a deprecation warning and has switched to concurrent rendering for web usage. We recommend migrating your tests to @​testing-library/react or @​testing-library/react-native
Breaking Changes

React 19 brings in a number of breaking changes, including the removals of long-deprecated APIs. We recommend first upgrading to 18.3.1, where we've added additional deprecation warnings. Check out the upgrade guide for more details and guidance on codemodding.

React
  • New JSX Transform is now required: We introduced a new JSX transform in 2020 to improve bundle size and use JSX without importing React. In React 19, we’re adding additional improvements like using ref as a prop and JSX speed improvements that require the new transform.
  • Errors in render are not re-thrown: Errors that are not caught by an Error Boundary are now reported to window.reportError. Errors that are caught by an Error Boundary are reported to console.error. We’ve introduced onUncaughtError and onCaughtError methods to createRoot and hydrateRoot to customize this error handling.
  • Removed: propTypes: Using propTypes will now be silently ignored. If required, we recommend migrating to TypeScript or another type-checking solution.
  • Removed: defaultProps for functions: ES6 default parameters can be used in place. Class components continue to support defaultProps since there is no ES6 alternative.
  • Removed: contextTypes and getChildContext: Legacy Context for class components has been removed in favor of the contextType API.
  • Removed: string refs: Any usage of string refs need to be migrated to ref callbacks.
  • Removed: Module pattern factories: A rarely used pattern that can be migrated to regular functions.
  • Removed: React.createFactory: Now that JSX is broadly supported, all createFactory usage can be migrated to JSX components.
  • Removed: react-test-renderer/shallow: This has been a re-export of react-shallow-renderer since React 18. If needed, you can continue to use the third-party package directly. We recommend us

Configuration

📅 Schedule: Branch creation - "on monday at 10:00am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 147a30c to 95eb31c Compare March 11, 2025 14:04
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 95eb31c to 26b10e7 Compare March 11, 2025 15:23
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 26b10e7 to 05d7732 Compare March 11, 2025 17:35
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 05d7732 to 20c7488 Compare March 11, 2025 19:35
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 20c7488 to b052610 Compare March 11, 2025 21:30
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch 2 times, most recently from 8cd2579 to 40ae97f Compare March 12, 2025 16:31
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 40ae97f to 7dc3cf5 Compare March 13, 2025 09:25
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 7dc3cf5 to 6930bbc Compare March 13, 2025 11:18
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 6930bbc to 66087c9 Compare March 13, 2025 13:54
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 66087c9 to 1f41d62 Compare March 14, 2025 10:27
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 1f41d62 to c4d670e Compare March 14, 2025 12:40
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from c4d670e to f460a7b Compare March 14, 2025 12:42
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from f460a7b to 0443a85 Compare March 14, 2025 15:04
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 0443a85 to e72e0cb Compare March 14, 2025 17:23
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 82f9bc3 to 2375b8c Compare July 25, 2025 14:05
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 2375b8c to 2f7d788 Compare July 25, 2025 23:02
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 2f7d788 to 4fa62e3 Compare July 28, 2025 12:28
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 4fa62e3 to 0ca0a73 Compare July 28, 2025 16:26
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 0ca0a73 to 3388d43 Compare July 28, 2025 18:15
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 3388d43 to 66dfd78 Compare July 29, 2025 10:08
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 66dfd78 to edc153a Compare July 30, 2025 09:35
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from edc153a to fe1cfa8 Compare July 30, 2025 11:02
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from fe1cfa8 to 38bdd5d Compare July 30, 2025 13:02
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 38bdd5d to fb19e79 Compare July 30, 2025 13:37
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from fb19e79 to 3fb3024 Compare July 30, 2025 15:23
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 3fb3024 to d336cf9 Compare July 30, 2025 18:58
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from d336cf9 to 7762d8f Compare July 31, 2025 15:31
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 7762d8f to 0a8e251 Compare July 31, 2025 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants