Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 5, 2025

Bumps stylelint from 16.24.0 to 16.25.0.

Release notes

Sourced from stylelint's releases.

16.25.0

It adds 3 new features, including experimental support for bulk suppressions. It's also our first immutable release, with the package published to npm using trusted publishing and our dependencies updated on a cool down for improved supply chain security.

Changelog

Sourced from stylelint's changelog.

16.25.0 - 2025-10-03

It adds 3 new features, including experimental support for bulk suppressions. It's also our first immutable release, with the package published to npm using trusted publishing and our dependencies updated on a cool down for improved supply chain security.

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for stylelint since your current version.


Dependabot compatibility score

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 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)

Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.24.0 to 16.25.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.24.0...16.25.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-version: 16.25.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 5, 2025
@github-actions github-actions bot added this to the 3.11.0 milestone Oct 5, 2025
Copy link

github-actions bot commented Oct 5, 2025

All Playwright tests BLEEDING_EDGE

Summary

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Other ❓ Flaky 🍂 Duration ⏱️
338 336 0 2 0 3 11m 57s

Flaky Tests

Flaky Tests 🍂 Retries
Show/hide the geometry on click on the map 1
Catch GetLegendGraphic requests and timeout on GetLegendGraphic with multi layers 1
Build permalink, reload and apply one 1

Flaky Rate

Flaky Rate 0.88% ( ➖ 0.00%)
Test 📝 Attempts 🎯 Passed ✅ Failed ❌ Flaky Rate 📈
Show/hide the geometry on click on the map 2 1 1 50.00
Catch GetLegendGraphic requests and timeout on GetLegendGraphic with multi layers 2 1 1 50.00
Build permalink, reload and apply one 2 1 1 50.00

🎉 No failed tests in this run.

Github Test Reporter by CTRF 💚


All Playwright tests LEGACY

Summary

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Other ❓ Flaky 🍂 Duration ⏱️
338 336 0 2 0 3 12m 59s

Flaky Tests

Flaky Tests 🍂 Retries
should change selected quartier and sousquartier based on drawn point @readonly 1
Catch GetLegendGraphic requests and timeout on GetLegendGraphic with multi layers 1
Build permalink, reload and apply one 1

Flaky Rate

Flaky Rate 0.88% ( ➖ 0.00%)
Test 📝 Attempts 🎯 Passed ✅ Failed ❌ Flaky Rate 📈
should change selected quartier and sousquartier based on drawn point @readonly 2 1 1 50.00
Catch GetLegendGraphic requests and timeout on GetLegendGraphic with multi layers 2 1 1 50.00
Build permalink, reload and apply one 2 1 1 50.00

🎉 No failed tests in this run.

Github Test Reporter by CTRF 💚

@rldhont rldhont merged commit efed42c into master Oct 6, 2025
18 checks passed
@rldhont rldhont deleted the dependabot/npm_and_yarn/stylelint-16.25.0 branch October 6, 2025 14:54
@3liz-bot
Copy link
Contributor

3liz-bot commented Oct 6, 2025

The backport to release_3_9 failed:

The process '/usr/bin/git' failed with exit code 1
stderr
error: could not apply fc3bf4b40... Bump stylelint from 16.24.0 to 16.25.0
hint: After resolving the conflicts, mark them with
hint: "git add/rm <pathspec>", then run
hint: "git cherry-pick --continue".
hint: You can instead skip this commit with "git cherry-pick --skip".
hint: To abort and get back to the state before "git cherry-pick",
hint: run "git cherry-pick --abort".
hint: Disable this message with "git config set advice.mergeConflict false"

stdout
Auto-merging package-lock.json
CONFLICT (content): Merge conflict in package-lock.json
Auto-merging package.json
CONFLICT (content): Merge conflict in package.json

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release_3_9 release_3_9
# Navigate to the new working tree
cd .worktrees/backport-release_3_9
# Create a new branch
git switch --create backport-6119-to-release_3_9
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick fc3bf4b400160029fc12b412fb864806feaa0f89
# Push it to GitHub
git push --set-upstream origin backport-6119-to-release_3_9
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release_3_9

Then, create a pull request where the base branch is release_3_9 and the compare/head branch is backport-6119-to-release_3_9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport release_3_9 backport release_3_10 dependencies Pull requests that update a dependency file failed backport javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants