Update oxfmt and do not fail Actions#1145
Merged
Merged
Conversation
|
@vidplace7 is attempting to deploy a commit to the Meshtastic Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Member
Author
|
Replaces #1133 |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates oxfmt (0.16.0 → 0.54.0) and reapplies formatting across the monorepo to satisfy the newer formatter and keep CI checks passing.
Changes:
- Bump
oxfmtto^0.54.0(root +apps/web) and reorder a fewpackage.jsonfields. - Apply formatter-driven reflow/indentation updates across TS/TSX/CSS/MD/YAML/JSON files.
- Normalize a handful of manifests/config files (e.g., HTML doctype casing, YAML whitespace, workspace YAML quoting).
Reviewed changes
Copilot reviewed 251 out of 260 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| tsconfig.json | Formatting-only reflow of project references. |
| README.md | Markdown table reflow/column alignment. |
| PR-NOTES.md | Markdown formatting changes (note: enum/preset names got corrupted by emphasis syntax). |
| pnpm-workspace.yaml | Quote style normalization for allowBuilds keys. |
| packages/ui/src/lib/theme/default.css | Whitespace/indent normalization. |
| packages/ui/src/app.css | Whitespace/indent normalization. |
| packages/ui/package.json | Field reordering; no intended semantic changes. |
| packages/transport-web-serial/package.json | Field reordering; no intended semantic changes. |
| packages/transport-node/package.json | Field reordering; no intended semantic changes. |
| packages/transport-node-serial/package.json | Field reordering; no intended semantic changes. |
| packages/transport-http/package.json | Field reordering; no intended semantic changes. |
| packages/transport-deno/package.json | Field reordering; no intended semantic changes. |
| packages/sdk-storage-sqlocal/README.md | Markdown table reflow/column alignment. |
| packages/sdk-storage-sqlocal/package.json | Field reordering; no intended semantic changes. |
| packages/sdk-react/README.md | JSX example reflow for formatting. |
| packages/protobufs/package.json | Field ordering normalization (private, type, etc.). |
| packages/protobufs/.github/pull_request_template.md | Remove stray blank line. |
| package.json | Bump oxfmt to ^0.54.0; move lint-staged block; reorder metadata keys. |
| CLAUDE.md | Whitespace/indent normalization. |
| apps/web/vite.config.ts | Formatting-only reflow of headers object. |
| apps/web/src/validation/pskSchema.ts | Formatting-only reflow of Zod schema refinements. |
| apps/web/src/validation/moduleConfig/trafficManagement.ts | Formatting-only reflow of exported type. |
| apps/web/src/validation/moduleConfig/storeForward.ts | Formatting-only reflow of exported type. |
| apps/web/src/validation/moduleConfig/statusMessage.ts | Formatting-only reflow of exported type. |
| apps/web/src/validation/moduleConfig/serial.ts | Formatting-only reflow of enum declarations. |
| apps/web/src/validation/moduleConfig/remoteHardware.ts | Formatting-only reflow of exported type. |
| apps/web/src/validation/moduleConfig/neighborInfo.ts | Formatting-only reflow of exported type. |
| apps/web/src/validation/moduleConfig/externalNotification.ts | Formatting-only reflow of exported type. |
| apps/web/src/validation/moduleConfig/detectionSensor.ts | Formatting-only reflow of exported type. |
| apps/web/src/validation/moduleConfig/cannedMessage.ts | Formatting-only reflow of exported type. |
| apps/web/src/validation/moduleConfig/audio.ts | Formatting-only reflow of enum declarations. |
| apps/web/src/validation/moduleConfig/ambientLighting.ts | Formatting-only reflow of exported type. |
| apps/web/src/validation/config/security.ts | Formatting-only reflow of generic helper signature. |
| apps/web/src/validation/config/security.test.ts | Formatting-only reflow of expectations. |
| apps/web/src/validation/config/network.ts | Formatting-only reflow of enum declarations. |
| apps/web/src/validation/config/lora.ts | Formatting-only reflow of refine chain. |
| apps/web/src/validation/config/display.ts | Formatting-only reflow of enum declarations. |
| apps/web/src/validation/config/device.ts | Formatting-only reflow of enum declarations. |
| apps/web/src/validation/config/bluetooth.ts | Formatting-only reflow of enum declarations. |
| apps/web/src/validation/channel.test.ts | Formatting-only reflow of expectations. |
| apps/web/src/tests/test-utils.tsx | Formatting-only reflow of imports and helper signature. |
| apps/web/src/sdk-preview/README.md | Markdown emphasis normalization and table reflow. |
| apps/web/src/sdk-preview/index.ts | Formatting-only reflow of exports. |
| apps/web/src/sdk-preview/features/config/infrastructure/ConfigMapper.ts | Formatting-only reflow of method signatures. |
| apps/web/src/sdk-preview/features/config/infrastructure/configBuilders.ts | Formatting-only reflow of imports and payload construction. |
| apps/web/src/sdk-preview/features/config/index.ts | Formatting-only reflow of type exports. |
| apps/web/src/sdk-preview/features/config/tests/ConfigEditor.test.ts | Formatting-only reflow of helpers and expectations. |
| apps/web/src/sdk-preview/core/signals/index.ts | Formatting-only reflow of re-exports. |
| apps/web/src/sdk-preview/core/signals/createStore.ts | Formatting-only reflow of function signature. |
| apps/web/src/sdk-preview/core/index.ts | Formatting-only reflow of exports. |
| apps/web/src/sdk-preview/core/client/MeshClientPort.ts | Formatting-only reflow of interface method signature. |
| apps/web/src/routes.tsx | Formatting-only reflow of Zod refine chains. |
| apps/web/src/pages/Settings/RadioConfig.tsx | Formatting-only reflow of imports/ternaries/JSX. |
| apps/web/src/pages/Settings/ModuleConfig.tsx | Formatting-only reflow of imports/objects/JSX. |
| apps/web/src/pages/Settings/DeviceConfig.tsx | Formatting-only reflow of imports/ternaries/JSX. |
| apps/web/src/pages/Connections/utils.ts | Formatting-only reflow of function signature. |
| apps/web/src/index.css | Formatter changes (note: introduced invalid @apply responsive syntax). |
| apps/web/src/DeviceWrapper.tsx | Formatting-only reflow of Provider JSX. |
| apps/web/src/core/utils/string.ts | Formatting-only reflow of function signatures and logging. |
| apps/web/src/core/utils/signalColor.ts | Formatting-only reflow of conditionals. |
| apps/web/src/core/utils/ip.test.ts | Formatting-only reflow of test data array. |
| apps/web/src/core/utils/github.ts | Formatting-only reflow of function signature. |
| apps/web/src/core/utils/geo.ts | Formatting-only reflow of inline object types and long expressions. |
| apps/web/src/core/utils/eventBus.ts | Formatting-only reflow of method signature. |
| apps/web/src/core/utils/dotPath.ts | Formatting-only reflow of ternaries. |
| apps/web/src/core/utils/dotPath.test.ts | Formatting-only reflow of expected arrays. |
| apps/web/src/core/utils/deepCompareConfig.ts | Formatting-only reflow of function signature. |
| apps/web/src/core/utils/color.test.ts | Formatting-only reflow of imports/expectations. |
| apps/web/src/core/utils/bitwise.ts | Formatting-only reflow of function signature. |
| apps/web/src/core/subscriptions.ts | Formatting-only reflow of conditionals and callback. |
| apps/web/src/core/stores/utils/indexDB.ts | Formatting-only reflow of imports/generics/logging. |
| apps/web/src/core/stores/utils/evictOldestEntries.ts | Formatting-only reflow of overload implementation signature. |
| apps/web/src/core/stores/utils/bindStoreToDevice.ts | Formatting-only reflow of overload impl and refs. |
| apps/web/src/core/stores/sidebarStore/index.tsx | Formatting-only reflow of context/provider JSX. |
| apps/web/src/core/stores/messageStore/types.ts | Formatting-only reflow of union type. |
| apps/web/src/core/stores/messageStore/index.ts | Formatting-only reflow of union type and function signature. |
| apps/web/src/core/stores/index.ts | Formatting-only reflow of selector call. |
| apps/web/src/core/stores/deviceStore/types.ts | Formatting-only reflow of type aliases. |
| apps/web/src/core/stores/deviceStore/selectors.ts | Formatting-only reflow of selectors/signatures. |
| apps/web/src/core/stores/appStore/index.ts | Formatting-only reflow of imports/logging/ternary. |
| apps/web/src/core/services/featureFlags.ts | Formatting-only reflow of map construction. |
| apps/web/src/core/hooks/useWaitForConfig.ts | Formatting-only reflow of imports and signature. |
| apps/web/src/core/hooks/useToast.ts | Formatting-only reflow of reducer mapping. |
| apps/web/src/core/hooks/useTheme.ts | Formatting-only reflow of ternary. |
| apps/web/src/core/hooks/usePositionFlags.ts | Formatting-only reflow of bitwise checks and setters. |
| apps/web/src/core/hooks/usePinnedItems.ts | Formatting-only reflow of hook call and ternary. |
| apps/web/src/core/hooks/usePasswordVisibilityToggle.test.ts | Formatting-only reflow of renderHook calls. |
| apps/web/src/core/hooks/useNodesLegacy.ts | Formatting-only reflow of function signature. |
| apps/web/src/core/hooks/useNodesAsProto.ts | Formatting-only reflow of function signature. |
| apps/web/src/core/hooks/useNewNodeNum.ts | Formatting-only reflow of function signature. |
| apps/web/src/core/hooks/useLRUList.ts | Formatting-only reflow of function signature and callbacks. |
| apps/web/src/core/hooks/useLang.ts | Formatting-only reflow of localStorage hook call. |
| apps/web/src/core/hooks/useKeyBackupReminder.tsx | Formatting-only reflow of localStorage hook assignment. |
| apps/web/src/core/hooks/useIgnoreNode.ts | Formatting-only reflow of void ternary. |
| apps/web/src/core/hooks/useFeatureFlags.ts | Formatting-only reflow of imports. |
| apps/web/src/core/hooks/useFavoriteNode.ts | Formatting-only reflow of void ternary. |
| apps/web/src/core/hooks/useDeviceContext.ts | Formatting-only reflow of context creation and error string. |
| apps/web/src/core/hooks/useCopyToClipboard.ts | Formatting-only reflow of signature. |
| apps/web/src/core/hooks/useCookie.ts | Formatting-only reflow of signature. |
| apps/web/src/core/hooks/useChatLegacy.ts | Formatting-only reflow of signatures and memo. |
| apps/web/src/core/hooks/useChatAsLegacyMessages.ts | Formatting-only reflow of signatures and memo. |
| apps/web/src/core/hooks/useBrowserFeatureDetection.ts | Formatting-only reflow of boolean expression. |
| apps/web/src/core/dto/PacketToMessageDTO.ts | Formatting-only reflow of ternaries. |
| apps/web/src/core/dto/NodeNumToNodeInfoDTO.ts | Formatting-only reflow of function signature. |
| apps/web/src/core/connections/sdkClient.ts | Formatting-only reflow of union type, constants, and logging. |
| apps/web/src/core/connections/heartbeat.ts | Formatting-only reflow of function signatures. |
| apps/web/src/components/UI/Typography/Subtle.tsx | Formatting-only JSX reflow. |
| apps/web/src/components/UI/Typography/Link.tsx | Formatting-only reflow of imports and function-children type. |
| apps/web/src/components/UI/Tooltip.tsx | Formatting-only reflow of export list. |
| apps/web/src/components/UI/ToggleGroup.tsx | Formatting-only reflow of long className. |
| apps/web/src/components/UI/Toast.tsx | Formatting-only type formatting and JSX reflow. |
| apps/web/src/components/UI/Tabs.tsx | Formatting-only reflow of long className. |
| apps/web/src/components/UI/Spinner.tsx | Formatting-only reflow of long className. |
| apps/web/src/components/UI/Slider.tsx | Formatting-only reflow of className calls. |
| apps/web/src/components/UI/Skeleton.tsx | Formatting-only reflow of props and className. |
| apps/web/src/components/UI/Sidebar/SidebarSection.tsx | Formatting-only reflow of props destructuring. |
| apps/web/src/components/UI/Sidebar/SidebarButton.tsx | Formatting-only JSX reflow. |
| apps/web/src/components/UI/Separator.tsx | Formatting-only reflow of forwardRef wrapper. |
| apps/web/src/components/UI/Select.tsx | Formatting-only JSX reflow. |
| apps/web/src/components/UI/ScrollArea.tsx | Formatting-only reflow of conditional className. |
| apps/web/src/components/UI/MultiSelect.tsx | Formatting-only JSX reflow. |
| apps/web/src/components/UI/Menubar.tsx | Formatting-only forwardRef wrapper + shortcut JSX reflow. |
| apps/web/src/components/UI/Input.tsx | Formatting-only reflow of ternaries and JSX. |
| apps/web/src/components/UI/Footer.tsx | Formatting-only JSX reflow. |
| apps/web/src/components/UI/ErrorPage.tsx | Formatting-only JSX reflow (note: touched error report title string formatting). |
| apps/web/src/components/UI/DropdownMenu.tsx | Formatting-only displayName assignments + shortcut JSX reflow. |
| apps/web/src/components/UI/Dialog.tsx | Formatting-only reflow of components and className. |
| apps/web/src/components/UI/Command.tsx | Formatting-only JSX reflow + shortcut JSX. |
| apps/web/src/components/UI/Checkbox/index.tsx | Formatting-only JSX reflow. |
| apps/web/src/components/UI/Checkbox/Checkbox.test.tsx | Formatting-only reflow of render/expectations. |
| apps/web/src/components/UI/Button.tsx | Formatting-only reflow of variant strings and extends clause. |
| apps/web/src/components/UI/Badge.tsx | Formatting-only reflow of extends clause and JSX. |
| apps/web/src/components/UI/Accordion.tsx | Formatting-only reflow of className call. |
| apps/web/src/components/Toaster.tsx | Formatting-only JSX reflow. |
| apps/web/src/components/ThemeSwitcher.tsx | Formatting-only reflow of ternaries/conditions. |
| apps/web/src/components/Sidebar.tsx | Formatting-only reflow of imports/JSX/ternaries. |
| apps/web/src/components/PageLayout.tsx | Formatting-only JSX reflow. |
| apps/web/src/components/PageComponents/Settings/User.tsx | Formatting-only import and long expression reflow. |
| apps/web/src/components/PageComponents/Settings/Power.tsx | Formatting-only import and casts reflow. |
| apps/web/src/components/PageComponents/Settings/LoRa.tsx | Formatting-only import and casts reflow. |
| apps/web/src/components/PageComponents/Settings/Display.tsx | Formatting-only import/casts and enumValue wrapping. |
| apps/web/src/components/PageComponents/Settings/Device/index.tsx | Formatting-only import/casts reflow. |
| apps/web/src/components/PageComponents/Settings/Bluetooth.tsx | Formatting-only import/casts reflow. |
| apps/web/src/components/PageComponents/ModuleConfig/Telemetry.tsx | Formatting-only reflow; no intended logic changes. |
| apps/web/src/components/PageComponents/ModuleConfig/Tak.tsx | Formatting-only reflow of destructuring. |
| apps/web/src/components/PageComponents/ModuleConfig/StoreForward.tsx | Formatting-only reflow of imports and signal shapes. |
| apps/web/src/components/PageComponents/ModuleConfig/StatusMessage.tsx | Formatting-only reflow; no intended logic changes. |
| apps/web/src/components/PageComponents/ModuleConfig/Serial.tsx | Formatting-only reflow; no intended logic changes. |
| apps/web/src/components/PageComponents/ModuleConfig/RemoteHardware.tsx | Formatting-only reflow; no intended logic changes. |
| apps/web/src/components/PageComponents/ModuleConfig/RangeTest.tsx | Formatting-only reflow of imports and signal shapes. |
| apps/web/src/components/PageComponents/ModuleConfig/Paxcounter.tsx | Formatting-only reflow of imports and signal shapes. |
| apps/web/src/components/PageComponents/ModuleConfig/NeighborInfo.tsx | Formatting-only reflow of imports and signal shapes. |
| apps/web/src/components/PageComponents/ModuleConfig/ExternalNotification.tsx | Formatting-only reflow of props and translation calls. |
| apps/web/src/components/PageComponents/ModuleConfig/DetectionSensor.tsx | Formatting-only reflow of props and enumValue wrapping. |
| apps/web/src/components/PageComponents/ModuleConfig/CannedMessage.tsx | Formatting-only reflow of props and enumValue wrapping. |
| apps/web/src/components/PageComponents/ModuleConfig/Audio.tsx | Formatting-only enumValue wrapping. |
| apps/web/src/components/PageComponents/ModuleConfig/AmbientLighting.tsx | Formatting-only reflow; no intended logic changes. |
| apps/web/src/components/PageComponents/Messages/TraceRoute.test.tsx | Formatting-only reflow of render props. |
| apps/web/src/components/PageComponents/Messages/MessageItem.tsx | Formatting-only reflow of imports/JSX/memos. |
| apps/web/src/components/PageComponents/Messages/MessageInput.tsx | Formatting-only reflow of props/signature/state init. |
| apps/web/src/components/PageComponents/Messages/MessageInput.test.tsx | Formatting-only reflow of imports/mocks/expectations. |
| apps/web/src/components/PageComponents/Messages/MessageActionsMenu.tsx | Formatting-only reflow of props destructuring. |
| apps/web/src/components/PageComponents/Messages/ChannelChat.tsx | Formatting-only reflow of JSX and locale memo. |
| apps/web/src/components/PageComponents/Map/Tools/MapLayerTool.tsx | Formatting-only reflow of imports/props/JSX. |
| apps/web/src/components/PageComponents/Map/Popups/WaypointDetail.tsx | Formatting-only reflow of imports/JSX/ternaries. |
| apps/web/src/components/PageComponents/Map/Markers/StackBadge.tsx | Formatting-only reflow of props destructuring. |
| apps/web/src/components/PageComponents/Map/Layers/WaypointLayer.tsx | Formatting-only JSX reflow. |
| apps/web/src/components/PageComponents/Map/Layers/SNRLayer.tsx | Formatting-only reflow of helper signatures and arrays. |
| apps/web/src/components/PageComponents/Map/Layers/PrecisionLayer.tsx | Formatting-only reflow of conditions/sort/paint props. |
| apps/web/src/components/PageComponents/Map/Layers/NodesLayer.tsx | Formatting-only reflow of memos and ternaries. |
| apps/web/src/components/PageComponents/Map/Layers/HeatmapLayer.tsx | Formatting-only reflow of props and paint arrays. |
| apps/web/src/components/PageComponents/Connections/ConnectionStatusBadge.tsx | Formatting-only reflow of props typing and JSX. |
| apps/web/src/components/PageComponents/Channels/Channel.tsx | Formatting-only reflow of imports, maps, and state init. |
| apps/web/src/components/Map.tsx | Formatting-only reflow of locale mapping. |
| apps/web/src/components/LanguageSwitcher.tsx | Formatting-only reflow of props and conditional JSX. |
| apps/web/src/components/generic/Table/index.tsx | Formatting-only reflow of conditional className. |
| apps/web/src/components/generic/Table/index.test.tsx | Formatting-only reflow of imports and DOM queries. |
| apps/web/src/components/generic/Mono.tsx | Formatting-only JSX reflow. |
| apps/web/src/components/generic/Filter/useFilterNode.test.ts | Formatting-only reflow of expectations. |
| apps/web/src/components/generic/Filter/FilterComponents.tsx | Formatting-only reflow of props/JSX and ternaries. |
| apps/web/src/components/generic/Blur.tsx | Formatting-only JSX reflow. |
| apps/web/src/components/Form/FormWrapper.tsx | Formatting-only JSX reflow. |
| apps/web/src/components/Form/FormToggle.tsx | Formatting-only reflow of className conditional. |
| apps/web/src/components/Form/FormSelect.tsx | Formatting-only reflow of destructuring and className conditional. |
| apps/web/src/components/Form/FormMultiSelect.tsx | Formatting-only reflow of map callback. |
| apps/web/src/components/Form/FormInput.tsx | Formatting-only reflow of conditions/ternaries. |
| apps/web/src/components/Form/DynamicFormField.tsx | Formatting-only reflow of imports and JSX. |
| apps/web/src/components/Form/DynamicForm.tsx | Formatting-only reflow of imports/types and resolver selection. |
| apps/web/src/components/Form/createZodResolver.ts | Formatting-only reflow of resolver signature and types. |
| apps/web/src/components/Dialog/useDialog.ts | Formatting-only reflow of state init and helper signature. |
| apps/web/src/components/Dialog/UnsafeRolesDialog/useUnsafeRolesDialog.ts | Formatting-only reflow of handler param typing. |
| apps/web/src/components/Dialog/UnsafeRolesDialog/UnsafeRolesDialog.tsx | Formatting-only reflow of props and JSX. |
| apps/web/src/components/Dialog/TracerouteResponseDialog.tsx | Formatting-only reflow of longName/shortName expressions. |
| apps/web/src/components/Dialog/ResetNodeDbDialog/ResetNodeDbDialog.tsx | Formatting-only reflow of props destructuring. |
| apps/web/src/components/Dialog/ResetNodeDbDialog/ResetNodeDbDialog.test.tsx | Formatting-only reflow of types and fireEvent call. |
| apps/web/src/components/Dialog/RemoveNodeDialog.tsx | Formatting-only reflow of props destructuring. |
| apps/web/src/components/Dialog/RefreshKeysDialog/RefreshKeysDialog.tsx | Formatting-only reflow of props and JSX. |
| apps/web/src/components/Dialog/RebootDialog.tsx | Formatting-only reflow of JSX. |
| apps/web/src/components/Dialog/RebootDialog.test.tsx | Formatting-only reflow of imports/mocks/expectations. |
| apps/web/src/components/Dialog/QRDialog.tsx | Formatting-only reflow; no intended logic changes. |
| apps/web/src/components/Dialog/PkiRegenerateDialog.tsx | Formatting-only JSX reflow. |
| apps/web/src/components/Dialog/PKIBackupDialog.tsx | Formatting-only reflow of callbacks and JSX. |
| apps/web/src/components/Dialog/ManagedModeDialog.tsx | Formatting-only reflow of props and JSX. |
| apps/web/src/components/Dialog/LocationResponseDialog.tsx | Formatting-only reflow (note: exposes an existing coordinate scaling bug in rendered output). |
| apps/web/src/components/Dialog/FactoryResetDeviceDialog/FactoryResetDeviceDialog.tsx | Formatting-only reflow of props destructuring. |
| apps/web/src/components/Dialog/FactoryResetDeviceDialog/FactoryResetDeviceDialog.test.tsx | Formatting-only reflow of fireEvent call. |
| apps/web/src/components/Dialog/FactoryResetConfigDialog/FactoryResetConfigDialog.tsx | Formatting-only reflow of props destructuring. |
| apps/web/src/components/Dialog/FactoryResetConfigDialog/FactoryResetConfigDialog.test.tsx | Formatting-only reflow of fireEvent call. |
| apps/web/src/components/Dialog/DeleteMessagesDialog/DeleteMessagesDialog.tsx | Formatting-only reflow of props destructuring. |
| apps/web/src/components/Dialog/DeleteMessagesDialog/DeleteMessagesDialog.test.tsx | Formatting-only reflow of render/assertions. |
| apps/web/src/components/Dialog/ClearAllStoresDialog/ClearAllStoresDialog.tsx | Formatting-only reflow of props destructuring. |
| apps/web/src/components/Dialog/ClearAllStoresDialog/ClearAllStoresDialog.test.tsx | Formatting-only reflow of fireEvent call. |
| apps/web/src/components/Dialog/AddConnectionDialog/validation.ts | Formatting-only reflow of regex and boolean return. |
| apps/web/src/components/DeviceInfoPanel.tsx | Formatting-only reflow of ternaries/JSX. |
| apps/web/src/components/ConnectingOverlay.tsx | Formatting-only reflow of inline object literal and translation call. |
| apps/web/src/components/CommandPalette/index.tsx | Formatting-only reflow of destructuring and JSX. |
| apps/web/src/components/BatteryStatus.tsx | Formatting-only reflow of imports and conditionals. |
| apps/web/src/mocks/components/UI/Checkbox.tsx | Formatting-only reflow of mock component JSX. |
| apps/web/public/site.webmanifest | JSON formatting/indentation normalization. |
| apps/web/package.json | Bump oxfmt to ^0.54.0; reorder metadata; move better-result within deps list. |
| apps/web/index.html | Normalize doctype casing and link tag formatting. |
| .vscode/settings.json | Remove trailing commas / normalize JSON formatting. |
| .github/workflows/update-stable-from-master.yml | Comment spacing normalization. |
| .github/workflows/release-protobufs.yml | Remove trailing whitespace and blank line cleanup. |
| .devcontainer/devcontainer.json | JSON formatting/indentation normalization. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
danditomaso
approved these changes
Jun 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates oxfmt from 0.16.0 to 0.54.0.
Fixes oxfmt issues while we update. Keeping CI happy!