99 Commits

Author SHA256 Message Date
Ana Guerrero
3c864e8c3c Accepting request 1233583 from utilities
- Update to 0.32.2:
  * fix: linting 10f3e74
  * feat: distinguish manual type annotation 4558c48
  * feat: add ChildTypes helper 0d477e9

- Update to 0.32.1:
  * fix(deps): update rust crate clap_complete to v4.5.39 6ad3c7b
  * fix: add npmignore to suppress gitignore 11bb8e4

- Update to 0.32.0:
  * feat: Add fieldChildren method to napi's SgNode and pyo3's PyNode #1655
  * Breaking change: fix: rename range rule's row to line #1663
  * fix: add biome formatting 5a41f13
  * feat(napi): Typed SgNode and SgRoot 55e65f3
  * fix: Use ts-node and versioned node-types URLs instead of heads dcb7916

OBS-URL: https://build.opensuse.org/request/show/1233583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=47
2024-12-30 11:51:15 +00:00
4f9725ad1a - Update to 0.32.2:
* fix: linting 10f3e74
  * feat: distinguish manual type annotation 4558c48
  * feat: add ChildTypes helper 0d477e9

- Update to 0.32.1:
  * fix(deps): update rust crate clap_complete to v4.5.39 6ad3c7b
  * fix: add npmignore to suppress gitignore 11bb8e4

- Update to 0.32.0:
  * feat: Add fieldChildren method to napi's SgNode and pyo3's PyNode #1655
  * Breaking change: fix: rename range rule's row to line #1663
  * fix: add biome formatting 5a41f13
  * feat(napi): Typed SgNode and SgRoot 55e65f3
  * fix: Use ts-node and versioned node-types URLs instead of heads dcb7916

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=98
2024-12-27 16:53:57 +00:00
Ana Guerrero
eac0e45290 Accepting request 1231386 from utilities
- Update to 0.31.1:
  * feat: update tree-sitter dependency to 0.24.4 91a2b46
  * fix(deps): update dependency @swc/core to v1.10.0 526648b
  * fix: fix new clippy error ebfcbcd

- Update to 0.31.0:
  * feat: only scan rule senstive files #1635
  * feat: better error handling for dynamic lib loading #1631
  * Breaking change: feat: support character based column number #1594
  * Breaking change: refactor: expose new struct Position for abstracting column b87dad7
  * refactor: Use the utf-corrected row and column methods for the range matcher 2b30f56
  * feat: Add support for range matcher 4fb2c52

OBS-URL: https://build.opensuse.org/request/show/1231386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=46
2024-12-16 18:18:03 +00:00
04deeded7a - Update to 0.31.1:
* feat: update tree-sitter dependency to 0.24.4 91a2b46
  * fix(deps): update dependency @swc/core to v1.10.0 526648b
  * fix: fix new clippy error ebfcbcd

- Update to 0.31.0:
  * feat: only scan rule senstive files #1635
  * feat: better error handling for dynamic lib loading #1631
  * Breaking change: feat: support character based column number #1594
  * Breaking change: refactor: expose new struct Position for abstracting column b87dad7
  * refactor: Use the utf-corrected row and column methods for the range matcher 2b30f56
  * feat: Add support for range matcher 4fb2c52

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=96
2024-12-16 11:36:17 +00:00
Ana Guerrero
51322e49fa Accepting request 1226814 from utilities
- Update to 0.30.1:
  * fix: fix --config=config.yml arg parse #1617
  * fix: update python version #1614
  * fix(deps): update dependency @swc/core to v1.9.3 63c1c8d
  * chore: revert pyo3 2022f38
  * feat: add rule entity inspection c569ec7

- Update to 0.30.0:
  * Breaking change: feat: semi-structured tracing output #1574
  * fix: error=unused-suppression should change exit code #1585
  * refactor: move stdErr into inspect mod #1575
  * infra: switch to llvm-cov #1570
  * Breaking change: refactor: rename --tracing to --inspect 105945e
  * Breaking change: refactor: remove --json format for tracing ed05be4
  * Breaking change: fix: remove builtin dart support cd25a62
  * Breaking change: fix: report unused suppression always 893df63
  * fix(deps): update babel monorepo b8803ce

OBS-URL: https://build.opensuse.org/request/show/1226814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=45
2024-11-27 21:12:27 +00:00
125eac036e - Update to 0.30.1:
* fix: fix --config=config.yml arg parse #1617
  * fix: update python version #1614
  * fix(deps): update dependency @swc/core to v1.9.3 63c1c8d
  * chore: revert pyo3 2022f38
  * feat: add rule entity inspection c569ec7

- Update to 0.30.0:
  * Breaking change: feat: semi-structured tracing output #1574
  * fix: error=unused-suppression should change exit code #1585
  * refactor: move stdErr into inspect mod #1575
  * infra: switch to llvm-cov #1570
  * Breaking change: refactor: rename --tracing to --inspect 105945e
  * Breaking change: refactor: remove --json format for tracing ed05be4
  * Breaking change: fix: remove builtin dart support cd25a62
  * Breaking change: fix: report unused suppression always 893df63
  * fix(deps): update babel monorepo b8803ce

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=94
2024-11-27 08:22:08 +00:00
9e37ad5e1e Accepting request 1219358 from utilities
- Update to 0.29.0:
  * feat: support override severity of unused-suppression #1556
  * feat: unify configuration reading #1557
  * feat: unify configuration #1557
  * refactor: improve file config handling #1553
  * refactor: revamp configuration file discovering and custom language registration #1553
  * feat(scan): support context, before/after flags #1549
  * feat: add RuleOverwrite to override rule severity from CLI #1061
  * Breaking change: feat: support --config in sg new cfe472f
  * feat: add rule overwrite impl fb4ac07
  * fix(deps): update dependency @swc/core to v1.7.36 c11fd89

OBS-URL: https://build.opensuse.org/request/show/1219358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=44
2024-10-30 16:38:33 +00:00
4ed6d9fd74 - Update to 0.29.0:
* feat: support override severity of unused-suppression #1556
  * feat: unify configuration reading #1557
  * feat: unify configuration #1557
  * refactor: improve file config handling #1553
  * refactor: revamp configuration file discovering and custom language registration #1553
  * feat(scan): support context, before/after flags #1549
  * feat: add RuleOverwrite to override rule severity from CLI #1061
  * Breaking change: feat: support --config in sg new cfe472f
  * feat: add rule overwrite impl fb4ac07
  * fix(deps): update dependency @swc/core to v1.7.36 c11fd89

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=92
2024-10-30 08:48:43 +00:00
Ana Guerrero
aad1b1a665 Accepting request 1209590 from utilities
- Update to 0.28.1:
  * feat: report unused suppression #1346
  * feat: make number of threads configurable #1498
  * doc: add bug report yaml #1462
  * refactor: rename tracing f83dbe9
  * fix: fix bug report bug agains 61921f7
  * fix(deps): update dependency @babel/core to v7.25.8 cf06185

OBS-URL: https://build.opensuse.org/request/show/1209590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=43
2024-10-21 14:25:31 +00:00
92837cca4d - Update to 0.28.1:
* feat: report unused suppression #1346
  * feat: make number of threads configurable #1498
  * doc: add bug report yaml #1462
  * refactor: rename tracing f83dbe9
  * fix: fix bug report bug agains 61921f7
  * fix(deps): update dependency @babel/core to v7.25.8 cf06185

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=90
2024-10-20 10:00:01 +00:00
Ana Guerrero
e92ed5df39 Accepting request 1206043 from utilities
- Update to 0.28.0:
  * feat: TypeScript types for Rules in NAPI #1038
  * feat:support glob path match in CLI #1062
  * refactor: move input/output args to standalone file 3d937cb
  * refactor: move worker outside of utils 84ea621
  * fix(deps): update babel monorepo to v7.25.7 b989f05

OBS-URL: https://build.opensuse.org/request/show/1206043
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=42
2024-10-07 19:52:23 +00:00
c309f106be - Update to 0.28.0:
* feat: TypeScript types for Rules in NAPI #1038
  * feat:support glob path match in CLI #1062
  * refactor: move input/output args to standalone file 3d937cb
  * refactor: move worker outside of utils 84ea621
  * fix(deps): update babel monorepo to v7.25.7 b989f05

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=88
2024-10-07 08:38:22 +00:00
Ana Guerrero
e0b99a4e85 Accepting request 1202545 from utilities
- Update to 0.27.3:
  * feat: add prettified pattern debug 70d33b5
  * fix(deps): update rust crate pyo3 to v0.22.3 683e398
  * test: add test for CST a79f13f

- Update to 0.27.2:
  * feat: add follow symbolic links option to CLI #1461
  * fix(deps): update dependency @swc/core to v1.7.26 e0b437d
  * fix(deps): update dependency @swc/core to v1.7.24 657bc4e
  * chore(deps): update dependency typescript to v5.6.2 c55a404

OBS-URL: https://build.opensuse.org/request/show/1202545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=41
2024-09-23 13:23:39 +00:00
6ef3b37aaa - Update to 0.27.3:
* feat: add prettified pattern debug 70d33b5
  * fix(deps): update rust crate pyo3 to v0.22.3 683e398
  * test: add test for CST a79f13f

- Update to 0.27.2:
  * feat: add follow symbolic links option to CLI #1461
  * fix(deps): update dependency @swc/core to v1.7.26 e0b437d
  * fix(deps): update dependency @swc/core to v1.7.24 657bc4e
  * chore(deps): update dependency typescript to v5.6.2 c55a404

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=86
2024-09-23 07:11:57 +00:00
Ana Guerrero
1f847d3420 Accepting request 1199549 from utilities
- Update to 0.27.1:
  * fix: create .gitkeep file in new dirs #1273
  * fix: fix unwrap error for unfound dir #1456
  * fix(deps): update dependency @swc/core to v1.7.23 5fd4101
  * chore(deps): update dependency @types/node to v20.16.5 294e402
  * fix: improve error message d46df6a

- Update to 0.27.0:
  * feat: support YAML language #1436
  * fix(deps): update dependency @swc/core to v1.7.22 c577761
  * fix(deps): update dependency @swc/core to v1.7.21 4b0e594
  * feat: add rule config potential kind test def5b21

OBS-URL: https://build.opensuse.org/request/show/1199549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=40
2024-09-09 12:45:04 +00:00
4e9b941483 - Update to 0.27.1:
* fix: create .gitkeep file in new dirs #1273
  * fix: fix unwrap error for unfound dir #1456
  * fix(deps): update dependency @swc/core to v1.7.23 5fd4101
  * chore(deps): update dependency @types/node to v20.16.5 294e402
  * fix: improve error message d46df6a

- Update to 0.27.0:
  * feat: support YAML language #1436
  * fix(deps): update dependency @swc/core to v1.7.22 c577761
  * fix(deps): update dependency @swc/core to v1.7.21 4b0e594
  * feat: add rule config potential kind test def5b21

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=84
2024-09-09 06:26:49 +00:00
Ana Guerrero
d6b7a7a2c1 Accepting request 1196017 from utilities
- Update to 0.26.3:
  * fix: fix wrong transformation indentation #1405
  * fix: compare only kind for unnamed nodes #1419
  * fix(deps): update dependency @swc/core to v1.7.18 9ecb02c
  * fix(deps): update dependency @swc/core to v1.7.14 459d20a
  * test: add test for transformation indentation e0bfaf2

OBS-URL: https://build.opensuse.org/request/show/1196017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=39
2024-08-26 20:10:44 +00:00
046b5f6183 - Update to 0.26.3:
* fix: fix wrong transformation indentation #1405
  * fix: compare only kind for unnamed nodes #1419
  * fix(deps): update dependency @swc/core to v1.7.18 9ecb02c
  * fix(deps): update dependency @swc/core to v1.7.14 459d20a
  * test: add test for transformation indentation e0bfaf2

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=82
2024-08-26 07:09:00 +00:00
Ana Guerrero
56a0d0a6a4 Accepting request 1195224 from utilities
OBS-URL: https://build.opensuse.org/request/show/1195224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=38
2024-08-22 16:13:51 +00:00
f6c2ac1768 - Added ppc64le to the list of architectures (_constraints)
- Increased memory to 8 GB for s390x (_constraints)

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=80
2024-08-22 05:37:33 +00:00
Ana Guerrero
4784135c67 Accepting request 1194639 from utilities
- Update to 0.26.2:
  * fix: readopt matched metavar in napi #1380
  * chore: update napi definition 07e084a
  * fix(deps): update dependency @swc/core to v1.7.11 835b06f
  * fix(deps): update dependency @swc/core to v1.7.10 d7a3820

OBS-URL: https://build.opensuse.org/request/show/1194639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=37
2024-08-19 21:44:56 +00:00
f384ae4887 - Update to 0.26.2:
* fix: readopt matched metavar in napi #1380
  * chore: update napi definition 07e084a
  * fix(deps): update dependency @swc/core to v1.7.11 835b06f
  * fix(deps): update dependency @swc/core to v1.7.10 d7a3820

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=78
2024-08-19 06:07:03 +00:00
12cb5bcfcf Accepting request 1193093 from utilities
- Update to 0.26.1:
  * feat: support dynamic language in pyo3 #1143
  * test: add test for load dynamic lang in python 236f4ab
  * feat: add py_lang registration function 43e74e7
  * feat: add pytype for register language 8b660cf

OBS-URL: https://build.opensuse.org/request/show/1193093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=36
2024-08-10 17:08:12 +00:00
1678c9829e - Update to 0.26.1:
* feat: support dynamic language in pyo3 #1143
  * test: add test for load dynamic lang in python 236f4ab
  * feat: add py_lang registration function 43e74e7
  * feat: add pytype for register language 8b660cf

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=76
2024-08-10 04:40:12 +00:00
ced75a3130 Accepting request 1192499 from utilities
- Update to 0.26.0:
  * feat: Additional impls for language types #1379
  * feat: append note to error message if available #1384
  * fix: LSP should skip files outside the workspace root #1382
  * fix(deps): update dependency @babel/core to v7.25.2 3b0be88
  * refactor: split two macros b760eb8
  * refactor: simplify visitor 5ae03ae

- Update to 0.25.7:
  * feat: add charCount to split lines #1381
  * chore(deps): update dependency @types/node to v20.14.14 bca7e7b
  * fix(deps): update rust crate clap to v4.5.13 c143464
  * fix(deps): update rust crate toml_edit to v0.22.20 170da4c

OBS-URL: https://build.opensuse.org/request/show/1192499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=35
2024-08-08 08:57:31 +00:00
e14bcef9b0 - Update to 0.26.0:
* feat: Additional impls for language types #1379
  * feat: append note to error message if available #1384
  * fix: LSP should skip files outside the workspace root #1382
  * fix(deps): update dependency @babel/core to v7.25.2 3b0be88
  * refactor: split two macros b760eb8
  * refactor: simplify visitor 5ae03ae

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=74
2024-08-08 05:27:48 +00:00
9f5f197a30 - Update to 0.25.7:
* feat: add charCount to split lines #1381
  * chore(deps): update dependency @types/node to v20.14.14 bca7e7b
  * fix(deps): update rust crate clap to v4.5.13 c143464
  * fix(deps): update rust crate toml_edit to v0.22.20 170da4c

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=73
2024-08-07 05:37:01 +00:00
58eaa9ab6a Accepting request 1191590 from utilities
- Update to 0.25.6:
  * feat: add --selector in sg run #1378
  * fix: fix clippy new complaints a4cc793
  * fix(deps): update dependency @swc/core to v1.7.5 d3ee100
  * chore(deps): update rust crate tree-sitter to v0.22.2 93d684a

OBS-URL: https://build.opensuse.org/request/show/1191590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=34
2024-08-05 15:22:07 +00:00
12372b4f35 - Update to 0.25.6:
* feat: add --selector in sg run #1378
  * fix: fix clippy new complaints a4cc793
  * fix(deps): update dependency @swc/core to v1.7.5 d3ee100
  * chore(deps): update rust crate tree-sitter to v0.22.2 93d684a

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=71
2024-08-05 05:55:47 +00:00
2053434c72 Accepting request 1191105 from utilities
- Update to 0.25.5:
  * feat: support using transform in rule message #1366
  * test: add test for skipping multiple ellipsis #1365
  * feat: Support ast-grep-ignore comment on same line as violation #1347
  * Revert "feat: add wasm engine support" 78b1633
  * feat: add wasm engine support ff77914
  * refactor: remove old find/scan 58a3646

OBS-URL: https://build.opensuse.org/request/show/1191105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=33
2024-08-02 15:27:18 +00:00
b573e8e00c - Update to 0.25.5:
* feat: support using transform in rule message #1366
  * test: add test for skipping multiple ellipsis #1365
  * feat: Support ast-grep-ignore comment on same line as violation #1347
  * Revert "feat: add wasm engine support" 78b1633
  * feat: add wasm engine support ff77914
  * refactor: remove old find/scan 58a3646

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=69
2024-08-02 06:34:25 +00:00
0f522b919a Accepting request 1189720 from utilities
- Update to 0.25.4:
  * feat: support sql experimentally #1300
  * feat: consistent file path for search by removing ./ prefix #1343
  * feat: allow multiple tests in a single YAML file #1344
  * refactor: use HarnessBuilder c41ffa8
  * refactor: move out some files dfa38f2
  * test: add test for deserde tests 76796e4

OBS-URL: https://build.opensuse.org/request/show/1189720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=32
2024-07-26 14:16:01 +00:00
b8bd17f4c1 - Update to 0.9.7:
* #1500: Fix builds for Rust 1.80.

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=67
2024-07-26 06:02:51 +00:00
a3805b63a4 Accepting request 1189217 from utilities
- Update to 0.25.3:
  * feat: support custom language injection #1309
  * feat: register embedded language 416e28e
  * fix(deps): update dependency @babel/core to v7.24.9 8c5dd00
  * fix(deps): update dependency @swc/core to v1.7.0 61f6a14

OBS-URL: https://build.opensuse.org/request/show/1189217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=31
2024-07-24 13:31:42 +00:00
326bf6d2f3 - Update to 0.25.3:
* feat: support custom language injection #1309
  * feat: register embedded language 416e28e
  * fix(deps): update dependency @babel/core to v7.24.9 8c5dd00
  * fix(deps): update dependency @swc/core to v1.7.0 61f6a14

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=65
2024-07-23 09:39:45 +00:00
Ana Guerrero
dc4b31e28c Accepting request 1188553 from utilities
- Update to 0.25.2:
  * fix: only present code action when there are truly fixable diagnostic #1327
  * refactor: move some function out of lsp 1e6b477
  * fix: use fix in data for fix all command d358d45
  * fix: update fix all lsp b760b9b

OBS-URL: https://build.opensuse.org/request/show/1188553
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=30
2024-07-22 15:15:17 +00:00
8e6e6ab27b - Update to 0.25.2:
* fix: only present code action when there are truly fixable diagnostic #1327
  * refactor: move some function out of lsp 1e6b477
  * fix: use fix in data for fix all command d358d45
  * fix: update fix all lsp b760b9b

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=63
2024-07-19 07:52:12 +00:00
Ana Guerrero
8bcf81c4fa Accepting request 1187426 from utilities
- Update to 0.25.1:
  * fix: make config file work outside of workspace root #1326
  * fix: fix napi musl bde7f34
  * fix: debug napi 2d87fc5

- Update to 0.25.0:
  * Fix Python 3.10 macOS ast-grep-py build #1315
  * feat: support multiple doc in scan #1310
  * fix: fix testing #1305
  * feat: support searching injected code in specified lang #1307
  * feat: improve HTML language extraction for ts/scss #1301
  * fix: use relative path in lsp #1272
  * fix: use match info in lsp message #1271
  * feat: support arm64 musl #1227
  * fix(deps): update dependency @babel/core to v7.24.8 624aa70
  * feat: support multiple regions in run 07ef11f
  * refactor: move Html out 4a0c177

OBS-URL: https://build.opensuse.org/request/show/1187426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=29
2024-07-15 17:49:27 +00:00
fc05213d4e - Update to 0.25.1:
* fix: make config file work outside of workspace root #1326
  * fix: fix napi musl bde7f34
  * fix: debug napi 2d87fc5

- Update to 0.25.0:
  * Fix Python 3.10 macOS ast-grep-py build #1315
  * feat: support multiple doc in scan #1310
  * fix: fix testing #1305
  * feat: support searching injected code in specified lang #1307
  * feat: improve HTML language extraction for ts/scss #1301
  * fix: use relative path in lsp #1272
  * fix: use match info in lsp message #1271
  * feat: support arm64 musl #1227
  * fix(deps): update dependency @babel/core to v7.24.8 624aa70
  * feat: support multiple regions in run 07ef11f
  * refactor: move Html out 4a0c177

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=61
2024-07-15 04:10:24 +00:00
Ana Guerrero
bfcd5a8583 Accepting request 1183519 from utilities
- Update to 0.24.1:
  * fix: skip missing node in pattern #1256
  * doc: add cli help text for debug format 1754382

OBS-URL: https://build.opensuse.org/request/show/1183519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=28
2024-06-27 14:04:28 +00:00
d5b559c5cf - Update to 0.24.1:
* fix: skip missing node in pattern #1256
  * doc: add cli help text for debug format 1754382

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=59
2024-06-27 05:48:20 +00:00
Ana Guerrero
5eca2520ac Accepting request 1182969 from utilities
- Update to 0.24.0:
  * feat: add debug ast and cst #1218
  * feat: add strictness in PyO3 #1246
  * feat: add strictness flag in cli #1243
  * test: add test for different strictness #1241
  * feat: add strictness to YAML #1239
  * Breaking change: fix: update API for fix 4971ac2
  * Breaking change: fix: change deletedLength to endPos in napi c0e9a65
  * feat: add colorized output 22f279c

- Update to 0.23.1:
  * fix: all should not pollute env #1225
  * Breaking change: feat: use new pattern struct f219b43
  * refactor: move match_node impl out 27c918a
  * refactor: factor out match_ellipsis logic 407d2a8

OBS-URL: https://build.opensuse.org/request/show/1182969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=27
2024-06-24 18:56:27 +00:00
67f7ffc7d9 - Update to 0.24.0:
* feat: add debug ast and cst #1218
  * feat: add strictness in PyO3 #1246
  * feat: add strictness flag in cli #1243
  * test: add test for different strictness #1241
  * feat: add strictness to YAML #1239
  * Breaking change: fix: update API for fix 4971ac2
  * Breaking change: fix: change deletedLength to endPos in napi c0e9a65
  * feat: add colorized output 22f279c

- Update to 0.23.1:
  * fix: all should not pollute env #1225
  * Breaking change: feat: use new pattern struct f219b43
  * refactor: move match_node impl out 27c918a
  * refactor: factor out match_ellipsis logic 407d2a8

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=57
2024-06-24 07:27:05 +00:00
Ana Guerrero
3ef21d7ef9 Accepting request 1179978 from utilities
- Update to 0.23.0:
  * feat: add typings for pyo3 #676
  * refactor: remove unused old code 3ffd1d9
  * fix(deps): update babel monorepo to v7.24.7 b4aebaf
  * refactor: add new abstraction for match_tree 079bc7d

OBS-URL: https://build.opensuse.org/request/show/1179978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=26
2024-06-11 16:31:28 +00:00
9ded712c97 - Update to 0.23.0:
* feat: add typings for pyo3 #676
  * refactor: remove unused old code 3ffd1d9
  * fix(deps): update babel monorepo to v7.24.7 b4aebaf
  * refactor: add new abstraction for match_tree 079bc7d

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=55
2024-06-11 10:16:10 +00:00
Ana Guerrero
33aa4bdeb6 Accepting request 1178664 from utilities
- Update to 0.22.6:
  * fix: add Edit to export list #1186
  * feat: add modify edit range feature in pyo3 1e31253
  * test: add test for modifying edit 7044811
  * fix: addClass Edit in pyo3 d81c6c3

OBS-URL: https://build.opensuse.org/request/show/1178664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=25
2024-06-05 15:42:45 +00:00
f31dd02dd1 - Update to 0.22.6:
* fix: add Edit to export list #1186
  * feat: add modify edit range feature in pyo3 1e31253
  * test: add test for modifying edit 7044811
  * fix: addClass Edit in pyo3 d81c6c3

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=53
2024-06-05 06:21:28 +00:00
Ana Guerrero
751de30b79 Accepting request 1178224 from utilities
- Update to 0.22.5:
  * feat: support all languages in napi #1170
  * Breaking change: refactor: rename Frontend Language to Lang c582c16
  * refactor: move find files operations to standalone files 8ebb888
  * feat: support more languages in napi 19e3baa

OBS-URL: https://build.opensuse.org/request/show/1178224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=24
2024-06-03 15:44:18 +00:00
50d9fbbe86 - Update to 0.22.5:
* feat: support all languages in napi #1170
  * Breaking change: refactor: rename Frontend Language to Lang c582c16
  * refactor: move find files operations to standalone files 8ebb888
  * feat: support more languages in napi 19e3baa

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=51
2024-06-03 06:28:41 +00:00
Ana Guerrero
5a30303c7f Accepting request 1177044 from utilities
- Update to 0.22.4:
  * feat: use var defined in utils in transform/fix #1155
  * fix: fix pattern polluting env #1164
  * test: add python fix test #1161
  * feat: add fix related feature to pyo3 #1159
  * test: add test for napi test #1160
  * feat: add commit_fix and fix to napi #1158
  * fix(deps): update babel monorepo to v7.24.6 0898b55
  * fix(deps): update dependency @swc/core to v1.5.7 9beda6e
  * feat: add edit/fix sketch 6817854

OBS-URL: https://build.opensuse.org/request/show/1177044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=23
2024-05-27 09:56:37 +00:00