Skip to content

Bump the updates group across 1 directory with 27 updates#24

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/updates-2579a63a8f
Open

Bump the updates group across 1 directory with 27 updates#24
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/updates-2579a63a8f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the updates group with 22 updates in the / directory:

Package From To
@clack/prompts 1.1.0 1.4.0
@itwin/core-backend 5.7.2 5.9.2
@itwin/imodels-access-backend 6.0.2 6.1.1
@itwin/imodels-access-common 6.0.2 6.1.1
@itwin/itwins-client 2.5.2 3.0.0
@itwin/node-cli-authorization 3.0.2 3.0.3
@itwin/object-storage-azure 3.0.4 3.0.5
@itwin/object-storage-core 3.0.4 3.0.5
@itwin/object-storage-google 3.0.4 3.0.5
@modelcontextprotocol/sdk 1.27.1 1.29.0
axios 1.13.6 1.16.0
globby 16.1.1 16.2.0
semver 7.7.4 7.8.0
zod 4.3.6 4.4.3
@types/node 25.5.0 25.7.0
@vitest/coverage-v8 4.1.0 4.1.6
esbuild 0.27.4 0.28.0
esbuild-node-externals 1.20.1 1.22.0
eslint 10.0.3 10.3.0
globals 17.4.0 17.6.0
typescript 5.9.3 6.0.3
typescript-eslint 8.57.1 8.59.3

Updates @clack/prompts from 1.1.0 to 1.4.0

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​1.4.0

Minor Changes

  • 284677e: Support scrolling and maxItems option for groupMultiselect, and removes indent when withGuide is set to false

Patch Changes

  • aab46a2: docs: add jsdoc for text, password, and multiline prompts
  • 54be8d7: Fix line wrapping and overflow computation in group multi-select and other list-like prompts.
  • Updated dependencies [54be8d7]
    • @​clack/core@​1.3.1

@​clack/prompts@​1.3.0

Minor Changes

  • ea5702e: fix: add engines field expressing node >=20.12 requirement
  • 814ab9a: Add new multiline prompt for multi-line text input.

Patch Changes

  • 5b897a7: Fix mixed type-only and runtime exports from @​clack/core.
  • Updated dependencies [78fd3ae]
  • Updated dependencies [ea5702e]
  • Updated dependencies [814ab9a]
    • @​clack/core@​1.3.0

@​clack/prompts@​1.2.0

Minor Changes

  • 9786226: Externalize fast-string-width and fast-wrap-ansi to avoid double dependencies
  • 090902c: Adds date prompt with format support (YMD, MDY, DMY)

Patch Changes

  • 134a1a1: Fix the path prompt so directory: true correctly enforces directory-only selection while still allowing directory navigation, and add regression tests for both directory and default file selection behavior.
  • bdf89a5: Adds placeholder option to autocomplete. When the placeholder is set and the input is empty, pressing tab will set the value to placeholder.
  • 336495a: Apply guide to wrapped multi-line messages in confirm prompt.
  • 9fe8de6: Respect withGuide: false in autocomplete and multiselect prompts.
  • 29a50cb: Fix path directory mode so pressing Enter with an existing directory initialValue submits that current directory instead of the first child option, and add regression coverage for immediate submit and child-directory navigation.
  • Updated dependencies [9786226]
  • Updated dependencies [bdf89a5]
  • Updated dependencies [417b451]
  • Updated dependencies [090902c]
    • @​clack/core@​1.2.0
Changelog

Sourced from @​clack/prompts's changelog.

1.4.0

Minor Changes

  • 284677e: Support scrolling and maxItems option for groupMultiselect, and removes indent when withGuide is set to false

Patch Changes

  • aab46a2: docs: add jsdoc for text, password, and multiline prompts
  • 54be8d7: Fix line wrapping and overflow computation in group multi-select and other list-like prompts.
  • Updated dependencies [54be8d7]
    • @​clack/core@​1.3.1

1.3.0

Minor Changes

  • ea5702e: fix: add engines field expressing node >=20.12 requirement
  • 814ab9a: Add new multiline prompt for multi-line text input.

Patch Changes

  • 5b897a7: Fix mixed type-only and runtime exports from @​clack/core.
  • Updated dependencies [78fd3ae]
  • Updated dependencies [ea5702e]
  • Updated dependencies [814ab9a]
    • @​clack/core@​1.3.0

1.2.0

Minor Changes

  • 9786226: Externalize fast-string-width and fast-wrap-ansi to avoid double dependencies
  • 090902c: Adds date prompt with format support (YMD, MDY, DMY)

Patch Changes

  • 134a1a1: Fix the path prompt so directory: true correctly enforces directory-only selection while still allowing directory navigation, and add regression tests for both directory and default file selection behavior.
  • bdf89a5: Adds placeholder option to autocomplete. When the placeholder is set and the input is empty, pressing tab will set the value to placeholder.
  • 336495a: Apply guide to wrapped multi-line messages in confirm prompt.
  • 9fe8de6: Respect withGuide: false in autocomplete and multiselect prompts.
  • 29a50cb: Fix path directory mode so pressing Enter with an existing directory initialValue submits that current directory instead of the first child option, and add regression coverage for immediate submit and child-directory navigation.
  • Updated dependencies [9786226]
  • Updated dependencies [bdf89a5]
  • Updated dependencies [417b451]
  • Updated dependencies [090902c]
    • @​clack/core@​1.2.0
Commits

Updates @itwin/core-backend from 5.7.2 to 5.9.2

Release notes

Sourced from @​itwin/core-backend's releases.

v5.9.2

Release notes

Changes

  • Make FormatSpecHandle read current specs on access (backport #9264) [release/5.9.x] (#9265)
  • docs: remove duplicate QuantityFormatter migration sample (backport #9270) [release/5.9.x] (#9272)
  • [semantic Rebase] Remove unnecessary fields from "$meta" in instance patches and added batching while writing instance patches to temp file (backport #9266) [release/5.9.x] (#9273)
  • fix: stop deep-importing core-backend internals in linear-referencing (backport #9271) [release/5.9.x] (#9274)

Full changelog: 5.9.1...5.9.2

v5.9.1

Release notes

Changes

Full changelog: 5.9.0...5.9.1

v5.9.0

... (truncated)

Changelog

Sourced from @​itwin/core-backend's changelog.

5.9.2

Fri, 08 May 2026 20:36:41 GMT

Updates

  • Added batching while writing instance patches to the file during semantic rebase. Also reduced the $meta field in instance patches to include only the necessary properties and skip unnecessary ones.

5.9.1

Tue, 05 May 2026 17:43:30 GMT

Updates

  • Semantic Rebase uses the new ChangesetReader api. Also while doing semantic rebase we now stream the changed instances onto the temp file while writing as well as stream changed instances from the file while reading.

5.9.0

Mon, 04 May 2026 16:32:08 GMT

Updates

  • Expose unit on list of available GCS; allow filtering GCS by unit
  • Improve IdSet virtual table performance
  • Add dispose method to RebaseManager
  • Added IModelHost APIs to save and delete iTwin-scoped setting dictionaries in SettingsDb.
  • added EditTxn apis
  • Added the ability to release locks associated with reversed Txns.
  • Update integrityCheck to use primary connection
  • Updated TSDoc for Settings and IModelDb to reference current EditTxn APIs instead of deprecated methods.
  • Added deleteElements method for bulk element deletion with automatic cascade, constraint checking, and cleanup.
  • Optimized EditTxn.deleteElements for better performance and clearer reporting; added batch lifecycle callbacks Element.onBulkDeleted, Element.onBulkChildDeleted, and Model.onBulkModelEvents to avoid per-element notification overhead.
  • Added a beta api to allow schema xml serialization to any ECSpecVersion.
  • Added ECSql nav prop corresponding RelatedElementProps members to the backend ViewDefinition, SpatialViewDefinition, and ViewDefinition2d classes.
  • Fix nested Error objects losing non-enumerable properties (message, stack) during IPC serialization in IpcHandler
  • Added ChangesetReader api(along with new unifier apis) and deprecated ChangesetECAdaptor apis(including unifier apis)

5.8.4

Thu, 23 Apr 2026 18:05:13 GMT

Version update only

5.8.3

Thu, 23 Apr 2026 14:52:42 GMT

Version update only

5.8.2

Thu, 16 Apr 2026 11:05:01 GMT

Updates

  • Fix nested Error objects losing non-enumerable properties (message, stack) during IPC serialization in IpcHandler

... (truncated)

Commits
  • da29b48 5.9.2
  • 51a2f9a fix: stop deep-importing core-backend internals in linear-referencing (backpo...
  • 63582a7 [semantic Rebase] Remove unnecessary fields from "$meta" in instance patches ...
  • ecea61f 5.9.1
  • f30e22e Fixing semantic rebase issues (backport #9215) [release/5.9.x] (#9256)
  • d7e7fbf 5.9.0
  • f9159b5 5.9.0-dev.18
  • 3b772b8 5.9.0-dev.17
  • 866cb3b Optimize Bulk Element Deletion performance (backport #9244) [release/5.9.x] (...
  • b884170 5.9.0-dev.16
  • Additional commits viewable in compare view

Updates @itwin/core-bentley from 5.7.2 to 5.9.2

Release notes

Sourced from @​itwin/core-bentley's releases.

v5.9.2

Release notes

Changes

  • Make FormatSpecHandle read current specs on access (backport #9264) [release/5.9.x] (#9265)
  • docs: remove duplicate QuantityFormatter migration sample (backport #9270) [release/5.9.x] (#9272)
  • [semantic Rebase] Remove unnecessary fields from "$meta" in instance patches and added batching while writing instance patches to temp file (backport #9266) [release/5.9.x] (#9273)
  • fix: stop deep-importing core-backend internals in linear-referencing (backport #9271) [release/5.9.x] (#9274)

Full changelog: 5.9.1...5.9.2

v5.9.1

Release notes

Changes

Full changelog: 5.9.0...5.9.1

v5.9.0

... (truncated)

Changelog

Sourced from @​itwin/core-bentley's changelog.

5.9.2

Fri, 08 May 2026 20:36:41 GMT

Version update only

5.9.1

Tue, 05 May 2026 17:43:30 GMT

Version update only

5.9.0

Mon, 04 May 2026 16:32:08 GMT

Minor changes

  • Add BeUnorderedEvent and BeUnorderedUiEvent — Set-backed event classes with safe concurrent modification during emit.

Updates

  • Improved Id64.iterable performance >10x.
  • Added wrapTimerCallback utility function.

5.8.4

Thu, 23 Apr 2026 18:05:13 GMT

Version update only

5.8.3

Thu, 23 Apr 2026 14:52:42 GMT

Updates

  • Added wrapTimerCallback utility function.

5.8.2

Thu, 16 Apr 2026 11:05:01 GMT

Version update only

5.8.1

Fri, 10 Apr 2026 13:02:00 GMT

Version update only

5.8.0

Thu, 02 Apr 2026 18:19:33 GMT

Version update only

5.7.3

... (truncated)

Commits

Updates @itwin/core-common from 5.7.2 to 5.9.2

Release notes

Sourced from @​itwin/core-common's releases.

v5.9.2

Release notes

Changes

  • Make FormatSpecHandle read current specs on access (backport #9264) [release/5.9.x] (#9265)
  • docs: remove duplicate QuantityFormatter migration sample (backport #9270) [release/5.9.x] (#9272)
  • [semantic Rebase] Remove unnecessary fields from "$meta" in instance patches and added batching while writing instance patches to temp file (backport #9266) [release/5.9.x] (#9273)
  • fix: stop deep-importing core-backend internals in linear-referencing (backport #9271) [release/5.9.x] (#9274)

Full changelog: 5.9.1...5.9.2

v5.9.1

Release notes

Changes

Full changelog: 5.9.0...5.9.1

v5.9.0

... (truncated)

Changelog

Sourced from @​itwin/core-common's changelog.

5.9.2

Fri, 08 May 2026 20:36:41 GMT

Version update only

5.9.1

Tue, 05 May 2026 17:43:30 GMT

Version update only

5.9.0

Mon, 04 May 2026 16:32:08 GMT

Updates

  • Added ITwinSettingsError for iTwin settings container API error handling.
  • added EditTxn apis
  • Added async versions of Txn reverse and reinstate operations, and added support for abandoning locks when reversing Txns.
  • Added ECSql-compatible navigation-property fields to ViewDefinitionProps, SpatialViewDefinitionProps, and ViewDefinition2dProps interfaces. The flat Id64String fields (categorySelectorId, displayStyleId, modelSelectorId, baseModelId) are deprecated in favor of the new navigation-property objects but remain as getter/setter pairs instead for backward compatibility.

5.8.4

Thu, 23 Apr 2026 18:05:13 GMT

Version update only

5.8.3

Thu, 23 Apr 2026 14:52:42 GMT

Version update only

5.8.2

Thu, 16 Apr 2026 11:05:01 GMT

Version update only

5.8.1

Fri, 10 Apr 2026 13:02:00 GMT

Version update only

5.8.0

Thu, 02 Apr 2026 18:19:33 GMT

Updates

  • Optimize DisplayStyleSettings performance, when modifying sub-category and model appearance overrides, reality model display settings and planar clip masks.
  • Support for binding range3d
  • QueryBinder should not fail on bind empty array
  • Minor bump on IModelReadRpcInterface.interfaceVersion.
  • Add common DbCloudContainerInfo interface for metadata display

... (truncated)

Commits

Updates @itwin/ecschema-metadata from 5.7.2 to 5.9.2

Release notes

Sourced from @​itwin/ecschema-metadata's releases.

v5.9.2

Release notes

Changes

  • Make FormatSpecHandle read current specs on access (backport #9264) [release/5.9.x] (#9265)
  • docs: remove duplicate QuantityFormatter migration sample (backport #9270) [release/5.9.x] (#9272)
  • [semantic Rebase] Remove unnecessary fields from "$meta" in instance patches and added batching while writing instance patches to temp file (backport #9266) [release/5.9.x] (#9273)
  • fix: stop deep-importing core-backend internals in linear-referencing (backport #9271) [release/5.9.x] (#9274)

Full changelog: 5.9.1...5.9.2

v5.9.1

Release notes

Changes

Full changelog: 5.9.0...5.9.1

v5.9.0

... (truncated)

Changelog

Sourced from @​itwin/ecschema-metadata's changelog.

5.9.2

Fri, 08 May 2026 20:36:41 GMT

Version update only

5.9.1

Tue, 05 May 2026 17:43:30 GMT

Version update only

5.9.0

Mon, 04 May 2026 16:32:08 GMT

Updates

  • UnitConversion, parseDefinition, and Graph now re-exported from @​itwin/core-quantity. UnitConversion.from() signature uses UnitConversionSource interface (structural typing — no consumer changes needed). No public API changes.
  • Promoted ECSpecVersion interface to beta.

5.8.4

Thu, 23 Apr 2026 18:05:14 GMT

Version update only

5.8.3

Thu, 23 Apr 2026 14:52:42 GMT

Version update only

5.8.2

Thu, 16 Apr 2026 11:05:01 GMT

Version update only

5.8.1

Fri, 10 Apr 2026 13:02:00 GMT

Version update only

5.8.0

Thu, 02 Apr 2026 18:19:33 GMT

Version update only

5.7.3

Tue, 24 Mar 2026 14:29:17 GMT

Version update only

Commits

Updates @itwin/imodels-access-backend from 6.0.2 to 6.1.1

Commits
  • 1bf79fb Version bump: Interop packages 6.1.1, Client packages 6.2.0
  • d7a536e Cleanup change files (#346)
  • 35db4d1 Expand management apis (#345)
  • 72ef6b2 Use new release Locks in chunks api to release all Locks (#344)
  • 738c8fa Update dependencies (#343)
  • b91e9f0 Fix lock test and update dependencies (#337)
  • aa49744 Increase timeouts for iModel creation in tests (#334)
  • 97ce43d Version bump: Interop packages 6.1.0, Client packages 6.1.0
  • dec57b3 Add recent and favorite iModels operations (#332)
  • 29b05ae Update dependencies (#330)
  • Additional commits viewable in compare view

Updates @itwin/imodels-access-common from 6.0.2 to 6.1.1

Commits
  • 1bf79fb Version bump: Interop packages 6.1.1, Client packages 6.2.0
  • d7a536e Cleanup change files (#346)
  • 35db4d1 Expand management apis (#345)
  • 72ef6b2 Use new release Locks in chunks api to release all Locks (#344)
  • 738c8fa Update dependencies (#343)
  • b91e9f0 Fix lock test and update dependencies (#337)
  • aa49744 Increase timeouts for iModel creation in tests (#334)
  • 97ce43d Version bump: Interop packages 6.1.0, Client packages 6.1.0
  • dec57b3 Add recent and favorite iModels operations (#332)
  • 29b05ae Update dependencies (#330)
  • Additional commits viewable in compare view

Updates @itwin/imodels-client-authoring from 6.0.2 to 6.2.0

Commits
  • 1bf79fb Version bump: Interop packages 6.1.1, Client packages 6.2.0
  • d7a536e Cleanup change files (#346)
  • 35db4d1 Expand management apis (#345)
  • 72ef6b2 Use new release Locks in chunks api to release all Locks (#344)
  • 738c8fa Update dependencies (#343)
  • b91e9f0 Fix lock test and update dependencies (#337)
  • aa49744 Increase timeouts for iModel creation in tests (#334)
  • 97ce43d Version bump: Interop packages 6.1.0, Client packages 6.1.0
  • dec57b3 Add recent and favorite iModels operations (#332)
  • 29b05ae Update dependencies (#330)
  • Additional commits viewable in compare view

Updates @itwin/itwins-client from 2.5.2 to 3.0.0

Release notes

Sourced from @​itwin/itwins-client's releases.

v3.0.0

Major Changes

3.0.0 - 2026-04-21

Use strict graphics provider unions and plain string public identifiers

BREAKING CHANGE: RepositoryClass, RepositorySubClass, and GraphicsContentType are now plain string aliases instead of string unions.

BREAKING CHANGE: GraphicsProvider is now a discriminated union keyed by provider name, and GraphicsProviderOptions is now a union of the provider-specific option interfaces instead of a merged superset interface.

This also removes the remaining repository resource response literals that previously narrowed repository class values to a smaller fixed set.

Before:

type RepositoryClass =
  | "iModels"
  | "Storage"
  | "Forms"
  | "RealityData"
  | "GeographicInformationSystem";
type RepositorySubClass = "WebMapService" | "WebMapTileService" | "ArcGIS";
type GraphicsContentType =
| "3DTILES"
| "GLTF"
| "IMAGERY"
| "TERRAIN"
| "KML"
| "CZML"
| "GEOJSON"
| "OAPIF+GEOJSON";
interface GraphicsProviderOptions {
tilingScheme?: string;
bounds?: [number, number, number, number];
credit?: string;
mapType?: string;
url?: string;
session?: string;
tileWidth?: number;
tileHeight?: number;
imageFormat?: string;
[key: string]: unknown;
</tr></table>

... (truncated)

Changelog

Sourced from @​itwin/itwins-client's changelog.

3.0.0

Major Changes

3.0.0 - 2026-04-21

Use strict graphics provider unions and plain string public identifiers

BREAKING CHANGE: RepositoryClass, RepositorySubClass, and GraphicsContentType are now plain string aliases instead of string unions.

BREAKING CHANGE: GraphicsProvider is now a discriminated union keyed by provider name, and GraphicsProviderOptions is now a union of the provider-specific option interfaces instead of a merged superset interface.

This also removes the remaining repository resource response literals that previously narrowed repository class values to a smaller fixed set.

Before:

type RepositoryClass =
  | "iModels"
  | "Storage"
  | "Forms"
  | "RealityData"
  | "GeographicInformationSystem";
type RepositorySubClass = "WebMapService" | "WebMapTileService" | "ArcGIS";
type GraphicsContentType =
| "3DTILES"
| "GLTF"
| "IMAGERY"
| "TERRAIN"
| "KML"
| "CZML"
| "GEOJSON"
| "OAPIF+GEOJSON";
interface GraphicsProviderOptions {
tilingScheme?: string;
bounds?: [number, number, number, number];
credit?: string;
mapType?: string;
url?: string;
session?: string;
tileWidth?: number;
tileHeight?: number;
imageFormat?: string;
</tr></table>

... (truncated)

Commits

...

Description has been truncated

Bumps the updates group with 22 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `1.1.0` | `1.4.0` |
| [@itwin/core-backend](https://github.com/iTwin/itwinjs-core/tree/HEAD/core/backend) | `5.7.2` | `5.9.2` |
| [@itwin/imodels-access-backend](https://github.com/iTwin/imodels-clients) | `6.0.2` | `6.1.1` |
| [@itwin/imodels-access-common](https://github.com/iTwin/imodels-clients) | `6.0.2` | `6.1.1` |
| [@itwin/itwins-client](https://github.com/iTwin/itwins-client) | `2.5.2` | `3.0.0` |
| [@itwin/node-cli-authorization](https://github.com/iTwin/auth-clients/tree/HEAD/packages/node-cli) | `3.0.2` | `3.0.3` |
| [@itwin/object-storage-azure](https://github.com/iTwin/object-storage) | `3.0.4` | `3.0.5` |
| [@itwin/object-storage-core](https://github.com/iTwin/object-storage) | `3.0.4` | `3.0.5` |
| [@itwin/object-storage-google](https://github.com/iTwin/object-storage) | `3.0.4` | `3.0.5` |
| [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) | `1.27.1` | `1.29.0` |
| [axios](https://github.com/axios/axios) | `1.13.6` | `1.16.0` |
| [globby](https://github.com/sindresorhus/globby) | `16.1.1` | `16.2.0` |
| [semver](https://github.com/npm/node-semver) | `7.7.4` | `7.8.0` |
| [zod](https://github.com/colinhacks/zod) | `4.3.6` | `4.4.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.0` | `25.7.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.0` | `4.1.6` |
| [esbuild](https://github.com/evanw/esbuild) | `0.27.4` | `0.28.0` |
| [esbuild-node-externals](https://github.com/pradel/esbuild-node-externals) | `1.20.1` | `1.22.0` |
| [eslint](https://github.com/eslint/eslint) | `10.0.3` | `10.3.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.4.0` | `17.6.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.57.1` | `8.59.3` |



Updates `@clack/prompts` from 1.1.0 to 1.4.0
- [Release notes](https://github.com/bombshell-dev/clack/releases)
- [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md)
- [Commits](https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.4.0/packages/prompts)

Updates `@itwin/core-backend` from 5.7.2 to 5.9.2
- [Release notes](https://github.com/iTwin/itwinjs-core/releases)
- [Changelog](https://github.com/iTwin/itwinjs-core/blob/master/core/backend/CHANGELOG.md)
- [Commits](https://github.com/iTwin/itwinjs-core/commits/release/5.9.2/core/backend)

Updates `@itwin/core-bentley` from 5.7.2 to 5.9.2
- [Release notes](https://github.com/iTwin/itwinjs-core/releases)
- [Changelog](https://github.com/iTwin/itwinjs-core/blob/master/core/bentley/CHANGELOG.md)
- [Commits](https://github.com/iTwin/itwinjs-core/commits/release/5.9.2/core/bentley)

Updates `@itwin/core-common` from 5.7.2 to 5.9.2
- [Release notes](https://github.com/iTwin/itwinjs-core/releases)
- [Changelog](https://github.com/iTwin/itwinjs-core/blob/master/core/common/CHANGELOG.md)
- [Commits](https://github.com/iTwin/itwinjs-core/commits/release/5.9.2/core/common)

Updates `@itwin/ecschema-metadata` from 5.7.2 to 5.9.2
- [Release notes](https://github.com/iTwin/itwinjs-core/releases)
- [Changelog](https://github.com/iTwin/itwinjs-core/blob/master/core/ecschema-metadata/CHANGELOG.md)
- [Commits](https://github.com/iTwin/itwinjs-core/commits/release/5.9.2/core/ecschema-metadata)

Updates `@itwin/imodels-access-backend` from 6.0.2 to 6.1.1
- [Commits](iTwin/imodels-clients@clients/6.0.2...interop/6.1.1)

Updates `@itwin/imodels-access-common` from 6.0.2 to 6.1.1
- [Commits](iTwin/imodels-clients@clients/6.0.2...interop/6.1.1)

Updates `@itwin/imodels-client-authoring` from 6.0.2 to 6.2.0
- [Commits](iTwin/imodels-clients@clients/6.0.2...clients/6.2.0)

Updates `@itwin/itwins-client` from 2.5.2 to 3.0.0
- [Release notes](https://github.com/iTwin/itwins-client/releases)
- [Changelog](https://github.com/iTwin/itwins-client/blob/main/CHANGELOG.md)
- [Commits](iTwin/itwins-client@v2.5.2...v3.0.0)

Updates `@itwin/node-cli-authorization` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/iTwin/auth-clients/releases)
- [Changelog](https://github.com/iTwin/auth-clients/blob/main/packages/node-cli/CHANGELOG.md)
- [Commits](https://github.com/iTwin/auth-clients/commits/@itwin/node-cli-authorization_v3.0.3/packages/node-cli)

Updates `@itwin/object-storage-azure` from 3.0.4 to 3.0.5
- [Commits](https://github.com/iTwin/object-storage/commits)

Updates `@itwin/object-storage-core` from 3.0.4 to 3.0.5
- [Commits](https://github.com/iTwin/object-storage/commits)

Updates `@itwin/object-storage-google` from 3.0.4 to 3.0.5
- [Commits](https://github.com/iTwin/object-storage/commits)

Updates `@modelcontextprotocol/sdk` from 1.27.1 to 1.29.0
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
- [Commits](modelcontextprotocol/typescript-sdk@v1.27.1...v1.29.0)

Updates `axios` from 1.13.6 to 1.16.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.6...v1.16.0)

Updates `globby` from 16.1.1 to 16.2.0
- [Release notes](https://github.com/sindresorhus/globby/releases)
- [Commits](sindresorhus/globby@v16.1.1...v16.2.0)

Updates `semver` from 7.7.4 to 7.8.0
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.7.4...v7.8.0)

Updates `zod` from 4.3.6 to 4.4.3
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.3.6...v4.4.3)

Updates `@types/node` from 25.5.0 to 25.7.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitest/coverage-v8` from 4.1.0 to 4.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/coverage-v8)

Updates `esbuild` from 0.27.4 to 0.28.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.27.4...v0.28.0)

Updates `esbuild-node-externals` from 1.20.1 to 1.22.0
- [Release notes](https://github.com/pradel/esbuild-node-externals/releases)
- [Commits](pradel/esbuild-node-externals@esbuild-node-externals-v1.20.1...esbuild-node-externals-v1.22.0)

Updates `eslint` from 10.0.3 to 10.3.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.0.3...v10.3.0)

Updates `globals` from 17.4.0 to 17.6.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.4.0...v17.6.0)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.3)

Updates `typescript-eslint` from 8.57.1 to 8.59.3
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/typescript-eslint)

Updates `vitest` from 4.1.0 to 4.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/vitest)

---
updated-dependencies:
- dependency-name: "@clack/prompts"
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: "@itwin/core-backend"
  dependency-version: 5.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: "@itwin/core-bentley"
  dependency-version: 5.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: "@itwin/core-common"
  dependency-version: 5.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: "@itwin/ecschema-metadata"
  dependency-version: 5.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: "@itwin/imodels-access-backend"
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: "@itwin/imodels-access-common"
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: "@itwin/imodels-client-authoring"
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: "@itwin/itwins-client"
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: updates
- dependency-name: "@itwin/node-cli-authorization"
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: updates
- dependency-name: "@itwin/object-storage-azure"
  dependency-version: 3.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: updates
- dependency-name: "@itwin/object-storage-core"
  dependency-version: 3.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: updates
- dependency-name: "@itwin/object-storage-google"
  dependency-version: 3.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: updates
- dependency-name: "@modelcontextprotocol/sdk"
  dependency-version: 1.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: axios
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: globby
  dependency-version: 16.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: semver
  dependency-version: 7.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: zod
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: "@types/node"
  dependency-version: 25.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: updates
- dependency-name: esbuild
  dependency-version: 0.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: esbuild-node-externals
  dependency-version: 1.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: eslint
  dependency-version: 10.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: globals
  dependency-version: 17.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: updates
- dependency-name: typescript-eslint
  dependency-version: 8.59.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: vitest
  dependency-version: 4.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants