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 devDependency upgraded from 1.7.3 to 1.7.6 in two reference implementation packages (react-web-sdk, web-sdk_react) - No cross-repo consumers found for @rsbuild/core in the organization index (mcp_BitoAIArchitect_searchCode returned zero_hits): @rsbuild/core is a dev/build tool dependency, not a runtime library. Cross-repo consumers of these implementations would depend on the published npm packages (@contentful/optimization-react-web, @contentful/optimization-web), not on the internal @rsbuild/core version directly.
- intra-repo: implementations/react-web-sdk and implementations/web-sdk_react: The version bump affects only the local build tooling for these two reference implementations. The change does not alter runtime behavior, exposed APIs, or published package contracts.
- Verify the rsbuild 1.7.3 → 1.7.6 changelog for breaking build/dev-tool changes (note: rsbuild minor versions typically do not break existing configs)
- Run pnpm build and pnpm dev in both implementations to confirm the upgrade does not break local builds
- Run pnpm test:e2e in both implementations to validate end-to-end test tooling works with the new version
Code Paths Analyzed

Impact:
Low-impact change. Only the dev/build tooling version for @rsbuild/core is bumped in two reference implementation packages. No runtime code, APIs, or published package contracts are affected.

Flow:
devDependencies only → affects pnpm dev, pnpm build, pnpm serve:e2e scripts → no impact on published npm packages or cross-repo runtime consumers

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

Repository Impact:
implementations/react-web-sdk — build tooling: @rsbuild/core upgrade may bring bug fixes or performance improvements to the rsbuild dev server and production bundler. No changes to runtime behavior.
implementations/web-sdk_react — build tooling: Same as above. The two implementations share an identical change pattern, suggesting a coordinated upgrade.
packages/web — potential upstream dependency: Both implementations depend on @contentful/optimization-web, which lives in packages/web. The rsbuild upgrade does not change the package contract, but any rsbuild configuration shared from packages/web should be tested.
packages/react — potential upstream dependency: react-web-sdk additionally depends on @contentful/optimization-react-web from packages/react. Same consideration as above.

Cross-Repository Dependencies:
Other Contentful repositories consuming @contentful/optimization-web or @contentful/optimization-react-web: Published npm packages are unaffected by this devDependency change. Downstream consumers will not be impacted.
create-contentful-app (indexed repo, similarity 0.44): May reference or template these implementations. However, @rsbuild/core is a devDependency — consuming repos would not inherit this version.

Database/Caching Impact:
• None

API Contract Violations:
• No API contracts are modified. This is a devDependency version bump with no runtime API changes.

Infrastructure Dependencies:
• CI/CD: pnpm install will resolve the new @rsbuild/core version. Build jobs running pnpm build in these implementations will use rsbuild 1.7.6.
• Dockerfile: not present in diff — no container image changes required.
• No database migrations, environment variables, or feature flags are affected.

Additional Insights:
rsbuild plugin compatibility: @rsbuild/plugin-react remains at 1.4.5 in both files — ensure this version is compatible with rsbuild 1.7.6. Check rsbuild/plugin-react changelog for peerDependency requirements.
Consistent upgrade pattern: Both implementations receive an identical @rsbuild/core upgrade (1.7.3 → 1.7.6). This suggests a coordinated change, likely from a dependency management tool (e.g., Renovate) scanning for outdated build tooling.

Testing Recommendations

Frontend Impact:
• Run pnpm dev and pnpm build in implementations/react-web-sdk to confirm rsbuild 1.7.6 works correctly with the existing rsbuild config
• Run pnpm dev and pnpm build in implementations/web-sdk_react with the same validation
• Check rsbuild 1.7.6 release notes for any breaking changes to dev server behavior, HMR, or production bundling that could affect these React implementations

Service Integration:
• These are reference implementations — integration tests run via the e2e-web test suite. Run pnpm test:e2e in both implementations after the upgrade to confirm full E2E pipeline (build → preview → test) is unaffected.

Data Serialization:
None.

Privacy Compliance:
None.

Backward Compatibility:
• rsbuild is a build tool, not a runtime dependency — backward compatibility is not a concern. However, verify that rsbuild.config.ts files in both implementations do not rely on any APIs that changed between 1.7.3 and 1.7.6.

OAuth Functionality:
• None

Reliability Testing:
• None

Additional Insights:
• Verify @rsbuild/plugin-react 1.4.5 peerDependency requirement is satisfied by rsbuild 1.7.6 (check plugin's package.json or changelog)
• Ensure pnpm-lock.yaml is updated in the PR to lock the new @rsbuild/core version — verify the lock file is included in the diff or was updated in a prior commit

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

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