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 faker from 3.2.1 to 3.2.2 #398

Closed
wants to merge 246 commits into from
Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Bumps faker from 3.2.1 to 3.2.2.

Release notes

Sourced from faker's releases.

v3.2.2

v3.2.2 (2023-11-03)

Happy November with a new faker-ruby release.

This version:

  • adds generators
  • fixes bugs
  • updates dev and dependencies
  • updates docs

Features

Bug fixes

What's Changed

Update local dependencies

New Contributors

Full Changelog: faker-ruby/faker@v3.2.1...v3.2.2

Changelog

Sourced from faker's changelog.

v3.2.2 (2023-11-03)

Happy November with a new faker-ruby release.

This version:

  • adds generators
  • fixes bugs
  • updates dev and dependencies
  • updates docs

Features

Bug fixes

What's Changed

Update local dependencies

New Contributors

Full Changelog: faker-ruby/faker@v3.2.1...v3.2.2

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

pupeno and others added 30 commits September 20, 2022 06:56
* Add factory for repeaters.

* Initial non-working draft of what exporting would look like.

* Add a way to export the data from the command line.

* Icom Id-52 only cares about 2m and 70cm.

* Don't mix data into the name.

* Added source to records (and improved access method).

* Better selection of what repeaters to export.

* Non-semantic: refactoring.

* Export a useable CSV (but still not done).

* Import better regions from UK repeaters.

* Add sub name to the export for ID-52.

* Don't import invalid CTCSS codes.

* Change the order of fields for homogeneity.

* Unless the CTCSS is valid, don't assume that's the access method.

* Finish exporting so that the file is entirely valid.
* Add a bit more tests for Icom ID-52

* Non-semantic: code formatting (standard:fix).

* Fixed bug where dstar was ignored on dual fm/dstar repeaters.

* Country is mandatory, so no need to manage nulls.

* Fix crash when call sign is null.

* Increase code coverage to 100% for ID-52 export.

* Generate and export UTC offsets.

* Make space for an Icom ID-51 exporter.

* Add tests for the UTC offset.

* Use hashes instead of arrays to represent rows.

* Use hashes instead of arrays to represent rows.

* Truncate sub-name correctly.

* Add exporting to ID-51.

* Non-semantic: remove useless variable.

* Make it possible to run any exporter from rake.

* Add run files.
* Detect whether the code is CTCSS or DMR CC.

* Try reporting code coverage.

* Try reporting code coverage.

* Make ukrepater importer testable and test it.

* Add some linting to the CI.

* Fix Ruby version in CI.

* Add brakeman to the gem.

* Fix the standard rb error.

* Non-semantic: code formatting.

* Try to report code coverage in PRs.

* Try to report code coverage in PRs.

* Try to report code coverage in PRs.

* Try to report code coverage in PRs.

* Try to report code coverage in PRs.

* Try to report code coverage in PRs.

* Try to report code coverage in PRs.

* Try to report code coverage in PRs.

* Try to report code coverage in PRs.

* Try to report code coverage in PRs.

* Try to report code coverage in PRs.

* Upgrade the Github checkout action.

* Try to report coverage to a PR.

* Try to report coverage to a PR.

* Try to report coverage to a PR.

* Clean up this branch, separating code coverage in its own.
* Add skeleton to export for Yaesu FT5D.

* Move importers and exporters to their own directories.

* Export a bunch of fields for Yaesu FT5D.

* Fixed query condition for selecting appropriate repeaters.

* First Yaesu FT5D export working (FM only).

* Add the call sign to the name.

* Non-semantic: cleanup.

* Fix the tx and rx frequencies.

* Non-semantic: added some comments.

* Non-semantic: fix linting.

* Fix the tests with the correct logic for Icom.

* Move tests for importers and exporters to folders.

* Add more tests for Icom including the repeaters that it ignores.

* Set the blank repeater a bit better.

* Move repeater generation to a common file.

* Non-semantic: fix style.

* Add initial test for the Yaesu FT5D exporter.

* Export fusion repeaters for Yaesu FT5D.

* Add tests for exceptional circumstances.

* Clean up sample data.
* Upgrade all the gems.

* Upgrade faker.

* Upgrade rspec.

* Upgrade Rails Admin. Closes #19

* Upgrade puma.
* Downgrade rspec to one that works on RubyMine.

* Created the repeaters controller.

* Added ransack.

* Add an initial filtering using ransack.

* Change port numbers to a different range.

* Non-semantic: Annotate routes.

* Add and enable postgis.

* Store location of repeaters using PostGIS.

* Add scaffold for repeater search.

* Non-semantic: code formatting.

* Searching by repeater search.

* Search by distance.

* Change title.

* Add favicon.

* Badge-like styling for repeater search.

* Remove the hello controller.

* Make the checkbox for enabling geo-searching a toggle.

* Renamed badge checkbox.

* Extract shared functionality to a partial.

* Extract shared functionality to a partial.

* Improve the UX of the toggle checkboxes.

* Improve the UX of the toggle and badge checkboxes.

* Make the component for geo search look nicer.

* Simplify markup a little bit.

* Enable disable the geo search.

* Use orange instead of indigo.

* Remove repeaters scaffold since repeater searches does the work.

* Clean up dead code and tests.

* Use postgis in github.

* Non-semantic: code formatting.

* Add test for repeater search.

* Increase code coverage of countries.

* Add more tests.

* Non-semantic: code cleanup.

* Remove ransack.
* Add users.

* Add views for users.

* Encapsulate shared views in helper methods.

* Changing password works.

* Add the page title to the header.

* Correct the names of view tests.

* Test users (and add to_s method).

* Added profile page to edit email (and more in the future).

* Hopefully fix CI.
* Fix sentry configuration.

* Add design for the application shell, cookies, placeholders for policies, etc.
* Attempt to make brakeman work on push.

* Attempt to make brakeman work on push.

* Remove brakeman.yml since it's in push.yml.
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.13.10.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.13.9...v1.13.10)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pupeno and others added 22 commits November 20, 2023 22:36
#373)

* Add canonical URL to all the different update repeaters URL (for SEO, all those pages look identical).

* More SEO improvements to allow wasting indexing of update repeater pages.
* Remove creating repeaters during sample data.

I always end up calling rake import_all anyway.

* Keep main database separate.

The main database gets a lot of extra tables, not sure where from, but we don't want them dumped into the schema.rb.

* Filter repeaters by country. Closes #335

Also rebuild the geosearch filter.

* Fix marking location crashing when searching within country.
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.3 to 1.5.4.
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](ged/ruby-pg@v1.5.3...v1.5.4)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add label to the distance input in geo search.

* Add label to the rest of fields in geosearch.
* Make the general background much darker so there's more colors to play with.

* Removing disabled toggles, we are not using it.

* Add enough contrast to the second footer.

* Add page to test UI elements.

* Improve accessibility of logo link.

* Correct logo focus background in dark mode.

* Make form narrow so it fits on a small mobile.

* Better contrast on toggle buttons.

Also clean up the implementation a lot.

* Make the initial state of the form the correct one.

* Make the search form fit on a small phone again.

* Screen reader friendly pagination links.

* Add headers to each row.

* Fix contrast for links in dark mode.

* Less contrast between rows in dark mode.

* Fix links' contrast in light mode.

* Fix contrast in badges.

* Explicit iteration to be able to get the index.

* Fix contrast for dropdown in dark mode.

* Fix contrast in secondary information in repeater search list.
And workaround the web-console issue.
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.16.0 to 1.17.0.
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md)
- [Commits](Shopify/bootsnap@v1.16.0...v1.17.0)

---
updated-dependencies:
- dependency-name: bootsnap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [importmap-rails](https://github.com/rails/importmap-rails) from 1.2.1 to 1.2.3.
- [Release notes](https://github.com/rails/importmap-rails/releases)
- [Commits](rails/importmap-rails@v1.2.1...v1.2.3)

---
updated-dependencies:
- dependency-name: importmap-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix IRLP importing.

* Fix tests for IRLP importer.
Bumps [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) from 2.0.31 to 2.0.32.
- [Release notes](https://github.com/rails/tailwindcss-rails/releases)
- [Changelog](https://github.com/rails/tailwindcss-rails/blob/main/CHANGELOG.md)
- [Commits](rails/tailwindcss-rails@v2.0.31...v2.0.32)

---
updated-dependencies:
- dependency-name: tailwindcss-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix UK repeater importer.

* Fix crashes when requesting export.php.
Hopefully it fixes mobile SEO issues.
* Fix NE repeaters importer.

* Use a hash instead of an array for import_data results.
* Fix artscipub importer.

* Tidy the exceptions in artscipub.
Dependabot couldn't find the original pull request head commit, f766657.
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 23, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/bundler/faker-3.2.2 branch November 23, 2023 22:27
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant