You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2022/10/06 00:42:06 UTC

[GitHub] [samza] dependabot[bot] opened a new pull request, #1632: Bump addressable from 2.5.2 to 2.8.1 in /docs

dependabot[bot] opened a new pull request, #1632:
URL: https://github.com/apache/samza/pull/1632

   Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 to 2.8.1.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md">addressable's changelog</a>.</em></p>
   <blockquote>
   <h1>Addressable 2.8.1</h1>
   <ul>
   <li>refactor <code>Addressable::URI.normalize_path</code> to address linter offenses (<a href="https://github-redirect.dependabot.com/sporkmonger/addressable/pull/430">#430</a>)</li>
   <li>remove redundant colon in <code>Addressable::URI::CharacterClasses::AUTHORITY</code> regex (<a href="https://github-redirect.dependabot.com/sporkmonger/addressable/pull/438">#438</a>)</li>
   <li>update gemspec to reflect supported Ruby versions (<a href="https://github-redirect.dependabot.com/sporkmonger/addressable/issues/466">#466</a>, <a href="https://github-redirect.dependabot.com/sporkmonger/addressable/issues/464">#464</a>, <a href="https://github-redirect.dependabot.com/sporkmonger/addressable/issues/463">#463</a>)</li>
   <li>compatibility w/ public_suffix 5.x (<a href="https://github-redirect.dependabot.com/sporkmonger/addressable/issues/466">#466</a>, <a href="https://github-redirect.dependabot.com/sporkmonger/addressable/issues/465">#465</a>, <a href="https://github-redirect.dependabot.com/sporkmonger/addressable/issues/460">#460</a>)</li>
   <li>fixes &quot;invalid byte sequence in UTF-8&quot; exception when unencoding URLs containing non UTF-8 characters (<a href="https://github-redirect.dependabot.com/sporkmonger/addressable/pull/459">#459</a>)</li>
   <li><code>Ractor</code> compatibility (<a href="https://github-redirect.dependabot.com/sporkmonger/addressable/pull/449">#449</a>)</li>
   <li>use the whole string instead of a single line for template match (<a href="https://github-redirect.dependabot.com/sporkmonger/addressable/pull/431">#431</a>)</li>
   <li>force UTF-8 encoding only if needed (<a href="https://github-redirect.dependabot.com/sporkmonger/addressable/pull/341">#341</a>)</li>
   </ul>
   <p><a href="https://github-redirect.dependabot.com/sporkmonger/addressable/issues/460">#460</a>: <a href="https://github-redirect.dependabot.com/sporkmonger/addressable/pull/460">sporkmonger/addressable#460</a>
   <a href="https://github-redirect.dependabot.com/sporkmonger/addressable/issues/463">#463</a>: <a href="https://github-redirect.dependabot.com/sporkmonger/addressable/pull/463">sporkmonger/addressable#463</a>
   <a href="https://github-redirect.dependabot.com/sporkmonger/addressable/issues/464">#464</a>: <a href="https://github-redirect.dependabot.com/sporkmonger/addressable/pull/464">sporkmonger/addressable#464</a>
   <a href="https://github-redirect.dependabot.com/sporkmonger/addressable/issues/465">#465</a>: <a href="https://github-redirect.dependabot.com/sporkmonger/addressable/pull/465">sporkmonger/addressable#465</a>
   <a href="https://github-redirect.dependabot.com/sporkmonger/addressable/issues/466">#466</a>: <a href="https://github-redirect.dependabot.com/sporkmonger/addressable/pull/466">sporkmonger/addressable#466</a></p>
   <h1>Addressable 2.8.0</h1>
   <ul>
   <li>fixes ReDoS vulnerability in Addressable::Template#match</li>
   <li>no longer replaces <code>+</code> with spaces in queries for non-http(s) schemes</li>
   <li>fixed encoding ipv6 literals</li>
   <li>the <code>:compacted</code> flag for <code>normalized_query</code> now dedupes parameters</li>
   <li>fix broken <code>escape_component</code> alias</li>
   <li>dropping support for Ruby 2.0 and 2.1</li>
   <li>adding Ruby 3.0 compatibility for development tasks</li>
   <li>drop support for <code>rack-mount</code> and remove Addressable::Template#generate</li>
   <li>performance improvements</li>
   <li>switch CI/CD to GitHub Actions</li>
   </ul>
   <h1>Addressable 2.7.0</h1>
   <ul>
   <li>added <code>:compacted</code> flag to <code>normalized_query</code></li>
   <li><code>heuristic_parse</code> handles <code>mailto:</code> more intuitively</li>
   <li>dropped explicit support for JRuby 9.0.5.0</li>
   <li>compatibility w/ public_suffix 4.x</li>
   <li>performance improvements</li>
   </ul>
   <h1>Addressable 2.6.0</h1>
   <ul>
   <li>added <code>tld=</code> method to allow assignment to the public suffix</li>
   <li>most <code>heuristic_parse</code> patterns are now case-insensitive</li>
   <li><code>heuristic_parse</code> handles more <code>file://</code> URI variations</li>
   <li>fixes bug in <code>heuristic_parse</code> when uri starts with digit</li>
   <li>fixes bug in <code>request_uri=</code> with query strings</li>
   <li>fixes template issues with <code>nil</code> and <code>?</code> operator</li>
   <li><code>frozen_string_literal</code> pragmas added</li>
   <li>minor performance improvements in regexps</li>
   <li>fixes to eliminate warnings</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/sporkmonger/addressable/commit/8657465b438d93c707aff4346fdcf74c742b4a53"><code>8657465</code></a> Update version, gemspec, and CHANGELOG for 2.8.1 (<a href="https://github-redirect.dependabot.com/sporkmonger/addressable/issues/474">#474</a>)</li>
   <li><a href="https://github.com/sporkmonger/addressable/commit/4fc5bb6eee91d49c2f3ed7e6f060aa32e2c5929b"><code>4fc5bb6</code></a> CI: remove Ubuntu 18.04 job (<a href="https://github-redirect.dependabot.com/sporkmonger/addressable/issues/473">#473</a>)</li>
   <li><a href="https://github.com/sporkmonger/addressable/commit/860fede2984a6ce0551e43db68262a2ec7705914"><code>860fede</code></a> Force UTF-8 encoding only if needed (<a href="https://github-redirect.dependabot.com/sporkmonger/addressable/issues/341">#341</a>)</li>
   <li><a href="https://github.com/sporkmonger/addressable/commit/99810afbd2313a550b812c512a27e99a1f376b87"><code>99810af</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sporkmonger/addressable/issues/431">#431</a> from ojab/ct-_do_not_parse_multiline_strings</li>
   <li><a href="https://github.com/sporkmonger/addressable/commit/7ce0f485021d6ff629f0d97c5ec656636d853876"><code>7ce0f48</code></a> Merge branch 'main' into ct-_do_not_parse_multiline_strings</li>
   <li><a href="https://github.com/sporkmonger/addressable/commit/7ecf75146c1a53b089150ccc33c909214d728323"><code>7ecf751</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sporkmonger/addressable/issues/449">#449</a> from okeeblow/freeze_concatenated_strings</li>
   <li><a href="https://github.com/sporkmonger/addressable/commit/41f12dd5a04a4bc0d5e9fc89ff538869581dbb34"><code>41f12dd</code></a> Merge branch 'main' into freeze_concatenated_strings</li>
   <li><a href="https://github.com/sporkmonger/addressable/commit/068f673a46ef69f7a72ff0f5d3ab972abc626a25"><code>068f673</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sporkmonger/addressable/issues/459">#459</a> from jarthod/iso-encoding-problem</li>
   <li><a href="https://github.com/sporkmonger/addressable/commit/b4c98820f27937454bd596bc72b5d07872ead06b"><code>b4c9882</code></a> Merge branch 'main' into iso-encoding-problem</li>
   <li><a href="https://github.com/sporkmonger/addressable/commit/08d27e85f8479d12bfbf139434261f93c7de896a"><code>08d27e8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sporkmonger/addressable/issues/471">#471</a> from sporkmonger/sporkmonger-enable-codeql</li>
   <li>Additional commits viewable in <a href="https://github.com/sporkmonger/addressable/compare/addressable-2.5.2...addressable-2.8.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=addressable&package-manager=bundler&previous-version=2.5.2&new-version=2.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/samza/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@samza.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [samza] dependabot[bot] commented on pull request #1632: Bump addressable from 2.5.2 to 2.8.1 in /docs

Posted by dependabot.
dependabot[bot] commented on PR #1632:
URL: https://github.com/apache/samza/pull/1632#issuecomment-1400955514

   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`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@samza.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [samza] li-afaris commented on pull request #1632: Bump addressable from 2.5.2 to 2.8.1 in /docs

Posted by GitBox <gi...@apache.org>.
li-afaris commented on PR #1632:
URL: https://github.com/apache/samza/pull/1632#issuecomment-1381192497

   This can probably be closed "won't-fix" as addressable 2.8.1 is in the dependency tree from pull request #1647.  The following is from `./gradlew docs:dependencies`
   
   ```
   gems
   +--- rubygems:jekyll-sass-converter:2.2.0
   |    \--- rubygems:sassc:]2.0.1,3.0[ -> 2.4.0
   |         \--- rubygems:ffi:[1.9.0,2.0[ -> 1.15.5
   +--- rubygems:jekyll:4.3.1
   |    +--- rubygems:addressable:[2.4.0,3.0[ -> 2.8.1
   |    |    \--- rubygems:public_suffix:[2.0.2,6.0[ -> 5.0.1
   |    +--- rubygems:colorator:[1.0.0,2.0[ -> 1.1.0
   |    +--- rubygems:em-websocket:[0.5.0,1.0[ -> 0.5.3
   |    |    +--- rubygems:eventmachine:[0.12.9,) -> 1.2.7
   |    |    \--- rubygems:http_parser.rb:[0,) -> 0.6.0
   |    +--- rubygems:i18n:[1.0.0,2.0[ -> 1.12.0
   |    |    \--- rubygems:concurrent-ruby:[1.0.0,2.0[ -> 1.1.10
   |    +--- rubygems:jekyll-sass-converter:[2.0,4.0[ -> 2.2.0 (*)
   |    +--- rubygems:jekyll-watch:[2.0.0,3.0[ -> 2.2.1
   |    |    \--- rubygems:listen:[3.0.0,4.0[ -> 3.8.0
   |    |         +--- rubygems:rb-fsevent:[0.10.3,1.0[ -> 0.11.2
   |    |         \--- rubygems:rb-inotify:[0.9.10,1.0[ -> 0.10.1
   |    |              \--- rubygems:ffi:[1.0.0,2.0[ -> 1.15.5
   |    +--- rubygems:kramdown:[2.3.1,3.0[ -> 2.4.0
   |    |    \--- rubygems:rexml:[0,) -> 3.2.5
   |    +--- rubygems:kramdown-parser-gfm:[1.0.0,2.0[ -> 1.1.0
   |    |    \--- rubygems:kramdown:[2.0.0,3.0[ -> 2.4.0 (*)
   |    +--- rubygems:liquid:[4.0.0,5.0[ -> 4.0.4
   |    +--- rubygems:mercenary:[0.3.6,0.5[ -> 0.4.0
   |    +--- rubygems:pathutil:[0.9.0,1.0[ -> 0.16.2
   |    |    \--- rubygems:forwardable-extended:[2.6.0,3.0[ -> 2.6.0
   |    +--- rubygems:rouge:[3.0,5.0[ -> 3.30.0
   |    +--- rubygems:safe_yaml:[1.0.0,2.0[ -> 1.0.5
   |    +--- rubygems:terminal-table:[1.8,4.0[ -> 3.0.2
   |    |    \--- rubygems:unicode-display_width:[1.1.1,3[ -> 2.4.2
   |    \--- rubygems:webrick:[1.7.0,2.0[ -> 1.7.0
   +--- rubygems:http_parser.rb:0.6.0
   +--- rubygems:webrick:1.7.0
   +--- rubygems:json:2.6.3
   +--- rubygems:rouge:3.30.0
   +--- rubygems:kramdown:2.4.0 (*)
   \--- rubygems:kramdown-parser-gfm:1.1.0 (*)
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@samza.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [samza] ajothomas closed pull request #1632: Bump addressable from 2.5.2 to 2.8.1 in /docs

Posted by "ajothomas (via GitHub)" <gi...@apache.org>.
ajothomas closed pull request #1632: Bump addressable from 2.5.2 to 2.8.1 in /docs
URL: https://github.com/apache/samza/pull/1632


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@samza.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org