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 dependencies group with 2 updates #26

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 2 updates: faker and katalyst-tables.

Updates faker from 3.2.2 to 3.2.3

Release notes

Sourced from faker's releases.

v.3.2.3

What's Changed

v3.2.3 (2024-01-12)

Happy 2024 with a new faker-ruby release.

This version includes bug fixes, docs typos fixes, and some changes on the contributing guides.

faker-ruby is is not accepting new features proposals

As we discussed here, we want to improve faker's performance and organization. There hasn't been to many bug reports and most of the open issues are related to performance and confusion around using faker.

As we have limited time to invest in faker, reviewing new generators and locales prevent us from focusing on the big picture work. With this decision, we hope to make the necessary changes for faker to go to the next level. Please read the Contributing guides for ways to help us get there.

Bug fixes

What's Changed

Update local dependencies

New Contributors

... (truncated)

Changelog

Sourced from faker's changelog.

v3.2.3 (2024-01-12)

Happy 2024 with a new faker-ruby release.

This version includes bug and documentation fixes, and some changes on the contributing guides.

faker-ruby is is not accepting new features proposals

As we discussed here, we want to improve faker's performance and organization. There hasn't been to many bug reports and most of the open issues are related to performance and confusion around using faker.

As we have limited time to invest in faker, reviewing new generators and locales prevent us from focusing on the big picture work. With this decision, we hope to make the necessary changes for faker to go to the next level. Please read the Contributing guides for ways to help us get there.

Bug fixes

What's Changed

Update local dependencies

New Contributors

... (truncated)

Commits

Updates katalyst-tables from 2.3.1 to 2.4.0

Release notes

Sourced from katalyst-tables's releases.

v2.4.0

What's Changed

New Contributors

Full Changelog: katalyst/tables@v2.3.1...v2.4.0

Changelog

Sourced from katalyst-tables's changelog.

[2.4.0]

  • Internal refactor of filters to make it easier to add custom extensions and define nested attributes.

[2.3.0]

  • Remove support for Ruby < 3.0 (no longer used at Katalyst)

[2.2.0]

  • Add support for ordinal columns with batch updating
    • See [[docs/ordinal.md]] for examples

[2.1.0]

  • Add Collection model for building collections in a controller from params.
    • See [[README.md]] for examples
  • Add turbo entry points for table and pagy_nav
    • See [[README.md]] for examples
  • Add support for row partials when content is not provided
    • See [[README.md]] for examples
  • Add messages when table is empty, off by default (caption: true)
  • Add PagyNavComponent for rendering pagy_nav from a collection.
  • Replaces internal references to SortForm to use sorting instead
    • No changes required to existing code unless you were using the internal classes directly
    • Change allows sort param and sorting model to co-exist

[2.0.0]

  • Replaces builders with view_components We want view components to be the way to build custom tables, and add more complete features to the gem. This will be a breaking change, but we have tried hard to retain compatibility with existing code. Unless you are using a custom builder then it's unlikely that you will see any changes.
  • If you are using custom builders, then you will need to update them to use view components. See [[README.md]] for examples.

[1.1.0] - 2023-07-18

  • Replaces param_key with i18n_key for attribute lookup in locale file
  • Remove controller and url helpers from backend
    • No changes required to existing code unless you were using the internal classes directly

[1.0.0] - 2022-03-23

  • Initial release
Commits
  • 7ed9ec8 Release 2.4.0
  • 69d0f52 Collection::Filter: nested params entry point
  • 546923d Improve test coverage
  • 61260d0 Refactor filtering and sorting internals
  • 6d333a7 Bump the dependencies group with 2 updates
  • 2c89e99 Bump the dependencies group with 4 updates
  • 4666f3e Add dependabot configuration
  • 62adb78 Update specs to use html_attributes instead of options
  • 1d07b05 Assume Rails and move helpers into autoloaded paths
  • 664621b Upgrade dependencies and rename repo
  • See full diff 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 dependencies group with 2 updates: [faker](https://github.com/faker-ruby/faker) and [katalyst-tables](https://github.com/katalyst/tables).


Updates `faker` from 3.2.2 to 3.2.3
- [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.2.2...v3.2.3)

Updates `katalyst-tables` from 2.3.1 to 2.4.0
- [Release notes](https://github.com/katalyst/tables/releases)
- [Changelog](https://github.com/katalyst/tables/blob/main/CHANGELOG.md)
- [Commits](katalyst/tables@v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: katalyst-tables
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 Jan 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 17, 2024

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

@dependabot dependabot bot closed this Jan 17, 2024
@dependabot dependabot bot deleted the dependabot/bundler/dependencies-9497fc26f8 branch January 17, 2024 23:32
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