|
23 | 23 | "_filename-error": "echo 'ERROR: the following files violate naming conventions; fix using: `npm run fix:filenames`'; echo; npm run -s _ls-bad-filenames; exit 1",
|
24 | 24 | "_get:no": "echo SKIPPING get operation",
|
25 | 25 | "_get:submodule": "set -x && git submodule update --init ${DEPTH:- --depth 999}",
|
26 |
| - "_hugo-0_139_0_gcse-patch": "perl -i -pe 's/gcse :/gcse:/' public/search/index.html", |
27 | 26 | "_hugo": "hugo --cleanDestinationDir",
|
28 | 27 | "_install:dict": "npm install -D $(npm run -s _list:dict)",
|
29 | 28 | "_install:netlify-cli": "npm list netlify-cli || npm install -O netlify-cli",
|
|
95 | 94 | "prepare": "npm run seq -- get:submodule _prepare:docsy",
|
96 | 95 | "preserve:hugo": "npm run _prebuild",
|
97 | 96 | "preserve:netlify": "npm run seq -- _prebuild _install:netlify-cli",
|
98 |
| - "postbuild:preview": "npm run _hugo-0_139_0_gcse-patch", |
99 |
| - "postbuild:production": "npm run _hugo-0_139_0_gcse-patch", |
100 | 97 | "schemas:update": "npm run update:submodule content-modules/opentelemetry-specification",
|
101 | 98 | "seq": "bash -c 'for cmd in \"$@\"; do npm run $cmd || exit 1; done' - ",
|
102 | 99 | "serve:hugo": "npm run _serve:hugo -- --renderToMemory",
|
|
116 | 113 | "ajv-errors": "^3.0.0",
|
117 | 114 | "ajv-formats": "^3.0.1",
|
118 | 115 | "autoprefixer": "^10.4.20",
|
119 |
| - "cspell": "^8.16.0", |
| 116 | + "cspell": "^8.16.1", |
120 | 117 | "gulp": "^5.0.0",
|
121 |
| - "hugo-extended": "0.139.0", |
| 118 | + "hugo-extended": "0.139.2", |
122 | 119 | "js-yaml": "^4.1.0",
|
123 | 120 | "markdown-link-check": "^3.13.6",
|
124 | 121 | "markdownlint": "^0.36.1",
|
125 | 122 | "postcss-cli": "^11.0.0",
|
126 |
| - "prettier": "^3.4.0", |
| 123 | + "prettier": "^3.4.2", |
127 | 124 | "require-dir": "^1.2.0",
|
128 |
| - "textlint": "^14.3.0", |
| 125 | + "textlint": "^14.4.0", |
129 | 126 | "textlint-filter-rule-allowlist": "^4.0.0",
|
130 | 127 | "textlint-filter-rule-comments": "^1.2.2",
|
131 | 128 | "textlint-rule-terminology": "^5.2.12",
|
|
134 | 131 | },
|
135 | 132 | "dependencies": {
|
136 | 133 | "@opentelemetry/api": "^1.9.0",
|
137 |
| - "@opentelemetry/auto-instrumentations-web": "^0.43.0", |
138 |
| - "@opentelemetry/context-zone": "^1.28.0", |
139 |
| - "@opentelemetry/core": "^1.28.0", |
140 |
| - "@opentelemetry/exporter-trace-otlp-http": "^0.55.0", |
141 |
| - "@opentelemetry/instrumentation": "^0.55.0", |
142 |
| - "@opentelemetry/resources": "^1.28.0", |
143 |
| - "@opentelemetry/sdk-trace-base": "^1.28.0", |
144 |
| - "@opentelemetry/sdk-trace-web": "^1.28.0", |
| 134 | + "@opentelemetry/auto-instrumentations-web": "^0.44.0", |
| 135 | + "@opentelemetry/context-zone": "^1.29.0", |
| 136 | + "@opentelemetry/core": "^1.29.0", |
| 137 | + "@opentelemetry/exporter-trace-otlp-http": "^0.56.0", |
| 138 | + "@opentelemetry/instrumentation": "^0.56.0", |
| 139 | + "@opentelemetry/resources": "^1.29.0", |
| 140 | + "@opentelemetry/sdk-trace-base": "^1.29.0", |
| 141 | + "@opentelemetry/sdk-trace-web": "^1.29.0", |
145 | 142 | "@opentelemetry/semantic-conventions": "^1.28.0",
|
146 | 143 | "path": "^0.12.7"
|
147 | 144 | },
|
148 | 145 | "optionalDependencies": {
|
149 |
| - "netlify-cli": "^17.37.2", |
| 146 | + "netlify-cli": "^17.38.0", |
150 | 147 | "npm-check-updates": "^17.1.11"
|
151 | 148 | },
|
152 | 149 | "enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc",
|
|
0 commit comments