Skip to content
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

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

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.28.0

Release Notes

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

v0.28.0

Compare Source

  • 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

  • feat(language): Add support for Haskell via tree-sitter-haskell #1128
  • fix: add ast-grep to release #1130
  • fix(deps): update dependency @​swc/core to v1.5.5 31428dd
  • fix(deps): update dependency tree-sitter-typescript to v0.21.1 188525d
  • chore(deps): update dependency @​types/node to v20.12.11 3fe7780

v0.22.0

Compare Source

8 May 2024

  • test: add string test case back in Rust #1060
  • chore: bump tree-sitter version 5b45bd7
  • fix: update wasm crate ce9acba
  • fix: update ts deps 3a67b6b

v0.21.4

Compare Source

6 May 2024

  • fix: build from source #1125
  • doc: update how to install via cargo #1118
  • feat: report undefined util rules #1106
  • Breaking change: feat: separate RuleCoreError and RuleConfigError d96efa9
  • refactor: move Transformation into a standalone module b51cc95
  • fix(deps): update dependency @​babel/core to v7.24.5 77ea8bd

v0.21.3

Compare Source

2 May 2024

  • feat: make pattern more permissive #1087
  • refactor: further simplify test case 8188473
  • refactor: make rewrite test simplier 5a754ef
  • test: add test for contextual pattern defined var 2d6bae8

v0.21.2

Compare Source

1 May 2024

  • feat: Allow to use meta variable captured outside of rewrite rule inside the rewriter #1072
  • refactor: move rule_core test out of rule_core 1e8af4c
  • feat: move check variable usage out to a standalone file f086d10
  • refactor: move check var around cfe3529

v0.21.1

Compare Source

24 April 2024

  • feat: find defined vars in utils cbc6534
  • fix: add referent rule stack overflow test case f7f24e1
  • feat: add utils defined vars 59001eb

v0.21.0

Compare Source

24 April 2024

  • feat: report unused rewriters #1064
  • feat: report undefined error in fix #1070
  • feat: define the resolution order of meta variables #1068
  • feat: export used meta-var in transform #1069
  • feat: export meta variables defined in transform #1066
  • feat: export meta variables defined in constraints/rules #1067
  • test: add test for Pattern::defined_vars method #1065
  • feat: analyze meta variables defined in pattern #1065
  • feat: add field id Error for relational rule #1059
  • feat: support rewrtier check in sub-rule eb4c47c
  • test: add undefined rewriter test d56ad74
  • feat: add used_vars in TemplateFix 641d3b4

v0.20.5

Compare Source

10 April 2024

v0.20.4

Compare Source

8 April 2024

  • fix: fix new deprecation note of Rust 2024 a70565e
  • fix: fix quickfix fef3dfc
  • fix: better fix message e0b5875

v0.20.3

Compare Source

7 April 2024

  • feat(lsp): run "source.fixAll.ast-grep" onsave #1021
  • test: move the integration-test to test folder f2ff77a
  • chore: cargo update 83394e9
  • refactor: move logging and io out of on_apply_all_fix cd79cda

v0.20.2

Compare Source

27 March 2024

  • feat: make test --update-all not report error #771
  • fix: fix update cases f8132a4
  • refactor: less indentation for interactive reporter 203bd35
  • feat: improve accept 441a548

v0.20.1

Compare Source

24 March 2024

  • feat: respect suppression in lsp #1019

v0.20.0

Compare Source

24 March 2024

  • test: add test for error suppression in scan #1007
  • refactor: merge CombinedScan::scan and CombinedScan::diff #1011
  • feat: report error count instead of file count #1009
  • feat: suppress specific rule #1005
  • fix: skip suppressed error #1006
  • feat: support error/warning suppression #446
  • fix(deps): update babel monorepo da9a938
  • fix(deps): update dependency @​swc/core to v1.4.8 d81365a
  • feat: add more states for rule suppression 41a058c

v0.19.4

Compare Source

10 March 2024

  • LSP default message for diagnostics #970
  • feat: Add error messaging for rule file parsing failures #968
  • feat: add html testing and tweak html #977
  • fix(deps): update dependency @​babel/core to v7.24.0 a14741d
  • fix(deps): update dependency @​swc/core to v1.4.6 4a397f4
  • fix(deps): update rust crate pyo3 to 0.20.3 23653c2

v0.19.3

Compare Source

24 February 2024

  • fix(deps): update dependency @​swc/core to v1.4.2 67450cb
  • refactor: move rewriters to SerializableRuleConfig d98c062
  • fix(deps): update rust crate inquire to 0.7.0 86ec845

v0.19.2

Compare Source

22 February 2024

  • fix: improve expando char replacement #883
  • feat(napi): add support for napi linux x64 musl c4d7902
  • fix: fix wrong spacing matching 0e8b4f0
  • Update README.md 9636a1a

v0.19.1

Compare Source

19 February 2024

v0.19.0

Compare Source

14 February 2024

  • Breaking change: refactor: remove unused type generic 9b13d41
  • Breaking change: fix: update pyo3 test ff10e81
  • fix: fix parallel thread output be230ca

v0.18.1

Compare Source

31 January 2024

  • Breaking change: refactor: use more concise name 6a4a17c

v0.18.0

Compare Source

30 January 2024

  • Breaking change: refactor: remove IndentSensitive trait #868
  • feat: add support for rewriters #855
  • Breaking change: refactor: rename RuleWithConstraints to RuleCore #862
  • feat: move fix to SerializableRuleCore #859
  • Breaking change: refactor: remove MetaVarMatchers beb6f50
  • Breaking change: feat: move fixer to RuleCore 8a43a26
  • Breaking change: refactor: move language out of SerializableRuleCore c5e0dc8
  • Breaking change: refactor: remove Content generic from Fixer 87bbf93
  • Breaking change: feat: improve get_fixer signature e629e0f
  • Breaking change: refactor: make TemplateFix non-generic 0f462a5
  • feat: migrate constraints to Rule 230ee9c
  • refactor: move SerializableRuleCore to rule_core mod 3a303c1

v0.17.1

Compare Source

12 January 2024

  • feat: respect user's language extension option #848

v0.17.0

Compare Source

11 January 2024

  • Breaking change: feat: change get_fixer to return Fixer 07c5363
  • feat: add modify_range for tweaking fix range selection eeb2f98
  • feat: rename modify_range -> get_replace_range 54837df

v0.16.1

Compare Source

5 January 2024

  • feat: add support for bash and php #639
  • Breaking change: fix: more strict meta var parsing 13ad32b
  • Breaking change: refactor: remove thrift language 26ecdf6
  • fix(deps): update dependency @​swc/core to v1.3.102 9ca9711

v0.16.0

Compare Source

29 December 2023

  • feat: add language globs to findInFiles in napi #780
  • Breaking change: fix: rename MetaVar for better naming #805
  • refactor: reorgnanize napi file structure 93f8577
  • refactor: move file type related function out of lib 64e33a3
  • feat: handle FileOption in LangOption::infer 7bc3efe

v0.15.1

Compare Source

17 December 2023

  • feat: support mutliple rules in -r and --inline-rules #786
  • refactor: unify run_worker and run_std_in #785
  • Breaking change: feat: --stdin now always awaits user input #791
  • feat: support --inline-rules option for sg scan #396
  • refactor: separate PathWorker and StdInWorker and Worker ef3d8ad
  • test: add test cases for sg scan ed35c71
  • fix: revert github action a2f22d8

v0.15.0

Compare Source

15 December 2023

  • Breaking change: feat: reduce metavar_env string allocation e1ab015
  • Breaking change: fix: remove pattern as replacer f6e4293
  • Breaking change: feat: better metavar detection e1ab18a

v0.14.4

Compare Source

11 December 2023

  • fix: use tempfile to remove vuln #765
  • chore(deps): update dependency typescript to v5.3.3 dbac17d
  • chore(deps): update dependency @​napi-rs/cli to v2.17.0 f2d32be
  • chore(deps): update dependency prettier to v3.1.1 990f09b

v0.14.3

Compare Source

10 December 2023

  • feat: add getTransformed in napi #551
  • fix: load custom languages in new command #751
  • chore(deps): update dependency ava to v6 496eb9d
  • feat: add support for Elixir 57edde1
  • feat: rename fixer to TemplateFix 5b53ce0

v0.14.2

Compare Source

2 December 2023

v0.14.1

Compare Source

30 November 2023

v0.14.0

Compare Source

30 November 2023

  • feat: add languageGlobs #601
  • doc: import config reference link in error message #736
  • fix: report error for wrong config file #736
  • feat: support register alias language for extension override #601
  • chore(deps): update dependency typescript to v5.3.2 55a43bd
  • fix: remove alias languages 1f26f62
  • feat: support language globs fafd27c

v0.13.2

Compare Source

20 November 2023

  • chore: add cargo fmt/clippy to CI pipeline #698
  • refactor: better reusability code for benchmark 775cee4
  • feat: add async call 11cf0dd
  • feat: support napi's parseAsync ac78bc0

v0.13.1

Compare Source

15 November 2023

v0.13.0

Compare Source

5 November 2023

  • feat: support pyo3 TypedDict #389
  • chore(deps): update yarn to v4 818bcc2
  • refactor: move node outside 40028b0
  • chore: formatting 254e0de

v0.12.5

Compare Source

15 October 2023

  • fix: rewrite out of bound panic #668
  • chore: bump windows action version #620
  • fix: correct stopBy json schema #666
  • feat: cargo xtask schema for rule's JSON schema #665
  • feat: add json schema 73d6299
  • feat: initialize pyo3 810c454
  • feat: update rules field doc c9d611d

v0.12.4

Compare Source

3 October 2023

  • fix: fix word split after delimiter appear b1bcd61

v0.12.3

Compare Source

3 October 2023

  • fix: correct indent for multiple MV in same line #647
  • Breaking change: feat: change string case interface 4b60f82
  • feat: add string split fe52289
  • feat:change string case name and implement conversion f073ee3

v0.12.2

Compare Source

29 September 2023

  • Add identifier convention conversions #638
  • Breaking change: feat: change API name toCase fa50666
  • fix: make code compiles 8f29f4f
  • fix: remove unused func temporarily 710f76e

v0.12.1

Compare Source

13 September 2023

  • Implement string conversions described in #​436 as a stand-alone chainable convert transform dc1e435
  • Move structs around in transform.rs for better readability 95a9ab8
  • fix(deps): update rust crate serde_json to 1.0.106 b41cfc0

v0.12.0

Compare Source

9 September 2023

  • chore(deps): update dependency windows to v2022 #623
  • Breaking change: feat: interactive print one item a time #444
  • refactor: mvoe combined scan to config crate #626
  • test: add test for test case #553
  • Breaking change: feat: revamp diff printing schema 2b30111
  • Breaking change: feat: accept multiple scanning 4860aa4
  • refactor: move reporter out of verify.rs 58fb152

v0.11.1

Compare Source

17 August 2023

  • feat: support context lines in JSON mode #585
  • fix(cli): update typos and usage instructions 9fcf34f
  • fix: lock maturin version 83608ac
  • fix: allow newer maturin 3704f63

v0.11.0

Compare Source

13 August 2023

  • feat: Rename scan --rule-id → scan --filter #596
  • feat: improve completions command #595
  • Breaking change: feat: test -f now accepts regex 6465200
  • Breaking change: fix: remove -f -F short form argument d6d2c23
  • feat: add option scan --rule-id <rule_id>… a424121

v0.10.1

Compare Source

4 August 2023

  • [feat] Make CLI reports a soft warning if query is invalid #575
  • feat: improve swift support #573
  • doc: add descriptions and links in npm page 3be3764
  • feat: implement soft error reporting c581c34
  • fix: show at least three lines of context in diffing ff61688


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.20.2 fix(deps): update rust crate ast-grep-core to 0.20.3 Apr 8, 2024
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 7fe3e62 to 857d7e8 Compare April 8, 2024 11:57
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.20.3 fix(deps): update rust crate ast-grep-core to 0.20.4 Apr 8, 2024
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 857d7e8 to 2ae09a8 Compare April 11, 2024 07:25
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.20.4 fix(deps): update rust crate ast-grep-core to 0.20.5 Apr 11, 2024
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 2ae09a8 to 43f114c Compare April 24, 2024 08:16
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.20.5 fix(deps): update rust crate ast-grep-core to 0.21.0 Apr 24, 2024
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 43f114c to 9c89ca9 Compare April 25, 2024 00:58
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.21.0 fix(deps): update rust crate ast-grep-core to 0.21.1 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 9c89ca9 to a40595f Compare May 2, 2024 07:47
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.21.1 fix(deps): update rust crate ast-grep-core to 0.21.2 May 2, 2024
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from a40595f to a80b30b Compare May 3, 2024 07:25
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.21.2 fix(deps): update rust crate ast-grep-core to 0.21.3 May 3, 2024
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from a80b30b to b6ab587 Compare May 5, 2024 10:43
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.21.3 fix(deps): update rust crate ast-grep-core to 0.21.0 May 5, 2024
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from b6ab587 to 09e2de3 Compare May 8, 2024 23:22
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.21.0 fix(deps): update rust crate ast-grep-core to 0.22.0 May 8, 2024
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 09e2de3 to 30f8fa0 Compare June 11, 2024 10:36
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.22.0 fix(deps): update rust crate ast-grep-core to 0.23.0 Jun 11, 2024
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 30f8fa0 to 6e62b40 Compare June 24, 2024 01:52
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.23.0 fix(deps): update rust crate ast-grep-core to 0.24.0 Jun 24, 2024
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 6e62b40 to ba163f9 Compare July 14, 2024 10:35
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.24.0 fix(deps): update rust crate ast-grep-core to 0.25.0 Jul 14, 2024
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from ba163f9 to 064ec47 Compare August 8, 2024 04:54
@renovate renovate bot changed the title fix(deps): update rust crate ast-grep-core to 0.25.0 fix(deps): update rust crate ast-grep-core to 0.26.0 Aug 8, 2024
@renovate renovate bot force-pushed the renovate/ast-grep-core-0.x branch from 064ec47 to cd7286b Compare September 7, 2024 22:13
@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
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