Skip to content

chore(deps): update dependency @rsbuild/core to v1.7.6 - #424

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rsbuild-core-1.x
Open

chore(deps): update dependency @rsbuild/core to v1.7.6#424
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rsbuild-core-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@rsbuild/core (source) 1.7.31.7.6 age confidence

Release Notes

web-infra-dev/rsbuild (@​rsbuild/core)

v1.7.6

Compare Source

What's Changed

Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.7.5...v1.7.6

v1.7.5

Compare Source

What's Changed

Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.7.4...v1.7.5

v1.7.4

Compare Source

What's Changed

Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.7.3...v1.7.4


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • Between 08:00 AM and 11:59 AM, only on Tuesday (* 8-11 * * 2)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@bito-code-review

bito-code-review Bot commented Aug 11, 2026

Copy link
Copy Markdown

Impact Analysis by Bito

Cross-Repository Impact Analysis
What Changed Impact of Change Suggested Review Actions
@rsbuild/core dependency upgraded from 1.7.3 to 1.7.6 in two sibling React SDK packages (react-web-sdk and web-sdk_react) - No cross-repo consumers found for @rsbuild/core: searchCode across all indexed repositories returned zero hits for @rsbuild/core. The repository 'optimization' is not present in BitoAIArchitect's index, indicating it may be a private or newly created repository. No upstream consumers were detected. - Verify @rsbuild/core 1.7.6 release notes for breaking changes vs 1.7.3 (https://github.com/web-infra-dev/rsbuild/releases)
- Run the full test suite (npm test or e2e tests) in both react-web-sdk and web-sdk_react after the upgrade
- Check @rsbuild/plugin-react (1.4.5) and @rsdoctor/cli (1.5.2) for compatibility with @rsbuild/core 1.7.6
Code Paths Analyzed

Impact:
This is a patch/minor version upgrade of a build-tool dependency in two local workspace packages. No code logic is changed — only the devDependency version for @rsbuild/core is bumped from 1.7.3 to 1.7.6 in both react-web-sdk and web-sdk_react. No runtime behavior, API contracts, or exported surfaces are affected. This is purely a development/build-time dependency upgrade.

Flow:
Entry points: npm install / pnpm install in each SDK package → resolves @rsbuild/core to 1.7.6 → Rsbuild build tooling runs during development and CI builds for React SDKs. No data or control flow changes.

Direct Changes (Diff Files):
• implementations/react-web-sdk/package.json [9-10] — @rsbuild/core devDependency version bump from 1.7.3 to 1.7.6
• implementations/web-sdk_react/package.json [23-24] — @rsbuild/core devDependency version bump from 1.7.3 to 1.7.6

Repository Impact:
Both react-web-sdk and web-sdk_react workspace packages: Only devDependencies are changed — affects local build tooling for these two packages. No impact on any production runtime or other packages in the workspace.

Cross-Repository Dependencies:
@rsbuild/core (external npm package from web-infra-dev): Both packages depend on @rsbuild/core for their build pipeline. The upgrade from 1.7.3 to 1.7.6 may bring bug fixes, performance improvements, or new Rsbuild features. Review the rsbuild changelog to check for any breaking changes in the build tool.

Database/Caching Impact:
• None

API Contract Violations:
• No API contract changes. This is a devDependency version bump only — @rsbuild/core is a build-tool, not a runtime dependency. No REST/gRPC/proto/message/data contracts are modified.

Infrastructure Dependencies:
• CI/CD pipelines that run builds for react-web-sdk and web-sdk_react may pick up the new @rsbuild/core version on next install. No migration files, environment variables, or Docker changes.
• Both packages also depend on @rsbuild/plugin-react (1.4.5) and @rsdoctor/cli (1.5.2) — verify these remain compatible with @rsbuild/core 1.7.6.

Additional Insights:
Transitive dependency risk: @rsbuild/core 1.7.6 may transitively depend on newer versions of bundlers (webpack, etc.) or other tooling. Check package-lock / pnpm-lock for any cascading version changes after running install.

Testing Recommendations

Frontend Impact:
• Run react-web-sdk and web-sdk_react test suites (npm test) to verify the @rsbuild/core upgrade does not break the build or any unit/e2e tests
• Check that the Rsbuild dev server and production build still work correctly in both packages after the version upgrade

Service Integration:
None.

Data Serialization:
None.

Privacy Compliance:
None.

Backward Compatibility:
• Verify @rsbuild/plugin-react (1.4.5) and @rsdoctor/cli (1.5.2) are compatible with @rsbuild/core 1.7.6 by checking their peerDependencies or release notes

OAuth Functionality:
• None

Reliability Testing:
• None

Additional Insights:
• Check @rsbuild/core 1.7.6 release notes (https://github.com/web-infra-dev/rsbuild/releases) for breaking changes vs 1.7.3
• After upgrading, run pnpm dedupe or npm dedupe and review the lockfile to detect any unexpected transitive dependency version shifts
• Ensure CI pipelines for both SDK packages are triggered and pass with the new version before merge

Analysis based on known dependency patterns and edges. Actual impact may vary.

@bito-code-review

Copy link
Copy Markdown

Code Review Agent Run #cb1a48

Actionable Suggestions - 0
Review Details
  • Files reviewed - 2 · Commit Range: eecfa53..eecfa53
    • implementations/react-web-sdk/package.json
    • implementations/web-sdk_react/package.json
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Default Agent You can customize the agent settings here or contact your Bito workspace admin at jared.jolton@contentful.com.

Documentation & Help

AI Code Review powered by Bito Logo

@bito-code-review

Copy link
Copy Markdown

✅ Review Settings Overridden

Status: Overridden Successfully

Guidelines:

  • Accepted:

    • General : Review Posture, Repo Truth And Boundaries, Domain Invariants

    • Language : typescript= TypeScript Review Evidence

Note: Extra guidelines beyond 3 general purpose guidelines and 1 language specific guideline per language are not processed. Guidelines are fetched from the source branch.

@renovate
renovate Bot force-pushed the renovate/rsbuild-core-1.x branch from eecfa53 to 9eb2387 Compare August 12, 2026 14:13
@bito-code-review

bito-code-review Bot commented Aug 12, 2026

Copy link
Copy Markdown

Code Review Agent Run #8179c9

Actionable Suggestions - 0
Review Details
  • Files reviewed - 2 · Commit Range: 9eb2387..9eb2387
    • implementations/react-web-sdk/package.json
    • implementations/web-sdk_react/package.json
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Default Agent You can customize the agent settings here or contact your Bito workspace admin at jared.jolton@contentful.com.

Documentation & Help

AI Code Review powered by Bito Logo

@renovate
renovate Bot force-pushed the renovate/rsbuild-core-1.x branch from 9eb2387 to f215b62 Compare August 13, 2026 14:56
@bito-code-review

bito-code-review Bot commented Aug 13, 2026

Copy link
Copy Markdown

Code Review Agent Run #5fc399

Actionable Suggestions - 0
Additional Suggestions - 1
  • implementations/web-sdk_react/package.json - 1
    • Workspace catalog mismatch · Line 39-39
      The workspace catalog in pnpm-workspace.yaml (line 27) still pins '@rsbuild/core' to '^1.7.3', while both implementation package.json files now reference '1.7.6'. This inconsistency may cause pnpm to resolve different versions depending on how packages are consumed.
Review Details
  • Files reviewed - 2 · Commit Range: f215b62..f215b62
    • implementations/react-web-sdk/package.json
    • implementations/web-sdk_react/package.json
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Default Agent You can customize the agent settings here or contact your Bito workspace admin at jared.jolton@contentful.com.

Documentation & Help

AI Code Review powered by Bito Logo

@renovate
renovate Bot force-pushed the renovate/rsbuild-core-1.x branch from f215b62 to 21631b3 Compare August 13, 2026 15:09
@bito-code-review

bito-code-review Bot commented Aug 13, 2026

Copy link
Copy Markdown

Code Review Agent Run #d17fa1

Actionable Suggestions - 0
Review Details
  • Files reviewed - 2 · Commit Range: 21631b3..21631b3
    • implementations/react-web-sdk/package.json
    • implementations/web-sdk_react/package.json
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Default Agent You can customize the agent settings here or contact your Bito workspace admin at jared.jolton@contentful.com.

Documentation & Help

AI Code Review powered by Bito Logo

@renovate
renovate Bot force-pushed the renovate/rsbuild-core-1.x branch from 21631b3 to 97deea1 Compare August 13, 2026 15:20
@bito-code-review

bito-code-review Bot commented Aug 13, 2026

Copy link
Copy Markdown

Code Review Agent Run #d50e2c

Actionable Suggestions - 0
Review Details
  • Files reviewed - 2 · Commit Range: 97deea1..97deea1
    • implementations/react-web-sdk/package.json
    • implementations/web-sdk_react/package.json
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Default Agent You can customize the agent settings here or contact your Bito workspace admin at jared.jolton@contentful.com.

Documentation & Help

AI Code Review powered by Bito Logo

@renovate
renovate Bot force-pushed the renovate/rsbuild-core-1.x branch from 97deea1 to af24296 Compare August 14, 2026 15:58
@bito-code-review

bito-code-review Bot commented Aug 14, 2026

Copy link
Copy Markdown

Code Review Agent Run #9659df

Actionable Suggestions - 0
Review Details
  • Files reviewed - 2 · Commit Range: af24296..af24296
    • implementations/react-web-sdk/package.json
    • implementations/web-sdk_react/package.json
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Default Agent You can customize the agent settings here or contact your Bito workspace admin at jared.jolton@contentful.com.

Documentation & Help

AI Code Review powered by Bito Logo

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 renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants