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 stylelint-scss to v6.10.0 #456

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
stylelint-scss 6.3.1 -> 6.10.0 age adoption passing confidence

Release Notes

stylelint-scss/stylelint-scss (stylelint-scss)

v6.10.0

Compare Source

  • Added: declaration-property-value-no-unknown support nested properties with shorthand values (#​1071).
  • Fixed: declaration-property-value-no-unknown fix multiline values parsing (#​1085).

Full Changelog: stylelint-scss/stylelint-scss@v6.9.0...v6.10.0

v6.9.0

Compare Source

  • Added: missing native functions (#​1070).
  • Fixed: unify rule messages (#​1072).

Full Changelog: stylelint-scss/stylelint-scss@v6.8.1...v6.9.0

v6.8.1

Compare Source

  • Fixed: declaration-property-value-no-unknown fix false positives for nested properties in nested declarations (#​1068).

Full Changelog: stylelint-scss/stylelint-scss@v6.8.0...v6.8.1

v6.8.0

Compare Source

  • Added: function-color-channel rule (#​1060).
  • Added: selector-no-redundant-nesting-selector support for Dart Sass deprecation (#​1022).
  • Fixed: declaration-property-value-no-unknown include explicit namespace variables in isDollarVar() (#​1062).
  • Fixed: declaration-property-value-no-unknown fix false positives for imported custom functions (#​1061).
  • Fixed: declaration-property-value-no-unknown reported ranges and message (stylelint/stylelint#8003, #​1066).
  • Fixed: declaration-property-value-no-unknown false negatives/positives via [email protected] (stylelint/stylelint#7993, #​1065).

Full Changelog: stylelint-scss/stylelint-scss@v6.7.0...v6.8.0

v6.7.0

Compare Source

  • Added: function-no-unknown: add support for Sass v1.78 color.channel function (#​1052).

Full Changelog: stylelint-scss/stylelint-scss@v6.6.0...v6.7.0

v6.6.0

Compare Source

  • Added: declaration-property-value-no-unknown: add support for first-class operators (#​1042).
  • Added: declaration-property-value-no-unknown: add support SCSS variables as arguments in nested functions (#​1042).

Full Changelog: stylelint-scss/stylelint-scss@v6.5.1...v6.6.0

v6.5.1

Compare Source

  • Fixed: function-quote-no-quoted-strings-inside fix broken autofix (#​1043).

Full Changelog: stylelint-scss/stylelint-scss@v6.5.0...v6.5.1

v6.5.0

Compare Source

  • Added: property-no-unknown add support for nested declarations (#​1024).
  • Added: declaration-property-value-no-unknown rule (#​1023).
  • Fixed: operator-no-unspaced fix false positives with comparison operators (#​1037).

Full Changelog: stylelint-scss/stylelint-scss@v6.4.1...v6.5.0

v6.4.1

Compare Source

  • Fixed: false positive for mixins in load-partial-extension (#​1021).

Full Changelog: stylelint-scss/stylelint-scss@v6.4.0...v6.4.1

v6.4.0

Compare Source

  • Added: load-partial-extension rule, and deprecated at-import-partial-extension rule (#​998).
  • Fixed: partial-no-import message to include more accurate rule name (#​1019).

Full Changelog: stylelint-scss/stylelint-scss@v6.3.2...v6.4.0

v6.3.2

Compare Source

  • Fixed: at-mixin-no-risky-nesting-selector fix false positives (#​1010).
  • Fixed: operator-no-unspaced handle variables with unary negation (#​1011).

Full Changelog: stylelint-scss/stylelint-scss@v6.3.1...v6.3.2


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.

Copy link

coderabbitai bot commented Jun 19, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The package.json file was updated to change the version of the stylelint-scss package from 6.3.1 to 6.5.1. This modification indicates a version increment that may include enhancements or bug fixes relevant to SCSS linting functionality.

Changes

Files Change Summary
package.json Updated stylelint-scss version from 6.3.1 to 6.5.1

Sequence Diagram(s)

(Sequence diagrams are not applicable in this context due to the simplicity of the change.)

Poem

In the meadow, hopping free,
A version change, oh joy for me!
Stylelint-scss, now more bright,
With tweaks and fixes, what a sight!
Let's lint our SCSS with cheer,
Hopping forward, year by year! 🐇✨


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot changed the title Update dependency stylelint-scss to v6.3.2 Update dependency stylelint-scss to v6.4.0 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 6e9bd12 to a0a48b2 Compare July 9, 2024 21:27
@renovate renovate bot changed the title Update dependency stylelint-scss to v6.4.0 Update dependency stylelint-scss to v6.4.1 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from a0a48b2 to 43daa8d Compare July 10, 2024 15:46
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 43daa8d to b7358bf Compare August 4, 2024 21:42
@renovate renovate bot changed the title Update dependency stylelint-scss to v6.4.1 Update dependency stylelint-scss to v6.5.0 Aug 4, 2024
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from b7358bf to ea21aa0 Compare August 25, 2024 11:18
@renovate renovate bot changed the title Update dependency stylelint-scss to v6.5.0 Update dependency stylelint-scss to v6.5.1 Aug 25, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 6279063 and ea21aa0.

Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
Files selected for processing (1)
  • package.json (1 hunks)
Additional comments not posted (1)
package.json (1)

62-62: Approved version update for stylelint-scss.

The update from 6.3.1 to 6.5.1 addresses important fixes and enhancements. Ensure to verify compatibility with the project's environment and other dependencies.

Run the following script to verify the compatibility:

@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from ea21aa0 to 6be920a Compare September 12, 2024 17:08
@renovate renovate bot changed the title Update dependency stylelint-scss to v6.5.1 Update dependency stylelint-scss to v6.6.0 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 6be920a to d593d33 Compare September 18, 2024 21:21
@renovate renovate bot changed the title Update dependency stylelint-scss to v6.6.0 Update dependency stylelint-scss to v6.7.0 Sep 18, 2024
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from d593d33 to 72596a2 Compare October 16, 2024 20:50
@renovate renovate bot changed the title Update dependency stylelint-scss to v6.7.0 Update dependency stylelint-scss to v6.8.0 Oct 16, 2024
@renovate renovate bot changed the title Update dependency stylelint-scss to v6.8.0 Update dependency stylelint-scss to v6.8.1 Oct 17, 2024
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 72596a2 to 9beeb50 Compare October 17, 2024 18:53
@renovate renovate bot changed the title Update dependency stylelint-scss to v6.8.1 Update dependency stylelint-scss to v6.9.0 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 9beeb50 to 9bcee44 Compare November 11, 2024 22:24
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 9bcee44 to df150a3 Compare November 20, 2024 23:18
@renovate renovate bot changed the title Update dependency stylelint-scss to v6.9.0 Update dependency stylelint-scss to v6.10.0 Nov 20, 2024
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