deps(deps): bump the ruby-patch-and-minor group across 1 directory with 5 updates#23
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
…th 5 updates Bumps the ruby-patch-and-minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) | `2.9.4` | `2.9.5` | | [rubocop](https://github.com/rubocop/rubocop) | `1.87.0` | `1.88.0` | | [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.9.0` | `3.10.2` | | [discordrb](https://github.com/shardlab/discordrb) | `3.7.2` | `3.8.0` | | [sentry-ruby](https://github.com/getsentry/sentry-ruby) | `6.6.0` | `6.6.2` | Updates `sqlite3` from 2.9.4 to 2.9.5 - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](sparklemotion/sqlite3-ruby@v2.9.4...v2.9.5) Updates `rubocop` from 1.87.0 to 1.88.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.87.0...v1.88.0) Updates `rubocop-rspec` from 3.9.0 to 3.10.2 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v3.9.0...v3.10.2) Updates `discordrb` from 3.7.2 to 3.8.0 - [Release notes](https://github.com/shardlab/discordrb/releases) - [Changelog](https://github.com/shardlab/discordrb/blob/main/CHANGELOG.md) - [Commits](shardlab/discordrb@v3.7.2...v3.8.0) Updates `sentry-ruby` from 6.6.0 to 6.6.2 - [Release notes](https://github.com/getsentry/sentry-ruby/releases) - [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-ruby@6.6.0...6.6.2) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-patch-and-minor - dependency-name: rubocop dependency-version: 1.88.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-patch-and-minor - dependency-name: rubocop-rspec dependency-version: 3.10.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-patch-and-minor - dependency-name: discordrb dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-patch-and-minor - dependency-name: sentry-ruby dependency-version: 6.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-patch-and-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or 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
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.
Bumps the ruby-patch-and-minor group with 5 updates in the / directory:
2.9.42.9.51.87.01.88.03.9.03.10.23.7.23.8.06.6.06.6.2Updates
sqlite3from 2.9.4 to 2.9.5Release notes
Sourced from sqlite3's releases.
Changelog
Sourced from sqlite3's changelog.
Commits
747e7deversion bump to v2.9.52bd436dFix use-after-free issue with custom functions (#710)b24e1e6Fix use-after-free issue with aggregate functions (#711)9abc955dep: update vendored sqlite to 3.53.2 (#709)a3f8e71For sqlcipher builds, prefer sqlcipher's header (#708)9292033build(deps): bump the actions group across 1 directory with 3 updates (#707)b79c841Introduce a security reporting policyUpdates
rubocopfrom 1.87.0 to 1.88.0Release notes
Sourced from rubocop's releases.
... (truncated)
Changelog
Sourced from rubocop's changelog.
... (truncated)
Commits
37bf5adCut 1.88cd0c2e3Update Changelogb7af64a[Fix #12276] Record pending cops options in the auto-gen-config commandbbd7ff2Add hk integration docs117e40aMerge pull request #15293 from RedZapdos123/fix-literal-interp-hash-symbol4d95141[Fix #15291] Fix hash symbol interpolation0347d27AddRecursiveoption toStyle/MutableConstantf0d92b4Fix incorrect autocorrects forStyle/FileWritewith heredocs32df346Fix an incorrect autocorrect forStyle/Semicolonwith heredocs4c221fb[Fix #15269] Fix a false positive where copIncludepatterns matched parent...Updates
rubocop-rspecfrom 3.9.0 to 3.10.2Release notes
Sourced from rubocop-rspec's releases.
Changelog
Sourced from rubocop-rspec's changelog.
Commits
2488441Merge pull request #2189 from rubocop/releasec9e53cfBump version to 3.10.27ae0a42Merge pull request #2186 from sakuro/fix/spec-file-path-format-empty-custom-t...8b0b5e9Merge branch 'master' into fix/spec-file-path-format-empty-custom-transformdc4465cMerge pull request #2188 from rubocop/fix-2185d5de6b2Consider regexp with options a non-simple regexpbad0cb3🐛 Fix RSpec/SpecFilePathFormat false positives when CustomTransform maps ...ec3eeabMerge pull request #2183 from rubocop/fix-match-with-simple-regex-with-interp...16bbf49Bump version to 3.10.12a78abdIgnore interpolation in MatchWithSimpleRegexUpdates
discordrbfrom 3.7.2 to 3.8.0Release notes
Sourced from discordrb's releases.
Changelog
Sourced from discordrb's changelog.
Commits
a41e6e6fix: support devs on ruby 4.027f692bfeat: v3.8 version bumpb9b4d03Merge pull request #297 from Droid00000/message-components7473038fix: keep backwards compatibility with old text-inputs57492feMerge branch 'shardlab:main' into message-componentsb86509efeat: checkboxes and radio buttons0919e11Merge pull request #424 from Droid00000/feat/copyright-version24cb138feat: bump copyright versiond2923fcMerge pull request #382 from Droid00000/style/message-initializer6bd9b32Merge pull request #320 from Droid00000/fix/thread-list-syncUpdates
sentry-rubyfrom 6.6.0 to 6.6.2Changelog
Sourced from sentry-ruby's changelog.
Commits
3e2219crelease: 6.6.27c26095fix(metrics): Dup attributes in capture_metric (#2965)3a55ed2release: 6.6.1129ada3fix: guard TelemetryEventBuffer against re-entrant mutex acquisition (#2964)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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