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

Update pathspec requirement from ~> 1.1 to >= 1.1, < 3.0 #1323

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2024

Updates the requirements on pathspec to permit the latest version.

Release notes

Sourced from pathspec's releases.

1.1.3 Man Page Generation

In the switchover to GH actions, I forgot about the docs generation step. I've re-added the docs generation step to the GH workflow so the docs should be included once this tag is made and the workflow runs/pushed to RG.

SHA: c4e7ff4c4019499488874e21c37a1e2473d5123cfce6f13ecb07f42c0f8c5d23

Changelog

Sourced from pathspec's changelog.

pathspec-ruby CHANGELOG

2.0.0

  • (Maint) Remove deprecated/security release versions of Ruby. The Gem will now only support and be tested against >= 3.1.0 e.g. 3.1, 3.2, and 3.3.

1.1.0 (Minor Release)

  • (Maint) Updated Supported Ruby Versions
  • (Maint) Linting corrections

Undocumented Releases (Sorry!)

0.2.0 (Minor Release)

  • (Feature) A CLI tool, pathspec-rb, is now provided with the gem.
  • (API Change) New namespace for gem: PathSpec: Everything is now namespaced under PathSpec, to prevent naming collisions with other libraries. Thanks @​tenderlove!
  • (License) License version updated to Apache 2. Thanks @​kytrinyx!
  • (Maint) Pruned Supported Ruby Versions. We now test: 2.2.9, 2.3.6 and 2.4.3.
  • (Maint) Ruby 2.5.0 testing is blocked on Travis, but should work locally. Thanks @​SumLare!
  • (Maint) Added Rubocop and made some corrections

0.1.2 (Patch/Bug Fix Release)

0.1.0 (Minor Release)

0.0.2 (Patch/Bug Fix Release)

  • Fixed issues with Ruby 1.8.7/2.1.1
  • Added more testing scripts
  • Fixed Windows path related issues
  • Cleanup unnecessary things in gem

0.0.1

  • Initial version.
Commits
  • 5d3daab Bump to 1.1.3
  • 0417bf3 Update gem-push.yml
  • e1f3979 Add docs generation to build + push workflow
  • af6b78a Use less obnoxious quality gate badge from SonarCloud
  • b842344 Update README.md
  • 0eac7b4 Switch Travis to GH action status badge
  • e8b135d Update install_from_source.sh
  • b6f595c Remove rspec_all_versions.sh since I now have GH actions running
  • 43e9e46 Add note to future self on how the release works
  • 1fa8afd Bump to 1.1.1 since I'm burning the 1.1.0 tag
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner February 16, 2024 11:27
Updates the requirements on [pathspec](https://github.com/highb/pathspec-ruby) to permit the latest version.
- [Release notes](https://github.com/highb/pathspec-ruby/releases)
- [Changelog](https://github.com/highb/pathspec-ruby/blob/master/CHANGELOG.md)
- [Commits](highb/pathspec-ruby@1.1.0...1.1.3)

---
updated-dependencies:
- dependency-name: pathspec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@david22swan david22swan force-pushed the dependabot/bundler/pathspec-gte-1.1-and-lt-3.0 branch from 475a74c to 97b612c Compare April 5, 2024 10:58
Copy link

codecov bot commented Apr 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.51%. Comparing base (ff6ae2b) to head (97b612c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1323   +/-   ##
=======================================
  Coverage   88.51%   88.51%           
=======================================
  Files         133      133           
  Lines        5666     5666           
=======================================
  Hits         5015     5015           
  Misses        651      651           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@david22swan
Copy link
Member

david22swan commented Apr 15, 2024

This dependency is currently pinned in the pdk-runtime and would need to be updated in parallel with it:
https://github.com/puppetlabs/puppet-runtime/blob/master/configs/components/rubygem-pathspec.rb

@donoghuc donoghuc closed this Jun 6, 2024
@donoghuc donoghuc deleted the dependabot/bundler/pathspec-gte-1.1-and-lt-3.0 branch June 6, 2024 14:46
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 6, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants