Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump the development-dependencies group with 5 updates #2020

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps the development-dependencies group with 5 updates:

Package From To
hugo-bin 0.122.4 0.123.2
npm-run-all2 6.1.2 6.2.0
picocolors 1.0.0 1.0.1
stylelint 16.4.0 16.6.1
svgo 3.2.0 3.3.2

Updates hugo-bin from 0.122.4 to 0.123.2

Release notes

Sourced from hugo-bin's releases.

v0.123.0

What's Changed

Note that if you still want to keep using Node.js 16 for the time being, you can stick to the previous version and instead set the hugoVersion to the new one, see https://github.com/fenneclab/hugo-bin#options.

With this release we are now down to 98 packages. When this journey started after v0.30.0, we were at 345 packages, so this is a 71.5% reduction in packages!

Full Changelog: fenneclab/hugo-bin@v0.122.8...v0.123.0

v0.122.7

  • Update Hugo to the latest patch version 0.125.6
  • Add npm provenance

Full Changelog: fenneclab/hugo-bin@v0.122.5...v0.122.7

Commits

Updates npm-run-all2 from 6.1.2 to 6.2.0

Release notes

Sourced from npm-run-all2's releases.

v6.2.0

Merged

Changelog

Sourced from npm-run-all2's changelog.

v6.2.0

Merged

Commits

Updates picocolors from 1.0.0 to 1.0.1

Release notes

Sourced from picocolors's releases.

picocolors 1.0.1

What's new?

Changelog

Sourced from picocolors's changelog.

v1.0.1

  • Updated color detection mechanism to work properly on Vercel Edge Runtime (#64)
  • Remove use of recursion to avoid possible stack overflow for very long inputs (#56)
Commits

Updates stylelint from 16.4.0 to 16.6.1

Release notes

Sourced from stylelint's releases.

16.6.1

16.6.0

16.5.0

Changelog

Sourced from stylelint's changelog.

16.6.1

16.6.0

16.5.0

Commits

Updates svgo from 3.2.0 to 3.3.2

Release notes

Sourced from svgo's releases.

v3.3.2

Notice

An update on what happened with v3.3.0 and v3.3.1. While we have retained CJS support, the migration to EMS has changed the acceptable ways to import SVGO, in ways that users depended on before. This effectively made SVGO v3 a breaking change.

Rather than resolve or workaround these differences, we've opted to release SVGO v3.3.2, which is effectively a revert to v3.2.0, and deprecate versions v3.3.0 and v3.3.1. We'll then proceed to work on releasing v4 which will document the breaking changes, and feature further breaking changes that were slated for v4, like disabling removeViewBox by default.

Before the v4.0.0 release, I'll put more focus on testing and use release candidates, just to help make the release go smoothly! 👍🏽

Sorry for the headache, and thanks for your patience.

v3.3.1

Notice

SVGO v3.3.0, which was meant to migrate to ESM without breaking CJS support, unfortunately broke CJS projects. There was a mistake with exports, so the loadConfig function wasn't available in the CJS bundle and lead to issues for many users.

Thanks to everyone who raised the issue, and to @​nuintun who submitted a pull request to resolve it so quickly.

I apologize for letting that breaking change through, and will aim to do better. Namely, by adding more tests to cover our exports, and any other public interface in general for each distribution of SVGO, so this doesn't happen again.

SVGO v3.3.1 should resolve the issue for CJS projects, but if you encounter anything else, do let us know by opening an issue on GitHub.

v3.3.0

Deprecated

This release introduced breaking changes, which have been reverted in v3.3.2. The bug fixes will be reintroduced in v4.0.0.

What's Changed

ESM

SVGO is now a dual package, serving for both Common JS and ESM usage. We believe there shouldn't be any problems, especially as SVGO as largely stateless, but feel free to open an issue if you encounter problems with this.

To be explicit, this is not a breaking change, and SVGO should continue to work in Common JS projects!

Thanks to @​jdufresne for doing the bulk of the work.

Default Behavior

  • convertColors, now converts all references to colors excluding references to IDs to lowercase. This can be disabled by setting convertCase to false.

Bug Fixes

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the development-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [hugo-bin](https://github.com/fenneclab/hugo-bin) | `0.122.4` | `0.123.2` |
| [npm-run-all2](https://github.com/bcomnes/npm-run-all2) | `6.1.2` | `6.2.0` |
| [picocolors](https://github.com/alexeyraspopov/picocolors) | `1.0.0` | `1.0.1` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.4.0` | `16.6.1` |
| [svgo](https://github.com/svg/svgo) | `3.2.0` | `3.3.2` |


Updates `hugo-bin` from 0.122.4 to 0.123.2
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](fenneclab/hugo-bin@v0.122.4...v0.123.2)

Updates `npm-run-all2` from 6.1.2 to 6.2.0
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases)
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md)
- [Commits](bcomnes/npm-run-all2@v6.1.2...v6.2.0)

Updates `picocolors` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/alexeyraspopov/picocolors/releases)
- [Changelog](https://github.com/alexeyraspopov/picocolors/blob/main/CHANGELOG.md)
- [Commits](alexeyraspopov/picocolors@v1.0.0...v1.0.1)

Updates `stylelint` from 16.4.0 to 16.6.1
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.4.0...16.6.1)

Updates `svgo` from 3.2.0 to 3.3.2
- [Release notes](https://github.com/svg/svgo/releases)
- [Commits](svg/svgo@v3.2.0...v3.3.2)

---
updated-dependencies:
- dependency-name: hugo-bin
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: npm-run-all2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: picocolors
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: svgo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from XhmikosR June 1, 2024 03:43
@XhmikosR XhmikosR merged commit 9b63eb5 into main Jun 2, 2024
8 checks passed
@XhmikosR XhmikosR deleted the dependabot/npm_and_yarn/development-dependencies-afb34f7ae8 branch June 2, 2024 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant