Skip to content

Commit

Permalink
build(deps-dev): bump the development-dependencies group (#454)
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group in /sass-js with 3 updates: [nodemon](https://github.com/remy/nodemon), [sass](https://github.com/sass/dart-sass) and [stylelint](https://github.com/stylelint/stylelint).


Updates `nodemon` from 3.1.0 to 3.1.2
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v3.1.0...v3.1.2)

Updates `sass` from 1.76.0 to 1.77.4
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.76.0...1.77.4)

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)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 4, 2024
1 parent e261154 commit 103a176
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 77 deletions.
154 changes: 80 additions & 74 deletions sass-js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions sass-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"nodemon": "^3.1.0",
"nodemon": "^3.1.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"sass": "^1.76.0",
"sass": "^1.77.4",
"sirv-cli": "^2.0.2",
"stylelint": "^16.4.0",
"stylelint": "^16.6.1",
"stylelint-config-twbs-bootstrap": "^14.1.0"
}
}

0 comments on commit 103a176

Please sign in to comment.