chore(deps): update dependency rslog to v2#1511
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ee71d877a8
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
packages/core/package.json
Outdated
| "rsbuild-plugin-publint": "^0.3.4", | ||
| "rslib": "npm:@rslib/core@0.19.6", | ||
| "rslog": "^1.3.2", | ||
| "rslog": "^2.0.0", |
There was a problem hiding this comment.
Keep rslog on v1 until prebundle stops requiring CJS
Upgrading to rslog ^2.0.0 is incompatible with the current prebundle flow: packages/core/prebundle.config.mjs still copies dist/index.cjs in afterBundle for rslog (lines 23-27), but this update moves to the pure-ESM major where that CJS artifact is no longer expected. In that case fs.copyFileSync throws ENOENT, which breaks pnpm prebundle (and therefore pnpm install via prepare) for local dev and CI.
Useful? React with 👍 / 👎.
12c612c to
1e9b9c5
Compare
1e9b9c5 to
611fb3b
Compare
This PR contains the following updates:
^1.3.2→^2.0.1Release Notes
rstackjs/rslog (rslog)
v2.0.1Compare Source
What's Changed
Full Changelog: rstackjs/rslog@v2.0.0...v2.0.1
v2.0.0Compare Source
What's Changed
Full Changelog: rstackjs/rslog@v1.3.2...v2.0.0
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.