-
Notifications
You must be signed in to change notification settings - Fork 7
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(lsp): bump the lsp group with 3 updates #43
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
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Mar 9, 2024
Bumps the lsp group with 3 updates: [tower-lsp](https://github.com/ebkalderon/tower-lsp), [itertools](https://github.com/rust-itertools/itertools) and [env_logger](https://github.com/rust-cli/env_logger). Updates `tower-lsp` from 0.19.0 to 0.20.0 - [Release notes](https://github.com/ebkalderon/tower-lsp/releases) - [Changelog](https://github.com/ebkalderon/tower-lsp/blob/master/CHANGELOG.md) - [Commits](ebkalderon/tower-lsp@v0.19.0...v0.20.0) Updates `itertools` from 0.10.5 to 0.12.1 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.10.5...v0.12.1) Updates `env_logger` from 0.10.2 to 0.11.2 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.10.2...v0.11.2) --- updated-dependencies: - dependency-name: tower-lsp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lsp - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lsp - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lsp ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/cargo/lsp-1e92adbf7b
branch
from
March 9, 2024 05:50
21efcaf
to
9a39f91
Compare
tekumara
changed the title
chore(lsp)(deps): bump the lsp group with 3 updates
chore(lsp): bump the lsp group with 3 updates
Mar 9, 2024
tekumara
pushed a commit
that referenced
this pull request
Mar 26, 2024
🤖 I have created a release *beep* *boop* --- ## [0.1.16](v0.1.15...v0.1.16) (2024-03-26) ### Features * ignore typos in config files ([1841b4c](1841b4c)), closes [#47](#47) ### Chores * **deps:** bump the lsp group with 1 update ([#46](#46)) ([8950859](8950859)) * **deps:** bump the vscode group with 14 updates ([#44](#44)) ([2b42b7f](2b42b7f)) * **lsp:** bump the lsp group with 3 updates ([#43](#43)) ([9430d0b](9430d0b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: potatobot-prime[bot] <132267321+potatobot-prime[bot]@users.noreply.github.com>
This was referenced Mar 26, 2024
tekumara
pushed a commit
that referenced
this pull request
Mar 26, 2024
🤖 I have created a release *beep* *boop* --- ## [0.1.16](v0.1.15...v0.1.16) (2024-03-26) ### Features * drop vscode Windows 32-bit builds ([d7fedba](d7fedba)) * ignore typos in config files ([1841b4c](1841b4c)), closes [#47](#47) ### Bug Fixes * revert back to @types/vscode ^1.77.0 ([a90a48a](a90a48a)) ### Chores * **deps:** bump the lsp group with 1 update ([#46](#46)) ([8950859](8950859)) * **deps:** bump the lsp group with 4 updates ([#50](#50)) ([d084fc8](d084fc8)) * **deps:** bump the vscode group with 14 updates ([#44](#44)) ([2b42b7f](2b42b7f)) * **lsp:** bump the lsp group with 3 updates ([#43](#43)) ([9430d0b](9430d0b)) * **main:** release 0.1.16 ([#45](#45)) ([ef24d2d](ef24d2d)) * **main:** release 0.1.16 ([#49](#49)) ([2b6287c](2b6287c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: potatobot-prime[bot] <132267321+potatobot-prime[bot]@users.noreply.github.com>
This was referenced Sep 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 the lsp group with 3 updates: tower-lsp, itertools and env_logger.
Updates
tower-lsp
from 0.19.0 to 0.20.0Release notes
Sourced from tower-lsp's releases.
Changelog
Sourced from tower-lsp's changelog.
Commits
7b58012
Update copyright year in LICENSE-MIT99d8e37
Update CHANGELOG.md5b7fbd6
Update FEATURES.mde9c23e4
Bump tower-lsp version to 0.20.0c90b517
Bump tower-lsp-macros version to 0.9.0b6c2ac6
Update proposed features section in README.mda6abae9
Fix broken Markdown in completion() doc comment75b304a
Implement missing 3.17.0 pull-based diagnostic methods5a874b3
Update to lsp-types 0.94.15973ae3
Slightly improve parse_method_calls()Updates
itertools
from 0.10.5 to 0.12.1Changelog
Sourced from itertools's changelog.
... (truncated)
Commits
98d3978
Prepare v0.12.1 releasedffac1f
Bump obi1kenobi/cargo-semver-checks-action from 2.2 to 2.300998a4
CoalesceBy
: missing field inDebug
a0411d6
CombinationsWithReplacement
: use a boxed slice internally8dd75f1
Permutations
: use boxed slices internallyb785403
ExactlyOneError
: implement Debug differently7a1c22b
FlattenOk
: Debug with macro94452e3
GroupingMapBy
: fix Debug implementation2e325a0
TakeWhileInclusive
: missing field inDebug
a48c5b4
WithPosition
: implement DebugUpdates
env_logger
from 0.10.2 to 0.11.2Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
b0e3ea9
chore: Release522ce17
Merge pull request #310 from epage/docsc67579c
docs(fmt): Talk about new styling API62713d1
refactor(docs): Use intra-doc links1b0f4dd
docs(fmt): Point people to anstyle adapters8bf7499
refactor(fmt): Use simplified anstyle formatting5e0566e
chore: Update anstyle6562f9a
docs(changelog): Add migration guide8c94cd5
Merge pull request #308 from epage/rustbuild2f636ed
chore: Remove potentially unused rustbuild cfgsDependabot 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 <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions