109 Commits

Author SHA256 Message Date
Ana Guerrero
9e56114bf6 Accepting request 1242307 from utilities
- Update to 0.34.4:
  * fix: fix bininstall #1744
  * fix(deps): update dependency @swc/core to v1.10.12 3eea108
  * chore(deps): update rust crate tempfile to v3.16.0 6939cca
  * chore(deps): update dependency @types/node to v22.12.0 ea05951

OBS-URL: https://build.opensuse.org/request/show/1242307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=52
2025-02-03 20:44:36 +00:00
d2ae942212 - Update to 0.34.4:
* fix: fix bininstall #1744
  * fix(deps): update dependency @swc/core to v1.10.12 3eea108
  * chore(deps): update rust crate tempfile to v3.16.0 6939cca
  * chore(deps): update dependency @types/node to v22.12.0 ea05951

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=108
2025-02-03 07:17:05 +00:00
Ana Guerrero
c4367336ac Accepting request 1240842 from utilities
- Update to 0.34.3:
  * fix: fix binary command again 2c9034c

- Update to 0.34.2:
  * fix: fix binary name for npm #1773
  * fix: do not publich napi 553f5e5

- Update to 0.34.1:
  * fix: fix windows error

- Update to 0.34.0:
  * feat: support cargo binstall #1744
  * feat: add tracing of resolved configuration file path #1755
  * fix: report error in run with wrong yaml #1768
  * Breaking change: feat: reduce napi binary size #1759
  * feat: compile sg as an alias of ast-grep #1757
  * doc: update readme #574
  * fix: remove sequel #1743
  * Breaking change: feat: remove nonsupported language e5a0a55
  * feat: use macro to simplify code d762257
  * fix(deps): update dependency @babel/core to v7.26.7 5944dbf

OBS-URL: https://build.opensuse.org/request/show/1240842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=51
2025-01-28 16:06:37 +00:00
6875f48c71 - Update to 0.34.3:
* fix: fix binary command again 2c9034c

- Update to 0.34.2:
  * fix: fix binary name for npm #1773
  * fix: do not publich napi 553f5e5

- Update to 0.34.1:
  * fix: fix windows error

- Update to 0.34.0:
  * feat: support cargo binstall #1744
  * feat: add tracing of resolved configuration file path #1755
  * fix: report error in run with wrong yaml #1768
  * Breaking change: feat: reduce napi binary size #1759
  * feat: compile sg as an alias of ast-grep #1757
  * doc: update readme #574
  * fix: remove sequel #1743
  * Breaking change: feat: remove nonsupported language e5a0a55
  * feat: use macro to simplify code d762257
  * fix(deps): update dependency @babel/core to v7.26.7 5944dbf

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=106
2025-01-28 13:38:31 +00:00
Ana Guerrero
db8941c60a Accepting request 1237514 from utilities
- Update to 0.33.1:
  * feat: Support passing rule config to SgNode match methods (matches, has, inside, follows, precedes) #1730
  * chore(deps): update dependency @ast-grep/napi to v0.33.0 61f7177
  * fix(deps): update dependency typescript to v5.7.3 85a7204
  * fix(deps): update dependency tree-sitter to v0.22.4 ec70763

OBS-URL: https://build.opensuse.org/request/show/1237514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=50
2025-01-14 15:22:14 +00:00
d75d6488e9 - Update to 0.33.1:
* feat: Support passing rule config to SgNode match methods (matches, has, inside, follows, precedes) #1730
  * chore(deps): update dependency @ast-grep/napi to v0.33.0 61f7177
  * fix(deps): update dependency typescript to v5.7.3 85a7204
  * fix(deps): update dependency tree-sitter to v0.22.4 ec70763

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=104
2025-01-13 15:12:30 +00:00
Ana Guerrero
b725c2c41c Accepting request 1235583 from utilities
- Update to 0.33.0:
  * Breaking change: refactor: move pyo3 registration to CustomLang 4ddb08f
  * feat: introduce napi_lang for dynamic loading 1a8d782
  * chore(deps): update dependency @ast-grep/napi to v0.32.3 713244f

OBS-URL: https://build.opensuse.org/request/show/1235583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=49
2025-01-07 19:54:37 +00:00
8baa39c87a - Update to 0.33.0:
* Breaking change: refactor: move pyo3 registration to CustomLang 4ddb08f
  * feat: introduce napi_lang for dynamic loading 1a8d782
  * chore(deps): update dependency @ast-grep/napi to v0.32.3 713244f

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=102
2025-01-07 11:09:54 +00:00
Ana Guerrero
59134b9bde Accepting request 1234486 from utilities
- Update to 0.32.3:
  * feat: print fixed rules count #1708
  * fix: move unused suppressions to config crate #1624
  * fix: allow malformed pattern to be dumped as tree #804
  * fix: fix files not recognize in lsp #1691
  * fix: fix crash when internal node has no child #1688
  * feat: use mutable self in Printer trait 5e3835a
  * feat: reduce binary size by remove Printer polymorphism 8b735cf
  * feat: resolve rule id for ScanResult 9a7f3cc

OBS-URL: https://build.opensuse.org/request/show/1234486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=48
2025-01-02 18:23:00 +00:00
cbe936159e - Update to 0.32.3:
* feat: print fixed rules count #1708
  * fix: move unused suppressions to config crate #1624
  * fix: allow malformed pattern to be dumped as tree #804
  * fix: fix files not recognize in lsp #1691
  * fix: fix crash when internal node has no child #1688
  * feat: use mutable self in Printer trait 5e3835a
  * feat: reduce binary size by remove Printer polymorphism 8b735cf
  * feat: resolve rule id for ScanResult 9a7f3cc

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=100
2025-01-02 07:15:10 +00:00
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