Skip to content

fix(deps): update all non-major dependencies#2073

Merged
renovate[bot] merged 1 commit intomasterfrom
renovate/all-minor-patch
Feb 24, 2026
Merged

fix(deps): update all non-major dependencies#2073
renovate[bot] merged 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
@apollo/client (source) 4.1.44.1.6 age confidence dependencies patch
@azure/msal-browser 4.28.14.29.0 age confidence dependencies minor
@azure/msal-react 3.0.253.0.27 age confidence dependencies patch
@entur/a11y (source) 0.2.1060.2.107 age confidence dependencies patch
@entur/alert (source) 0.18.50.18.6 age confidence dependencies patch
@entur/button (source) 4.0.24.0.3 age confidence dependencies patch
@entur/chip (source) 0.10.50.10.6 age confidence dependencies patch
@entur/datepicker (source) 11.5.511.5.6 age confidence dependencies patch
@entur/dropdown (source) 8.0.78.0.8 age confidence dependencies patch
@entur/expand (source) 3.7.33.7.4 age confidence dependencies patch
@entur/form (source) 9.2.59.2.6 age confidence dependencies patch
@entur/grid (source) 0.3.720.3.73 age confidence dependencies patch
@entur/icons (source) 8.4.28.4.3 age confidence dependencies patch
@entur/layout (source) 3.4.03.4.1 age confidence dependencies patch
@entur/menu (source) 6.1.06.1.1 age confidence dependencies patch
@entur/modal (source) 1.8.51.8.6 age confidence dependencies patch
@entur/react-component-toggle 1.0.01.1.0 age confidence dependencies minor
@entur/table (source) 4.10.54.10.6 age confidence dependencies patch
@entur/tokens (source) 3.22.13.22.2 age confidence dependencies patch
@entur/tooltip (source) 5.3.55.3.6 age confidence dependencies patch
@entur/typography (source) 2.1.32.1.4 age confidence dependencies patch
@types/node (source) 24.10.1224.10.13 age confidence devDependencies patch
@types/react (source) 19.2.1319.2.14 age confidence devDependencies patch
jsdom 28.0.028.1.0 age confidence devDependencies minor
msw (source) 2.12.92.12.10 age confidence devDependencies patch
node 24.13.024.13.1 age confidence uses-with patch
react-router-dom (source) 7.13.07.13.1 age confidence dependencies patch

Release Notes

apollographql/apollo-client (@​apollo/client)

v4.1.6

Compare Source

Patch Changes
  • #​13128 6c0b8e4 Thanks @​pavelivanov! - Fix useQuery hydration mismatch when ssr: false and skip: true are used together

    When both options were combined, the server would return loading: false (because useSSRQuery checks skip first), but the client's getServerSnapshot was returning ssrDisabledResult with loading: true, causing a hydration mismatch.

v4.1.5

Compare Source

Patch Changes
entur/design-system (@​entur/a11y)

v0.2.107

Compare Source

Note: Version bump only for package @​entur/a11y

entur/design-system (@​entur/alert)

v0.18.6

Compare Source

Note: Version bump only for package @​entur/alert

entur/design-system (@​entur/button)

v4.0.3

Compare Source

Note: Version bump only for package @​entur/button

entur/design-system (@​entur/chip)

v0.10.6

Compare Source

Note: Version bump only for package @​entur/chip

entur/design-system (@​entur/datepicker)

v11.5.6

Compare Source

Bug Fixes
  • datepicker: allow typing any day of month in date fields (f152ef4)
entur/design-system (@​entur/dropdown)

v8.0.8

Compare Source

Bug Fixes
  • dropdown/multi select: clear search text when pressing Escape (c085358)
  • dropdown/multi select: fix double Enter required after re-entering MultiSelect (5c58cba)
entur/design-system (@​entur/expand)

v3.7.4

Compare Source

Note: Version bump only for package @​entur/expand

entur/design-system (@​entur/form)

v9.2.6

Compare Source

Bug Fixes
  • form/segmented control: fix keyboad navigation not working when using tooltip wrapper (79b32de)
entur/design-system (@​entur/grid)

v0.3.73

Compare Source

Note: Version bump only for package @​entur/grid

entur/design-system (@​entur/icons)

v8.4.3

Compare Source

Note: Version bump only for package @​entur/icons

entur/design-system (@​entur/layout)

v3.4.1

Compare Source

Note: Version bump only for package @​entur/layout

entur/design-system (@​entur/menu)

v6.1.1

Compare Source

Bug Fixes
  • menu/pagination: replace fragment with span to fix aria-hidden console error (3ce2a72)
entur/design-system (@​entur/modal)

v1.8.6

Compare Source

Note: Version bump only for package @​entur/modal

entur/react-component-toggle (@​entur/react-component-toggle)

v1.1.0

Compare Source

What's Changed

Full Changelog: entur/react-component-toggle@v1.0.0...v1.1.0

entur/design-system (@​entur/table)

v4.10.6

Compare Source

Note: Version bump only for package @​entur/table

entur/design-system (@​entur/tokens)

v3.22.2

Compare Source

Bug Fixes
  • travel: add missing snowcoach transport tokens and CSS variable fallback (6bb1406)
entur/design-system (@​entur/tooltip)

v5.3.6

Compare Source

Note: Version bump only for package @​entur/tooltip

entur/design-system (@​entur/typography)

v2.1.4

Compare Source

Bug Fixes
jsdom/jsdom (jsdom)

v28.1.0

Compare Source

  • Added blob.text(), blob.arrayBuffer(), and blob.bytes() methods.
  • Improved getComputedStyle() to account for CSS specificity when multiple rules apply. (asamuzaK)
  • Improved synchronous XMLHttpRequest performance by using a persistent worker thread, avoiding ~400ms of setup overhead on every synchronous request after the first one.
  • Improved performance of node.getRootNode(), node.isConnected, and event.dispatchEvent() by caching the root node of document-connected trees.
  • Fixed getComputedStyle() to correctly handle !important priority. (asamuzaK)
  • Fixed document.getElementById() to return the first element in tree order when multiple elements share the same ID.
  • Fixed <svg> elements to no longer incorrectly proxy event handlers to the Window.
  • Fixed FileReader event timing and fileReader.result state to more closely follow the spec.
  • Fixed a potential hang when synchronous XMLHttpRequest encountered dispatch errors.
  • Fixed compatibility with environments where Node.js's built-in fetch() has been used before importing jsdom, by working around undici v6/v7 incompatibilities.
mswjs/msw (msw)

v2.12.10

Compare Source

v2.12.10 (2026-02-10)

Bug Fixes
actions/node-versions (node)

v24.13.1: 24.13.1

Compare Source

Node.js 24.13.1

remix-run/react-router (react-router-dom)

v7.13.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.13.1

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0bd81c5 to 183a990 Compare February 23, 2026 11:44
@github-actions
Copy link

github-actions bot commented Feb 23, 2026

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9e9a6a9 to 257f86c Compare February 23, 2026 15:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 257f86c to d20ec05 Compare February 23, 2026 20:10
@sonarqubecloud
Copy link

@renovate renovate bot merged commit 7524d4d into master Feb 24, 2026
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch February 24, 2026 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants