chore(deps): update dependency @rspack/cli to v0.5.4
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @rspack/cli (source) | 0.5.1 -> 0.5.4 |
Release Notes
web-infra-dev/rspack (@rspack/cli)
v0.5.4
What's Changed
Highlight
- Support alias require:
// commonjs file
const alias = require
alias('./foo') // now `foo.js` will be bundled
Performance Improvements ⚡
- perf: delate useless filed in
AllowedMemberTypesby @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5550
Exciting New Features 🎉
- feat: support alias require by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5520
- feat(rspack_core): use consistent fxhash for ustr instead of inconsistent ahash by @Boshen in https://github.com/web-infra-dev/rspack/pull/5504
- feat(rspack): align default resolveOptions with webpack by @Boshen in https://github.com/web-infra-dev/rspack/pull/5540
- feat: concatenation module part two by @IWANABETHATGUY in https://github.com/web-infra-dev/rspack/pull/5415
- feat: support custom source root by @SyMind in https://github.com/web-infra-dev/rspack/pull/5522
- feat(devtool): add "eval" support by @xc2 in https://github.com/web-infra-dev/rspack/pull/5495
- feat: deprecate
compiler.rebuildby @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/5583
Bug Fixes 🐞
- fix: not parse require in esm by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5515
- fix: test jobs should not run in forked repositories by @SyMind in https://github.com/web-infra-dev/rspack/pull/5499
- fix: module not exist in context modules by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/5534
- fix: fix test for consistent splitChunk by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/5539
- fix: wrongly generated alternative requests in context modules by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/5538
- fix: should split chunks size larger than maxSize by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/5562
- fix: 🐛 call finish module in rebuild_module instead of update_module_graph by @IWANABETHATGUY in https://github.com/web-infra-dev/rspack/pull/5559
- fix: exec
per_statementparser hooks by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5568 - fix: json parse error by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/5565
- fix(cli): fix cts support by @hardfist in https://github.com/web-infra-dev/rspack/pull/5575
- fix: zod.devtool - missing inline-nosources-cheap-source-map by @xc2 in https://github.com/web-infra-dev/rspack/pull/5478
- fix: source root error in windows by @SyMind in https://github.com/web-infra-dev/rspack/pull/5581
- fix: 🐛 inner graph extend class super with constructor by @IWANABETHATGUY in https://github.com/web-infra-dev/rspack/pull/5552
- fix: buildinfo cacheable default value should be true by @jerrykingxyz in https://github.com/web-infra-dev/rspack/pull/5603
- fix: missing visitor in concatenate modules by @IWANABETHATGUY in https://github.com/web-infra-dev/rspack/pull/5591
- fix: codegen cache should consider runtime by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/5605
- fix: should gracefully shutdown on bail by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/5610
Other Changes
- typo: Update index.ts by @cunzaizhuyi in https://github.com/web-infra-dev/rspack/pull/5511
- refactor: cleanup
HarmonyDetectionScannerby @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5508 - refactor: cleanup
WorkerSyntaxScannerin deps collection stage by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5512 - ci: change renovate bot to run only once per week by @Boshen in https://github.com/web-infra-dev/rspack/pull/5514
- refactor: cleanup
WorkerSyntaxScannerin optimize by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5513 - ci: enable swc for renovate bot by @Boshen in https://github.com/web-infra-dev/rspack/pull/5517
- chore: add tests for consistent splitChunks output by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/5510
- chore: use the same postcss version for this monorepo by @Boshen in https://github.com/web-infra-dev/rspack/pull/5518
- chore: remove ci pull_request branches-ignore by @jerrykingxyz in https://github.com/web-infra-dev/rspack/pull/5529
- refactor: cleanup
WorkerScannerby @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5527 - chore: 🤖 remove tree shaking diff by @IWANABETHATGUY in https://github.com/web-infra-dev/rspack/pull/5530
- revert: revert tests for consistent splitChunks output by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/5537
- refactor: align external module and static exports dependency with webpack by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/5542
- chore(deps): update swc by @renovate in https://github.com/web-infra-dev/rspack/pull/5519
- chore: remove "Test Plan" from pull request template by @Boshen in https://github.com/web-infra-dev/rspack/pull/5541
- chore: update issue template with title prefix by @hardfist in https://github.com/web-infra-dev/rspack/pull/5553
- refactor: move chunk_group_info to code splitting by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/5549
- chore: rename split_chunks_new to split_chunks by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/5555
- chore(deps): update crates by @renovate in https://github.com/web-infra-dev/rspack/pull/5523
- refactor: add
ImportMetaContextDependencyParserPluginby @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5557 - chore: align more tests by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/5558
- ci: don't cancel jobs on main by @Boshen in https://github.com/web-infra-dev/rspack/pull/5563
- revert: feat: support custom source root (#5522) by @SyMind in https://github.com/web-infra-dev/rspack/pull/5561
- refactor: immutable module graph during code generation by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/5543
- chore: more total cases by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/5569
- refactor: initialize stage hook for
hooks.compilationby @ahabhgk in https://github.com/web-infra-dev/rspack/pull/5532 - chore: avoid const enum in node binding dts by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/5584
- refactor: cleanup
HotModuleReplacementScannerby @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5585 - refactor: cleanup some expr_match in parser by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5589
- chore: align more hotcases by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/5566
- chore: 🤖 add comments when the export name is unused by @IWANABETHATGUY in https://github.com/web-infra-dev/rspack/pull/5598
- chore: align the rest of diffing cases by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/5599
- chore: run diff on linux only by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/5602
- refactor: on demand apply
hooks.compilationjs hook by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/5586 - refactor: cleanup
ImportScannerby @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5607 - test: add test case for eager import by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5608
- chore: remove wrapped module identifier by @IWANABETHATGUY in https://github.com/web-infra-dev/rspack/pull/5609
- refactor: cleanup
ImportMetaScannerby @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5547
Full Changelog: https://github.com/web-infra-dev/rspack/compare/v0.5.3...v0.5.4
v0.5.3
What's Changed
Highlights
Fix: build gets stuck at seal when using Module Federation with shared option
When using ModuleFederationPlugin with shared option, build may get stuck. See #5494
Performance Improvements ⚡
- perf: lazy calculate compilation.modules and compilation.chunks by @jerrykingxyz in https://github.com/web-infra-dev/rspack/pull/5433
- perf: lazy calculate asset.source by @jerrykingxyz in https://github.com/web-infra-dev/rspack/pull/5483
- perf: set default WATCHPACK_WATCHER_LIMIT to 20 by @hardfist in https://github.com/web-infra-dev/rspack/pull/5486
- perf: enable "thin" LTO for release by @Boshen in https://github.com/web-infra-dev/rspack/pull/5505
Exciting New Features 🎉
- feat: context module support inline loader by @faga295 in https://github.com/web-infra-dev/rspack/pull/4931
Bug Fixes 🐞
- fix: evaluate if stmt should skip import specifier in dead branch by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/5431
- fix: resolve error with inline loader without module specifier by @SyMind in https://github.com/web-infra-dev/rspack/pull/5409
- fix(@rspack/core): js Compilation instance is not recreated as expected when rebuilding on watch/serve mode by @xc2 in https://github.com/web-infra-dev/rspack/pull/5436
- fix(renovate): ignore
textwrapby @Boshen in https://github.com/web-infra-dev/rspack/pull/5444 - fix: InnerGraph does not rename the usage of the renamed class in if statement #5441 by @IWANABETHATGUY in https://github.com/web-infra-dev/rspack/pull/5448
- fix: use full content hash in
SourceMapDevtoolPluginby @SyMind in https://github.com/web-infra-dev/rspack/pull/5447 - fix: assign depth for include dependencies by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/5458
- fix: fix oxlint warning and trigger js when pnpm changes by @Boshen in https://github.com/web-infra-dev/rspack/pull/5484
- fix: make split consistant result by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/5488
- fix: should not provide for defined variable by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/5489
- fix: asset source can not be undefined by @jerrykingxyz in https://github.com/web-infra-dev/rspack/pull/5509
Other Changes
- cleanup
CompatibilityScannerby @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5422 - refactor: cleanup unnecessary swc visitor by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5432
- chore: use
cargo machetefor checking unused dependencies by @Boshen in https://github.com/web-infra-dev/rspack/pull/5429 - chore: fix broken build by @Boshen in https://github.com/web-infra-dev/rspack/pull/5440
- refactor: streamline filename creation and context preparation for assets in SourceMapDevToolPlugin by @SyMind in https://github.com/web-infra-dev/rspack/pull/5434
- chore: unify crate versions by @Boshen in https://github.com/web-infra-dev/rspack/pull/5449
- chore: pin
styled_componentsalong with the same swc versions by @Boshen in https://github.com/web-infra-dev/rspack/pull/5451 - chore(deps): update crates by @renovate in https://github.com/web-infra-dev/rspack/pull/5425
- chore(deps): update rust crate wasmparser to 0.120.0 by @renovate in https://github.com/web-infra-dev/rspack/pull/5455
- Cleanup some scanner by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5452
- refactor: cleanup swc react visitor by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5457
- chore: bump indexmap from 1.9.3 to 2.1.0 by @Boshen in https://github.com/web-infra-dev/rspack/pull/5459
- chore: bump bitflags to v2.4.2 by @Boshen in https://github.com/web-infra-dev/rspack/pull/5462
- chore: renovate bot turn on npm devDependencies update by @Boshen in https://github.com/web-infra-dev/rspack/pull/5464
- chore: renovate ignore more directories by @Boshen in https://github.com/web-infra-dev/rspack/pull/5466
- chore: bump handlebars to v5.1.1 by @Boshen in https://github.com/web-infra-dev/rspack/pull/5463
- chore: bump TypeScript to 5.3.3 by @Boshen in https://github.com/web-infra-dev/rspack/pull/5468
- chore: remove typescript devDependencies from packages/create-rspack/template-react-ts by @Boshen in https://github.com/web-infra-dev/rspack/pull/5470
- refactor: reimplement queue handler by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/5435
- chore: bump @types/react and @types/react-dom by @Boshen in https://github.com/web-infra-dev/rspack/pull/5471
- chore(renovate): ignore @playwrite/test by @Boshen in https://github.com/web-infra-dev/rspack/pull/5473
- chore: ignore react upgrades by @Boshen in https://github.com/web-infra-dev/rspack/pull/5474
- chore(deps): update npm devdependencies by @renovate in https://github.com/web-infra-dev/rspack/pull/5467
- chore(deps): update pnpm to v8.14.3 by @renovate in https://github.com/web-infra-dev/rspack/pull/5465
- refactor: cleanup
CommonJsScannerby @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5482 - chore: enable newTreeshaking on arco-pro diff case by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/5381
- refactor: cleanup
CommonJsExportsParserPluginby @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5487 - refactor: cleanup
NodeStuffScannerby @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5493 - chore: revert TypeScript to v5.0.2 due to broken "NodeNext" for compilerOptions.module by @Boshen in https://github.com/web-infra-dev/rspack/pull/5503
- refactor: align HarmonyCompatibiltyDependency with webpack by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/5472
Full Changelog: https://github.com/web-infra-dev/rspack/compare/v0.5.2...v0.5.3
v0.5.2
What's Changed
Highlights
Support SourceMapDevToolPlugin
Support SourceMapDevToolPlugin. With this enhancement, options such as output.devtoolModuleFilenameTemplate, output.devtoolFallbackModuleFilenameTemplate, and output.devtoolNamespace are now fully supported.
Based on the devtoolModuleFilenameTemplate option, you can follow this example to debug a webpack project in VS Code.
Performance Improvements ⚡
- perf: use hashset to compare ignore by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5366
- perf: reduce alloc by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5386
- perf: cleanup
ApiScannerby @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5390
Exciting New Features 🎉
- feat(runtime): add rspack version by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/5310
- feat(cli): support built-in rspack envs by @xc2 in https://github.com/web-infra-dev/rspack/pull/5272
- feat(compilation): introduce queue handles representing task_queue by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/4785
- feat: improve SourceMapDevToolPlugin by @SyMind in https://github.com/web-infra-dev/rspack/pull/5108
- feat: not printing error code in error by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/5363
- feat: export hot entry from
@rspack/coreby @ahabhgk in https://github.com/web-infra-dev/rspack/pull/5362 - feat: handle webpack internal module source map by @SyMind in https://github.com/web-infra-dev/rspack/pull/5371
- feat: support compilation.hooks.runtimeModule by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/5370
- feat: concatenate plugin part one by @IWANABETHATGUY in https://github.com/web-infra-dev/rspack/pull/5237
- feat: progress plugin by @faga295 in https://github.com/web-infra-dev/rspack/pull/5008
- feat(compilation): add ImportModule and executeModule by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/4718
Bug Fixes 🐞
- fix(parser): reserved binding name in strict mode by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/5319
- fix: stable version snapshot by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/5346
- fix: tree shaking size differentiation between webpack by @IWANABETHATGUY in https://github.com/web-infra-dev/rspack/pull/5349
- fix(asset): real content hash changed even if asset has not changed by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/5359
- fix: return type of
Compiler.shouldEmitshould be boolean by @Amour1688 in https://github.com/web-infra-dev/rspack/pull/5378 - fix(mf): different fallback module context by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/5380
- fix(rspack_core): fix resolver returning broken missing dependencies by @Boshen in https://github.com/web-infra-dev/rspack/pull/5357
- fix: remove unnecessary return type of runtime module hook by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/5389
- fix: url-dependency pos error by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/5397
- fix: remove unnecessary react-refresh from dev-server's dependencies by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/5404
- fix(renovate): fix cargo by @Boshen in https://github.com/web-infra-dev/rspack/pull/5413
- fix: use correct stats for child compilation by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/5405
- fix(renovate): improve handling of certain packages by @Boshen in https://github.com/web-infra-dev/rspack/pull/5414
- fix: use
eval.as_string()lazily by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5427 - fix: cannot block the current thread from within a runtime by @SyMind in https://github.com/web-infra-dev/rspack/pull/5428
Other Changes
- refactor: traceable magic comments warnings by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/5341
- refactor: traceable non supported warnings by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/5342
- chore: bump swc by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/5308
- chore: remove a console.log from rspack tests that fills the screen by @Boshen in https://github.com/web-infra-dev/rspack/pull/5345
- refactor: cleanup common_js_import_dependency_scanner by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5347
- test: enable some diff test case by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5348
- refactor: traceable harmony scanner errors by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/5344
- refactor: align HarmonyExportHeaderDependency by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/5351
- chore: remove sinon from webpack-test by @Boshen in https://github.com/web-infra-dev/rspack/pull/5350
- refactor: remove load chunk with block runtime by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/5335
- chore: remove unused puppeteer by @Boshen in https://github.com/web-infra-dev/rspack/pull/5353
- chore(diff): esm module by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/5290
- refactor: cleanup url_scanner by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5354
- refactor(compilation): Add callback to factorizeTask and make process dependencies happen after all dependencies get factorized by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/4835
- refactor: remove async dependencies block identifier by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/5356
- test: remove outdated tests by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/5355
- chore(diff): add esm export case by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/5300
- chore(diff): add esm import case by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/5302
- chore: remove logs from tests by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/5361
- refactor: cleanup ExportsInfoApiScanner by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5367
- chore: normalizing jsword by @IWANABETHATGUY in https://github.com/web-infra-dev/rspack/pull/5369
- chore: remove unused @types/webpack-dev-server from rspack devDependencies by @Boshen in https://github.com/web-infra-dev/rspack/pull/5333
- chore: remove duplicated test cases (tests/case.test.ts) by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/5373
- test(diff): add diff test case for harmony+commonjs mixed modules by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/5379
- chore: enable most of the tests from webpack-examples by @Boshen in https://github.com/web-infra-dev/rspack/pull/5376
- chore: snap.diff changed by @SyMind in https://github.com/web-infra-dev/rspack/pull/5382
- refactor: cleanup useless ast api by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5388
- chore: remove duplicated test cases (tests/configCase.test.ts) by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/5374
- chore: diff rspack/webpack test cases by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/5391
- chore: triage diff for configcases and cases by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/5396
- ci: setup renovatebot by @Boshen in https://github.com/web-infra-dev/rspack/pull/5406
- ci: only update github-actions and cargo dependencies by @Boshen in https://github.com/web-infra-dev/rspack/pull/5410
- chore: 🤖 remove redundant config by @IWANABETHATGUY in https://github.com/web-infra-dev/rspack/pull/5402
- chore(renovate): disable breaking changes upload / download actions by @Boshen in https://github.com/web-infra-dev/rspack/pull/5421
- chore(deps): update github-actions by @renovate in https://github.com/web-infra-dev/rspack/pull/5417
- chore(renovate): ignore ustr by @Boshen in https://github.com/web-infra-dev/rspack/pull/5424
- chore(deps): update github-actions (major) by @renovate in https://github.com/web-infra-dev/rspack/pull/5423
New Contributors
- @Amour1688 made their first contribution in https://github.com/web-infra-dev/rspack/pull/5378
- @renovate made their first contribution in https://github.com/web-infra-dev/rspack/pull/5417
Full Changelog: https://github.com/web-infra-dev/rspack/compare/v0.5.1...v0.5.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| medusa-example-dsl | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Feb 26, 2024 5:18am |
| medusa-example-home | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Feb 26, 2024 5:18am |
| medusa-example-nav | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Feb 26, 2024 5:18am |
| medusa-example-search | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Feb 26, 2024 5:18am |
| medusa-example-utils | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Feb 26, 2024 5:18am |
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Workflow status is failure ❌ Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below. Link to GitHub workflow: Github Workflow Link
Workflow status is failure ❌ Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below. Link to GitHub workflow: Github Workflow Link
Workflow status is failure ❌ Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below. Link to GitHub workflow: Github Workflow Link
Workflow status is failure ❌ Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below. Link to GitHub workflow: Github Workflow Link
Workflow status is failure ❌ Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below. Link to GitHub workflow: Github Workflow Link
Workflow status is failure ❌ Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below. Link to GitHub workflow: Github Workflow Link
Workflow status is failure ❌ Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below. Link to GitHub workflow: Github Workflow Link
Workflow status is failure ❌ Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below. Link to GitHub workflow: Github Workflow Link
Workflow status is success ✅ Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below. Link to GitHub workflow: Github Workflow Link
Workflow status is success ✅ Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below. Link to GitHub workflow: Github Workflow Link