Skip to content

Conversation

@renovate
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.3.1 age confidence
@rollup/plugin-commonjs (source) 28.0.9 -> 29.0.0 age confidence
@rollup/plugin-node-resolve (source) 15.3.1 -> 16.0.3 age confidence
@types/react (source) 18.3.27 -> 19.2.6 age confidence
@types/react-dom (source) 18.3.7 -> 19.2.3 age confidence
cross-env 7.0.3 -> 10.1.0 age confidence
puppeteer (source) 23.11.1 -> 24.31.0 age confidence
react (source) 18.3.1 -> 19.2.0 age confidence
react-dom (source) 18.3.1 -> 19.2.0 age confidence
react-router-dom (source) 5.3.4 -> 7.9.6 age confidence

Release Notes

playcanvas/pcui (@​playcanvas/pcui)

v5.3.1

Compare Source

What's Changed

Full Changelog: playcanvas/pcui@v5.3.0...v5.3.1

v5.3.0

Compare Source

What's Changed

Full Changelog: playcanvas/pcui@v5.2.4...v5.3.0

v5.2.4

Compare Source

v5.2.3

Compare Source

What's Changed

Full Changelog: playcanvas/pcui@v5.2.2...v5.2.3

v5.2.2

Compare Source

What's Changed

Full Changelog: playcanvas/pcui@v5.2.1...v5.2.2

v5.2.1

Compare Source

What's Changed

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

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-commonjs)

v29.0.0

2025-10-30

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

v16.0.3

2025-10-13

Bugfixes
  • fix: resolve bare targets of package "imports" using export maps; avoid fileURLToPath(null) (#​1908)

v16.0.2

2025-10-04

Bugfixes
  • fix: error thrown with empty entry (#​1893)

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.1.0

Compare Source

Features
  • add support for default value syntax (152ae6a)

For example:

"dev:server": "cross-env wrangler dev --port ${PORT:-8787}",

If PORT is already set, use that value, otherwise fallback to 8787.

Learn more about Shell Parameter Expansion

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.31.0

Compare Source

♻️ Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.30.0 to 24.31.0
🎉 Features
  • webdriver: use emulation.setNetworkConditions for offline emulation (#​14431) (a9e7c1d)
  • webdriver: use emulation.setUserAgentOverride instead of network interception (#​14335) (e48ae6b)
🛠️ Fixes

v24.30.0

Compare Source

♻️ Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.29.1 to 24.30.0
🎉 Features
🛠️ Fixes

v24.29.1

Compare Source

♻️ Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.29.0 to 24.29.1
🛠️ Fixes

v24.29.0

Compare Source

♻️ Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.28.0 to 24.29.0
🎉 Features
🛠️ Fixes

v24.28.0

Compare Source

♻️ Chores
  • make protocol (cdp/bidi) command ID generator configurable (4421b99)
Dependencies
  • The following workspace dependencies were updated
🎉 Features
🛠️ Fixes
📄 Documentation

v24.27.0

Compare Source

🎉 Features
♻️ Chores
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.26.1 to 24.27.0
🛠️ Fixes
📄 Documentation

v24.26.1

Compare Source

♻️ Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.26.0 to 24.26.1
🛠️ Fixes

v24.26.0

Compare Source

🎉 Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.25.0 to 24.26.0
🛠️ Fixes
📄 Documentation

v24.25.0

Compare Source

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

v24.24.1

Compare Source

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

v24.24.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.23.1 to 24.24.0
Features
  • add handleDevToolsAsPage to access DevTools windows as pages (#​14296) (d6bcf61)

v24.23.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.23.1 to 24.24.0
Features
  • add handleDevToolsAsPage to access DevTools windows as pages (#​14296) (d6bcf61)

v24.23.0

Compare Source

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

v24.22.3

Compare Source

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

v24.22.2

Compare Source

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

v24.22.1

Compare Source

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

v24.22.0

Compare Source

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

v24.21.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.21.0 to 24.22.0
Features
Bug Fixes
  • a11y: handle leaf nodes without heuristics that rely on name (#​14221) (076cc2e)

v24.20.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
Features
Bug Fixes
  • accessibility: reports snapshot with uninteresting root and focusable Document is not a leaf node (#​14169) (3bad7ad)
  • roll to Chrome 140.0.7339.82 (#​14182) (7e4440d)

v24.19.0

Compare Source

Features
Bug Fixes
  • accessibility SerializedAXNode.elementHandle returns the parent's handle for text nodes (#​14159) (0cb49fd)
  • throw on history entry not found (#​14160) (f660ef8)
  • webdriver: support interception after continueWithAuth (#​14167) (21f1eb5)
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.18.0 to 24.19.0

v24.18.0

Compare Source

Features
Bug Fixes
  • accessibility SerializedAXNode.elementHandle returns the parent's handle for text nodes (#​14159) (0cb49fd)
  • throw on history entry not found (#​14160) (f660ef8)
  • webdriver: support interception after continueWithAuth (#​14167) (21f1eb5)
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.18.0 to 24.19.0

v24.17.1

Compare Source

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

v24.17.0

Compare Source

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

v24.16.2

Compare Source

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

v24.16.1

Compare Source

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

v24.16.0

Compare Source

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

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 14b28c9 to 967a798 Compare November 18, 2025 04:06
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 967a798 to 1aeae2f Compare November 18, 2025 10:11
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 1aeae2f to 6bb89dc Compare November 18, 2025 14:52
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch 2 times, most recently from 27d2366 to 0dce9b1 Compare November 19, 2025 10:40
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 0dce9b1 to 4fcf0ab Compare November 19, 2025 10:46
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 4fcf0ab to 83ff962 Compare November 19, 2025 10:53
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 83ff962 to bd283ce Compare November 19, 2025 14:00
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from bd283ce to d17f420 Compare November 19, 2025 14:08
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from d17f420 to 1676b8c Compare November 20, 2025 11:31
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from 1676b8c to ad53989 Compare November 20, 2025 12:36
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from ad53989 to b309a27 Compare November 20, 2025 15:28
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from b309a27 to d7ea04c Compare November 20, 2025 19:22
@renovate renovate bot force-pushed the renovate/major-all-npm-dependencies branch from d7ea04c to 118f921 Compare November 21, 2025 10:43
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.

1 participant