Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps the stylelint group with 2 updates: stylelint and stylelint-config-standard.

Updates stylelint from 16.22.0 to 16.23.0

Release notes

Sourced from stylelint's releases.

16.23.0

It adds 5 new rules, 1 option to a rule and fixes 3 bugs. We've turned on the new rules in our standard config.

Changelog

Sourced from stylelint's changelog.

16.23.0 - 2025-07-29

It adds 5 new rules, 1 option to a rule and fixes 3 bugs. We've turned on the new rules in our standard config.

Commits

Updates stylelint-config-standard from 38.0.0 to 39.0.0

Release notes

Sourced from stylelint-config-standard's releases.

39.0.0

  • Removed: stylelint less than 16.23.0 from peer dependencies.
  • Changed: updated to [email protected].
  • Added: block-no-redundant-nested-style-rules rule.
Changelog

Sourced from stylelint-config-standard's changelog.

39.0.0

  • Removed: stylelint less than 16.23.0 from peer dependencies.
  • Changed: updated to [email protected].
  • Added: block-no-redundant-nested-style-rules rule.
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added PR: dependencies Pull requests that update a dependency file PR: waiting for review For PRs that are complete, tested, and ready for review labels Aug 4, 2025
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) August 4, 2025 12:52
@efb4f5ff-1298-471a-8973-3d47447115dc

Lint failed

@PikachuEXE
Copy link
Member

Fixed most (with reference in commit message) except -webkit-box-orient: vertical which is false positive and fixed
stylelint/stylelint#8699

@efb4f5ff-1298-471a-8973-3d47447115dc

Not sure if lint will let us merge otherwise maybe temp disable this stylelint rule?

@PikachuEXE
Copy link
Member

I am thinking of waiting for next version instead (which includes the merged PR
So that we don't have to disable that rule with comment just for this version
But I also want it to auto open new PR for new version so I am keeping this PR open

@PikachuEXE PikachuEXE added PR: blocked and removed PR: waiting for review For PRs that are complete, tested, and ready for review labels Aug 5, 2025
@PikachuEXE
Copy link
Member

@dependabot recreate

Bumps the stylelint group with 2 updates: [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard).


Updates `stylelint` from 16.22.0 to 16.23.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.22.0...16.23.0)

Updates `stylelint-config-standard` from 38.0.0 to 39.0.0
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint-config-standard@38.0.0...39.0.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-version: 16.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: stylelint
- dependency-name: stylelint-config-standard
  dependency-version: 39.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-966b242c76 branch from 21d17a9 to 92b8bfa Compare August 7, 2025 14:12
@efb4f5ff-1298-471a-8973-3d47447115dc

ofcourse i didnt update the commit message and PR body...

Copy link
Member

@PikachuEXE PikachuEXE left a comment

Choose a reason for hiding this comment

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

@PikachuEXE PikachuEXE added PR: waiting for review For PRs that are complete, tested, and ready for review and removed PR: blocked labels Aug 7, 2025
@FreeTubeBot FreeTubeBot merged commit 2f9e243 into development Aug 7, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stylelint-966b242c76 branch August 7, 2025 21:13
@github-actions github-actions bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label Aug 7, 2025
PikachuEXE added a commit to PikachuEXE/FreeTube that referenced this pull request Aug 11, 2025
* development:
  Translated using Weblate (Serbian)
  Fix selecting a new quick bookmark playlist (FreeTubeApp#7803)
  Migrate DistractionSettings to the composition API (FreeTubeApp#7807)
  Use Array#find directly when parsing the chapters (FreeTubeApp#7808)
  Translated using Weblate (Hungarian)
  Translated using Weblate (Hungarian)
  Translated using Weblate (Croatian)
  change iina name to IINA (FreeTubeApp#7773)
  Remove `Export Playlists For Older FreeTube Versions` (FreeTubeApp#7195)
  Enhancement: Add fast forward and rewind pop up to video player (FreeTubeApp#7729)
  Fix "more" button from sidenav not closing (FreeTubeApp#7725)
  Fix handleSyncSubscriptionCache using the SYNC_PLAYLISTS IPC channel (FreeTubeApp#7756)
  Change Close button color to white (FreeTubeApp#7752)
  Migrate PlayerSettings to the composition API (FreeTubeApp#7766)
  Bump package version from 0.23.5 to 0.23.6 (FreeTubeApp#7794)
  Add shorts player parameters to help with 403s (FreeTubeApp#7763)
  Translated using Weblate (Norwegian Bokmål)
  Bump the stylelint group with 2 updates (FreeTubeApp#7779)
  Bump tmp from 0.2.1 to 0.2.4 (FreeTubeApp#7790)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants