Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 24, 2025

Bumps @nextcloud/stylelint-config from 3.0.1 to 3.1.0.

Release notes

Sourced from @​nextcloud/stylelint-config's releases.

v.3.1.0

v3.1.0 (2025-05-22)

Added

  • Add csstools/use-logical to warn about LTR-RTL properties #121 (ShGKme)

Changed

  • Updated stylelint and require stylelint version 16.13.2 or later
  • Add SPDX header #109 (AndyScherzinger)

Full Changelog: nextcloud-libraries/stylelint-config@v3.0.1...v3.1.0

Changelog

Sourced from @​nextcloud/stylelint-config's changelog.

v3.1.0 (2025-05-22)

Added

  • Add csstools/use-logical to warn about LTR-RTL properties #121 (ShGKme)

Changed

  • Updated stylelint and require stylelint version 16.13.2 or later
  • Add SPDX header #109 (AndyScherzinger)
Commits
  • bbdf3a6 Merge pull request #133 from nextcloud-libraries/release/v3.1.0
  • aa9ad12 chore(release): v3.1.0
  • c6d5016 Merge pull request #132 from nextcloud-libraries/fix/use-logical-top-bottom
  • a13878f fix(use-logical): ignore properties with /-(top|bottom)-/
  • 07a1b14 Merge pull request #130 from nextcloud-libraries/dependabot/npm_and_yarn/styl...
  • 6732c10 chore(deps-dev): Bump stylelint-config-recommended-scss
  • f512447 Merge pull request #121 from nextcloud-libraries/feat/use-logical
  • 498ea99 feat: add csstools/use-logical warning for LTR-RTL properties
  • 0644bfb chore(deps): add stylelint-use-logical
  • 63efe26 Merge pull request #131 from nextcloud-libraries/chore/bump-stylelint-from-16...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @nextcloud-command.


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)

@dependabot dependabot bot added 3. to review dependencies Pull requests that update a dependency file labels May 24, 2025
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

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

@dependabot merge

@codecov
Copy link

codecov bot commented May 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 30.80%. Comparing base (f5a3360) to head (ee0e6a2).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2025   +/-   ##
=======================================
  Coverage   30.80%   30.80%           
=======================================
  Files          43       43           
  Lines        1620     1620           
  Branches      110      110           
=======================================
  Hits          499      499           
  Misses       1095     1095           
  Partials       26       26           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 24, 2025

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@cypress
Copy link

cypress bot commented May 24, 2025

Activity    Run #2586

Run Properties:  status check passed Passed #2586  •  git commit 685a63f9df: Chore(deps-dev): Bump @nextcloud/stylelint-config from 3.0.1 to 3.1.0
Project Activity
Branch Review dependabot/npm_and_yarn/nextcloud/stylelint-config-3.1.0
Run status status check passed Passed #2586
Run duration 02m 05s
Commit git commit 685a63f9df: Chore(deps-dev): Bump @nextcloud/stylelint-config from 3.0.1 to 3.1.0
Committer dependabot[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 1
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 10
View all changes introduced in this branch ↗︎

Bumps [@nextcloud/stylelint-config](https://github.com/nextcloud-libraries/stylelint-config) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/nextcloud-libraries/stylelint-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/stylelint-config/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/stylelint-config@v3.0.1...v3.1.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/stylelint-config"
  dependency-version: 3.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/stylelint-config-3.1.0 branch from 6973171 to ee0e6a2 Compare May 24, 2025 02:15
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

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

@dependabot merge

@dependabot dependabot bot merged commit 856255e into master May 24, 2025
53 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nextcloud/stylelint-config-3.1.0 branch May 24, 2025 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants