-
Notifications
You must be signed in to change notification settings - Fork 19
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
feat: implement json type returner #1051
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Benchmark for 45f3b1bClick to view benchmark
|
benfdking
force-pushed
the
benfdking/implementing_json
branch
from
December 11, 2024 09:12
a0efd3f
to
9700085
Compare
Benchmark for 3af759bClick to view benchmark
|
benfdking
force-pushed
the
benfdking/implementing_json
branch
from
December 11, 2024 09:47
4b4ed13
to
86e92da
Compare
Benchmark for b3bd2c2Click to view benchmark
|
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Dec 11, 2024
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [quarylabs/sqruff](https://github.com/quarylabs/sqruff) | patch | `v0.21.9` -> `v0.21.10` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>quarylabs/sqruff (quarylabs/sqruff)</summary> ### [`v0.21.10`](https://github.com/quarylabs/sqruff/releases/tag/v0.21.10) [Compare Source](quarylabs/sqruff@v0.21.9...v0.21.10) #### What's Changed - chore: bump prettier from 3.4.1 to 3.4.2 by [@​dependabot](https://github.com/dependabot) in quarylabs/sqruff#1047 - chore: updating minor cargo deps by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1048 - update pyo by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1049 - chore: bump eslint-plugin-react-hooks from 5.0.0 to 5.1.0 by [@​dependabot](https://github.com/dependabot) in quarylabs/sqruff#1046 - update eslint again by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1050 - chore: bump react-dom and [@​types/react-dom](https://github.com/types/react-dom) by [@​dependabot](https://github.com/dependabot) in quarylabs/sqruff#1043 - feat: implement json type returner by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1051 - chore: bump version by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1052 **Full Changelog**: quarylabs/sqruff@v0.21.9...v0.21.10 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.