Skip to content

Bump stylelint-use-logical-spec from 3.2.2 to 5.0.0#164

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

Bump stylelint-use-logical-spec from 3.2.2 to 5.0.0#164
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/stylelint-use-logical-spec-5.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2023

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

Release notes

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

5.0.0

What's Changed

New Contributors

Full Changelog: Jordan-Hall/stylelint-use-logical-spec@3.2.2...5.0.0

Changelog

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

5.0.0 (February 3rd, 2023)

New feature

  • Add support for CSS in JS #35

Fixes

  • Fix shorthand properties that uses calc #28

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
  • bb0392e Create node.js.yml
  • 3522096 Create npm-publish-github-packages.yml
  • 8119496 Chore: Release version 5.0.0 with CSS in JS support
  • 02b15e9 Merge pull request #37 from dr-itz/feat/value-split
  • 3b22de9 Merge branch 'master' into feat/value-split
  • 0a9d1ec Merge pull request #35 from vip30/master
  • 72056b9 feat: use custom function for splitting CSS values
  • 79bbcc0 fix: do not autofix value is expression
  • bc64072 test: add test for css-in-js
  • 9e134fc feat: add supporting for css-in-js
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [stylelint-use-logical-spec](https://github.com/Jordan-Hall/stylelint-use-logical-spec) from 3.2.2 to 5.0.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](Jordan-Hall/stylelint-use-logical-spec@3.2.2...5.0.0)

---
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 Feb 3, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 3, 2023

Superseded by #233.

@dependabot dependabot bot closed this Aug 3, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stylelint-use-logical-spec-5.0.0 branch August 3, 2023 20: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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants