Update all Yarn dependencies (2026-05-20)#6033
Merged
Merged
Conversation
Member
|
@depfu refresh |
72e503b to
b3d69eb
Compare
workbox-window 7.4.1 ships a UMD build without `__esModule: true` (a
side effect of the package's Rollup 2 -> 4 migration, since Rollup's
`output.esModule` default changed from `true` to `"if-default-prop"` and
workbox-window has no default export). Without the marker, Babel's
`_interopRequireWildcard` copies the module's exports for `import * as
WorkboxModule from 'workbox-window'`, so `jest.spyOn(WorkboxModule,
'Workbox')` mutated a copy while the source file's `import { Workbox }`
kept resolving to the real constructor.
Replace the namespace-spy with `jest.mock('workbox-window', ...)` so
both sides share the same mocked `Workbox`, and switch the per-test
implementation to `(Workbox as jest.Mock).mockImplementation(...)`.
Member
|
It looks like there was a breaking change from workbox, even though it was only a patch update. |
canova
approved these changes
May 20, 2026
Merged
canova
added a commit
that referenced
this pull request
May 26, 2026
Changes: [fatadel] Remove unused dependencies from package.json (#6010) [Nazım Can Altınova] Make profiler-cli work in sandboxed environments (#6003) [Markus Stange] Make profiler-edit run profile compacting before writing out the file (#6015) [Markus Stange] Migrate from prettier to oxfmt (#5986) [Markus Stange] Add a --symbolicate-wasm arg to profiler-edit. (#6008) [Markus Stange] Build and upload the cli artifact in PRs (#6020) [Markus Stange] Use @streamparser/json if the input is too large to fit in a V8 string (#6016) [Nazım Can Altınova] Print also the status output right after cli `load` command (#6019) [Nicolas Chevobbe] Update devtools-reps to 0.27.7 (#6030) [Nazım Can Altınova] Include `--search` option in `pq filter push` (#6026) [Nazım Can Altınova] Update all Yarn dependencies (2026-05-20) (#6033) [fatadel] Translate URL track-index state through profile sanitization (#6000) [Markus Stange] Make withSize use a wrapper element so that it can stop calling findDOMNode (#5988) [Markus Stange] Fix dhat importer (#6036) [Nazım Can Altınova] Annotate inlined frames in CLI call trees and stacks (#6041) [Nazım Can Altınova] Use proper types in cli tests instead of custom inline types (#6038) [Nazım Can Altınova] Fix text truncation for frames named after Object.prototype methods (#6044) [Nazım Can Altınova] Add missing key props to CodeErrorOverlay error list items (#6047) [depfu[bot]] ⬆️ Update oxfmt to version 0.51.0 (#6054) [Nazım Can Altınova] 🔃 Sync: l10n -> main (May 26, 2026) (#6058) [Nazım Can Altınova] Use URL-state symbol server for `profiler-cli function annotate` (#6051) [Nazım Can Altınova] Bump profiler-cli version to 0.2.0 (#6059) And special thanks to our localizers: fr: YD sr: Марко Костић (Marko Kostić) tr: Ali Demirtaş zh-CN: Olvcpr423 zh-CN: wxie
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is your weekly update of all Yarn dependencies. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ babel-jest (30.3.0 → 30.4.1, minor) · Repo · Changelog · Release · Diff
✳️ globals (17.5.0 → 17.6.0, minor) · Repo · Release · Diff
✳️ jest (30.3.0 → 30.4.2, minor) · Repo · Changelog · Release · Diff
✳️ jest-environment-jsdom (30.3.0 → 30.4.1, minor) · Repo · Changelog · Release · Diff
✳️ valibot (1.3.1 → 1.4.0, minor) · Repo · Release · Diff
✳️ @babel/preset-env (7.29.2 → 7.29.5, patch) · Repo · Changelog · Release · Diff
✳️ @types/node (22.19.17 → 22.19.19, patch) · Repo
✳️ @types/react (18.3.28 → 18.3.29, patch) · Repo
✳️ caniuse-lite (1.0.30001788 → 1.0.30001792, patch) · Repo · Changelog
✳️ workbox-cli (7.4.0 → 7.4.1, patch) · Repo · Release · Diff
✳️ workbox-window (7.4.0 → 7.4.1, patch) · Repo · Release · Diff
Depfu will only send you the next scheduled PR once you merge or close this one.
All Depfu comment commands