Skip to content

Commit adcb059

Browse files
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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspack%2fcore/1.7.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspack%2fcore/1.7.3/1.7.4?slim=true) | overrides | patch | | [lewagon/wait-on-check-action](https://redirect.github.com/lewagon/wait-on-check-action) | `v1.4.1` → `v1.5.0` | ![age](https://developer.mend.io/api/mc/badges/age/github-tags/lewagon%2fwait-on-check-action/v1.5.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/lewagon%2fwait-on-check-action/v1.4.1/v1.5.0?slim=true) | action | minor | --- ### Release Notes <details> <summary>web-infra-dev/rspack (@&#8203;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 [@&#8203;JSerFeng](https://redirect.github.com/JSerFeng) in [#&#8203;12759](https://redirect.github.com/web-infra-dev/rspack/pull/12759) - feat(mf): add async startup promise gating for entrypoints by [@&#8203;ScriptedAlchemy](https://redirect.github.com/ScriptedAlchemy) in [#&#8203;11899](https://redirect.github.com/web-infra-dev/rspack/pull/11899) ##### Bug Fixes 🐞 - fix: `require.resolve()` replaced as `require()` by [@&#8203;intellild](https://redirect.github.com/intellild) in [#&#8203;12773](https://redirect.github.com/web-infra-dev/rspack/pull/12773) - fix: handle `rs.requireActual` and `rs.importActual` in all contexts by [@&#8203;9aoy](https://redirect.github.com/9aoy) in [#&#8203;12806](https://redirect.github.com/web-infra-dev/rspack/pull/12806) - fix(mf): filter runtime plugin invocation for used exports by [@&#8203;ahabhgk](https://redirect.github.com/ahabhgk) in [#&#8203;12807](https://redirect.github.com/web-infra-dev/rspack/pull/12807) - fix: fix panic caused by missing lazy dependency by [@&#8203;hardfist](https://redirect.github.com/hardfist) in [#&#8203;12820](https://redirect.github.com/web-infra-dev/rspack/pull/12820) - fix(mf): use dynamic exports type for MF modules (cherry-pick [#&#8203;12841](https://redirect.github.com/web-infra-dev/rspack/issues/12841)) by [@&#8203;ahabhgk](https://redirect.github.com/ahabhgk) in [#&#8203;12848](https://redirect.github.com/web-infra-dev/rspack/pull/12848) - fix: normalize paths for extract source map (cherry-pick [#&#8203;12825](https://redirect.github.com/web-infra-dev/rspack/issues/12825)) by [@&#8203;ahabhgk](https://redirect.github.com/ahabhgk) in [#&#8203;12847](https://redirect.github.com/web-infra-dev/rspack/pull/12847) - fix: enable panic backtrace for release-debug by [@&#8203;hardfist](https://redirect.github.com/hardfist) in [#&#8203;12854](https://redirect.github.com/web-infra-dev/rspack/pull/12854) - fix: should not panic when accessing slate stats for Rspack 1.x by [@&#8203;SyMind](https://redirect.github.com/SyMind) in [#&#8203;12853](https://redirect.github.com/web-infra-dev/rspack/pull/12853) - fix(mf): cherry pick mf manifest improving to v1.x by [@&#8203;2heal1](https://redirect.github.com/2heal1) in [#&#8203;12851](https://redirect.github.com/web-infra-dev/rspack/pull/12851) ##### Refactor 🔨 - refactor: use readonly ref in runtime requirements in tree hook by [@&#8203;stormslowly](https://redirect.github.com/stormslowly) in [#&#8203;12789](https://redirect.github.com/web-infra-dev/rspack/pull/12789) - refactor: introduce ArtifactExt trait by [@&#8203;hardfist](https://redirect.github.com/hardfist) in [#&#8203;12800](https://redirect.github.com/web-infra-dev/rspack/pull/12800) - refactor: to use \&Compilation in AdditionalTreeRuntimeRequirementsHook by [@&#8203;stormslowly](https://redirect.github.com/stormslowly) in [#&#8203;12801](https://redirect.github.com/web-infra-dev/rspack/pull/12801) - refactor: differentiate snapshot strategies by dependency type by [@&#8203;jerrykingxyz](https://redirect.github.com/jerrykingxyz) in [#&#8203;12805](https://redirect.github.com/web-infra-dev/rspack/pull/12805) ##### Other Changes - chore: update Node.js version in .nvmrc to 22 by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;12797](https://redirect.github.com/web-infra-dev/rspack/pull/12797) - chore: enable fair sched for codspeed by [@&#8203;CPunisher](https://redirect.github.com/CPunisher) in [#&#8203;12798](https://redirect.github.com/web-infra-dev/rspack/pull/12798) - chore: try to make wasm test more stable by [@&#8203;CPunisher](https://redirect.github.com/CPunisher) in [#&#8203;12795](https://redirect.github.com/web-infra-dev/rspack/pull/12795) - chore: disable generation of wasm binding by [@&#8203;CPunisher](https://redirect.github.com/CPunisher) in [#&#8203;12802](https://redirect.github.com/web-infra-dev/rspack/pull/12802) - chore(test): uniform all time to `X ms` by [@&#8203;stormslowly](https://redirect.github.com/stormslowly) in [#&#8203;12790](https://redirect.github.com/web-infra-dev/rspack/pull/12790) - test: hideSkippedTestFiles by [@&#8203;9aoy](https://redirect.github.com/9aoy) in [#&#8203;12812](https://redirect.github.com/web-infra-dev/rspack/pull/12812) - test: skip native watcher test case for skip chunk build case by [@&#8203;stormslowly](https://redirect.github.com/stormslowly) in [#&#8203;12858](https://redirect.github.com/web-infra-dev/rspack/pull/12858) #### New Contributors - [@&#8203;intellild](https://redirect.github.com/intellild) made their first contribution in [#&#8203;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

File tree

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: Wait for code checks to pass
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: lewagon/wait-on-check-action@v1.4.1
35+
- uses: lewagon/wait-on-check-action@v1.5.0
3636
with:
3737
ref: ${{ github.ref }}
3838
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)