From e80885dec0a67841ff3e4cf7388964ec6f4568d1 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Wed, 21 May 2025 15:22:28 +0100 Subject: [PATCH 1/2] bring back external config --- biome.json | 2 +- rolldown.config.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index b80a99ac8f..3bd46f0ffb 100644 --- a/biome.json +++ b/biome.json @@ -310,7 +310,7 @@ } }, { - "include": ["**/*.js"], + "include": ["**/*.js", "rolldown.config.ts"], "linter": { "rules": { "correctness": { diff --git a/rolldown.config.ts b/rolldown.config.ts index 23040c1979..dca034dcff 100644 --- a/rolldown.config.ts +++ b/rolldown.config.ts @@ -1,3 +1,4 @@ +import { isAbsolute } from 'node:path'; import wyw from '@wyw-in-js/rollup'; import { defineConfig } from 'rolldown'; import { dts } from 'rolldown-plugin-dts'; @@ -12,6 +13,7 @@ export default defineConfig({ sourcemap: true }, platform: 'browser', + external: (id) => !id.startsWith('.') && !isAbsolute(id), plugins: [ dts({ tsconfig: './tsconfig.lib.json' From 3026fcee4fc58497d697b9f4689933eb05231c90 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Wed, 21 May 2025 15:22:48 +0100 Subject: [PATCH 2/2] Publish 7.0.0-beta.54 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0cb5ae815..673950d77c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-data-grid", - "version": "7.0.0-beta.53", + "version": "7.0.0-beta.54", "license": "MIT", "description": "Feature-rich and customizable data grid React component", "keywords": [