Skip to content

fix(deps): update rust crate ast-grep-core to 0.39.0 #879

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2023

This PR contains the following updates:

Package Type Update Change
ast-grep-core (source) dependencies minor 0.5.3 -> 0.39.0

Release Notes

ast-grep/ast-grep (ast-grep-core)

v0.39.4

Compare Source

  • Improve error messages for ast-grep test failures based on failure type #2174
  • Add comprehensive GitHub Copilot development instructions #2152
  • Address all code review comments: move make_rule_finder to lsp.rs, simplify logic, reduce indentation, update file watchers, remove unused deps 8ef8ed6
  • Decouple rule finding logic from LSP crate as requested 531aac3
  • Complete LSP rule reloading implementation with tests 683f20e

v0.39.3

Compare Source

5 August 2025

  • add some tests for hcl 756499e
  • add tree-sitter-hcl to ast-grep-language package deps 26b638a
  • fix(deps): update rust crate clap to v4.5.42 4d047eb

v0.39.2

Compare Source

27 July 2025

  • fix(deps): update rust crate tokio to v1.47.0 #2124
  • fix: ignore comments in relax/signature/template strictness #2122
  • fix: prefer using env to determine bgcolor #2114
  • fix: update rules c5fd340
  • chore(deps): update dependency @​napi-rs/cli to v3.0.4 b07e5bd
  • fix: temporarily remove tweaking d2fedd2

v0.39.1

Compare Source

20 July 2025

v0.39.0

Compare Source

20 July 2025

  • feat: support esquery in kind #2007
  • fix: path in files: section should be relative to config file #2101
  • feat: add new pattern strictness: template #2097
  • fix: move applied change to stderr #1890
  • fix: use better expando char for c/cpp #2086
  • chore: bump napi-v3 d815af2
  • refactor: reorganize exports in index.d.ts and update linting configuration 74e22e2
  • refactor: remove biome configuration and update linting tool to oxlint 61ab759

v0.38.7

Compare Source

9 July 2025

  • refactor: remove biome configuration and update linting tool to oxlint ed3e5b1
  • chore(deps): update dependency @​ast-grep/napi to v0.38.6 9e5f1e0
  • Revert "fix(deps): update rust crate tower-lsp-server to 0.22.0" 7d8e872

v0.38.6

Compare Source

23 June 2025

  • fix(deps): update rust crate tower-lsp-server to 0.22.0 #2056
  • feat: allow sgconfig.yml to not have required ruleDirs field #2059
  • fix: ast-grep -h should not fail if sgconfig is wrong #2054
  • chore(deps): update dependency @​ast-grep/napi to v0.38.5 c7a41d6
  • Revert "fix(deps): update rust crate tower-lsp-server to 0.22.0 (#​2056)" a5a011b
  • fix(deps): update rust crate toml_edit to v0.22.27 84cff96

v0.38.5

Compare Source

8 June 2025

  • feat: add simple cli multi fix #2036
  • fix: quit option should keep accepted changes #2031
  • feat: add better styling handle 1a2b72c
  • feat: add fix switching 791c9a0
  • chore(deps): update dependency ava to v6.4.0 0e51f2b

v0.38.4

Compare Source

1 June 2025

  • feat: support file level suppression #1541
  • feat: add include-off rule in sg test #2023
  • feat: add multiple fix in vscode lsp 9e9a282
  • chore(deps): update dependency @​ast-grep/napi to v0.38.3 58dcc5b
  • test: add file level suppression test 93d04c7

v0.38.3

Compare Source

28 May 2025

  • feat: support object style libraryPath #2013
  • feat: Support Markdown rendering in CLI #1976
  • test: add more test for transform parse #902
  • feat: implement transform shortcut #902
  • feat: add note in lsp hover info b4f32df
  • feat: add test case for string transform 0c75416
  • refactor: simplify code 0d3ba01

v0.38.2

Compare Source

18 May 2025

  • feat: add --include-metadata flag in ast-grep scan #1987
  • fix: respect transform in fix #1991
  • Breaking change: feat: remove tree-sitter-facade-sg 1e8a38d
  • fix: remove benches c44c315
  • feat: add label handling in json print 33192d7

v0.38.1

Compare Source

11 May 2025

v0.38.0

Compare Source

10 May 2025

  • feat: use newer tower_lsp crate #1975
  • fix: --json=stream should output a trailing newline #1969
  • fix: matcher leaks environment changes when the second matcher fails #1956
  • fix: remove anyhow in ast-grep-config #1967
  • feat: remove language bound in matcher c9b450d
  • fix: bump deps version 8265edb
  • refactor: move out tree_sitter specific stuff 6d5e4e4

v0.37.0

Compare Source

14 April 2025

v0.36.3

Compare Source

13 April 2025

  • fix: transformation indent #1405
  • feat: YAML schema validation for node and field types e0a5a47
  • chore(deps): update dependency @​ast-grep/napi to v0.36.2 f291ef3
  • fix(deps): update rust crate crossterm to 0.29.0 4c62fe5

v0.36.2

Compare Source

19 March 2025

  • fix: report-style short should not print out diff #1884
  • fix: fix do not push empty unused suppressions #1882
  • chore: Remove tree-sitter wasm facade 47b14fe
  • Revert "chore: Remove tree-sitter wasm facade" a449617
  • fix: remove optimize 7365a68

v0.36.1

Compare Source

11 March 2025

  • fix: fix globs not working with lang #1861
  • perf: use smallvec for filter_file_{pattern, rule} #1858
  • fix(deps): update dependency @​swc/core to v1.11.8 a0d9e10
  • perf: save pattern clone and doc clone in multi-lang-doc 1113384
  • perf: remove duplicate pattern match 6eba6d9

v0.36.0

Compare Source

9 March 2025

  • perf: remove preScan struct #1837
  • refactor: change Worker trait signature #1849
  • fix: fix inconsistent matching in relaxed mode #1848
  • feat: allow richer metadata format #1854
  • fix: do not display color for error when not in tty #1850
  • fix: make scan respect --globs flag #1842
  • feat: move processing to worker thread #143
  • feat: move matching to worker #143
  • refactor: remove Matches/Diffs macro in cli #1819
  • Breaking change: fix: bump min msrv 846be66
  • refactor: split colored printer 083a5f9
  • refactor: moved interactive printer b9bedf4

v0.35.0

Compare Source

15 February 2025

  • fix: ensure SerializableStopBy serialization matches deserialization #1802
  • fix: ensure SerializableStopBy serialization matches deserialization (#​1802) #1802
  • feat: allow ERROR node in pattern to match everything #1791
  • Breaking change: feat: use php-only-language for php #900
  • Breaking change: refactor: better apis d91b5c5
  • chore(deps): update dependency @​ast-grep/napi to v0.34.4 a7ca599
  • fix(deps): update dependency @​babel/core to v7.26.8 bf5b3a4

v0.34.4

Compare Source

2 February 2025

v0.34.3

Compare Source

27 January 2025

  • fix: fix binary command again 2c9034c

v0.34.2

Compare Source

27 January 2025

  • fix: fix binary name for npm #1773
  • fix: do not publich napi 553f5e5

v0.34.1

Compare Source

26 January 2025

v0.34.0

Compare Source

26 January 2025

  • 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

v0.33.1

Compare Source

12 January 2025

  • 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

v0.33.0

Compare Source

5 January 2025

  • 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

v0.32.3

Compare Source

30 December 2024

  • 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

v0.32.2

Compare Source

17 December 2024

  • fix: linting 10f3e74
  • feat: distinguish manual type annotation 4558c48
  • feat: add ChildTypes helper 0d477e9

v0.32.1

Compare Source

17 December 2024

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

v0.32.0

Compare Source

17 December 2024

  • 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

v0.31.1

Compare Source

8 December 2024

v0.31.0

Compare Source

2 December 2024

  • 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

v0.30.1

Compare Source

26 November 2024

v0.30.0

Compare Source

11 November 2024

  • 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

v0.29.0

Compare Source

30 October 2024

  • 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

v0.28.1

Compare Source

20 October 2024

  • 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

v0.28.0

Compare Source

6 October 2024

  • 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

v0.27.3

Compare Source

22 September 2024

  • feat: add prettified pattern debug 70d33b5
  • fix(deps): update rust crate pyo3 to v0.22.3 683e398
  • test: add test for CST a79f13f

v0.27.2

Compare Source

14 September 2024

v0.27.1

Compare Source

8 September 2024

v0.27.0

Compare Source

7 September 2024

v0.26.3

Compare Source

25 August 2024

v0.26.2

Compare Source

18 August 2024

v0.26.1

Compare Source

9 August 2024

  • 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

v0.26.0

Compare Source

7 August 2024

  • 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

v0.25.7

Compare Source

5 August 2024

  • 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

v0.25.6

Compare Source

4 August 2024

  • 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

v0.25.5

Compare Source

1 August 2024

  • 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

v0.25.4

Compare Source

25 July 2024

  • 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

v0.25.3

Compare Source

22 July 2024

v0.25.2

Compare Source

18 July 2024

  • 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

v0.25.1

Compare Source

14 July 2024

  • fix: make config file work outside of workspace root #1326
  • fix: fix napi musl bde7f34
  • fix: debug napi 2d87fc5

v0.25.0

Compare Source

13 July 2024

  • 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

v0.24.1

Compare Source

26 June 2024

  • fix: skip missing node in pattern #1256
  • doc: add cli help text for debug format 1754382

v0.24.0

Compare Source

23 June 2024

  • 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

v0.23.1

Compare Source

22 June 2024

  • 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

v0.23.0

Compare Source

11 June 2024

  • 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

v0.22.6

Compare Source

4 June 2024

  • 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

v0.22.5

Compare Source

2 June 2024

  • 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

v0.22.4

Compare Source

26 May 2024

  • 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

v0.22.3

Compare Source

12 May 2024

v0.22.2

Compare Source

12 May 2024

v0.22.1

Compare Source

12 May 2024


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch 4 times, most recently from 5cea2c0 to ad5afbe Compare May 30, 2023 04:04
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.5.6 fix(deps): update rust crate ast-grep-core to 0.5.7 May 30, 2023
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch 2 times, most recently from 2b30f58 to c910627 Compare June 6, 2023 08:59
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.5.7 fix(deps): update rust crate ast-grep-core to 0.6.0 Jun 6, 2023
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from c910627 to 5643777 Compare June 6, 2023 17:04
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.6.0 fix(deps): update rust crate ast-grep-core to 0.6.1 Jun 6, 2023
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 5643777 to db1a499 Compare June 6, 2023 21:50
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.6.1 fix(deps): update rust crate ast-grep-core to 0.6.2 Jun 6, 2023
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.6.2 fix(deps): update rust crate ast-grep-core to 0.6.3 Jun 14, 2023
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch 2 times, most recently from 4fabf7e to 60c46e1 Compare June 17, 2023 13:04
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.6.3 fix(deps): update rust crate ast-grep-core to 0.6.4 Jun 18, 2023
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 60c46e1 to 9f76175 Compare June 20, 2023 04:49
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.6.4 fix(deps): update rust crate ast-grep-core to 0.6.6 Jun 20, 2023
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.6.6 fix(deps): update rust crate ast-grep-core to 0.6.7 Jun 23, 2023
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch 2 times, most recently from 88ebdfd to 12cef34 Compare June 25, 2023 09:48
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.6.7 fix(deps): update rust crate ast-grep-core to 0.7.0 Jun 27, 2023
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.7.0 fix(deps): update rust crate ast-grep-core to 0.7.1 Jun 29, 2023
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 12cef34 to c78f166 Compare June 29, 2023 22:45
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from c78f166 to 87c3db2 Compare July 9, 2023 22:49
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.7.1 fix(deps): update rust crate ast-grep-core to 0.7.2 Jul 9, 2023
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 87c3db2 to bb046a0 Compare July 10, 2023 22:04
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.7.2 fix(deps): update rust crate ast-grep-core to 0.8.0 Jul 10, 2023
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from bb046a0 to f45d535 Compare July 16, 2023 03:10
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.8.0 fix(deps): update rust crate ast-grep-core to 0.9.0 Jul 16, 2023
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.26.0 fix(deps): update rust crate ast-grep-core to 0.27.0 Sep 7, 2024
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from cd7286b to 8966196 Compare October 6, 2024 06:26
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.27.0 fix(deps): update rust crate ast-grep-core to 0.28.0 Oct 6, 2024
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 8966196 to 7ff0f5a Compare October 30, 2024 06:14
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.28.0 fix(deps): update rust crate ast-grep-core to 0.29.0 Oct 30, 2024
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 7ff0f5a to 9db4dfa Compare November 11, 2024 06:48
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.29.0 fix(deps): update rust crate ast-grep-core to 0.30.0 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 9db4dfa to 274cfe3 Compare December 2, 2024 18:21
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.30.0 fix(deps): update rust crate ast-grep-core to 0.31.0 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 274cfe3 to 08f77dc Compare December 17, 2024 07:09
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.31.0 fix(deps): update rust crate ast-grep-core to 0.32.0 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 08f77dc to 4cb345b Compare January 5, 2025 07:45
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.32.0 fix(deps): update rust crate ast-grep-core to 0.33.0 Jan 5, 2025
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 4cb345b to 688c906 Compare January 26, 2025 08:42
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.33.0 fix(deps): update rust crate ast-grep-core to 0.34.0 Jan 26, 2025
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 688c906 to 3c77760 Compare February 15, 2025 10:21
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.34.0 fix(deps): update rust crate ast-grep-core to 0.35.0 Feb 15, 2025
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 3c77760 to 1fe2e8b Compare March 9, 2025 06:20
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.35.0 fix(deps): update rust crate ast-grep-core to 0.36.0 Mar 9, 2025
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 1fe2e8b to 722a9e7 Compare April 15, 2025 06:42
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.36.0 fix(deps): update rust crate ast-grep-core to 0.37.0 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 722a9e7 to 616847c Compare May 10, 2025 22:30
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.37.0 fix(deps): update rust crate ast-grep-core to 0.38.0 May 10, 2025
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 616847c to 358cfbb Compare July 21, 2025 06:55
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.38.0 fix(deps): update rust crate ast-grep-core to 0.39.0 Jul 21, 2025
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 358cfbb to 93d7489 Compare July 27, 2025 21:57
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch 2 times, most recently from b2c1a68 to aec536d Compare August 10, 2025 12:42
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from aec536d to 7534c23 Compare August 17, 2025 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants