Skip to content

chore: update project version to 161 and revise npm setup script for … - #1532

Merged
Comp0te merged 4 commits into
developfrom
release/2.7.0
Sep 2, 2026
Merged

chore: update project version to 161 and revise npm setup script for …#1532
Comp0te merged 4 commits into
developfrom
release/2.7.0

Conversation

@Comp0te

@Comp0te Comp0te commented Sep 2, 2026

Copy link
Copy Markdown
Collaborator

…root git permissions

Make sure to fill in all the below sections.

Description

// Provide a useful description of this PR, aimed at helping reviewers and contributors

Linked tickets

WALLET-XXX

Checklist

  • Make sure this PR title follows semantic release conventions: https://semantic-release.gitbook.io/semantic-release/#commit-message-format

  • If the PR adds any new text to the UI, make sure they are localized

  • Include a screenshot or recording if implementing significant UI or user flow change

  • When this PR affects architecture changes wait for review from Dmytro before merging

@Comp0te Comp0te self-assigned this Sep 2, 2026
dotenv-webpack and base64-loader are only ever loaded by webpack.config.js,
but declaring them runtime dependencies pulled webpack — and with it
browserslist — into the tree `npm audit --omit=dev` walks. Two browserslist
advisories therefore failed the blocking audit gate over code that is never
part of the shipped extension.

The react-router allowlist entry no longer matches any reported advisory, so
the gate asks for its removal.
The Chrome suite ran on Playwright's default 30s per-test budget, but the
vault-creation scenario spends it on a password, a generated phrase, a 12-word
confirmation and then the popup. On a loaded runner it ran out mid-click and
surfaced as "Target page, context or browser has been closed", which reads like
a crashed browser rather than the timeout it is.
The suite has grown past eight minutes on a loaded machine, and the same gate
already blocks the merge in CI. The hook keeps the fast static checks, which is
what catches a typo before it costs a CI round-trip.
@Comp0te
Comp0te merged commit 32363ff into develop Sep 2, 2026
11 checks passed
@Comp0te
Comp0te deleted the release/2.7.0 branch September 2, 2026 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant