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

Update dependency postcss-values-parser to v6 #33

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
postcss-values-parser ^1.5.0 -> ^6.0.0 age adoption passing confidence

Release Notes

shellscape/postcss-values-parser (postcss-values-parser)

v6.0.2

Compare Source

Bugfixes

  • fix: support parsing */ expressions without surrounding spaces (#​144)
  • fix: Quoted – clone throw an error (#​141) (#​142 )

Updates

  • docs: fix numeric parse result (#​139)

v6.0.1

Compare Source

v6.0.0

Compare Source

Breaking Changes

  • feat!: update PostCSS, use NodeErrorOptions directly from PostCSS types (#​133)

Bugfixes

  • fix: Function with dot inside name (#​134)
  • fix: TypeScript types, add validation (#​132)

v5.0.0

Compare Source

v4.0.0

Compare Source

Updates

  • chore!: upgrade is-url-superb to ^4.0.0 (#​125)

Breaking Changes

Node v10+ now required

v3.2.1

Compare Source

v3.2.0

Compare Source

Bugfixes

fix: comma separated funcs with no spaces. fixes #​91
fix: wonky function names. fixes #​92
fix: numeric parsing (#​109)

Features

feat: add hwb, lab, and lch to functions matching isColor (#​111) …

Updates

test: add test for #​104
test: add tests for #​106

v3.1.1

Compare Source

v3.1.0

Compare Source

v3.0.5

Compare Source

Bugfixes

  • fix: add time value units (#​87)

v3.0.4

Compare Source

Updates

  • Dependency updates and npm audit update

v3.0.3

Compare Source

Bugfixes

  • fix: quater milimeters not detected (#​81)

Updates

  • docs: fix comment type (#​78)

v3.0.2

Compare Source

Bugfixes

  • fix: toString should stringify node (#​74)
  • fix: manipulation of node structures, proper stringifying (#​73)

v3.0.1

Compare Source

v3.0.0

Compare Source

Major Version 3

This is a major rewrite from top to bottom and contains many breaking changes. The rewrite leverages PostCSS itself under the hood. That means it uses the same tokenizer and parser, with some modifications. The last major update to PostCSS provided consumers with an outstanding model to inherit and extend from the base classes to create derived parsers. That means we now benefit from the rock-solid tokenizing in PostCSS without having to reinvent the wheel, and without introducing new bugs.

This also allows for use of the base PostCSS Node classes, without redefining or duplicating their functionality. Tasks like walking nodes, or inspecting Node properties you'd expect in PostCSS are now identical.

Breaking Changes

Some Node types have changed. Most notably, all characters which can be considered "punctuation" have been moved into the Punctuation Node. Additionally, decorative property names on Nodes have changed in some instances. The full API documentation has more details.

Old Node Type New Node Type
AtWord AtWord
Colon Punctuation
Comma Punctuation
Comment Comment
Func Func
Numbr Numeric
Operator Operator
Paren Punctuation
Str Quoted
UnicodeRange UnicodeRange
Word Word

v2.0.1

Compare Source

Bugfixes

  • fix: double slash comments inside Sass maps (#​60)

v2.0.0

Compare Source

Bugfixes

  • Protect constructors from empty opts (#​55)
  • Fix walk proxies (#​54)

Breaking Changes

The module now only supports Node v6.14.4+. This change follows the Node LTS schedule.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants