Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 5, 2025

Bumps @rspack/core from 1.5.6 to 1.5.8.

Release notes

Sourced from @​rspack/core's releases.

v1.5.8

Highlights 💡

Enhanced Tree Shaking for Nested Exports in Destructuring

Rspack now supports more precise tree shaking for nested exports accessed through destructuring assignments.

// lib.js
export * as a from "./a";
export * as b from "./b";
// index.js
import * as lib from "./lib";
// Before: All exports under lib.a were retained, only lib.b was tree-shaken
// Now: Only the specific property inner from lib.a is kept; everything else is removed
const { a: { inner } } = lib;

What's Changed

Performance Improvements ⚡

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

Document Updates 📖

Other Changes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@rspack/core](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack) from 1.5.6 to 1.5.8.
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v1.5.8/packages/rspack)

---
updated-dependencies:
- dependency-name: "@rspack/core"
  dependency-version: 1.5.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 5, 2025
@github-actions github-actions bot added this to the 3.11.0 milestone Oct 5, 2025
Copy link

github-actions bot commented Oct 5, 2025

All Playwright tests BLEEDING_EDGE

Summary

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Other ❓ Flaky 🍂 Duration ⏱️
338 336 0 2 0 3 11m 57s

Flaky Tests

Flaky Tests 🍂 Retries
should delete 1
Catch GetLegendGraphic requests and timeout on GetLegendGraphic with multi layers 1
Build permalink, reload and apply one 1

Flaky Rate

Flaky Rate 0.88% ( ➖ 0.00%)
Test 📝 Attempts 🎯 Passed ✅ Failed ❌ Flaky Rate 📈
Catch GetLegendGraphic requests and timeout on GetLegendGraphic with multi layers 2 1 1 50.00
Build permalink, reload and apply one 2 1 1 50.00
should delete 3 2 1 33.33
should delete 3 2 1 33.33

🎉 No failed tests in this run.

Github Test Reporter by CTRF 💚


All Playwright tests LEGACY

Summary

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Other ❓ Flaky 🍂 Duration ⏱️
338 336 0 2 0 4 12m 4s

Flaky Tests

Flaky Tests 🍂 Retries
popup_bar users of point 2 1
WFS GetFeature TYPENAME && GEOMETRYNAME && FORCE_QGIS 1
Catch GetLegendGraphic requests and timeout on GetLegendGraphic with multi layers 1
Build permalink, reload and apply one 1

Flaky Rate

Flaky Rate 1.17% ( ➖ 0.00%)
Test 📝 Attempts 🎯 Passed ✅ Failed ❌ Flaky Rate 📈
popup_bar users of point 2 2 1 1 50.00
WFS GetFeature TYPENAME && GEOMETRYNAME && FORCE_QGIS 2 1 1 50.00
Catch GetLegendGraphic requests and timeout on GetLegendGraphic with multi layers 2 1 1 50.00
Build permalink, reload and apply one 2 1 1 50.00

🎉 No failed tests in this run.

Github Test Reporter by CTRF 💚

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport release_3_9 backport release_3_10 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