Skip to content

build(deps-dev): bump svgo from 2.8.0 to 2.8.2#7

Closed
dependabot[bot] wants to merge 9 commits intomasterfrom
dependabot/npm_and_yarn/svgo-2.8.2
Closed

build(deps-dev): bump svgo from 2.8.0 to 2.8.2#7
dependabot[bot] wants to merge 9 commits intomasterfrom
dependabot/npm_and_yarn/svgo-2.8.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 5, 2026

Bumps svgo from 2.8.0 to 2.8.2.

Release notes

Sourced from svgo's releases.

v2.8.2

This is effectively just a re-release of SVGO v2.8.1, but with *.test.js files omitted. It seems something was wrong with the configuration in the v2.8.0 tag and I hadn't noticed it included a few extra files. 😅

We'll deprecate v2.8.1, and I'll include the change log here.

What's Changed

Dependencies

  • Migrates from our unsupported fork of sax (@​trysound/sax) to the upstream version of sax (sax).

Bug Fixes

  • No longer throws error when encountering comments in DTD.

Metrics

Before and after of the browser bundle of each respective version:

v2.8.0 v2.8.2 Delta
svgo.browser.js 587.2 kB 589.2 kB ⬆️ 2 kB

Support

SVGO v2 is not officially supported, please consider upgrading to SVGO v4 instead. We've backported this fix as there are security implications, but there is no commitment to do this for more complex changes in future.

Consider reading our Migration Guide from v2 to v3 and Migration Guide from v3 to v4 which should ease the process.

v2.8.1

Deprecated

This release left *.test.js files in the package, which have been omitted in v2.8.2. Sorry for the noise!

What's Changed

Dependencies

  • Migrates from our unsupported fork of sax (@​trysound/sax) to the upstream version of sax (sax).

Bug Fixes

  • No longer throws error when encountering comments in DTD.

Metrics

Before and after of the browser bundle of each respective version:

v2.8.0 v2.8.1 Delta

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by sethiii, a new releaser for svgo since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

marcop135 and others added 9 commits February 9, 2026 13:08
- Add Vitest testing infrastructure with example tests
- Add GitHub Actions CI/CD pipeline
- Add Husky pre-commit hooks with lint-staged
- Fix license mismatch (ISC -> MIT)
- Fix Node version inconsistency in README
- Fix vendor chunk splitting in vite.config.js
- Add security audit scripts
- Add CONTRIBUTING.md and CHANGELOG.md
- Enhance ESLint rules (prefer-const, no-var, etc.)
- Add additional npm scripts (lint:fix, format:check, clean, test)
- Update README with new features and documentation
- Bump version to 1.5.0

Co-authored-by: Cursor <cursoragent@cursor.com>
- Add test:ci script for CI environments
- Disable Husky in CI to prevent hook installation issues
- Use vitest run instead of watch mode in CI

Co-authored-by: Cursor <cursoragent@cursor.com>
- Format main.test.js with Prettier
- Add ESLint config for test files with Vitest globals
- Ensure all CI checks pass

Co-authored-by: Cursor <cursoragent@cursor.com>
Major updates:
- vite: ^6.3.5 -> ^7.3.1
- eslint: ^9.26.0 -> ^10.0.0
- stylelint: ^16.19.1 -> ^17.1.1
- stylelint-config-standard-scss: ^15.0.0 -> ^17.0.0
- @vitejs/plugin-legacy: ^6.1.1 -> ^7.2.1
- globals: ^16.1.0 -> ^17.3.0

Minor/patch updates:
- autoprefixer: ^10.4.21 -> ^10.4.24
- htmlhint: ^1.1.4 -> ^1.8.1
- prettier: ^3.5.3 -> ^3.8.1
- sass-embedded: ^1.88.0 -> ^1.97.3
- terser: ^5.39.1 -> ^5.46.0
- vite-plugin-eslint2: ^5.0.3 -> ^5.0.5
- vite-plugin-stylelint: ^6.0.0 -> ^6.0.4

All tests and builds pass successfully.

Co-authored-by: Cursor <cursoragent@cursor.com>
Remove deprecated husky.sh sourcing as per Husky v9+ requirements

Co-authored-by: Cursor <cursoragent@cursor.com>
Bumps [svgo](https://github.com/svg/svgo) from 2.8.0 to 2.8.2.
- [Release notes](https://github.com/svg/svgo/releases)
- [Commits](svg/svgo@v2.8.0...v2.8.2)

---
updated-dependencies:
- dependency-name: svgo
  dependency-version: 2.8.2
  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 Mar 5, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 5, 2026

Deploy Preview for vite-vanilla-sass-lint ready!

Name Link
🔨 Latest commit 750c113
🔍 Latest deploy log https://app.netlify.com/projects/vite-vanilla-sass-lint/deploys/69a9525390c2460007fdbc25
😎 Deploy Preview https://deploy-preview-7--vite-vanilla-sass-lint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@marcop135
Copy link
Copy Markdown
Owner

Closing per repository cleanup.

@marcop135 marcop135 closed this Apr 17, 2026
@marcop135 marcop135 deleted the dependabot/npm_and_yarn/svgo-2.8.2 branch April 17, 2026 10:44
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 17, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

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