Bump browserslist from 4.28.2 to 4.28.8 in /extension - #19844
dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 19844Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 19844" |
This comment has been minimized.
This comment has been minimized.
|
Retrying the failed CI jobs for this pull request from the CI run attempt. The rerun is being tracked in the rerun attempt. |
|
Retrying the failed CI jobs for this pull request from the CI run attempt. The rerun is being tracked in the rerun attempt. |
|
Retrying the failed CI jobs for this pull request from the CI run attempt. The rerun is being tracked in the rerun attempt. |
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.28.2 to 4.28.8. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](browserslist/browserslist@4.28.2...4.28.8) --- updated-dependencies: - dependency-name: browserslist dependency-version: 4.28.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
f8df286 to
db355f5
Compare
Tests selector0 / 99 PR test projects · 2 PR jobs · 0 advisory-only targets, from 1 changed file. Selected PR test projects (0 / 99)none — no PR-gated .NET test projects run for this change. Selected PR jobs (2)
Advisory workflow impact (0)none How these were chosen — grouped by what changedJob reasons
Selection computed for commit |
|
Retrying the failed CI jobs for this pull request from the CI run attempt. The rerun is being tracked in the rerun attempt. |
|
Retrying the failed CI jobs for this pull request from the CI run attempt. The rerun is being tracked in the rerun attempt. |
|
Retrying the failed CI jobs for this pull request from the CI run attempt. The rerun is being tracked in the rerun attempt. |
|
Superseded by #20193. |
…erts) (#20032) ## [auto-sec] aspire dependency security consolidation Canonical `automated-security` remediation PR for **microsoft/aspire**. Converges the repo's open Dependabot alerts into a single change set. **No application source changes** — only lockfiles plus minimal, same-major `overrides` / `resolutions`. ### Alerts addressed Clears **74 of 75 open Dependabot alerts** (all npm ecosystem): 2 critical, 28 high, 44 moderate, 1 low. **1 deferred** (see below). ### Mechanism by manifest kind | Kind | Count | How | |---|---|---| | npm `package-lock.json` | 25 | targeted `overrides` + `npm install --package-lock-only` | | `pnpm-lock.yaml` (AspireWithNode/NodeFrontend) | 1 | `pnpm.overrides` + `pnpm install` | | `yarn.lock` (extension) | 1 | `resolutions` + `yarn install` (dnceng public feed) | ### Key version bumps - **next 16.2.11 → 16.3.3** (critical) - qs → 6.16.0, fast-uri → 3.1.6, @humanfs/node → 0.16.8, browserslist → 4.28.7, js-yaml → 4.3.2, nanoid → 3.3.18, hono → 4.13.5, postcss-selector-parser → 7.1.3, decode-uri-component → 0.5.0 (npm dirs), @opentelemetry/core → 2.8.0, @opentelemetry/propagator-jaeger → 2.9.0, sharp → 0.35.4, vitest / @vitest/mocker → 4.1.11 ### extension/yarn.lock feed handling The VS Code `extension` resolves yarn deps from the **dnceng public** Azure Artifacts feed, and CI runs `yarn install --frozen-lockfile` against it **anonymously**. Only versions already cached on that feed are anonymously downloadable. To keep the frozen install green, browserslist's transitive data-deps are pinned to the feed's cached versions (all satisfy browserslist@4.28.7's caret ranges): - baseline-browser-mapping → 2.11.20, electron-to-chromium → 1.5.420, node-releases → 2.0.54 ### Deferred alert (1) **decode-uri-component ≥ 0.5.0** in `extension/yarn.lock` (moderate). The `0.5.0` tarball is **not cached** on the dnceng public feed (anonymous request returns `401`); since CI accesses the feed anonymously, pinning it would break the extension build. Left at the current cached `0.2.2`. **Unblock:** a maintainer with authenticated access to the internal feed regenerates `extension/yarn.lock` (which primes the cache), after which `0.5.0` becomes anonymously available and this alert clears. Every other extension alert (qs, fast-uri, js-yaml, @humanfs/node, browserslist) is remediated. ### Verification Static check of every alert's installed version in the regenerated lockfiles vs first-patched: **74/75 cleared**, 1 deferred as above. No private-feed URLs leaked; local `yarn install --frozen-lockfile` against dnceng passes. ### Superseded / tracked Dependabot PRs Closed once this canonical PR is green and merged (closure gate): #19513, #19844, #19845, #19863. Out of scope (non-npm): #19852 (GitHub Actions), #19075 (Maven). ### Idempotency Branch `dapire/security-deps/aspire-npm-lockfiles` from latest `upstream/main`. Label `automated-security`. Prefix `[auto-sec]`. --------- Co-authored-by: David Pine <7679720+IEvangelist@users.noreply.github.com> Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Co-authored-by: David Pine <t@t.test>
Bumps browserslist from 4.28.2 to 4.28.8.
Release notes
Sourced from browserslist's releases.
Changelog
Sourced from browserslist's changelog.
Commits
f2f2e6cRelease 4.28.8 versiond0787c8Update dependenciesfcf8fa9Merge pull request #939 from Jaybhade/fix/baseline-kaios-without-downstream57ecd64fix: support "including kaios" without downstream093a0f6Update EM bannerb637868Release 4.28.7 version313f465Update dependenciesc935c5aFix regexp performanced7e9e65Rewrite structure parsing to make it always fastec4a55eFix import orderMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for browserslist since your current version.