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

core(dev-deps): bump the dev-deps group across 1 directory with 2 updates #423

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2024

Bumps the dev-deps group with 2 updates in the / directory: standard and octokit.

Updates standard from 1.36.0 to 1.40.0

Changelog

Sourced from standard's changelog.

1.40.0

1.39.2

  • Ensure a URI scheme on file paths from the built-in LSP #642.

1.39.1

1.39.0

  • Add support for LSP Code Actions / Quick Fix under Ruby LSP #636

1.38.0

1.37.0

Commits
  • 4dae99e 🥩 v1.40.0
  • 889ecee Merge pull request #646 from standardrb/updates-2024-08-13
  • d82f1da Updates for August 13 2024
  • 0234926 Merge pull request #644 from andyw8/andyw8/simplify-addon-testing-setup
  • b206744 Simplify addon testing setup
  • d4367e0 Merge pull request #643 from andyw8/andyw8/update-ruby-lsp-version
  • 6ade0bc Update Ruby LSP version
  • edc75ca 1.39.2
  • 7a8ee6b Merge pull request #642 from jimnanney/neovim-10-code-actions-uri-fix
  • 2fcca8d Ensure returned uri from code actions contain a scheme
  • Additional commits viewable in compare view

Updates octokit from 8.1.0 to 9.1.0

Release notes

Sourced from octokit's releases.

v9.1.0

What's Changed

Features

New Contributors

Full Changelog: octokit/octokit.rb@v9.0.0...v9.1.0

v9.0.0

BREAKING CHANGES

What's Changed

Breaking changes

Features

Fixes

Documentation

Maintenance

New Contributors

Full Changelog: octokit/octokit.rb@v8.1.0...v8.2.0

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

…ates

Bumps the dev-deps group with 2 updates in the / directory: [standard](https://github.com/standardrb/standard) and [octokit](https://github.com/octokit/octokit.rb).


Updates `standard` from 1.36.0 to 1.40.0
- [Release notes](https://github.com/standardrb/standard/releases)
- [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md)
- [Commits](standardrb/standard@v1.36.0...v1.40.0)

Updates `octokit` from 8.1.0 to 9.1.0
- [Release notes](https://github.com/octokit/octokit.rb/releases)
- [Changelog](https://github.com/octokit/octokit.rb/blob/main/RELEASE.md)
- [Commits](octokit/octokit.rb@v8.1.0...v9.1.0)

---
updated-dependencies:
- dependency-name: standard
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: octokit
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 14, 2024
Copy link

codacy-production bot commented Aug 14, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (03cf60a) 6108 5257 86.07%
Head commit (23a8b36) 12216 (+6108) 10514 (+5257) 86.07% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#423) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link

Pull Request Test Coverage Report for Build 10382839336

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 85.117%

Totals Coverage Status
Change from base Build 9337915409: 0.0%
Covered Lines: 5257
Relevant Lines: 6108

💛 - Coveralls

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 20, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 20, 2024
@dependabot dependabot bot deleted the dependabot/bundler/dev-deps-2b047c8ea1 branch August 20, 2024 06:19
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants