Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Bump semver, gulp-imagemin and gulp-sri-hash #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 11, 2023

Bumps semver to 5.7.2 and updates ancestor dependencies semver, gulp-imagemin and gulp-sri-hash. These dependencies need to be updated together.

Updates semver from 5.5.0 to 5.7.2

Release notes

Sourced from semver's releases.

v5.7.2

5.7.2 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

5.7.2 (2023-07-10)

Bug Fixes

5.7

  • Add minVersion method

5.6

  • Move boolean loose param to an options object, with backwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling with the includePrerelease option flag.

5.5

  • Add version coercion capabilities

5.4

  • Add intersection checking

5.3

  • Add minSatisfying method

5.2

  • Add prerelease(v) that returns prerelease components

5.1

  • Add Backus-Naur for ranges
  • Remove excessively cute inspection methods

5.0

  • Remove AMD/Browserified build artifacts
  • Fix ltr and gtr when using the * range
  • Fix for range * with a prerelease identifier
Commits
Maintainer changes

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


Updates semver from 5.3.0 to 5.7.2

Release notes

Sourced from semver's releases.

v5.7.2

5.7.2 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

5.7.2 (2023-07-10)

Bug Fixes

5.7

  • Add minVersion method

5.6

  • Move boolean loose param to an options object, with backwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling with the includePrerelease option flag.

5.5

  • Add version coercion capabilities

5.4

  • Add intersection checking

5.3

  • Add minSatisfying method

5.2

  • Add prerelease(v) that returns prerelease components

5.1

  • Add Backus-Naur for ranges
  • Remove excessively cute inspection methods

5.0

  • Remove AMD/Browserified build artifacts
  • Fix ltr and gtr when using the * range
  • Fix for range * with a prerelease identifier
Commits
Maintainer changes

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


Updates gulp-imagemin from 4.1.0 to 8.0.0

Release notes

Sourced from gulp-imagemin's releases.

v8.0.0

sindresorhus/gulp-imagemin@v7.1.0...v8.0.0

v7.1.0

sindresorhus/gulp-imagemin@v7.0.0...v7.1.0

v7.0.0

Breaking

  • Require Node.js 10 aacca91
  • Replace jpegtran with mozjpeg in the default plugins (#336) 279a91b

sindresorhus/gulp-imagemin@v6.2.0...v7.0.0

v6.2.0

  • Add silent option (#331) 0460c78

sindresorhus/gulp-imagemin@v6.1.1...v6.2.0

v6.1.1

  • Make Gulp an optional peer dependency 165bf8b

sindresorhus/gulp-imagemin@v6.1.0...v6.1.1

v6.1.0

  • Update dependencies 92e224a

sindresorhus/gulp-imagemin@v6.0.0...v6.1.0

v6.0.0

Breaking:

  • Require Node.js 8 6e091ed

sindresorhus/gulp-imagemin@v5.0.3...v6.0.0

v5.0.0

Breaking:

Other:

Commits

Updates gulp-sri-hash from 1.5.0 to 1.7.0

Release notes

Sourced from gulp-sri-hash's releases.

Lowercased-Doctypes

Maintenance release including all changes from the 2.x-branch, but using [email protected] for HTML parsing (Closes #21).

Obsolete-Dependency

  • Move gulp from dependencies to devDependencies
  • Minimize number of packaged files
  • Cleanup package.json
Commits
  • bd74d10 1.7.0
  • 8586591 maintenance release with old parser (#21)
  • 0e0ae42 Merge pull request #15 from XhmikosR/master-xmr-rm-gulp-dep
  • 9519ffc Use String.includes.
  • f97662c Move gulp to devDependencies.
  • f9f162e docs(README.md): Add changelog for v2.0
  • 931782e 2.0.0-0
  • 053a9b9 Merge pull request #13 from macedigital/gulp-4
  • c4af678 chore: add npm 'preversion' and 'postversion' scripts
  • f844626 chore: use Object.assign for mutating parameter
  • Additional commits viewable in compare view

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 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.

Bumps [semver](https://github.com/npm/node-semver) to 5.7.2 and updates ancestor dependencies [semver](https://github.com/npm/node-semver), [gulp-imagemin](https://github.com/sindresorhus/gulp-imagemin) and [gulp-sri-hash](https://github.com/macedigital/gulp-sri-hash). These dependencies need to be updated together.


Updates `semver` from 5.5.0 to 5.7.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.5.0...v5.7.2)

Updates `semver` from 5.3.0 to 5.7.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.5.0...v5.7.2)

Updates `gulp-imagemin` from 4.1.0 to 8.0.0
- [Release notes](https://github.com/sindresorhus/gulp-imagemin/releases)
- [Commits](sindresorhus/gulp-imagemin@v4.1.0...v8.0.0)

Updates `gulp-sri-hash` from 1.5.0 to 1.7.0
- [Release notes](https://github.com/macedigital/gulp-sri-hash/releases)
- [Commits](macedigital/gulp-sri-hash@v1.5.0...v1.7.0)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: semver
  dependency-type: indirect
- dependency-name: gulp-imagemin
  dependency-type: direct:development
- dependency-name: gulp-sri-hash
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants