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

Bump postcss, sugarss, postcss-rem, stylelint and stylelint-config-recess-order #42

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2024

Bumps postcss to 8.4.39 and updates ancestor dependencies postcss, sugarss, postcss-rem, stylelint and stylelint-config-recess-order. These dependencies need to be updated together.

Updates postcss from 8.4.19 to 8.4.39

Release notes

Sourced from postcss's releases.

8.4.39

8.4.38

8.4.37

  • Fixed original.column are not numbers error in another case.

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

8.4.33

8.4.32

8.4.31

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

... (truncated)

Changelog

Sourced from postcss's changelog.

8.4.39

8.4.38

8.4.37

  • Fixed original.column are not numbers error in another case.

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).

8.4.33

  • Fixed NoWorkResult behavior difference with normal mode (by Romain Menke).
  • Fixed NoWorkResult usage conditions (by @​ahmdammarr).

8.4.32

  • Fixed postcss().process() types (by Andrew Ferreira).

8.4.31

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

... (truncated)

Commits

Updates sugarss from 2.0.0 to 4.0.1

Changelog

Sourced from sugarss's changelog.

4.0.1

  • Added package.json export.

4.0

  • Removed Node.js 10 support.
  • Moved postcss to peerDependencies.

3.0.3

  • Reverted package.exports Node.js 15 fix.

3.0.2

  • Fixed Node.js 15 warning.

3.0.1

  • Added funding links.

3.0

  • Removed support for Node.js 6.x, 8.x, 11.x, and 13.x versions.
  • Moved to PostCSS 8.0.
  • Added ES modules support.

2.0

  • Remove Node.js 9 and Node.js 4 support (by Aleks Hudochenkov).
  • Remove IE and “dead” browsers from Babel.
  • Use PostCSS 7.0 (by Aleks Hudochenkov).

1.0.1

  • Fix nested inline comments parsing.

1.0

  • Use PostCSS 6.0.
  • Use babel-preset-env.

0.2

  • Show error on semicolons and curly brackets.
  • Fix source map mappings.

0.1.6

  • Fix empty comments parsing.

0.1.5

  • Put comments after declaration semicolon.
  • Use PostCSS 5.1.

0.1.4

  • Fix parsing nested properties.

0.1.3

  • Fix source map generation.

... (truncated)

Commits

Updates postcss-rem from 1.1.5 to 3.0.0

Release notes

Sourced from postcss-rem's releases.

v3.0.0

Breaking change: renamed rem to rem-convert

Full Changelog: pierreburel/postcss-rem@v2.0.2...v3.0.0

v2.0.2

  • chore: update
  • chore: bump version

v2.0.1

Chores: upgrade packages

v2.0.0

  • chore: upgrade

  • Added name option + now use startijenn-rem package

Commits

Updates stylelint from 13.9.0 to 16.6.1

Release notes

Sourced from stylelint's releases.

16.6.1

16.6.0

16.5.0

16.4.0

16.3.1

16.3.0

... (truncated)

Changelog

Sourced from stylelint's changelog.

16.6.1

16.6.0

16.5.0

16.4.0

16.3.1

16.3.0

... (truncated)

Commits
Maintainer changes

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


Updates stylelint-config-recess-order from 2.3.0 to 5.0.1

Release notes

Sourced from stylelint-config-recess-order's releases.

v5.0.1

Patch Changes

  • Add groups to package.json exports (#369)

v5.0.0

Major Changes

  • Upgrade to Stylelint 16 and migrate to ECMAScript modules (ESM). The minimum required Node.js version is 18.12.0. (#352)

v4.6.0

Minor Changes

v4.5.0

Minor Changes

  • Add will-change property to the Transitions & Animation group. (#353) Thanks @​connor-baer!

v4.4.0

Minor Changes

  • Add Masking properties #349

    • mask-border and related longhand properties
    • mask and related longhand properties

    mask was previously included within some SVG-specific properties — it’s been moved above those and below border & outline properties.

    mask-border properties are sorted above mask to highlight the fact that mask will reset mask-border to its initial value (as per W3C spec). I’m not familiar with these properties; if this order is problematic in practice, please file an issue!

Patch Changes

v4.3.0

... (truncated)

Changelog

Sourced from stylelint-config-recess-order's changelog.

5.0.1

Patch Changes

  • Add groups to package.json exports (#369)

5.0.0

Major Changes

  • Upgrade to Stylelint 16 and migrate to ECMAScript modules (ESM). The minimum required Node.js version is 18.12.0. (#352)

4.6.0

Minor Changes

4.5.0

Minor Changes

  • Add will-change property to the Transitions & Animation group. (#353) Thanks @​connor-baer!

4.4.0 — 2023-11-19

Minor Changes

  • Add Masking properties #349

    • mask-border and related longhand properties
    • mask and related longhand properties

    mask was previously included within some SVG-specific properties — it’s been moved above those and below border & outline properties.

    mask-border properties are sorted above mask to highlight the fact that mask will reset mask-border to its initial value (as per W3C spec). I’m not familiar with these properties; if this order is problematic in practice, please file an issue!

Patch Changes

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

…cess-order

Bumps [postcss](https://github.com/postcss/postcss) to 8.4.39 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [sugarss](https://github.com/postcss/sugarss), [postcss-rem](https://github.com/pierreburel/postcss-rem), [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order). These dependencies need to be updated together.


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

Updates `sugarss` from 2.0.0 to 4.0.1
- [Changelog](https://github.com/postcss/sugarss/blob/main/CHANGELOG.md)
- [Commits](postcss/sugarss@2.0.0...4.0.1)

Updates `postcss-rem` from 1.1.5 to 3.0.0
- [Release notes](https://github.com/pierreburel/postcss-rem/releases)
- [Commits](https://github.com/pierreburel/postcss-rem/commits/v3.0.0)

Updates `stylelint` from 13.9.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@13.9.0...16.6.1)

Updates `stylelint-config-recess-order` from 2.3.0 to 5.0.1
- [Release notes](https://github.com/stormwarning/stylelint-config-recess-order/releases)
- [Changelog](https://github.com/stormwarning/stylelint-config-recess-order/blob/main/CHANGELOG.md)
- [Commits](stormwarning/stylelint-config-recess-order@v2.3.0...v5.0.1)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: sugarss
  dependency-type: indirect
- dependency-name: postcss-rem
  dependency-type: direct:development
- dependency-name: stylelint
  dependency-type: direct:development
- dependency-name: stylelint-config-recess-order
  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 10, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants