-
Notifications
You must be signed in to change notification settings - Fork 26
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
chore: bump @types/react from 19.0.6 to 19.0.7 #1228
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
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 19.0.6 to 19.0.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Jan 28, 2025
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [quarylabs/sqruff](https://github.com/quarylabs/sqruff) | minor | `v0.23.1` -> `v0.24.3` | 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.24.3`](https://github.com/quarylabs/sqruff/releases/tag/v0.24.3) [Compare Source](quarylabs/sqruff@v0.24.2...v0.24.3) #### What's Changed - feat: implementing jinja templater by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1222 - chore: bump indexmap from 2.7.0 to 2.7.1 by [@​dependabot](https://github.com/dependabot) in quarylabs/sqruff#1224 - chore: bump [@​types/react](https://github.com/types/react) from 19.0.6 to 19.0.7 by [@​dependabot](https://github.com/dependabot) in quarylabs/sqruff#1228 - chore: bump [@​types/node](https://github.com/types/node) from 22.10.5 to 22.10.7 by [@​dependabot](https://github.com/dependabot) in quarylabs/sqruff#1230 - chore: bump serde_json from 1.0.135 to 1.0.137 by [@​dependabot](https://github.com/dependabot) in quarylabs/sqruff#1225 - chore: update node deps jan 20 by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1233 - feat: Add verbosity config to OutputStreamFormatter by [@​duvenagep](https://github.com/duvenagep) in quarylabs/sqruff#1234 - refactor: remove unused `AsAny` trait and its implementation by [@​gvozdvmozgu](https://github.com/gvozdvmozgu) in quarylabs/sqruff#1235 - fix: allow arbitrary expressions in sqlite by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1240 - feat: enhance command descriptions for lint and fix commands by [@​gvozdvmozgu](https://github.com/gvozdvmozgu) in quarylabs/sqruff#1237 - refactor: simplify filename formatting by removing `IntoStatus` trait by [@​gvozdvmozgu](https://github.com/gvozdvmozgu) in quarylabs/sqruff#1236 - chore: bump version by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1241 **Full Changelog**: quarylabs/sqruff@v0.24.2...v0.24.3 ### [`v0.24.2`](https://github.com/quarylabs/sqruff/releases/tag/v0.24.2) [Compare Source](quarylabs/sqruff@v0.24.1...v0.24.2) #### What's Changed - chore: turn on all features for tests by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1213 - chore: update rust version by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1215 - refactor: replace sptr polyfill with std equivalent by [@​gvozdvmozgu](https://github.com/gvozdvmozgu) in quarylabs/sqruff#1216 - refactor: simplify `ErasedSegment::make_mut` by [@​gvozdvmozgu](https://github.com/gvozdvmozgu) in quarylabs/sqruff#1217 - chore: make config simpler for templaters by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1211 - docs: Added Redshift to supported dialects by [@​duvenagep](https://github.com/duvenagep) in quarylabs/sqruff#1218 - feat: add code to dianostic by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1220 - chore: bump version 24.2 by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1221 #### New Contributors - [@​duvenagep](https://github.com/duvenagep) made their first contribution in quarylabs/sqruff#1218 **Full Changelog**: quarylabs/sqruff@v0.24.1...v0.24.2 ### [`v0.24.1`](https://github.com/quarylabs/sqruff/releases/tag/v0.24.1) [Compare Source](quarylabs/sqruff@v0.23.1...v0.24.1) #### What's Changed - chore: add superlong fix benchmark by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1208 - fix: fix just the vscode version by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1210 - refactor: remove `.clone()` for `LintFix` and `LintResult` by [@​gvozdvmozgu](https://github.com/gvozdvmozgu) in quarylabs/sqruff#1204 - fix: fix vscode build by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1209 - refactoring around `RuleContext` by [@​gvozdvmozgu](https://github.com/gvozdvmozgu) in quarylabs/sqruff#1202 - chore: bump version 24 1 by [@​benfdking](https://github.com/benfdking) in quarylabs/sqruff#1214 **Full Changelog**: quarylabs/sqruff@v0.24.0...v0.24.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMzcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjEzNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
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.
Bumps @types/react from 19.0.6 to 19.0.7.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)