chore: version packages - #907
Open
github-actions[bot] wants to merge 1 commit into
Open
github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Repository: existential-engineering/catalog/.coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
September 20, 2026 10:21
61f4e8c to
0495848
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 20, 2026 10:23
0495848 to
a45a3d2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
catalog@3.66.1
Patch Changes
f0222dd: Refresh Cytomic: 0 new, 0 discontinued, 3 updated.
The Glue, The Scream and The Drop now carry the current descriptions,
feature details and technical specs from Cytomic's product pages, along
with demo videos and release history. The Scream gains its full version
list back to 1.0.7.
0d6e252: Retire the Dear Reality plugin line and refresh its copy: 0 new, 9 discontinued, 5 updated.
Sennheiser has wound Dear Reality down as an independent company and
states on its brand page that the plugins are no longer developed or
maintained, so every entry now carries the discontinued category (two
already did). dearVR PRO 2, dearVR MICRO, dearVR MUSIC, EXOVERB and
EXOVERB MICRO also pick up refreshed descriptions and feature lists from
that page.
d4a2c9b: Name the Marantz FM antenna connector and point a retired entry at its own page
Five Marantz receivers and processors recorded their FM antenna jack as
proprietary, which said the connector had no standard name. It hasone: the threaded 75 ohm coaxial F connector, read off the NR1711's own
rear-panel photograph and confirmed by the F-plug on the supplied indoor
antenna in each owner's manual.
f-typejoins the connectionvocabulary and the five entries use it, so a reader can tell this jack
from the AM spring terminal beside it.
The M-CR612's
urlpointed at the live-catalogue path, which answers200 only by redirecting to the archive path. Marantz moves a product's
path rather than its id when it retires one, so the entry now names the
page that serves it directly. It was the only retired Marantz entry
still carrying the pre-archive path.
78798c3: Correct the Power Grid Disruptor price and two doubled words
Power Grid Disruptor carried a stale 99.99 USD. Korneff Audio gives the
plugin away: its JSON-LD AggregateOffer reads a zero low and high price
and InStock, and the struck-through 347.99 is a gag anchor on an April
Fools release the maker kept up. The entry now carries a verified zero
with source and asOf, which is what separates a giveaway from a price an
import could not read, so Studio renders "Free" and suppresses the
purchase link instead of quoting a price nobody can pay
(catalog-submissions chore: version packages #64).
Four more Korneff prices were re-read at source and confirmed correct as
they stand, one issue each (catalog-submissions chore: version packages #60, software: add Diva #61, chore: version packages #62 and refactor: migrate IDs from integers to nanoid strings #63),
so those close with no edit. Shure Level-Loc is the one worth noting: the
store shows 79.99 today, but that is display_price, a live sale, against
a display_regular_price of 149.99. A check reading the JSON-LD alone
publishes only the sale figure, so it would have "confirmed" the wrong
number and retired a correct price.
Two doubled words are fixed, "at at 96 khz" and "set at at 15ips". Both
sit inside wrapped block scalars and neither uses a function word the
earlier sweeps grepped for, which is why 3.66.0 left them: a line-based
scan over the raw file cannot see a pair that straddles a wrap, and this
pass read the parsed YAML values instead. The remaining hits on main are
the fifteen that sweep already judged correct as written, which stand
(catalog-submissions Add explanatory comment to hardware_fts table #24).