Skip to content

Commit 7e81b14

Browse files
authored
chore(deps): update all non-major dependencies (main) (#3992)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@modelcontextprotocol/sdk](https://modelcontextprotocol.io) ([source](https://redirect.github.com/modelcontextprotocol/typescript-sdk)) | [`~1.26.0` → `~1.27.0`](https://renovatebot.com/diffs/npm/@modelcontextprotocol%2fsdk/1.26.0/1.27.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@modelcontextprotocol%2fsdk/1.27.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@modelcontextprotocol%2fsdk/1.26.0/1.27.1?slim=true) | | [@openapitools/openapi-generator-cli](https://redirect.github.com/OpenAPITools/openapi-generator-cli) | [`~2.28.0` → `~2.30.0`](https://renovatebot.com/diffs/npm/@openapitools%2fopenapi-generator-cli/2.28.3/2.30.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@openapitools%2fopenapi-generator-cli/2.30.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@openapitools%2fopenapi-generator-cli/2.28.3/2.30.0?slim=true) | | [@redocly/openapi-core](https://redirect.github.com/Redocly/redocly-cli) | [`~2.18.0` → `~2.19.0`](https://renovatebot.com/diffs/npm/@redocly%2fopenapi-core/2.18.1/2.19.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@redocly%2fopenapi-core/2.19.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@redocly%2fopenapi-core/2.18.1/2.19.2?slim=true) | | [jsonpath-plus](https://redirect.github.com/s3u/JSONPath) | [`~10.3.0` → `~10.4.0`](https://renovatebot.com/diffs/npm/jsonpath-plus/10.3.0/10.4.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/jsonpath-plus/10.4.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jsonpath-plus/10.3.0/10.4.0?slim=true) | --- ### Release Notes <details> <summary>modelcontextprotocol/typescript-sdk (@&#8203;modelcontextprotocol/sdk)</summary> ### [`v1.27.1`](https://redirect.github.com/modelcontextprotocol/typescript-sdk/releases/tag/v1.27.1) [Compare Source](https://redirect.github.com/modelcontextprotocol/typescript-sdk/compare/v1.27.0...v1.27.1) #### What's Changed - feat: implement auth/pre-registration conformance scenario by [@&#8203;felixweinberger](https://redirect.github.com/felixweinberger) in [#&#8203;1545](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1545) - docs: add governance documentation for SEP-1730 by [@&#8203;felixweinberger](https://redirect.github.com/felixweinberger) in [#&#8203;1547](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1547) - docs: comprehensive feature documentation for SEP-1730 Tier 1 by [@&#8203;felixweinberger](https://redirect.github.com/felixweinberger) in [#&#8203;1548](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1548) - fix: prevent command injection in example URL opening (v1.x backport) by [@&#8203;maxisbey](https://redirect.github.com/maxisbey) in [#&#8203;1579](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1579) - fix: call onerror for silently swallowed transport errors by [@&#8203;qing-ant](https://redirect.github.com/qing-ant) in [#&#8203;1580](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1580) - chore: bump version to 1.27.1 by [@&#8203;felixweinberger](https://redirect.github.com/felixweinberger) in [#&#8203;1581](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1581) #### New Contributors - [@&#8203;qing-ant](https://redirect.github.com/qing-ant) made their first contribution in [#&#8203;1580](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1580) **Full Changelog**: <modelcontextprotocol/typescript-sdk@v1.27.0...v1.27.1> ### [`v1.27.0`](https://redirect.github.com/modelcontextprotocol/typescript-sdk/releases/tag/v1.27.0) [Compare Source](https://redirect.github.com/modelcontextprotocol/typescript-sdk/compare/v1.26.0...v1.27.0) #### What's Changed - feat: add conformance test infrastructure for v1.x by [@&#8203;felixweinberger](https://redirect.github.com/felixweinberger) in [#&#8203;1518](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1518) - feat: backport discoverOAuthServerInfo() and discovery caching to v1.x by [@&#8203;felixweinberger](https://redirect.github.com/felixweinberger) in [#&#8203;1533](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1533) - feat: add url property to RequestInfo interface by [@&#8203;valentinbeggi](https://redirect.github.com/valentinbeggi) in [#&#8203;1353](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1353) - \[v1.x] feat(tasks): add streaming methods for elicitation and sampling by [@&#8203;LucaButBoring](https://redirect.github.com/LucaButBoring) in [#&#8203;1528](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1528) - chore: bump version for v1.27.0 by [@&#8203;felixweinberger](https://redirect.github.com/felixweinberger) in [#&#8203;1541](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1541) #### New Contributors - [@&#8203;valentinbeggi](https://redirect.github.com/valentinbeggi) made their first contribution in [#&#8203;1353](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1353) **Full Changelog**: <modelcontextprotocol/typescript-sdk@v1.26.0...v1.27.0> </details> <details> <summary>OpenAPITools/openapi-generator-cli (@&#8203;openapitools/openapi-generator-cli)</summary> ### [`v2.30.0`](https://redirect.github.com/OpenAPITools/openapi-generator-cli/releases/tag/v2.30.0) [Compare Source](https://redirect.github.com/OpenAPITools/openapi-generator-cli/compare/v2.29.0...v2.30.0) ##### Features - **release:** trigger a release ([#&#8203;1148](https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/1148)) ([a1e9c93](https://redirect.github.com/OpenAPITools/openapi-generator-cli/commit/a1e9c93c35d38a7ea014d1f081aa2a838929d72b)) ### [`v2.29.0`](https://redirect.github.com/OpenAPITools/openapi-generator-cli/releases/tag/v2.29.0) [Compare Source](https://redirect.github.com/OpenAPITools/openapi-generator-cli/compare/v2.28.3...v2.29.0) ##### Features - **release:** v7.20.0 release ([#&#8203;1135](https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/1135)) ([8f0d026](https://redirect.github.com/OpenAPITools/openapi-generator-cli/commit/8f0d026738ad5dfe98869a7a521b5a578bd902a0)) </details> <details> <summary>Redocly/redocly-cli (@&#8203;redocly/openapi-core)</summary> ### [`v2.19.2`](https://redirect.github.com/Redocly/redocly-cli/releases/tag/%40redocly/openapi-core%402.19.2) [Compare Source](https://redirect.github.com/Redocly/redocly-cli/compare/@redocly/openapi-core@2.19.1...@redocly/openapi-core@2.19.2) ##### Patch Changes - Fixed an issue where `scorecardClassic` configurations were not resolved. ### [`v2.19.1`](https://redirect.github.com/Redocly/redocly-cli/releases/tag/%40redocly/cli%402.19.1) [Compare Source](https://redirect.github.com/Redocly/redocly-cli/compare/@redocly/openapi-core@2.19.0...@redocly/openapi-core@2.19.1) ##### Patch Changes - Updated [@&#8203;redocly/respect-core](https://redirect.github.com/redocly/respect-core) to v2.19.1. ### [`v2.19.0`](https://redirect.github.com/Redocly/redocly-cli/releases/tag/%40redocly/cli%402.19.0) [Compare Source](https://redirect.github.com/Redocly/redocly-cli/compare/@redocly/openapi-core@2.18.2...@redocly/openapi-core@2.19.0) ##### Minor Changes - Added the `spec-querystring-parameters` rule (OpenAPI 3.2). This rule enforces that `query` and `querystring` are not mixed in the same operation/path parameter set, and that at most one `querystring` parameter is declared per operation or path. ##### Patch Changes - Fixed an issue where running CLI commands would result in "ReferenceError: React is not defined" message. - Updated [@&#8203;redocly/respect-core](https://redirect.github.com/redocly/respect-core) to v2.19.0. ### [`v2.18.2`](https://redirect.github.com/Redocly/redocly-cli/releases/tag/%40redocly/cli%402.18.2) [Compare Source](https://redirect.github.com/Redocly/redocly-cli/compare/@redocly/openapi-core@2.18.1...@redocly/openapi-core@2.18.2) ##### Patch Changes - Fixed false positive errors in example validation for OpenAPI 3.0.x and OpenAPI 2.x. - Updated [@&#8203;redocly/openapi-core](https://redirect.github.com/redocly/openapi-core) to v2.18.2. </details> <details> <summary>s3u/JSONPath (jsonpath-plus)</summary> ### [`v10.4.0`](https://redirect.github.com/s3u/JSONPath/blob/HEAD/CHANGES.md#1040) [Compare Source](https://redirect.github.com/s3u/JSONPath/compare/v10.3.0...v10.4.0) - chore: update devDeps. - docs: fix Markdown formatting of examples in README.md ([#&#8203;230](https://redirect.github.com/s3u/JSONPath/issues/230)) ([@&#8203;aspiers](https://redirect.github.com/aspiers)) - feat: add void operator ([#&#8203;244](https://redirect.github.com/s3u/JSONPath/issues/244)) ([@&#8203;80avin](https://redirect.github.com/80avin)) - build(deps): bump qs from 6.14.0 to 6.14.1 ([#&#8203;248](https://redirect.github.com/s3u/JSONPath/issues/248)) ([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]) - chore: update security policy ([#&#8203;250](https://redirect.github.com/s3u/JSONPath/issues/250)) ([@&#8203;80avin](https://redirect.github.com/80avin)) - build(deps): bump lodash from 4.17.21 to 4.17.23 ([#&#8203;249](https://redirect.github.com/s3u/JSONPath/issues/249)) ([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]) - fix(eval): rce using lookupGetter or lookupSetter ([1bab1cc](https://redirect.github.com/JSONPath-Plus/JSONPath/commit/1bab1cc835502530faaabdac8d8706505ab82a55)) ([@&#8203;80avin](https://redirect.github.com/80avin)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/AmadeusITGroup/otter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNi41IiwidXBkYXRlZEluVmVyIjoiNDMuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
2 parents 59a523a + 6b84b03 commit 7e81b14

15 files changed

Lines changed: 185 additions & 143 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
"js-yaml": "^4.1.1",
257257
"jsdom": "~27.4.0",
258258
"jsonc-eslint-parser": "~2.4.0",
259-
"jsonpath-plus": "~10.3.0",
259+
"jsonpath-plus": "~10.4.0",
260260
"lighthouse": "~13.0.0",
261261
"lint-staged": "^16.0.0",
262262
"marked": "~17.0.0",

packages/@ama-mcp/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@angular/platform-browser": "~21.1.0",
4949
"@angular/platform-browser-dynamic": "~21.1.0",
5050
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
51-
"@modelcontextprotocol/sdk": "~1.26.0",
51+
"@modelcontextprotocol/sdk": "~1.27.0",
5252
"@nx/eslint": "~22.5.0",
5353
"@nx/eslint-plugin": "~22.5.0",
5454
"@nx/jest": "~22.5.0",

packages/@ama-mcp/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@angular/platform-browser": "~21.1.0",
5151
"@angular/platform-browser-dynamic": "~21.1.0",
5252
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
53-
"@modelcontextprotocol/sdk": "~1.26.0",
53+
"@modelcontextprotocol/sdk": "~1.27.0",
5454
"@nx/eslint": "~22.5.0",
5555
"@nx/eslint-plugin": "~22.5.0",
5656
"@nx/jest": "~22.5.0",

packages/@ama-mcp/github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@angular/platform-browser": "~21.1.0",
5050
"@angular/platform-browser-dynamic": "~21.1.0",
5151
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
52-
"@modelcontextprotocol/sdk": "~1.26.0",
52+
"@modelcontextprotocol/sdk": "~1.27.0",
5353
"@nx/eslint": "~22.5.0",
5454
"@nx/eslint-plugin": "~22.5.0",
5555
"@nx/jest": "~22.5.0",

packages/@ama-mcp/otter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@angular/platform-browser": "~21.1.0",
5050
"@angular/platform-browser-dynamic": "~21.1.0",
5151
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
52-
"@modelcontextprotocol/sdk": "~1.26.0",
52+
"@modelcontextprotocol/sdk": "~1.27.0",
5353
"@nx/eslint": "~22.5.0",
5454
"@nx/eslint-plugin": "~22.5.0",
5555
"@nx/jest": "~22.5.0",

packages/@ama-openapi/redocly-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@o3r/eslint-plugin": "workspace:~",
6060
"@o3r/telemetry": "workspace:~",
6161
"@o3r/test-helpers": "workspace:~",
62-
"@redocly/openapi-core": "~2.18.0",
62+
"@redocly/openapi-core": "~2.19.0",
6363
"@stylistic/eslint-plugin": "~5.7.0",
6464
"@types/jest": "~30.0.0",
6565
"@types/minimist": "^1.2.2",

packages/@ama-sdk/create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@angular-devkit/schematics-cli": "~21.1.0",
3232
"@angular/cli": "~21.1.0",
3333
"@o3r/schematics": "workspace:*",
34-
"@openapitools/openapi-generator-cli": "~2.28.0",
34+
"@openapitools/openapi-generator-cli": "~2.30.0",
3535
"@schematics/angular": "~21.1.0",
3636
"minimist": "^1.2.6",
3737
"rxjs": "^7.8.1",

packages/@ama-sdk/schematics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@o3r/eslint-plugin": "workspace:~",
9797
"@o3r/telemetry": "workspace:~",
9898
"@o3r/test-helpers": "workspace:~",
99-
"@openapitools/openapi-generator-cli": "~2.28.0",
99+
"@openapitools/openapi-generator-cli": "~2.30.0",
100100
"@schematics/angular": "~21.1.0",
101101
"@stylistic/eslint-plugin": "~5.7.0",
102102
"@types/jest": "~30.0.0",

packages/@ama-styling/figma-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@o3r/eslint-plugin": "workspace:~",
7777
"@o3r/schematics": "workspace:~",
7878
"@o3r/test-helpers": "workspace:~",
79-
"@openapitools/openapi-generator-cli": "~2.28.0",
79+
"@openapitools/openapi-generator-cli": "~2.30.0",
8080
"@schematics/angular": "~21.1.0",
8181
"@stylistic/eslint-plugin": "~5.7.0",
8282
"@swc/cli": "~0.8.0",

packages/@o3r-training/showcase-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@o3r/eslint-config": "workspace:~",
9090
"@o3r/eslint-plugin": "workspace:~",
9191
"@o3r/test-helpers": "workspace:~",
92-
"@openapitools/openapi-generator-cli": "~2.28.0",
92+
"@openapitools/openapi-generator-cli": "~2.30.0",
9393
"@schematics/angular": "~21.1.0",
9494
"@stylistic/eslint-plugin": "~5.7.0",
9595
"@swc/cli": "~0.8.0",

0 commit comments

Comments
 (0)