Skip to content

fix(docs): pin webpack to 5.88.2 to unbreak Docusaurus build - #74

Merged
rajuGT merged 3 commits into
mainfrom
override-influx-dbName
Jul 16, 2026
Merged

fix(docs): pin webpack to 5.88.2 to unbreak Docusaurus build#74
rajuGT merged 3 commits into
mainfrom
override-influx-dbName

Conversation

@rajuGT

@rajuGT rajuGT commented Jul 16, 2026

Copy link
Copy Markdown

yarn build failed because webpack floated up to 5.108.4, which validates ProgressPlugin's this.options via a deferred compiler.hooks.validate check. webpackbar (extended by Docusaurus' LogPlugin) overwrites this.options with {name,color,reporters,reporter,...}, so that schema validation throws before any content is compiled.

Pin webpack to 5.88.2 via yarn resolutions: constructor-time validation (pre-refactor), past the md4/OpenSSL-3 break, and within Docusaurus' ^5.40.0. Commit yarn.lock as the single lockfile since CI installs with yarn, and drop the vestigial package-lock.json that yarn ignored (the source of the version drift).

rajuGT added 3 commits July 15, 2026 20:57
…iple influx databases residing in same Influx Server

- This allows to seggregate critical metrics vs non-critical, or
- or in one of our usecase, the _series values are dropped/leaked due to
  the nature of the data and been recreated every day causing increasing
  db memory. So the new approach is to keep this high cardinality series
  data into new database.

With this maybe the new database can be re-indexed every night or
recreate the db / based on one's usecase they can take the call.
yarn build failed because webpack floated up to 5.108.4, which validates ProgressPlugin's this.options via a deferred compiler.hooks.validate check. webpackbar (extended by Docusaurus' LogPlugin) overwrites this.options with {name,color,reporters,reporter,...}, so that schema validation throws before any content is compiled.

Pin webpack to 5.88.2 via yarn resolutions: constructor-time validation (pre-refactor), past the md4/OpenSSL-3 break, and within Docusaurus' ^5.40.0. Commit yarn.lock as the single lockfile since CI installs with yarn, and drop the vestigial package-lock.json that yarn ignored (the source of the version drift).
@mabdh
mabdh self-requested a review July 16, 2026 09:30
@rajuGT
rajuGT merged commit 74455cb into main Jul 16, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants