Skip to content

Comments

Bump addressable from 2.5.2 to 2.8.1#70

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/addressable-2.8.1
Open

Bump addressable from 2.5.2 to 2.8.1#70
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/addressable-2.8.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 5, 2022

Bumps addressable from 2.5.2 to 2.8.1.

Changelog

Sourced from addressable's changelog.

Addressable 2.8.1

  • refactor Addressable::URI.normalize_path to address linter offenses (#430)
  • remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438)
  • 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)

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

Addressable 2.8.0

  • fixes ReDoS vulnerability in Addressable::Template#match
  • no longer replaces + with spaces in queries for non-http(s) schemes
  • fixed encoding ipv6 literals
  • the :compacted flag for normalized_query now dedupes parameters
  • fix broken escape_component alias
  • dropping support for Ruby 2.0 and 2.1
  • adding Ruby 3.0 compatibility for development tasks
  • drop support for rack-mount and remove Addressable::Template#generate
  • performance improvements
  • switch CI/CD to GitHub Actions

Addressable 2.7.0

  • added :compacted flag to normalized_query
  • heuristic_parse handles mailto: more intuitively
  • dropped explicit support for JRuby 9.0.5.0
  • compatibility w/ public_suffix 4.x
  • performance improvements

Addressable 2.6.0

  • added tld= method to allow assignment to the public suffix
  • most heuristic_parse patterns are now case-insensitive
  • heuristic_parse handles more file:// URI variations
  • fixes bug in heuristic_parse when uri starts with digit
  • fixes bug in request_uri= with query strings
  • fixes template issues with nil and ? operator
  • frozen_string_literal pragmas added
  • minor performance improvements in regexps
  • fixes to eliminate warnings
Commits
  • 8657465 Update version, gemspec, and CHANGELOG for 2.8.1 (#474)
  • 4fc5bb6 CI: remove Ubuntu 18.04 job (#473)
  • 860fede Force UTF-8 encoding only if needed (#341)
  • 99810af Merge pull request #431 from ojab/ct-_do_not_parse_multiline_strings
  • 7ce0f48 Merge branch 'main' into ct-_do_not_parse_multiline_strings
  • 7ecf751 Merge pull request #449 from okeeblow/freeze_concatenated_strings
  • 41f12dd Merge branch 'main' into freeze_concatenated_strings
  • 068f673 Merge pull request #459 from jarthod/iso-encoding-problem
  • b4c9882 Merge branch 'main' into iso-encoding-problem
  • 08d27e8 Merge pull request #471 from sporkmonger/sporkmonger-enable-codeql
  • Additional commits viewable in compare view

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 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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 5, 2022
@dependabot dependabot bot force-pushed the dependabot/bundler/addressable-2.8.1 branch from 0334131 to 745b284 Compare March 4, 2023 01:26
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 to 2.8.1.
- [Release notes](https://github.com/sporkmonger/addressable/releases)
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](sporkmonger/addressable@addressable-2.5.2...addressable-2.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/addressable-2.8.1 branch from 745b284 to b13b05e Compare March 4, 2023 01:27
@giruuuuj
Copy link

giruuuuj commented Nov 5, 2025

Pull Request: Promote DatePicker, Calendar and DateInput from Labs to Core
Status: Open
Target: Move components from @salt-ds/labs to @salt-ds/core
Assignee: @mark-tate, @ivan-calderon

Description
This PR promotes the DatePicker, Calendar, and DateInput components from Labs to Core after extensive stakeholder feedback and accessibility improvements. These components have been stabilized and are ready for production use.

Changes Included
✅ Completed
Design Integration: Figma specs updated and aligned with code implementation

Visual QA: Multiple rounds of VQA completed with design updates merged

Basic Functionality: Single date selection, range selection, and date input working reliably

Stakeholder Feedback: Incorporated from Frappe, Paprika, and Cardamom phases

Dependency Management: Peer dependency updates completed

🔄 In Progress
Screen Reader Accessibility (Target: Fenugreek release)

Add aria-expanded to calendar toggle button

Change aria-pressed to aria-selected for day buttons

Add aria-invalid states for error handling

Implement aria-live announcements for selections and month changes

Improve focus management and keyboard navigation

📋 Pending Before Core Promotion
Accessibility Compliance

WCAG 2.1 AA and 2.2 AA gap analysis completion

Screen reader testing with actual users

Focus order confirmation in confirmation patterns

Documentation

Timezone handling documentation

Split documentation between single and range selection

Edge cases and validation states documentation

US Date Formatting

Confirm comma requirements in US date formats

Validate input/output formatting patterns

Technical Updates
Update date-fns to v4 (blocked by TypeScript v5 upgrade)

Finalize multi-select POC (stretch goal)

Complete overlay functionality review

Testing Checklist
Cross-browser compatibility

Mobile responsiveness

Screen reader testing (NVDA, JAWS, VoiceOver)

Keyboard navigation

Touch device interactions

Performance with large date ranges

Migration Guide
Components will move from:

typescript
import { DatePicker, Calendar, DateInput } from '@salt-ds/labs';
to:

typescript
import { DatePicker, Calendar, DateInput } from '@salt-ds/core';
Notes
Multi-select functionality identified as future enhancement, not blocking core promotion

All major functionality stable and tested

Community feedback period completed successfully

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.

1 participant