fix(deps): update all non-major dependencies#2073
Merged
renovate[bot] merged 1 commit intomasterfrom Feb 24, 2026
Merged
Conversation
0bd81c5 to
183a990
Compare
|
Visit the preview URL for this PR (updated for commit d20ec05): https://ent-enki-dev--pr2073-renovate-all-minor-p-99gelbro.web.app (expires Thu, 26 Feb 2026 20:12:52 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 50f71a028b1cba336bad43cc33ce2755ca3f1855 |
9e9a6a9 to
257f86c
Compare
257f86c to
d20ec05
Compare
|
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 PR contains the following updates:
4.1.4→4.1.64.28.1→4.29.03.0.25→3.0.270.2.106→0.2.1070.18.5→0.18.64.0.2→4.0.30.10.5→0.10.611.5.5→11.5.68.0.7→8.0.83.7.3→3.7.49.2.5→9.2.60.3.72→0.3.738.4.2→8.4.33.4.0→3.4.16.1.0→6.1.11.8.5→1.8.61.0.0→1.1.04.10.5→4.10.63.22.1→3.22.25.3.5→5.3.62.1.3→2.1.424.10.12→24.10.1319.2.13→19.2.1428.0.0→28.1.02.12.9→2.12.1024.13.0→24.13.17.13.0→7.13.1Release Notes
apollographql/apollo-client (@apollo/client)
v4.1.6Compare Source
Patch Changes
#13128
6c0b8e4Thanks @pavelivanov! - FixuseQueryhydration mismatch whenssr: falseandskip: trueare used togetherWhen both options were combined, the server would return
loading: false(becauseuseSSRQuerychecksskipfirst), but the client'sgetServerSnapshotwas returningssrDisabledResultwithloading: true, causing a hydration mismatch.v4.1.5Compare Source
Patch Changes
#13155
3ba1583Thanks @jerelmiller! - Fix an issue whereuseQuerywould poll withpollIntervalwhenskipwas initialized totrue.#13135
fd42142Thanks @jerelmiller! - Fix issue whereclient.querywould apply options fromdefaultOptions.watchQuery.entur/design-system (@entur/a11y)
v0.2.107Compare Source
Note: Version bump only for package @entur/a11y
entur/design-system (@entur/alert)
v0.18.6Compare Source
Note: Version bump only for package @entur/alert
entur/design-system (@entur/button)
v4.0.3Compare Source
Note: Version bump only for package @entur/button
entur/design-system (@entur/chip)
v0.10.6Compare Source
Note: Version bump only for package @entur/chip
entur/design-system (@entur/datepicker)
v11.5.6Compare Source
Bug Fixes
entur/design-system (@entur/dropdown)
v8.0.8Compare Source
Bug Fixes
entur/design-system (@entur/expand)
v3.7.4Compare Source
Note: Version bump only for package @entur/expand
entur/design-system (@entur/form)
v9.2.6Compare Source
Bug Fixes
entur/design-system (@entur/grid)
v0.3.73Compare Source
Note: Version bump only for package @entur/grid
entur/design-system (@entur/icons)
v8.4.3Compare Source
Note: Version bump only for package @entur/icons
entur/design-system (@entur/layout)
v3.4.1Compare Source
Note: Version bump only for package @entur/layout
entur/design-system (@entur/menu)
v6.1.1Compare Source
Bug Fixes
entur/design-system (@entur/modal)
v1.8.6Compare Source
Note: Version bump only for package @entur/modal
entur/react-component-toggle (@entur/react-component-toggle)
v1.1.0Compare Source
What's Changed
Full Changelog: entur/react-component-toggle@v1.0.0...v1.1.0
entur/design-system (@entur/table)
v4.10.6Compare Source
Note: Version bump only for package @entur/table
entur/design-system (@entur/tokens)
v3.22.2Compare Source
Bug Fixes
entur/design-system (@entur/tooltip)
v5.3.6Compare Source
Note: Version bump only for package @entur/tooltip
entur/design-system (@entur/typography)
v2.1.4Compare Source
Bug Fixes
jsdom/jsdom (jsdom)
v28.1.0Compare Source
blob.text(),blob.arrayBuffer(), andblob.bytes()methods.getComputedStyle()to account for CSS specificity when multiple rules apply. (asamuzaK)XMLHttpRequestperformance by using a persistent worker thread, avoiding ~400ms of setup overhead on every synchronous request after the first one.node.getRootNode(),node.isConnected, andevent.dispatchEvent()by caching the root node of document-connected trees.getComputedStyle()to correctly handle!importantpriority. (asamuzaK)document.getElementById()to return the first element in tree order when multiple elements share the same ID.<svg>elements to no longer incorrectly proxy event handlers to theWindow.FileReaderevent timing andfileReader.resultstate to more closely follow the spec.XMLHttpRequestencountered dispatch errors.fetch()has been used before importing jsdom, by working around undici v6/v7 incompatibilities.mswjs/msw (msw)
v2.12.10Compare Source
v2.12.10 (2026-02-10)
Bug Fixes
AnyHandlertype (#2663) (90f9be4) @kettanaitoactions/node-versions (node)
v24.13.1: 24.13.1Compare Source
Node.js 24.13.1
remix-run/react-router (react-router-dom)
v7.13.1Compare Source
Patch Changes
react-router@7.13.1Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Oslo, 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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.