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

Bump the rails_default group with 3 updates #22

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps the rails_default group with 3 updates: pg, jsbundling-rails and pagy.

Updates pg from 1.5.6 to 1.5.7

Changelog

Sourced from pg's changelog.

v1.5.7 [2024-07-28] Lars Kanis lars@greiz-reinsdorf.de

  • Remove deprecated use of fptr->fd.#562 Direct access is disallowed since ruby-3.4.
  • Make pgconn_connect_poll close the socket prior to calling PQconnectPoll. #564 This could result in an exception while connecting when used multi threaded.
  • Fix several typos and improve spelling in documentation and code. #566
  • Add missing PG::RollbackTransaction as an option to exit conn.transaction. #560 Usage like in rails: https://api.rubyonrails.org/classes/ActiveRecord/Rollback.html
  • Don't print a warning when bigdecimal is required on ruby-3.4+ #574
Commits
  • 0ac827c Bump VERSION to 1.5.7
  • cdb5202 Update release notes for pg-1.5.7
  • 5935b15 Merge pull request #575 from larskanis/appv1
  • e5f1630 CI: Fix appveyor build by switching to x64 platform
  • 8e62c81 Fix ruby warning
  • d17123c Merge pull request #574 from larskanis/bigdeci
  • a629d14 Don't print a warning when bigdecimal is required on ruby-3.4+
  • 1a94b12 Add comment to Gemfile reg. bigdecimal
  • 3719759 Add ostruct as a development gem as a preparation for ruby-3.5
  • 69551bd Add release notes for pg-1.5.7
  • Additional commits viewable in compare view

Updates jsbundling-rails from 1.3.0 to 1.3.1

Release notes

Sourced from jsbundling-rails's releases.

v1.3.1

What's Changed

Full Changelog: rails/jsbundling-rails@v1.3.0...v1.3.1

Commits
  • 6ead108 Fix LICENSE file reference
  • 1bd2409 Bump version for 1.3.1
  • 0ff85a2 Foreman should not load .env file as it conflicts with Kamal
  • 4e34adb Refresh dependencies
  • beed02c Revert "Test installer commands (#182)" (#196)
  • 7054254 Test installer commands (#182)
  • 38fbbae Provide a 'Changelog' link on rubygems.org/gems/jsbundling-rails (#189)
  • 69bfc1c Include .gitattributes when building the gem (#193)
  • 24b66e8 chore: Move esbuild|rollup|webpack to devDependencies instead of dependencies...
  • 3b3ffbc Force bin/dev overwrite to deal with new default bin/dev file
  • See full diff in compare view

Updates pagy from 9.0.2 to 9.0.3

Release notes

Sourced from pagy's releases.

Version 9.0.3

✴ What's new in 9.0+ ✴

  • Wicked-fast Keyset Pagination for big data! It works with ActiveRecord::Relation and Sequel::Dataset sets.
  • More Playground Apps to showcase, clone and develop pagy APPs without any setup on your side
  • Lots of refactorings and optimizations
  • See the Changelog for possible breaking changes

Changes in 9.0.3

  • Remove legacy and unused javascript files
  • Improve pagy_get_page with force_integer option
  • Fix jsonapi with keyset
  • Complete the internal refactoring of version 9:
    • Remove the pagy*_get_vars methods now useless
    • Use to_i on the page variable for the search extras

CHANGELOG

Changelog

Sourced from pagy's changelog.

Version 9.0.3

  • Remove legacy and unused javascript files
  • Improve pagy_get_page with force_integer option
  • Fix jsonapi with keyset
  • Complete the internal refactoring of version 9:
    • Remove the pagy*_get_vars methods now useless
    • Use to_i on the page variable for the search extras
Commits
  • 78949da Merge branch 'dev'
  • ae1d906 Version 9.0.3
  • bebd1a1 Remove legacy and unused javascript files
  • 830e908 Replace shell based bump script with bump.rb script
  • 4b8e98a Improve pagy_get_page with force_integer option
  • b99bcce Update js modules
  • 8c21069 Fix jsonapi with keyset
  • ef7c052 Update gems
  • 26b8117 Complete the internal refactoring of version 9:
  • 76ffd63 Reorganize the keyset docs
  • Additional commits viewable in compare view

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

Bumps the rails_default group with 3 updates: [pg](https://github.com/ged/ruby-pg), [jsbundling-rails](https://github.com/rails/jsbundling-rails) and [pagy](https://github.com/ddnexus/pagy).


Updates `pg` from 1.5.6 to 1.5.7
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](ged/ruby-pg@v1.5.6...v1.5.7)

Updates `jsbundling-rails` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/rails/jsbundling-rails/releases)
- [Commits](rails/jsbundling-rails@v1.3.0...v1.3.1)

Updates `pagy` from 9.0.2 to 9.0.3
- [Release notes](https://github.com/ddnexus/pagy/releases)
- [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md)
- [Commits](ddnexus/pagy@9.0.2...9.0.3)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: jsbundling-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: pagy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_default
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 30, 2024

Superseded by #23.

@dependabot dependabot bot closed this Jul 30, 2024
@dependabot dependabot bot deleted the dependabot/bundler/rails_default-bffb9affe9 branch July 30, 2024 05:58
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