Skip to content

build(deps): bump postcss from 8.5.22 to 8.5.26 in /frontend - #108

Merged
nsheff merged 4 commits into
devfrom
dependabot/npm_and_yarn/frontend/postcss-8.5.26
Aug 7, 2026
Merged

build(deps): bump postcss from 8.5.22 to 8.5.26 in /frontend#108
nsheff merged 4 commits into
devfrom
dependabot/npm_and_yarn/frontend/postcss-8.5.26

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor

Bumps postcss from 8.5.22 to 8.5.26.

Release notes

Sourced from postcss's releases.

8.5.26

  • Fixed list.split() regression (by @​lazerg).
  • Track symlinks in path protection in source map loading (by @​drengir1).

8.5.25

  • Fixed 8.5.17 visitor regression.
  • Fixed list.split() for non-string values (by @​amir-rezaei).

8.5.24

  • Preserve the BOM after the processing (by @​hdimer).

8.5.23

  • Do not load source map without opts.from for security reasons.
Changelog

Sourced from postcss's changelog.

8.5.26

  • Fixed list.split() regression (by @​lazerg).
  • Track symlinks in path protection in source map loading (by @​drengir1).

8.5.25

  • Fixed 8.5.17 visitor regression.
  • Fixed list.split() for non-string values (by @​amir-rezaei).

8.5.24

  • Preserve the BOM after the processing (by @​hdimer).

8.5.23

  • Do not load source map without opts.from for security reasons.
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

nsheff and others added 4 commits July 27, 2026 16:24
fetchAliases returns { rows, partial, totalSize }, but Explorer treated
the return value as an array and called .forEach on it directly. That
threw a TypeError on the first namespace, which the surrounding bare
catch swallowed. Since setAliasMap() runs inside that try after the
loop, it never executed, so aliasMap stayed empty and every collection
rendered "-" in the Name column.

Read aliases.rows instead, matching how ExplorerAliases consumes the
same value.
Collections have no name -- SequenceCollectionMetadata carries only
digests and n_sequences -- so a "Name" column asserted a property that
does not exist. Rename it to "Alias", which is what the data actually
is and what the API, store layout, and aliases page already call it.

Extract the alias lookup into services/aliases.js and reuse it in
StoreOverview, which previously showed bare digests with no label at
all. Where a collection carries aliases in several namespaces, prefer
one by namespace instead of concatenating them: vgp, for example, has
five, which rendered as an unreadable comma-joined cell. The priority
order mirrors the probe list in vrs/vrsWorker.js. Remaining aliases
stay available as a title tooltip.

Namespaces are pure convention -- gtars treats one as the opaque stem
of an aliases/collections/*.tsv filename -- so the ordering is a UI
preference, not a spec.
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.22 to 8.5.26.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.22...8.5.26)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.26
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 7, 2026
@nsheff
nsheff changed the base branch from master to dev August 7, 2026 13:48
@nsheff
nsheff merged commit 1fb96d5 into dev Aug 7, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/frontend/postcss-8.5.26 branch August 7, 2026 13:48
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant