From ee8ae3e1c61b8c720c1ada5bc7f7521f4507005c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 13:54:29 +0000 Subject: [PATCH] Bump oxfmt from 0.33.0 to 0.35.0 (#3973) * Bump oxfmt from 0.33.0 to 0.35.0 Bumps [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) from 0.33.0 to 0.35.0. - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.35.0/npm/oxfmt) --- updated-dependencies: - dependency-name: oxfmt dependency-version: 0.35.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * - experimental, enable package.json sorting --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicolas Stepien --- .oxfmtrc.json | 5 ++--- package.json | 32 ++++++++++++++++---------------- 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/.oxfmtrc.json b/.oxfmtrc.json index cfba423805..a85ef2fcc6 100644 --- a/.oxfmtrc.json +++ b/.oxfmtrc.json @@ -3,7 +3,7 @@ "ignorePatterns": ["/website/routeTree.gen.ts"], "singleQuote": true, "trailingComma": "none", - "experimentalSortImports": { + "sortImports": { "customGroups": [ { "groupName": "react", @@ -64,6 +64,5 @@ "unknown" ], "newlinesBetween": false - }, - "experimentalSortPackageJson": false + } } diff --git a/package.json b/package.json index 7042d5b0a3..339fd4da9b 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,29 @@ { "name": "react-data-grid", "version": "7.0.0-beta.59", - "license": "MIT", "description": "Feature-rich and customizable data grid React component", "keywords": [ - "react", - "data grid" + "data grid", + "react" ], + "homepage": "https://github.com/Comcast/react-data-grid#readme", + "bugs": "https://github.com/Comcast/react-data-grid/issues", + "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Comcast/react-data-grid.git" }, - "homepage": "https://github.com/Comcast/react-data-grid#readme", - "bugs": "https://github.com/Comcast/react-data-grid/issues", + "files": [ + "lib" + ], "type": "module", + "sideEffects": [ + "**/*.css" + ], + "main": "./lib/index.js", + "module": "./lib/index.js", + "browser": "./lib/index.js", + "types": "./lib/index.d.ts", "exports": { "./lib/styles.css": "./lib/styles.css", ".": { @@ -21,16 +31,6 @@ "default": "./lib/index.js" } }, - "browser": "./lib/index.js", - "main": "./lib/index.js", - "module": "./lib/index.js", - "types": "./lib/index.d.ts", - "files": [ - "lib" - ], - "sideEffects": [ - "**/*.css" - ], "scripts": { "start": "vite serve --clearScreen false", "preview": "vite preview", @@ -74,7 +74,7 @@ "eslint-plugin-testing-library": "^7.13.5", "jspdf": "^4.0.0", "jspdf-autotable": "^5.0.2", - "oxfmt": "0.33.0", + "oxfmt": "0.35.0", "playwright": "~1.58.0", "postcss": "^8.5.2", "react": "^19.2.1",