Skip to content

Bump the dev-css-sass group with 8 updates#311

Closed
dependabot[bot] wants to merge 109 commits intotrunkfrom
dependabot/npm_and_yarn/dev-css-sass-452286acf5
Closed

Bump the dev-css-sass group with 8 updates#311
dependabot[bot] wants to merge 109 commits intotrunkfrom
dependabot/npm_and_yarn/dev-css-sass-452286acf5

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 4, 2025

Bumps the dev-css-sass group with 8 updates:

Package From To
@lodder/grunt-postcss 3.1.0 3.1.1
autoprefixer 10.4.19 10.4.20
cssnano 7.0.5 7.0.6
grunt-contrib-cssmin 4.0.0 5.0.0
grunt-rtlcss 2.0.1 2.0.2
grunt-sass 3.0.2 3.1.0
postcss 8.4.49 8.5.1
sass 1.83.3 1.83.4

Updates @lodder/grunt-postcss from 3.1.0 to 3.1.1

Release notes

Sourced from @​lodder/grunt-postcss's releases.

Version 3.1.1

  • Switch to picocolors
  • Code improvements
Changelog

Sourced from @​lodder/grunt-postcss's changelog.

v3.1.1 date: 03-11-2021 changes: - Switch to picocolors - Code improvements

Commits
  • 6f9408d Update to v3.1.1
  • 98c7571 README.md: remove the no longer available david badge
  • 1afbf6f Merge pull request #84 from C-Lodder/XhmikosR-patch-4
  • 2a01e0e Merge pull request #86 from C-Lodder/XhmikosR-patch-1
  • 0502da1 Update README.md
  • e51918a Switch to picocolors
  • e969b79 Merge pull request #80 from C-Lodder/XhmikosR-patch-1
  • 2fc77f8 Merge pull request #85 from C-Lodder/dependabot/npm_and_yarn/postcss-scss-4.0.2
  • c47ccba Merge pull request #83 from C-Lodder/XhmikosR-patch-3
  • e4898f2 Bump postcss-scss from 4.0.1 to 4.0.2
  • Additional commits viewable in compare view

Updates autoprefixer from 10.4.19 to 10.4.20

Release notes

Sourced from autoprefixer's releases.

10.4.20

  • Fixed fit-content prefix for Firefox.
Changelog

Sourced from autoprefixer's changelog.

10.4.20

  • Fixed fit-content prefix for Firefox.
Commits

Updates cssnano from 7.0.5 to 7.0.6

Release notes

Sourced from cssnano's releases.

v7.0.6

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.0.5...cssnano@7.0.6

Commits
  • 26c83f5 Publish cssnano 7.0.6
  • e43f9bf chore: update development dependencies
  • 34bdcb8 chore: add changeset
  • a4e2c51 fix(postcss-convert-values): convert 0ms to 0s (#1665)
  • 7e86cfd chore: update Node type definitions
  • 1d65a10 fix: update postcss-selector-parser
  • 024ddef fix(cssnano-preset-default): update postcss-calc
  • 842b7f3 chore: update development dependencies
  • 104c303 docs: Update website for release
  • See full diff in compare view

Updates grunt-contrib-cssmin from 4.0.0 to 5.0.0

Release notes

Sourced from grunt-contrib-cssmin's releases.

v5.0.0

  • Update dependencies.
  • Drop Node.js < 14 support.
Changelog

Sourced from grunt-contrib-cssmin's changelog.

v5.0.0: date: 2023-05-01 changes: - Update dependencies. - Drop Node.js < 14 support.

Commits
  • 92acd4e 5.0.0
  • 927da64 Update dependencies
  • d0e98f5 Bump qs from 6.5.2 to 6.5.3 (#316)
  • c37365e Merge pull request #314 from gruntjs/dependabot/npm_and_yarn/async-2.6.4
  • 71b857b Bump async from 2.6.3 to 2.6.4
  • 113497f Merge pull request #313 from gruntjs/dependabot/npm_and_yarn/grunt-1.5.3
  • 5d03edd Bump grunt from 1.3.0 to 1.5.3
  • 5f07d1e Merge pull request #310 from gruntjs/dependabot/npm_and_yarn/hosted-git-info-...
  • ed59bf9 Bump hosted-git-info from 2.8.8 to 2.8.9
  • 21d5d5b Merge pull request #309 from gruntjs/dependabot/npm_and_yarn/minimist-1.2.6
  • Additional commits viewable in compare view

Updates grunt-rtlcss from 2.0.1 to 2.0.2

Commits

Updates grunt-sass from 3.0.2 to 3.1.0

Release notes

Sourced from grunt-sass's releases.

v3.1.0

  • Improve Sass error output (#296) 08df45d

sindresorhus/grunt-sass@v3.0.2...v3.1.0

Commits

Updates postcss from 8.4.49 to 8.5.1

Release notes

Sourced from postcss's releases.

8.5.1

8.5 “Duke Alloces”

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

Changelog

Sourced from postcss's changelog.

8.5.1

8.5 “Duke Alloces”

  • Added Input#document for sources like CSS-in-JS or HTML (by @​romainmenke).
Commits

Updates sass from 1.83.3 to 1.83.4

Release notes

Sourced from sass's releases.

Dart Sass 1.83.4

To install Sass 1.83.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.83.4

  • No user-visible changes.
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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 4, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-css-sass-452286acf5 branch from 36db4dc to 8670f68 Compare February 4, 2025 19:23
desrosj and others added 3 commits February 4, 2025 15:01
Bumps the dev-css-sass group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@lodder/grunt-postcss](https://github.com/C-Lodder/grunt-postcss) | `3.1.0` | `3.1.1` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.20` |
| [cssnano](https://github.com/cssnano/cssnano) | `7.0.5` | `7.0.6` |
| [grunt-contrib-cssmin](https://github.com/gruntjs/grunt-contrib-cssmin) | `4.0.0` | `5.0.0` |
| [grunt-rtlcss](https://github.com/MohammadYounes/grunt-rtlcss) | `2.0.1` | `2.0.2` |
| [grunt-sass](https://github.com/sindresorhus/grunt-sass) | `3.0.2` | `3.1.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.49` | `8.5.1` |
| [sass](https://github.com/sass/dart-sass) | `1.83.3` | `1.83.4` |


Updates `@lodder/grunt-postcss` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/C-Lodder/grunt-postcss/releases)
- [Changelog](https://github.com/C-Lodder/grunt-postcss/blob/master/CHANGELOG)
- [Commits](C-Lodder/grunt-postcss@v3.1.0...v3.1.1)

Updates `autoprefixer` from 10.4.19 to 10.4.20
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.19...10.4.20)

Updates `cssnano` from 7.0.5 to 7.0.6
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@7.0.5...cssnano@7.0.6)

Updates `grunt-contrib-cssmin` from 4.0.0 to 5.0.0
- [Release notes](https://github.com/gruntjs/grunt-contrib-cssmin/releases)
- [Changelog](https://github.com/gruntjs/grunt-contrib-cssmin/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt-contrib-cssmin@v4.0.0...v5.0.0)

Updates `grunt-rtlcss` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/MohammadYounes/grunt-rtlcss/releases)
- [Commits](MohammadYounes/grunt-rtlcss@2.0.1...2.0.2)

Updates `grunt-sass` from 3.0.2 to 3.1.0
- [Release notes](https://github.com/sindresorhus/grunt-sass/releases)
- [Commits](sindresorhus/grunt-sass@v3.0.2...v3.1.0)

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

Updates `sass` from 1.83.3 to 1.83.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.83.3...1.83.4)

---
updated-dependencies:
- dependency-name: "@lodder/grunt-postcss"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-css-sass
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-css-sass
- dependency-name: cssnano
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-css-sass
- dependency-name: grunt-contrib-cssmin
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-css-sass
- dependency-name: grunt-rtlcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-css-sass
- dependency-name: grunt-sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-css-sass
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-css-sass
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-css-sass
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-css-sass-452286acf5 branch from 012116a to 36b9544 Compare February 5, 2025 03:38
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 5, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-css-sass-452286acf5 branch February 5, 2025 14:17
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

Comments