Skip to content

chore(deps): update dependency gulp-sass to v6 #16

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gulp-sass ^3.1.0 -> ^6.0.0 age adoption passing confidence

Release Notes

dlmanning/gulp-sass (gulp-sass)

v6.0.0

Compare Source

November 27, 2024

https://github.com/dlmanning/gulp-sass/releases/tag/v6.0.0

v5.1.0

Compare Source

Huge shout out to @​XhmikosR for putting a ton of effort into this release 🎉

What's Changed

New Contributors

Full Changelog: dlmanning/gulp-sass@v5.0.0...v5.1.0

v5.0.0

Compare Source

June 25, 2021

https://github.com/dlmanning/gulp-sass/releases/tag/v5.0.0

v4.1.1

Compare Source

June 24, 2021

https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.1

v4.1.0

Compare Source

April 23, 2020

https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.0

v4.0.2

Compare Source

October 16, 2018

https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.2

v4.0.1

Compare Source

Apr 8, 2018

https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.1

v4.0.0

Compare Source

April 5, 2018

https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


This change is Reviewable

Copy link

@hoji-ai hoji-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary

  • Updated gulp-sass dependency version from ^3.1.0 to ^6.0.0 in package.json.

Review

Changed the gulp-sass dependency version in package.json from ^3.1.0 to ^6.0.0. Comments were added to ensure compatibility with the rest of the environment due to the major version upgrade.

@@ -33,7 +33,7 @@
"gulp": "^3.9.1",
"gulp-image-resize": "^0.12.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sass": "^6.0.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating dependencies is a good practice to ensure you're using the latest features and security patches. However, make sure that the newer version of gulp-sass is compatible with the rest of your environment, as major version updates can introduce breaking changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants