Skip to content

chore(deps): bump rrweb-player from 1.0.0-alpha.4 to 2.0.1#325

Merged
ionleu merged 1 commit into
developfrom
dependabot/npm_and_yarn/develop/rrweb-player-2.0.1
Jun 10, 2026
Merged

chore(deps): bump rrweb-player from 1.0.0-alpha.4 to 2.0.1#325
ionleu merged 1 commit into
developfrom
dependabot/npm_and_yarn/develop/rrweb-player-2.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 6, 2026

Copy link
Copy Markdown
Contributor

Bumps rrweb-player from 1.0.0-alpha.4 to 2.0.1.

Release notes

Sourced from rrweb-player's releases.

rrweb-player@2.0.1

Patch Changes

  • Updated dependencies []:
    • @​rrweb/replay@​2.0.1
    • @​rrweb/packer@​2.0.1

rrweb-player@2.0.0

Major Changes

  • #1497 2606a2a Thanks @​Juice10! - Distributed files have new filenames, paths and extensions. Important: If you reference distributed files or types directly, you might have to update your paths/filenames. E.g. you import from rrweb/typings/... or rrdom/es. However you run import rrweb from 'rrweb' you won't notice a difference with this change. If you include rrweb files directly in a script tag, you might have to update that path to include a the .umd.cjs files instead. All .js files now use ES modules which can be used in modern browsers, node.js and bundlers that support ES modules. All npm packages now also ship .cjs and .umd.cjs files. The .umd.cjs files are CommonJS modules that bundle all files together to make it easy to ship one file to browser environments (similar to the previous .js files). The .cjs files are CommonJS modules that can be used in older Node.js environments. Types should be better defined in package.json and if you need specific types they might be exported from new packages (for example PlayerMachineState and SpeedMachineState are now exported from @rrweb/replay). Check the package.json's main and exports field for the available files.

  • #1031 ad9bc3e Thanks @​Juice10! - Move shared rrweb event and recorder types into the new @rrweb/types package.

Minor Changes

  • #1039 bdd8940 Thanks @​DexxDing! - Add inactive-period indicators to the player progress bar with a configurable inactiveColor option.

  • #1007 3924aaf Thanks @​Juice10! - Add player.playRange(start, end, loop?, afterHook?) to play a bounded time range, optionally looping or invoking a callback when the range ends.

  • #1006 6f63cf1 Thanks @​Juice10! - Add a maxScale option to configure the player's maximum replay scale, with 0 allowing unlimited scaling.

  • #859 e238462 Thanks @​Juice10! - Add support for recording canvas snapshots at a configured FPS.

  • #895 de755ae Thanks @​Juice10! - Add the fast-forward virtual DOM optimization for replay.

Patch Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for rrweb-player since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 6, 2026
@dependabot dependabot Bot requested review from LuminitaL and ionleu as code owners June 6, 2026 08:40
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/rrweb-player-2.0.1 branch from 86beaed to f75a727 Compare June 10, 2026 20:24
@ionleu

ionleu commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [rrweb-player](https://github.com/rrweb-io/rrweb) from 1.0.0-alpha.4 to 2.0.1.
- [Release notes](https://github.com/rrweb-io/rrweb/releases)
- [Changelog](https://github.com/rrweb-io/rrweb/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rrweb-io/rrweb/compare/rrweb-player@1.0.0-alpha.4...rrweb-player@2.0.1)

---
updated-dependencies:
- dependency-name: rrweb-player
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/rrweb-player-2.0.1 branch from f75a727 to 82f489d Compare June 10, 2026 21:06
@ionleu ionleu merged commit 2754c50 into develop Jun 10, 2026
6 checks passed
@ionleu ionleu deleted the dependabot/npm_and_yarn/develop/rrweb-player-2.0.1 branch June 10, 2026 21:10
ionleu added a commit that referenced this pull request Jun 11, 2026
#297 (@hookform/resolvers v5), #301 (globals v17), and #325/#300
(rrweb-player v2) have all merged. Drops the deferred-upgrades
section from the tech-debt log.
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.

1 participant