Commit adcb059
authored
chore(deps): update patch/minor dependencies (#836)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) | Type |
Update |
|---|---|---|---|---|---|
| [@rspack/core](https://rspack.rs)
([source](https://redirect.github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack))
| [`1.7.3` →
`1.7.4`](https://renovatebot.com/diffs/npm/@rspack%2fcore/1.7.3/1.7.4) |

|

| overrides | patch |
|
[lewagon/wait-on-check-action](https://redirect.github.com/lewagon/wait-on-check-action)
| `v1.4.1` → `v1.5.0` |

|

| action | minor |
---
### Release Notes
<details>
<summary>web-infra-dev/rspack (@​rspack/core)</summary>
###
[`v1.7.4`](https://redirect.github.com/web-infra-dev/rspack/releases/tag/v1.7.4)
[Compare
Source](https://redirect.github.com/web-infra-dev/rspack/compare/v1.7.3...v1.7.4)
<!-- Release notes generated using configuration in .github/release.yml
at v1.7.4 -->
#### What's Changed
##### New Features 🎉
- feat: support import and export string specifier by
[@​JSerFeng](https://redirect.github.com/JSerFeng) in
[#​12759](https://redirect.github.com/web-infra-dev/rspack/pull/12759)
- feat(mf): add async startup promise gating for entrypoints by
[@​ScriptedAlchemy](https://redirect.github.com/ScriptedAlchemy)
in
[#​11899](https://redirect.github.com/web-infra-dev/rspack/pull/11899)
##### Bug Fixes 🐞
- fix: `require.resolve()` replaced as `require()` by
[@​intellild](https://redirect.github.com/intellild) in
[#​12773](https://redirect.github.com/web-infra-dev/rspack/pull/12773)
- fix: handle `rs.requireActual` and `rs.importActual` in all contexts
by [@​9aoy](https://redirect.github.com/9aoy) in
[#​12806](https://redirect.github.com/web-infra-dev/rspack/pull/12806)
- fix(mf): filter runtime plugin invocation for used exports by
[@​ahabhgk](https://redirect.github.com/ahabhgk) in
[#​12807](https://redirect.github.com/web-infra-dev/rspack/pull/12807)
- fix: fix panic caused by missing lazy dependency by
[@​hardfist](https://redirect.github.com/hardfist) in
[#​12820](https://redirect.github.com/web-infra-dev/rspack/pull/12820)
- fix(mf): use dynamic exports type for MF modules (cherry-pick
[#​12841](https://redirect.github.com/web-infra-dev/rspack/issues/12841))
by [@​ahabhgk](https://redirect.github.com/ahabhgk) in
[#​12848](https://redirect.github.com/web-infra-dev/rspack/pull/12848)
- fix: normalize paths for extract source map (cherry-pick
[#​12825](https://redirect.github.com/web-infra-dev/rspack/issues/12825))
by [@​ahabhgk](https://redirect.github.com/ahabhgk) in
[#​12847](https://redirect.github.com/web-infra-dev/rspack/pull/12847)
- fix: enable panic backtrace for release-debug by
[@​hardfist](https://redirect.github.com/hardfist) in
[#​12854](https://redirect.github.com/web-infra-dev/rspack/pull/12854)
- fix: should not panic when accessing slate stats for Rspack 1.x by
[@​SyMind](https://redirect.github.com/SyMind) in
[#​12853](https://redirect.github.com/web-infra-dev/rspack/pull/12853)
- fix(mf): cherry pick mf manifest improving to v1.x by
[@​2heal1](https://redirect.github.com/2heal1) in
[#​12851](https://redirect.github.com/web-infra-dev/rspack/pull/12851)
##### Refactor 🔨
- refactor: use readonly ref in runtime requirements in tree hook by
[@​stormslowly](https://redirect.github.com/stormslowly) in
[#​12789](https://redirect.github.com/web-infra-dev/rspack/pull/12789)
- refactor: introduce ArtifactExt trait by
[@​hardfist](https://redirect.github.com/hardfist) in
[#​12800](https://redirect.github.com/web-infra-dev/rspack/pull/12800)
- refactor: to use \&Compilation in
AdditionalTreeRuntimeRequirementsHook by
[@​stormslowly](https://redirect.github.com/stormslowly) in
[#​12801](https://redirect.github.com/web-infra-dev/rspack/pull/12801)
- refactor: differentiate snapshot strategies by dependency type by
[@​jerrykingxyz](https://redirect.github.com/jerrykingxyz) in
[#​12805](https://redirect.github.com/web-infra-dev/rspack/pull/12805)
##### Other Changes
- chore: update Node.js version in .nvmrc to 22 by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​12797](https://redirect.github.com/web-infra-dev/rspack/pull/12797)
- chore: enable fair sched for codspeed by
[@​CPunisher](https://redirect.github.com/CPunisher) in
[#​12798](https://redirect.github.com/web-infra-dev/rspack/pull/12798)
- chore: try to make wasm test more stable by
[@​CPunisher](https://redirect.github.com/CPunisher) in
[#​12795](https://redirect.github.com/web-infra-dev/rspack/pull/12795)
- chore: disable generation of wasm binding by
[@​CPunisher](https://redirect.github.com/CPunisher) in
[#​12802](https://redirect.github.com/web-infra-dev/rspack/pull/12802)
- chore(test): uniform all time to `X ms` by
[@​stormslowly](https://redirect.github.com/stormslowly) in
[#​12790](https://redirect.github.com/web-infra-dev/rspack/pull/12790)
- test: hideSkippedTestFiles by
[@​9aoy](https://redirect.github.com/9aoy) in
[#​12812](https://redirect.github.com/web-infra-dev/rspack/pull/12812)
- test: skip native watcher test case for skip chunk build case by
[@​stormslowly](https://redirect.github.com/stormslowly) in
[#​12858](https://redirect.github.com/web-infra-dev/rspack/pull/12858)
#### New Contributors
- [@​intellild](https://redirect.github.com/intellild) made their
first contribution in
[#​12773](https://redirect.github.com/web-infra-dev/rspack/pull/12773)
**Full Changelog**:
<web-infra-dev/rspack@v1.7.3...v1.7.4>
</details>
<details>
<summary>lewagon/wait-on-check-action
(lewagon/wait-on-check-action)</summary>
###
[`v1.5.0`](https://redirect.github.com/lewagon/wait-on-check-action/blob/HEAD/CHANGELOG.md#v150---2026-01-25)
[Compare
Source](https://redirect.github.com/lewagon/wait-on-check-action/compare/v1.4.1...v1.5.0)
##### Added
- Add `fail-on-no-checks` option
##### Fixed
- Bump `rexml` to 3.4.2
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At
any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/apify/apify-client-js).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 58f583b commit adcb059
3 files changed
Lines changed: 57 additions & 93 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments