bundle: bump the ruby-dependencies group across 1 directory with 6 updates - #184
Open
dependabot[bot] wants to merge 1 commit into
Open
bundle: bump the ruby-dependencies group across 1 directory with 6 updates#184dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…dates Bumps the ruby-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bootsnap](https://github.com/rails/bootsnap) | `1.24.6` | `1.25.0` | | [haml](https://github.com/haml/haml) | `7.2.0` | `7.3.0` | | [dalli](https://github.com/petergoldstein/dalli) | `5.0.5` | `5.0.6` | | [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) | `2.9.5` | `2.9.6` | | [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.46.0` | `4.47.0` | | [simplecov](https://github.com/simplecov-ruby/simplecov) | `1.0.1` | `1.1.1` | Updates `bootsnap` from 1.24.6 to 1.25.0 - [Release notes](https://github.com/rails/bootsnap/releases) - [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md) - [Commits](rails/bootsnap@v1.24.6...v1.25.0) Updates `haml` from 7.2.0 to 7.3.0 - [Release notes](https://github.com/haml/haml/releases) - [Changelog](https://github.com/haml/haml/blob/main/CHANGELOG.md) - [Commits](haml/haml@v7.2.0...v7.3.0) Updates `dalli` from 5.0.5 to 5.0.6 - [Release notes](https://github.com/petergoldstein/dalli/releases) - [Changelog](https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md) - [Commits](petergoldstein/dalli@v5.0.5...v5.0.6) Updates `sqlite3` from 2.9.5 to 2.9.6 - [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.5...v2.9.6) Updates `selenium-webdriver` from 4.46.0 to 4.47.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](SeleniumHQ/selenium@selenium-4.46.0...selenium-4.47.0) Updates `simplecov` from 1.0.1 to 1.1.1 - [Release notes](https://github.com/simplecov-ruby/simplecov/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md) - [Commits](simplecov-ruby/simplecov@v1.0.1...v1.1.1) --- updated-dependencies: - dependency-name: bootsnap dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: haml dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: dalli dependency-version: 5.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-dependencies - dependency-name: sqlite3 dependency-version: 2.9.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-dependencies - dependency-name: selenium-webdriver dependency-version: 4.47.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: simplecov dependency-version: 1.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies ... 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-dependencies group with 6 updates in the / directory:
1.24.61.25.07.2.07.3.05.0.55.0.62.9.52.9.64.46.04.47.01.0.11.1.1Updates
bootsnapfrom 1.24.6 to 1.25.0Release notes
Sourced from bootsnap's releases.
Changelog
Sourced from bootsnap's changelog.
Commits
e099ec7Release 1.25.0b694a11Merge pull request #563 from stanhu/sh-ignore-yjit-in-compile-cache-key51898f9Ignore YJIT status in the compile cache key1ad589bMerge pull request #560 from rails/hm-qnqlnylzkqkltqsz21fbd65Merge pull request #561 from jeremy/fix-path-conversion-entry-points4898853Convert the path argument in the frame that reads it8ee47c4Add MessagePack::Bigint type49e3eb7Replace Date Marshalling with recursive msgpack711fd0bBump minimum msgpack to 1.5.0160fc10Merge pull request #558 from viralpraxis/fix-yaml-cache-kwargs-mutationUpdates
hamlfrom 7.2.0 to 7.3.0Release notes
Sourced from haml's releases.
Changelog
Sourced from haml's changelog.
Commits
b3dadcbVersion 7.3.0d48f109Add a changelog entry for the Prism migrationd897efdLet the plain filter tolerate Ruby that does not parse4725f2fParse template Ruby as a partial script1fa5f59Replace the remaining Ripper usages with Prismf6e18daReplace Ripper with Prism in syntax and string literal checks0c549c3Add info to metadata (#1213)8f293acVersion 7.2.2a33ec14Remove obsolete TruffleRuby compatibility skips (#1210)c613224Version 7.2.1Updates
dallifrom 5.0.5 to 5.0.6Release notes
Sourced from dalli's releases.
... (truncated)
Changelog
Sourced from dalli's changelog.
... (truncated)
Commits
6c8dabeMerge pull request #1138 from petergoldstein/release/5.0.6f740e6aCredit Dan Mayer for the original non-StandardError teardown fixb833b05Prepare 5.0.6 release4e83dd6Drop the dependabot entry from the CHANGELOG3ba0937Merge pull request #1137 from petergoldstein/changelog/1128-1129-1131-1132-11...95cc90cAdd CHANGELOG entries for #1135 and #113687ac35fAdd CHANGELOG entries for #1124, #1128, #1129, #1131, #1132, #1133, #11343e5fc76Merge pull request #1136 from petergoldstein/fix/teardown-on-non-standard-errore7b88b0Merge pull request #1135 from petergoldstein/fix/exact-length-reads96ff9afTear down the connection when a non-StandardError aborts a requestUpdates
sqlite3from 2.9.5 to 2.9.6Release notes
Sourced from sqlite3's releases.
Changelog
Sourced from sqlite3's changelog.
Commits
a52dc0dversion bump to v2.9.6cc5ac0cRoot the aggregate argument array so GC cannot free live values (GHSA-mwm8-39...abcb0f6Reject database filenames and VFS names containing NUL (#732)1d86b7aRaise when open_v2 or open16 is called on an open database (#729)7230171Stop a raise inside a UDF block from deadlocking other threads (#731)2677f9aPass TEXT values containing embedded NULs to UDFs intact (#730)3de8f6edoc: update CHANGELOG.mdac6bd2fRelease aggregate instances when sqlite finishes with them (#722)32460e9Stop sqlite calling into moved Ruby objects (#723)f600993build(deps-dev): update rubocop-minitest requirement (#727)Updates
selenium-webdriverfrom 4.46.0 to 4.47.0Release notes
Sourced from selenium-webdriver's releases.
... (truncated)
Changelog
Sourced from selenium-webdriver's changelog.
Commits
9175ed9[build] Prepare for release of selenium-4.47.0 (#17896)a25afbb[build] Automated Browser Version Update with CDP (#17873)960abd2[dotnet][java][js][rb] deprecate invalid Firefox profile code (#17871)5b1cde1[rb] generate BiDi domain type accessors and union variant factories (#17865)014d72b[rb] fix tests and custom matchers to work with SE_DEBUG (#17863)e0658c9[rb] validate BiDi outbound ref fields against their declared type (#17861)0ad0c51[rb] support custom vendor specific capabilities in options classes (#17862)10eeb94[dotnet][java][py][rb] pass --enable-chrome-logs unless CHROME_LOG_FILE is se...4c6f3a5[rb] allow pending test guards to require matching provided exception (#17859)89ad5bb[rb] raise typed WebDriver errors for BiDi from a generated error-code map (#...Updates
simplecovfrom 1.0.1 to 1.1.1Release notes
Sourced from simplecov's releases.
Changelog
Sourced from simplecov's changelog.