@redocly/redoc 0.131.0-next.7 → 0.131.0-next.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @redocly/redoc
2
2
 
3
+ ## 0.131.0-next.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 130c111688: Fixed security vulnerability CVE-2026-26996 in minimatch by upgrading to version 10.2.1.
8
+ - 32c0b1683b: Fixed an issue where schemas using `allOf` with a `$ref` had their own `title` overridden by the referenced schema's title.
9
+ - 2641586046: Fixed an issue where navigating to a referenced field resulted in a `404` in GraphQL Docs.
10
+ - Updated dependencies [32c0b1683b]
11
+ - Updated dependencies [2641586046]
12
+ - @redocly/openapi-docs@3.19.0-next.5
13
+ - @redocly/graphql-docs@1.8.0-next.4
14
+ - @redocly/asyncapi-docs@1.8.0-next.5
15
+ - @redocly/portal-plugin-mock-server@0.16.0-next.5
16
+
3
17
  ## 0.131.0-next.7
4
18
 
5
19
  ### Patch Changes
@@ -1 +1 @@
1
- import{Minimatch as p}from"minimatch";import{envConfig as m}from"../../../config/env-config.js";import{buildScripts as a}from"./build-scripts.js";import{resolveBrowserHooksPath as l}from"./resolve-browser-hooks.js";async function h(){return{id:"Amplitude Analytics",requiredEntitlements:["analytics"],async processContent(n,{getConfig:t}){const e=(await t())?.analytics?.amplitude;if(!e?.apiKey||!m.isProductionEnv&&!e.includeInDevelopment)return;let o=[];typeof e.exclude<"u"&&e.exclude.map(r=>{const d=new p(r);o.push(d.makeRe())});const{headComponents:i,postBodyComponents:s}=a(e,o);n.addSsrComponents(i,"head"),n.addSsrComponents(s,"postBody"),n.addBrowserPlugin(l())}}}export{h as amplitudeAnalyticsPlugin};
1
+ import{Minimatch as p}from"minimatch";import{envConfig as d}from"../../../config/env-config.js";import{buildScripts as a}from"./build-scripts.js";import{resolveBrowserHooksPath as c}from"./resolve-browser-hooks.js";async function C(){return{id:"Amplitude Analytics",requiredEntitlements:["analytics"],async processContent(n,{getConfig:i}){const e=(await i())?.analytics?.amplitude;if(!e?.apiKey||!d.isProductionEnv&&!e.includeInDevelopment)return;let o=[];typeof e.exclude<"u"&&e.exclude.map(m=>{const t=new p(m).makeRe();t&&o.push(t)});const{headComponents:s,postBodyComponents:r}=a(e,o);n.addSsrComponents(s,"head"),n.addSsrComponents(r,"postBody"),n.addBrowserPlugin(c())}}}export{C as amplitudeAnalyticsPlugin};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/redoc",
3
- "version": "0.131.0-next.7",
3
+ "version": "0.131.0-next.8",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "bin": {
@@ -53,13 +53,13 @@
53
53
  "flexsearch": "0.7.43",
54
54
  "graphql": "16.9.0",
55
55
  "gray-matter": "4.0.3",
56
- "hono": "4.11.7",
56
+ "hono": "4.11.10",
57
57
  "htmlparser2": "8.0.2",
58
58
  "i18next": "22.4.15",
59
59
  "is-glob": "4.0.3",
60
60
  "js-yaml": "4.1.1",
61
61
  "lru-cache": "11.1.0",
62
- "minimatch": "7.4.2",
62
+ "minimatch": "10.2.1",
63
63
  "mri": "1.2.0",
64
64
  "nanoid": "5.0.9",
65
65
  "node-fetch": "3.3.1",
@@ -91,12 +91,12 @@
91
91
  "xpath": "0.0.34",
92
92
  "yaml-ast-parser": "0.0.43",
93
93
  "zod": "^3.25.76",
94
- "@redocly/asyncapi-docs": "1.8.0-next.4",
94
+ "@redocly/asyncapi-docs": "1.8.0-next.5",
95
95
  "@redocly/config": "0.43.0",
96
- "@redocly/graphql-docs": "1.8.0-next.3",
97
- "@redocly/openapi-docs": "3.19.0-next.4",
96
+ "@redocly/graphql-docs": "1.8.0-next.4",
97
+ "@redocly/openapi-docs": "3.19.0-next.5",
98
98
  "@redocly/portal-legacy-ui": "0.14.0-next.0",
99
- "@redocly/portal-plugin-mock-server": "0.16.0-next.4",
99
+ "@redocly/portal-plugin-mock-server": "0.16.0-next.5",
100
100
  "@redocly/realm-asyncapi-sdk": "0.9.0-next.2",
101
101
  "@redocly/theme": "0.63.0-next.3"
102
102
  },