Skip to content

fix(deps): update internal dependencies#5852

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/internal
Open

fix(deps): update internal dependencies#5852
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/internal

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 20, 2025

This PR contains the following updates:

Package Change Age Confidence
@canonical/react-components (source) 3.6.03.12.4 age confidence
@canonical/typescript-config-react 0.9.00.27.0 age confidence
vanilla-framework (source) 4.37.04.51.0 age confidence

Release Notes

canonical/react-components (@​canonical/react-components)

v3.12.4

Compare Source

Bug Fixes

v3.12.3

Compare Source

Bug Fixes
  • tooltip: fix wrong initial and focus tooltip positions in followMouse mode (#​1278) (cbfc00b)

v3.12.2

Compare Source

Bug Fixes
  • ContextualMenu: Context menu focuses first item on opening (#​1298) (cd20074)

v3.12.1

Compare Source

Bug Fixes

v3.12.0

Compare Source

Features
  • tooltip: when tooltip position is left or right, auto adjust its position (#​1314) (f34427e)

v3.11.1

Compare Source

Bug Fixes
  • prevent nested portal conflicts between ConfirmationButton and ConfirmationModal (#​1313) (b736e73)

v3.11.0

Compare Source

Features
  • ConfirmationModal: introduce portal prop for DOM relocation (#​1277) (d8e8dad)

v3.10.0

Compare Source

Features
  • prefixedIpInput: add prefixedInput, prefixedIpInput WD-32589 (#​1301) (bc12959)

v3.9.1

Compare Source

Performance Improvements

v3.9.0

Compare Source

Features

v3.8.3

Compare Source

Bug Fixes
  • modal: fix bug where the action button would set disabled to true (#​1294) (e4dac56)

v3.8.2

Compare Source

Bug Fixes
  • modal: fix bug where the list of focus-able elements was not re-computed when the state of certain children has changed [AC-4105] (#​1291) (41fe734)

v3.8.1

Compare Source

Bug Fixes
  • login-page-story: fix wrong URL for the Anbox Cloud logo (#​1295) (fabbc12)

v3.8.0

Compare Source

Features
  • ToastNotification: keep toast notification open when user hovers it (#​1288) (8ab3315)

v3.7.1

Compare Source

Bug Fixes
  • CI: Upgrade semantic-release to version 25.0.2 to fix publishing via trusted publisher process (#​1287) (c3f5cd2)
  • release: Remove NPM_TOKEN from release workflow (#​1282) (ad4fd49)

v3.7.0

Compare Source

Features
  • CustomSelect: expose searchPlaceholder and default toggle label and add async option to searchable (#​1280) (8e05fad)
canonical/pragma (@​canonical/typescript-config-react)

v0.27.0

Compare Source

Features

v0.26.0

Compare Source

Bug Fixes
  • ci: disable failing SkipLink Chromatic snapshot and add "no visual change" label skip (#​613) (031fd89)

  • feat(router)!: prefetch rename, remove data threading, Navigation API adapter (#​614) (cb3baff), closes #​614

Features
BREAKING CHANGES
  • Routes and wrappers use prefetch instead of fetch.
    prefetch() is fire-and-forget — it does not return data to content().
    content() receives only params and search, no data prop.
    Wrapper components receive only children, no data prop.
    Route and wrapper .error properties are removed — use React error
    boundaries with StatusResponse instead.
    routeData, wrapperData, and errorBoundary are removed from
    RouterLoadResult and RouterDehydratedState.
    Wrapper data is no longer cached across sibling navigations.
    WrapperDefinition takes one generic (TRendered) instead of two.

  • feat(router-core): add Navigation API adapter with History API fallback

Add createNavigationAdapter using the Navigation API (Baseline Newly
Available since January 2026). Rename the existing pushState/popstate
adapter to createHistoryAdapter. The public createBrowserAdapter now
auto-detects: Navigation API when available, History API otherwise.

Both createHistoryAdapter and createNavigationAdapter are exported for
consumers who need explicit control.

  • docs(router): update READMEs for prefetch rename, data ownership, and Navigation API

Update both router-core and router-react READMEs to reflect:

  • fetch→prefetch rename and fire-and-forget semantics
  • content() receives params and search, not data
  • error handling via StatusResponse and React error boundaries (no
    router-provided error boundary component)
  • data ownership: components own their data via cache libraries
  • Navigation API as primary browser adapter with History fallback
  • platform adapter documentation (createBrowserAdapter, createHistoryAdapter,
    createNavigationAdapter)
  • SSR section updated: consumers wire their own render tree
  • removed references to renderToStream convenience function
  • fix(router-react): use createHistoryAdapter in createHydratedRouter

createBrowserAdapter no longer accepts a window argument (it auto-detects).
createHydratedRouter passes a custom browserWindow for testing, so it
needs createHistoryAdapter which accepts the window parameter directly.

v0.25.0

Compare Source

Bug Fixes
  • svelte-ds-app-launchpad: Exclude tests and stories from publishing to npm (#​612) (c120ef0)
Features
  • List, BasicSection: Implement List and BasicSection webcomponents (#​583) (e760458)
  • lit: implement ds-button-link, ds-cta-block and ds-cta-section web components (#​566) (c6e67fb)

v0.24.0

Compare Source

Bug Fixes
  • svelte-ds-app-launchpad: Increase specificity of button styles (#​611) (ca84fd5)
Features
  • react-hooks: preference hooks, navigation tree hook, and ARIA helpers (#​609) (b3190b0)
  • react-ssr: add shared adapter types, MIME utility, and pattern matching (#​596) (0eb130a)
  • svelte-ds-app-launchpad: Add Modal (#​588) (e1ec629)

v0.23.0

Compare Source

Bug Fixes
  • svelte-ds-app-launchpad: Fix typo in internal.ts file name (#​605) (80a24c6)
Features
BREAKING CHANGES
  • react-ssr: renderToStream renamed to renderToPipeableStream,
    render methods return content instead of writing to res,
    serveStream/serveString accept factory functions.

  • fix: regenerate bun.lock for updated dependencies

The lockfile was committed from a stale state before dependency changes
(domhandler removed, express moved to peerDependencies, vitest added).

  • fix(demo, boilerplate-vite): migrate SSR consumers to new renderer API
  • serveStream now takes a factory (req) => Renderer
  • renderToStream renamed to renderToPipeableStream
  • Renderer constructed per-request via createRenderer factory
  • fix(demo, boilerplate-vite): fix biome formatting (tabs → spaces)

0.22.1 (2026-04-03)

Bug Fixes
  • svelte-ds-app-launchpad: Fix export related issues (#​592) (2269dd5)

v0.22.0

Compare Source

Bug Fixes

v0.21.0

Compare Source

Bug Fixes
Features
  • cli-core: support interactive pragma generators (#​576) (fc53e23)
  • form,styles,typography: baseline grid alignment for form fields (#​571) (2f9c5aa)
  • pragma-cli: compile to linux-x64 binary for npm publish (#​581) (80648dc)
  • pragma-cli: rich TUI rendering for list and lookup commands (#​577) (ebeb4e0)
  • react-ds-global: KeyboardKey and KeyboardKeys (#​559) (d96928c)
  • styles: spacing tokens, canonical borders, self-hosted fonts, addon-utils toolbar (#​552) (b7f0adc)

0.20.1 (2026-03-26)

Bug Fixes
  • svelte-ds-app-launchpad: Change modifier-families imports to relative (#​562) (e0376ee)
  • svelte-ds-app-launchpad: downgrade vite version to ^7.3.1 (#​561) (b9afd74)

v0.20.0

Compare Source

Features
  • svelte-ds-app-launchpad: Upstream DateTime Components (#​548) (5528d41)

v0.17.1

Compare Source

Bug Fixes

v0.17.0

Compare Source

Features

v0.16.0

Compare Source

Note: Version bump only for package ds25

v0.15.1

Compare Source

Bug Fixes
  • tty: update documentation to state the known issue of using the snap package for bun (#​424) (6513d68)

v0.15.0

Compare Source

Bug Fixes
  • react-ds-global: Fixes transitional export patterns for components (#​426) (db8a1db)
Features
  • react/ssr: add StringRenderer and some refactoring (#​411) (fede428)

v0.14.0

Compare Source

Features
  • storybook-theme: improve theme styles and add storybook default logo (#​419) (4363cf1)

v0.13.0

Compare Source

Note: Version bump only for package ds25

v0.12.0

Compare Source

Features

v0.11.0

Compare Source

Features

v0.10.0

Compare Source

Features
canonical/vanilla-framework (vanilla-framework)

v4.51.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework
Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.51.0

🚀 Features

🐛 Bug Fixes

🔨 Maintenance

v4.50.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework
Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.50.0

🚀 Features

🐛 Bug Fixes

v4.49.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework
Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.49.0

🚀 Features

v4.48.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework
Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.48.0

🚀 Features

📝 Documentation

v4.46.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework
Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.46.0

🚀 Features

v4.45.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework
Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.45.0

🚀 Features

📝 Documentation

v4.44.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework
Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.44.0

🚀 Features

v4.43.0

Compare Source

What's Changed

  • feat(icons): Add storage volume, storage pool and storage bucket icons by @​kimanhou in #​5752

New Contributors

Full Changelog: canonical/vanilla-framework@v4.42.0...4.43.0

v4.42.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework
Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.42.0
🚀 Features

v4.41.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework
Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.41.0

🐛 Bug Fixes

v4.40.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework
Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.40.0

🚀 Features

v4.39.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework
Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.39.0

🚀 Features
🔨 Maintenance

Full Changelog: canonical/vanilla-framework@v4.38.0...v4.39.0

v4.38.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework
Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.38.0

🚀 Features

🔨 Maintenance

v4.37.2

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework
Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.37.2

🐛 Bug Fixes

🔨 Maintenance

Full Changelog: canonical/vanilla-framework@v4.37.1...v4.37.2

v4.37.1

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework
Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.37.1

🐛 Bug Fixes

Full Changelog: canonical/vanilla-framework@v4.37.0...v4.37.1


Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@webteam-app
Copy link
Copy Markdown

@renovate renovate Bot changed the title fix(deps): update dependency @canonical/maas-react-components to v2.0.2 fix(deps): update dependency @canonical/maas-react-components to v2.0.2 - autoclosed Nov 20, 2025
@renovate renovate Bot closed this Nov 20, 2025
@renovate renovate Bot deleted the renovate/internal branch November 20, 2025 14:51
@renovate renovate Bot changed the title fix(deps): update dependency @canonical/maas-react-components to v2.0.2 - autoclosed fix(deps): update dependency vanilla-framework to v4.37.1 Nov 24, 2025
@renovate renovate Bot reopened this Nov 24, 2025
@renovate renovate Bot force-pushed the renovate/internal branch 3 times, most recently from de502fd to 70b593c Compare November 25, 2025 10:24
@renovate renovate Bot changed the title fix(deps): update dependency vanilla-framework to v4.37.1 fix(deps): update internal dependencies Nov 25, 2025
@renovate renovate Bot force-pushed the renovate/internal branch 2 times, most recently from 83bd452 to edb0fba Compare December 5, 2025 15:37
@renovate renovate Bot force-pushed the renovate/internal branch from edb0fba to 6439f28 Compare December 10, 2025 12:36
@renovate renovate Bot force-pushed the renovate/internal branch from 6439f28 to 55ba024 Compare December 31, 2025 18:25
@renovate renovate Bot force-pushed the renovate/internal branch 4 times, most recently from 80d6690 to a4316b3 Compare January 13, 2026 17:09
@renovate renovate Bot force-pushed the renovate/internal branch 2 times, most recently from e83fa51 to 3b9930a Compare January 22, 2026 18:52
@renovate renovate Bot force-pushed the renovate/internal branch 5 times, most recently from 1e0c670 to c2155e7 Compare January 30, 2026 11:47
@renovate renovate Bot force-pushed the renovate/internal branch 4 times, most recently from 145770a to e3ddd55 Compare February 9, 2026 15:50
@renovate renovate Bot force-pushed the renovate/internal branch 6 times, most recently from 4035085 to 8d2e994 Compare February 20, 2026 16:53
@renovate renovate Bot force-pushed the renovate/internal branch 2 times, most recently from a12cb1a to 9b1216a Compare March 2, 2026 16:09
@renovate renovate Bot force-pushed the renovate/internal branch 3 times, most recently from f3bda2f to bb0991d Compare March 4, 2026 16:08
@renovate renovate Bot force-pushed the renovate/internal branch 3 times, most recently from 5a263b5 to 142e0c6 Compare March 16, 2026 06:43
@renovate renovate Bot force-pushed the renovate/internal branch 2 times, most recently from 0693f10 to 1520c11 Compare April 1, 2026 02:34
@renovate renovate Bot force-pushed the renovate/internal branch 4 times, most recently from 397455a to 9fd80e2 Compare April 10, 2026 07:41
@renovate renovate Bot force-pushed the renovate/internal branch 3 times, most recently from a5da1a9 to 5170775 Compare April 17, 2026 13:56
@renovate renovate Bot force-pushed the renovate/internal branch 3 times, most recently from 32371ee to 13139c8 Compare April 24, 2026 23:40
@renovate renovate Bot force-pushed the renovate/internal branch from 13139c8 to 73c3feb Compare April 29, 2026 14:50
@renovate renovate Bot force-pushed the renovate/internal branch from 73c3feb to 5beeb7f Compare May 8, 2026 07:47
@renovate renovate Bot force-pushed the renovate/internal branch from 5beeb7f to a3b90be Compare May 8, 2026 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant