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 addressable from 2.8.0 to 2.8.4 #3110

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2023

Bumps addressable from 2.8.0 to 2.8.4.

Changelog

Sourced from addressable's changelog.

Addressable 2.8.4

  • Restore Addressable::IDNA.unicode_normalize_kc as a deprecated method (#504)

#504: sporkmonger/addressable#504

Addressable 2.8.3

  • Fix template expand level 2 hash support for non-string objects (#499, #498)

#499: sporkmonger/addressable#499 #498: sporkmonger/addressable#498

Addressable 2.8.2

  • Improve cache hits and JIT friendliness (#486)
  • Improve code style and test coverage (#482)
  • Ensure reset of deferred validation (#481)
  • Resolve normalization differences between IDNA::Native and IDNA::Pure (#408, #492)
  • Remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) (accidentally reverted by #449 merge but added back in #492)

#492: sporkmonger/addressable#492

Addressable 2.8.1

  • refactor Addressable::URI.normalize_path to address linter offenses (#430)
  • update gemspec to reflect supported Ruby versions (#466, #464, #463)
  • compatibility w/ public_suffix 5.x (#466, #465, #460)
  • fixes "invalid byte sequence in UTF-8" exception when unencoding URLs containing non UTF-8 characters (#459)
  • Ractor compatibility (#449)
  • use the whole string instead of a single line for template match (#431)
  • force UTF-8 encoding only if needed (#341)

#449: sporkmonger/addressable#449 #460: sporkmonger/addressable#460 #463: sporkmonger/addressable#463 #464: sporkmonger/addressable#464 #465: sporkmonger/addressable#465 #466: sporkmonger/addressable#466

Commits
  • e91b64e Update version, gemspec, and CHANGELOG for 2.8.4 (#505)
  • b460cb7 restore unicode_normalize_kc as a deprecated method (#504)
  • 68c60e3 Update version, gemspec, and CHANGELOG for 2.8.3 (#503)
  • bfafba8 Simplify template specs by removing the 1.8 unordered hash fix (#500)
  • c00d58b Fix template expand level 2 hash support for non-string objects (#499)
  • bcaf766 Correct files list in gemspec (#497)
  • 5622589 Update version, gemspec, and CHANGELOG for 2.8.2 (#495)
  • 5c22f25 Merge pull request #492 from jarthod/fix-null-normalization-408
  • 1998e06 Use ruby unicode normalize to avoid libidn C problems and heavy legacy ruby code
  • 1fdd676 CI: remove truffleruby-21.3 from matrix (#490)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 added dependencies ruby Pull requests that update Ruby code labels Apr 10, 2023
@dependabot dependabot bot force-pushed the dependabot/bundler/master/addressable-2.8.4 branch 5 times, most recently from 1820597 to a4799da Compare April 12, 2023 21:03
@dependabot dependabot bot force-pushed the dependabot/bundler/master/addressable-2.8.4 branch 3 times, most recently from 220189b to e319c9d Compare April 26, 2023 19:58
@pgwillia
Copy link
Member

@dependabot recreate

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.8.0 to 2.8.4.
- [Release notes](https://github.com/sporkmonger/addressable/releases)
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](sporkmonger/addressable@addressable-2.8.0...addressable-2.8.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/master/addressable-2.8.4 branch from e319c9d to 5671ee5 Compare July 10, 2023 21:50
Copy link
Member

@pgwillia pgwillia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is where we use it

Addressable::URI.parse(driver.base_url).host

But it's also a dependency of several other gems. LGTM! 👍

@pgwillia pgwillia merged commit 71b769f into master Jul 10, 2023
@pgwillia pgwillia deleted the dependabot/bundler/master/addressable-2.8.4 branch July 10, 2023 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant