Skip to content

Commit 666f464

Browse files
alexbit-codemodAutocursoragent
committed
chore(debarrel): Bump version to 0.7.11
Co-Authored-By: Auto <noreply@cursor.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 8fc3dd9 commit 666f464

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

codemods/debarrel/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# debarrel
22

3+
## 0.7.11
4+
5+
### Patch Changes
6+
7+
- Parse JSONC `tsconfig.json` files (comments and trailing commas) so tsconfig path aliases resolve on real-world configs.
8+
- Route semantic-analyzer-resolved rewrites through `buildRewriteFromTarget` so default imports and barrel metrics stay correct.
9+
- Distinguish `export { default } from "./x"` from `export { Foo as default }` when choosing import type.
10+
- Cache workspace source file listings during namespace-importer detection.
11+
- Use `path.relative` instead of a hand-rolled relative path helper.
12+
313
## 0.7.10
414

515
### Patch Changes

codemods/debarrel/codemod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
schema_version: "1.0"
22

33
name: "debarrel"
4-
version: "0.7.10"
4+
version: "0.7.11"
55
description: "Debarrel JS/TS codebases. Removing barrel files and replacing import statements."
66
author: "Mo Mohebifar <mo@codemod.com>"
77
license: "MIT"

codemods/debarrel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debarrel",
3-
"version": "0.7.10",
3+
"version": "0.7.11",
44
"description": "Debarrel JS/TS codebases. Removing barrel files and replacing import statements.",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)