Skip to content

fix: remove broken Bitbucket remote docs fetch#978

Merged
jonathannorris merged 2 commits into
chore/dependabot-alerts-2from
fix-bitbucket-docs-build
May 29, 2026
Merged

fix: remove broken Bitbucket remote docs fetch#978
jonathannorris merged 2 commits into
chore/dependabot-alerts-2from
fix-bitbucket-docs-build

Conversation

@jonathannorris
Copy link
Copy Markdown
Member

@jonathannorris jonathannorris commented May 28, 2026

Summary

  • removes the broken Bitbucket remote-content fetches from the Docusaurus build
  • removes Bitbucket integration docs and cards from the integrations page

Testing

  • yarn build

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 28, 2026

Deploying devcycle-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 187ff18
Status: ✅  Deploy successful!
Preview URL: https://300440b7.devcycle-docs.pages.dev
Branch Preview URL: https://fix-bitbucket-docs-build.devcycle-docs.pages.dev

View logs

@jonathannorris jonathannorris marked this pull request as ready for review May 29, 2026 15:44
Copilot AI review requested due to automatic review settings May 29, 2026 15:44
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes broken Bitbucket remote-content fetches from the Docusaurus build configuration and cleans up related integration listings and category metadata.

Changes:

  • Remove two docusaurus-plugin-remote-content entries that fetched Bitbucket README files
  • Remove the two Bitbucket integration cards from the integrations index page
  • Delete the now-unused bitbucket/_category_.yml sidebar metadata file

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
docusaurus.config.js Removes the two broken Bitbucket remote-content plugin configurations
docs/integrations/index.mdx Removes the two Bitbucket integration link cards from the integrations page
docs/integrations/bitbucket/category.yml Deletes the now-orphaned Bitbucket sidebar category file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jonathannorris jonathannorris merged commit cba57d0 into chore/dependabot-alerts-2 May 29, 2026
3 checks passed
@jonathannorris jonathannorris deleted the fix-bitbucket-docs-build branch May 29, 2026 16:37
jonathannorris added a commit that referenced this pull request May 29, 2026
* chore: resolve open dependabot security alerts

- axios resolutions -> ^1.15.2 (resolves to 1.16.0) (high/medium/low)
- ip-address -> ^10.1.1 (resolves to 10.2.0) (medium, XSS)

* chore: remove unused ip-address@npm:^9.0.5 resolution

* chore: resolve remaining dependabot security alerts

- fast-uri <= 3.1.1 -> ^3.1.2 (high, alerts #192 #193)
- fast-xml-builder <= 1.1.6 -> ^1.1.7 (high/medium, alerts #190 #191)
- @babel/plugin-transform-modules-systemjs <= 7.29.3 -> ^7.29.4 (high, alert #194)

* chore: remove redundant ip-address scoped resolution

* chore: resolve webpack-dev-server dependabot alert #197

- webpack-dev-server 5.2.3 -> 5.2.4 (medium, alert #197)

* chore: add qs resolution to fix alert #198 (medium, DoS)

* chore: prefer lockfile-only bumps, keep only required resolutions

Remove 26 resolution entries from package.json where the patched
version already satisfies the existing semver ranges in the dependency
tree. Only two resolutions are truly necessary:
- serialize-javascript: 7.0.5 (parents use ^6.x, major bump required)
- qs: ^6.15.2 (parents use ~6.14.0 tilde range, cannot reach 6.15.x)

All security-relevant packages still resolve to patched or newer versions
via lockfile-only resolution.

* chore: add fast-xml-builder and fast-xml-parser resolutions to fix alerts #190 and #191

* fix: remove broken Bitbucket remote docs fetch (#978)

* fix: remove broken Bitbucket remote docs fetch

* docs: remove Bitbucket integrations
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.

4 participants