Bump the development-dependencies group across 1 directory with 6 updates#403
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the development-dependencies group across 1 directory with 6 updates#403dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
67ca536 to
287131c
Compare
287131c to
0814b40
Compare
0814b40 to
edbbb89
Compare
edbbb89 to
d11f53f
Compare
d11f53f to
619b08c
Compare
619b08c to
caa1b6d
Compare
Member
|
@dependabot recreate |
…ates Bumps the development-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [debug](https://github.com/ruby/debug) | `1.10.0` | `1.11.1` | | [faker](https://github.com/faker-ruby/faker) | `3.5.1` | `3.8.0` | | [brakeman](https://github.com/presidentbeef/brakeman) | `7.0.2` | `8.0.4` | | [rubocop-rails-omakase](https://github.com/rails/rubocop-rails-omakase) | `1.0.0` | `1.1.0` | | [web-console](https://github.com/rails/web-console) | `4.2.1` | `4.3.0` | | [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.28.0` | `4.44.0` | Updates `debug` from 1.10.0 to 1.11.1 - [Release notes](https://github.com/ruby/debug/releases) - [Commits](ruby/debug@v1.10.0...v1.11.1) Updates `faker` from 3.5.1 to 3.8.0 - [Release notes](https://github.com/faker-ruby/faker/releases) - [Changelog](https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md) - [Commits](faker-ruby/faker@v3.5.1...v3.8.0) Updates `brakeman` from 7.0.2 to 8.0.4 - [Release notes](https://github.com/presidentbeef/brakeman/releases) - [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md) - [Commits](presidentbeef/brakeman@v7.0.2...v8.0.4) Updates `rubocop-rails-omakase` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/rails/rubocop-rails-omakase/releases) - [Commits](rails/rubocop-rails-omakase@v1.0.0...v1.1.0) Updates `web-console` from 4.2.1 to 4.3.0 - [Release notes](https://github.com/rails/web-console/releases) - [Changelog](https://github.com/rails/web-console/blob/main/CHANGELOG.markdown) - [Commits](rails/web-console@v4.2.1...v4.3.0) Updates `selenium-webdriver` from 4.28.0 to 4.44.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](SeleniumHQ/selenium@selenium-4.28.0...selenium-4.44.0) --- updated-dependencies: - dependency-name: brakeman dependency-version: 8.0.4 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: debug dependency-version: 1.11.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: faker dependency-version: 3.6.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: rubocop-rails-omakase dependency-version: 1.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: selenium-webdriver dependency-version: 4.41.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: web-console dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
caa1b6d to
d9a49a1
Compare
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 development-dependencies group with 6 updates in the / directory:
1.10.01.11.13.5.13.8.07.0.28.0.41.0.01.1.04.2.14.3.04.28.04.44.0Updates
debugfrom 1.10.0 to 1.11.1Release notes
Sourced from debug's releases.
... (truncated)
Commits
bad4d38v1.11.188d762cFileUtils is needed553373aomit on older versionc1c1c8euseKernel.__callee__24f95d6catch up 4.0.0 backtrace changebc97d33add a test forb path: ...1139d78supportb path: path_expr06342cdcatch any exception onsingletonclass2791573fix(DAP): Return unverified breakpoints instead of unsuccessful response14c8a54Update imemo_mask to match ruby'sUpdates
fakerfrom 3.5.1 to 3.8.0Release notes
Sourced from faker's releases.
... (truncated)
Changelog
Sourced from faker's changelog.
... (truncated)
Commits
e48d35fbump faker to v3.8.0 (#3245)7193b32Add Lazy loading config (#3244)737ae42Bump faker to v3.7.1c55d8f5Drop support for Ruby 3.1 (#3240)381ff5bBump rubocop from 1.85.1 to 1.86.1 (#3235)ade1040Bump timecop from 0.9.10 to 0.9.11 (#3236)bc6f7a2Bump yard from 0.9.38 to 0.9.40 (#3237)dfb0e67Remove duplicate 'Recalled to Life' book title (#3238)66fb4d1Added additional football teams (#3231)69cf1dfRemove json_schema and public-suffix version constraint (#3224)Updates
brakemanfrom 7.0.2 to 8.0.4Release notes
Sourced from brakeman's releases.
... (truncated)
Changelog
Sourced from brakeman's changelog.
... (truncated)
Commits
2e55d45Bump to 8.0.4d6c6c9aMerge pull request #2016 from presidentbeef/fix-ensure-latest-date56f9324Load 'date' for --ensure-latest8b644a6Bump to 8.0.308e0a18Update CHANGESa29fe44Merge pull request #2014 from FFederi/fix-polymorphic-name-false-positive61150cfFix polymorphic_name false positivef65d077Merge pull request #2013 from presidentbeef/better_logger_loading_optionsc5dcda5Fix logger behavior when loading config filesc1d7cccMerge pull request #2012 from presidentbeef/handle_application_config_betterUpdates
rubocop-rails-omakasefrom 1.0.0 to 1.1.0Release notes
Sourced from rubocop-rails-omakase's releases.
Commits
22f9a06Bump version for release 1.1.073a60c8Add version constraint to rails and performance extesion (#30)08dfee1migrate to plugin system (#28)352cb27[Doc] Tweak the README (#27)9839dcdReplaceDisabledByDefault: truewith disabling each cop (#26)85c8acf[Doc] Update RuboCop notation to its official name (#23)d5066bdDrop rubocop-minitest from gem dependency (#18)8e87a52RemovePerformance/UnfreezeStringcop (#22)63a7608Merge pull request #9 from ydah/remove-unnecessary-setting4e40cd3Merge pull request #19 from koic/tweak_the_readmeUpdates
web-consolefrom 4.2.1 to 4.3.0Release notes
Sourced from web-console's releases.
Changelog
Sourced from web-console's changelog.
Commits
90e3474Release 4.3.0bdbb391Merge pull request #344 from fatkodima/fix-filter-proxies950462cFix compatiblity with latest railsc1f9252Merge pull request #345 from fatkodima/fix-ci6bc7159Fix CI859bc60Merge pull request #342 from zunda/bind-on-ipv6c66460aAlways permit IPv4-mapped IPv6 loopback addressesf3d437cMerge pull request #338 from luiscobot/patch-15383121replace close icon with ×9a5c089Merge pull request #336 from sambostock/drop-active-modelUpdates
selenium-webdriverfrom 4.28.0 to 4.44.0Release notes
Sourced from selenium-webdriver's releases.
... (truncated)
Changelog
Sourced from selenium-webdriver's changelog.
... (truncated)
Commits
da2039b[build] Prepare for release of selenium-4.44.0 (#17444)6b85c4a[rb] Fix credential issue with private key (#17188)4885286[dotnet][java][js][py][rb] Standardize README files across bindings (#17245)2042c23[rb] Modern Firefox does not like both the-vand--logflags at the same...31ee122[Agents] Update agents to make sure do linting. (#17366)c95fe73Bumping versions to nightlydd0f534[build] Prepare for release of selenium-4.43.0 (#17329)e2d089cfix(dependencies): update selenium-webdriver to 4.43.0.nightlycb536adBumping versions to nightly74c7f02[build] Prepare for release of selenium-4.42.0 (#17322)