Skip to content

Bump web-console from 4.2.1 to 4.3.0#4

Merged
samdev-7 merged 1 commit into
mainfrom
dependabot/bundler/web-console-4.3.0
Apr 9, 2026
Merged

Bump web-console from 4.2.1 to 4.3.0#4
samdev-7 merged 1 commit into
mainfrom
dependabot/bundler/web-console-4.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 26, 2026

Copy link
Copy Markdown
Contributor

Bumps web-console from 4.2.1 to 4.3.0.

Release notes

Sourced from web-console's releases.

v4.3.0

What's Changed

Changelog

Sourced from web-console's changelog.

4.3.0

  • #342 Always permit IPv4-mapped IPv6 loopback addresses ([@​zunda]).
  • Fixed Rails 8.2.0.alpha support
  • Drop Rails 7.2 support
  • Drop Ruby 3.1 support
Commits
  • 90e3474 Release 4.3.0
  • bdbb391 Merge pull request #344 from fatkodima/fix-filter-proxies
  • 950462c Fix compatiblity with latest rails
  • c1f9252 Merge pull request #345 from fatkodima/fix-ci
  • 6bc7159 Fix CI
  • 859bc60 Merge pull request #342 from zunda/bind-on-ipv6
  • c66460a Always permit IPv4-mapped IPv6 loopback addresses
  • f3d437c Merge pull request #338 from luiscobot/patch-1
  • 5383121 replace close icon with ×
  • 9a5c089 Merge pull request #336 from sambostock/drop-active-model
  • Additional commits viewable in compare view

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Feb 26, 2026
@samdev-7

samdev-7 commented Apr 9, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

1 similar comment
@samdev-7

samdev-7 commented Apr 9, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [web-console](https://github.com/rails/web-console) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/rails/web-console/releases)
- [Changelog](https://github.com/rails/web-console/blob/main/CHANGELOG.markdown)
- [Commits](rails/web-console@v4.2.1...v4.3.0)

---
updated-dependencies:
- dependency-name: web-console
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bundler/web-console-4.3.0 branch from 34df074 to 4d68fcb Compare April 9, 2026 18:55
@samdev-7 samdev-7 merged commit bebf312 into main Apr 9, 2026
5 of 6 checks passed
@dependabot dependabot Bot deleted the dependabot/bundler/web-console-4.3.0 branch April 9, 2026 18:55
anscg added a commit that referenced this pull request Apr 19, 2026
revert accidental queue.yml and timelapse_activity_checker changes
samdev-7 added a commit that referenced this pull request Apr 27, 2026
…line

Two production findings from ships #4 and #25:

1. The "Ship" field in the YSWS Unified table is a linked-record. Sending
   the integer id was silently dropped by Airtable. Wrap as [id.to_s] so
   typecast: true matches the linked table's primary field value.

2. Addressable::URI is a transitive gem dep but wasn't autoloaded in the
   worker. normalize_uri raised NameError, the rescue swallowed it, and
   download returned [nil, nil] for every URL — including ones that didn't
   even need normalization. Require addressable/uri explicitly.

Stale comment cleanup: AttachShipZineScreenshotJob → AttachShipUnifiedScreenshotJob.
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