Skip to content

Commit 91524e5

Browse files
authored
Upgrade Docsy v0.14.3-37-g6b1698a3 and non-Hugo NPM packages (#9607)
1 parent b2e8ecd commit 91524e5

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
path = themes/docsy
44
url = https://github.com/google/docsy.git
55
# cSpell:disable-next-line
6-
docsy-pin = v0.14.3-36-gc0587d9b
6+
docsy-pin = v0.14.3-37-g6b1698a3
77
docsy-note = "2024-04-01 Switching to google/docsy.git from cncf/docsy.git since we don't have any CNCF customizations."
88
docsy-reminder = "Ensure that any tag referenced by `docsy-pin` is present in the remote repo (url), otherwise add (push) the tags to the repo."
99
[submodule "content-modules/opentelemetry-specification"]

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@
156156
"markdownlint-rule-no-shortcut-ref-link": "github:chalin/markdownlint-rule-no-shortcut-ref-link#v0.3.1",
157157
"postcss-cli": "^11.0.1",
158158
"prettier": "3.8.1",
159-
"puppeteer": "^24.37.5",
160-
"puppeteer-core": "^24.37.5",
159+
"puppeteer": "^24.40.0",
160+
"puppeteer-core": "^24.40.0",
161161
"require-dir": "^1.2.0",
162162
"textlint": "^15.5.2",
163163
"textlint-filter-rule-allowlist": "^4.0.0",
@@ -168,21 +168,21 @@
168168
"yargs": "^18.0.0"
169169
},
170170
"dependencies": {
171-
"@opentelemetry/api": "^1.9.0",
171+
"@opentelemetry/api": "^1.9.1",
172172
"@opentelemetry/auto-instrumentations-web": "^0.59.0",
173-
"@opentelemetry/context-zone": "^2.5.1",
174-
"@opentelemetry/core": "^2.5.1",
173+
"@opentelemetry/context-zone": "^2.6.1",
174+
"@opentelemetry/core": "^2.6.1",
175175
"@opentelemetry/exporter-trace-otlp-http": "^0.214.0",
176176
"@opentelemetry/instrumentation": "^0.214.0",
177-
"@opentelemetry/resources": "^2.5.1",
178-
"@opentelemetry/sdk-trace-base": "^2.5.1",
179-
"@opentelemetry/sdk-trace-web": "^2.5.1",
180-
"@opentelemetry/semantic-conventions": "^1.39.0",
177+
"@opentelemetry/resources": "^2.6.1",
178+
"@opentelemetry/sdk-trace-base": "^2.6.1",
179+
"@opentelemetry/sdk-trace-web": "^2.6.1",
180+
"@opentelemetry/semantic-conventions": "^1.40.0",
181181
"minisearch": "^7.2.0",
182182
"path": "^0.12.7"
183183
},
184184
"optionalDependencies": {
185-
"netlify-cli": "^24.0.0",
185+
"netlify-cli": "^24.10.0",
186186
"npm-check-updates": "^20.0.0"
187187
},
188188
"enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc",

themes/docsy

0 commit comments

Comments
 (0)