Skip to content

Bump stylelint-use-logical-spec from 3.2.2 to 4.1.0#155

Closed
dependabot[bot] wants to merge 1 commit intoreactfrom
dependabot/npm_and_yarn/stylelint-use-logical-spec-4.1.0
Closed

Bump stylelint-use-logical-spec from 3.2.2 to 4.1.0#155
dependabot[bot] wants to merge 1 commit intoreactfrom
dependabot/npm_and_yarn/stylelint-use-logical-spec-4.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2023

Bumps stylelint-use-logical-spec from 3.2.2 to 4.1.0.

Changelog

Sourced from stylelint-use-logical-spec's changelog.

4.1.0 (June 3rd, 2022)

#22

The script loops through the maps listing of all properties and will make multiple replacements in a single string such as: transition: max-width 1s, padding-left 2s, margin-top 3s; will recommend (or change to): transition: max-inline-size 1s, padding-inline-start 2s, margin-block-start 3s; (for 'ltr' anyway)

I could only find 3 properties that would seem to fit this use case:

  • transition
  • transition-property
  • will-change

If there are more, this is easy to update as the regex is stored in the maps.js file. By selecting only these nodes, I feel this one should run pretty lean instead of scanning all values for property names.

4.0.0 (May 31st, 2022)

New feature

  • check shorthand properties and convert them to appropriate logical counterparts #12
  • Skips over declaration if the shorthand property value is a single value - example margin: 0;

Fixes

  • Fixes bug with 2 prop mapping
  • Alters 4 prop loop to only consolidate if all values are equal, and will output without the unsupported logical keyword
Commits

Dependabot compatibility score

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)

Bumps [stylelint-use-logical-spec](https://github.com/Jordan-Hall/stylelint-use-logical-spec) from 3.2.2 to 4.1.0.
- [Release notes](https://github.com/Jordan-Hall/stylelint-use-logical-spec/releases)
- [Changelog](https://github.com/Jordan-Hall/stylelint-use-logical-spec/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Jordan-Hall/stylelint-use-logical-spec/commits)

---
updated-dependencies:
- dependency-name: stylelint-use-logical-spec
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 24, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2023

Superseded by #164.

@dependabot dependabot bot closed this Feb 3, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stylelint-use-logical-spec-4.1.0 branch February 3, 2023 20:16
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