Skip to content

build(deps-dev): bump browserslist from 4.28.0 to 4.28.9 - #210

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/browserslist-4.28.8
Sep 7, 2026
Merged

build(deps-dev): bump browserslist from 4.28.0 to 4.28.9#210
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/browserslist-4.28.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps browserslist from 4.28.0 to 4.28.9.

Release notes

Sourced from browserslist's releases.

4.28.9

4.28.8

  • Fixed including kaios in baseline queries (by @​Jaybhade).

4.28.7

4.28.6

4.28.5

4.28.4

  • Fixed SyntaxError regression of 4.28.3.

4.28.3

  • Fixed baseline query case-insensitivity (by @​swwind).

4.28.2

4.28.1

  • Removed Baseline warning since we have it own warning.
Changelog

Sourced from browserslist's changelog.

4.28.9

4.28.8

  • Fixed including kaios in baseline queries (by @​Jaybhade).

4.28.7

4.28.6

4.28.5

4.28.4

  • Fixed SyntaxError regression of 4.28.3.

4.28.3

  • Fixed baseline query case-insensitivity (by @​swwind).

4.28.2

4.28.1

  • Removed Baseline warning since we have it own warning.

4.48.0

4.27.0

  • Added BROWSERSLIST_TRACE_WARNING environment variable.

4.26.3

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for browserslist since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 2, 2026
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.28.0 to 4.28.9.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.28.0...4.28.9)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-version: 4.28.8
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps-dev): bump browserslist from 4.28.0 to 4.28.8 build(deps-dev): bump browserslist from 4.28.0 to 4.28.9 Sep 7, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/browserslist-4.28.8 branch from 1a74de9 to 8aa718b Compare September 7, 2026 15:08
@github-actions
github-actions Bot merged commit e750608 into main Sep 7, 2026
3 of 4 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/browserslist-4.28.8 branch September 7, 2026 15:09
@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

🤖 Codex-Style Code Review by OpenCode (Vue Best Practice Enabled)

💡 Autonomous AI Reviewer inspecting git commit history and Vue code quality.

This PR is a simple dependency bump — only package-lock.json is modified, with no source code changes.

Code Review — PR #210

Title: build(deps-dev): bump browserslist from 4.28.0 to 4.28.9
Base: origin/main → HEAD (pull/210/merge)


Summary

Aspect Detail
Commits 2 (merge commit + single build(deps-dev) commit)
Files changed 1 (package-lock.json)
Source code changes None

This is an automated Dependabot dependency bump for the dev dependency browserslist (4.28.04.28.9). The PR updates only package-lock.json, pulling in newer versions of transitive dependencies:

  • baseline-browser-mapping 2.8.28 → 2.11.21
  • caniuse-lite 1.0.30001754 → 1.0.30001810
  • electron-to-chromium 1.5.253 → 1.5.422
  • node-releases 2.0.27 → 2.0.54
  • update-browserslist-db (implied transitive bump)

Review Findings

✅ No blocking issues

  • No source code changes — no Vue components, composables, templates, or configuration files are modified.
  • Dev-only dependencybrowserslist is listed under devDependencies, so this has zero impact on the production bundle.
  • Lock file only — the diff is confined to package-lock.json, which is expected for this type of automated PR.
  • Integrity hashes present — the lock file correctly includes resolved URLs and integrity checksums for all bumped packages.

🟢 Minor observations (non-blocking)

  1. CI should verify — ensure the project's test suite and build pass after merging. Since this is a dev tooling dependency (browser targeting data), there's a small chance that updated caniuse-lite data could affect build output or CSS/JS target compatibility. The CI pipeline should confirm no regressions.

  2. Transitive dependency scope — the bump cascades through several transitive deps (baseline-browser-mapping, caniuse-lite, electron-to-chromium, node-releases). This is normal for browserslist updates but worth noting for traceability.

Verdict

Decision Approve

This is a routine, low-risk automated dependency update with no source code changes. Safe to merge once CI passes.

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.

0 participants