Skip to content

chore: prepare v9.3.8 release - #700

Merged
ibgreen merged 1 commit into
9.3-releasefrom
codex/prepare-9.3.8
Jul 30, 2026
Merged

chore: prepare v9.3.8 release#700
ibgreen merged 1 commit into
9.3-releasefrom
codex/prepare-9.3.8

Conversation

@ibgreen

@ibgreen ibgreen commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • prepare the new 9.3-release maintenance line for v9.3.8
  • point release-branch source links and examples at the 9.3 line
  • add the v9.3.8 changelog, led by the editable-layers Turf import fix
  • align the website with Turf 7 so the corrected named imports resolve during documentation builds

Why

Igor's editable-layers fix is the final pre-WebGPU commit on master and needs a 9.3 patch release. The website still resolved Turf 6.5, whose packages expose only default exports, while editable-layers correctly targets Turf 7 and now uses its named exports.

Impact

This PR changes release-branch wiring and dependency metadata only. It does not include the WebGPU or wind commits that follow 06251b42.

Validation

  • yarn
  • yarn lint
  • yarn build
  • yarn test — 163 files, 1,381 tests passed, 9 skipped
  • direct CJS Turf-backed mode smoke test
  • esbuild-to-CJS Turf-backed mode smoke test
  • cd website && yarn && yarn build
  • verified the branch contains 06251b42 and excludes 0726d08a

@github-actions

Copy link
Copy Markdown

Coverage

Stmts: 50.82% ▼-0.20% | Branch: 41.93% ▼-0.18% | Funcs: 49.20% ▼-0.01% | Lines: 50.96% ▼-0.17%

Test Files 163 passed (163)

@ibgreen
ibgreen marked this pull request as ready for review July 30, 2026 14:23
@ibgreen
ibgreen merged commit 3b6f56e into 9.3-release Jul 30, 2026
4 checks passed
@ibgreen
ibgreen deleted the codex/prepare-9.3.8 branch July 30, 2026 14:23

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ad85acd24a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

No edits are possible, but selection is still possible.

[Source code](https://github.com/visgl/deck.gl-community/blob/master/modules/editable-layers/src/edit-modes/view-mode.ts)
[Source code](https://github.com/visgl/deck.gl-community/tree/9.3-release/modules/editable-layers/src/edit-modes/view-mode.ts)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Preserve blob routes for source-file links

When readers click this source link, GitHub receives a /tree/9.3-release/.../view-mode.ts URL, but /tree/ addresses directories rather than files, so it does not open the referenced source file. This replacement changes every previously valid /blob/master/... file link in these API pages the same way; retain /blob/9.3-release/ for file targets while using /tree/ only for directories.

Useful? React with 👍 / 👎.

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.

1 participant