Skip to content

Comments

bump: latest#10

Merged
goanpeca merged 10 commits intomainfrom
bump/latest
Feb 21, 2026
Merged

bump: latest#10
goanpeca merged 10 commits intomainfrom
bump/latest

Conversation

@echarles
Copy link
Member

@echarles echarles commented Feb 21, 2026

image

Copilot AI review requested due to automatic review settings February 21, 2026 07:38
@netlify
Copy link

netlify bot commented Feb 21, 2026

Deploy Preview for datalayer-desktop failed.

Name Link
🔨 Latest commit 25a19b8
🔍 Latest deploy log https://app.netlify.com/projects/datalayer-desktop/deploys/699986b32fc8f8000861ede8

Copy link

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

This PR updates the project to use the latest versions of core dependencies, primarily upgrading @datalayer/core from v0.0.13 to v1.0.1. The changes reflect a major refactoring in the core library where the type structure has been reorganized, requiring updates to import paths throughout the codebase.

Changes:

  • Added TypeScript library build configuration (tsconfig.lib.json) with dedicated lib output directory
  • Updated all import paths from @datalayer/core/lib/client/models to @datalayer/core/lib/models
  • Updated UserJSON imports from User module to UserDTO module
  • Upgraded major dependencies: @datalayer/core (^1.0.1), @datalayer/jupyter-react (^2.0.3), @datalayer/lexical-loro (^1.0.0), @primer/react (^37.19.0)
  • Updated GitHub workflow to use official datalayer/core repository with refact/models branch

Reviewed changes

Copilot reviewed 17 out of 20 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tsconfig.lib.json New TypeScript configuration for library builds targeting lib/ output directory
.gitignore Added lib/ directory to ignore list for build artifacts
package.json Updated dependency versions and added type-check:watch script
.github/workflows/build.yml Changed core repository reference from goanpeca/core to datalayer/core with refact/models branch
src/shared/types/*.ts Updated import paths from client/models to models structure
src/renderer/**/*.tsx Updated type imports to use new models path structure
src/preload/index.ts Updated type imports for models and UserDTO
src/main/services/datalayer-sdk-bridge.ts Updated UserJSON import to use UserDTO module

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

"@primer/react": "^36.27.0",
"@primer/react-brand": "^0.58.1",
"@primer/react": "^37.19.0",
"@primer/react-brand": "^0.58.0",
Copy link

Copilot AI Feb 21, 2026

Choose a reason for hiding this comment

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

The version of @primer/react-brand is being downgraded from ^0.58.1 to ^0.58.0. This appears to be a backwards change rather than an upgrade. Please verify this is intentional or if it should be upgraded to a newer version instead.

Suggested change
"@primer/react-brand": "^0.58.0",
"@primer/react-brand": "^0.58.1",

Copilot uses AI. Check for mistakes.
@echarles echarles marked this pull request as draft February 21, 2026 10:07
@echarles echarles requested a review from goanpeca February 21, 2026 10:15
@echarles echarles marked this pull request as ready for review February 21, 2026 10:15
Copy link
Collaborator

@goanpeca goanpeca left a comment

Choose a reason for hiding this comment

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

LGTM

@goanpeca goanpeca merged commit 7775763 into main Feb 21, 2026
1 of 14 checks passed
@goanpeca goanpeca deleted the bump/latest branch February 21, 2026 14:05
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