Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 30, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@double-great/stylelint-a11y 3.0.43.4.1 age confidence devDependencies minor
@hpcc-js/wasm-graphviz (source) 1.10.01.18.0 age confidence dependencies minor
@parcel/transformer-elm 2.15.42.16.3 age confidence devDependencies minor
@parcel/transformer-sass 2.15.42.16.3 age confidence devDependencies minor
actions/cache v4.2.3v4.3.0 age confidence action minor
actions/checkout v4.2.2v4.3.1 age confidence action minor
axe-core (source) 4.10.34.11.1 age confidence devDependencies minor
docker/login-action v3.4.0v3.6.0 age confidence action minor
docker/metadata-action v5.7.0v5.10.0 age confidence action minor
elm-test 0.19.1-revision160.19.1-revision17 age confidence devDependencies patch
form-data 4.0.44.0.5 age confidence overrides patch
github/codeql-action v3.29.4v3.31.9 age confidence action minor
node (source) 22.17.122.21.1 age confidence minor
parcel 2.15.42.16.3 age confidence devDependencies minor
prettier (source) 3.6.23.7.4 age confidence devDependencies minor
rimraf 6.0.16.1.2 age confidence devDependencies minor
start-server-and-test 2.0.122.1.3 age confidence devDependencies minor
stylelint (source) 16.23.016.26.1 age confidence devDependencies minor
stylelint-order 7.0.07.0.1 age confidence devDependencies patch
stylelint-scss 6.12.16.14.0 age confidence devDependencies minor

Release Notes

double-great/stylelint-a11y (@​double-great/stylelint-a11y)

v3.4.1

Compare Source

Changed
  • Updated NPM dependencies:
    • @​eslint/js from 9.33.0 to 9.39.1
    • eslint from 9.33.0 to 9.39.1
    • jest from 30.0.5 to 30.2.0
    • prettier from 3.x to 3.6.2
    • stylelint from 16.x to 16.25.0
    • Updated indirect dependencies (js-yaml, glob)
  • Updated GitHub Actions workflows:
    • actions/checkout from 4 to 5
    • actions/setup-node from 4 to 6
    • actions/upload-artifact from 4 to 5
    • actions/download-artifact from 4 to 6
  • Adjusted GitHub Action workflow schedule and formatting

v3.4.0

Compare Source

Added
  • Strict configuration (@double-great/stylelint-a11y/strict) that enables all accessibility rules
  • CONTRIBUTING.md with comprehensive guide for adding new rules
  • Severity levels documentation showing how to configure rules as errors or warnings
  • Basic configuration examples in README
  • Inline rule disabling documentation
  • Badges for npm version and MIT license
  • Links to test directories in Testing Infrastructure section
  • Test coverage for strict configuration
Changed
  • Enhanced README with better organization and more comprehensive documentation
  • Updated Testing Infrastructure section with links instead of bold text
Fixed
  • Corrected plugin to plugins in recommended.js configuration

v3.3.0

Compare Source

Added
  • Advanced testing infrastructure with comprehensive CI/CD workflows
  • System-level performance regression testing suite
  • Cross-platform compatibility testing for Node.js environments
  • Integration tests for real-world stylelint plugin functionality
  • Enhanced rule configuration options with customizable parameters
  • Meta objects for all rules with documentation URLs and fixable status
  • Comprehensive rule documentation with examples and configuration options
Changed
  • Enhanced stylelint standards compliance with proper meta objects across all rules
  • Standardized rule message formatting for consistent error reporting
  • Improved Jest configuration with proper Node.js module support
  • Updated all rule implementations to follow modern stylelint plugin patterns
  • Enhanced rule functionality with configurable options for better customization
  • Improved error messages for better developer experience
Fixed
  • Removed deprecated experimental VM modules flag from Jest scripts for Node.js compatibility
  • Resolved CI performance test expectations for consistent build environments
  • Cleaned up test infrastructure and removed redundant configuration files
  • Fixed rule message clarity and consistency across all accessibility rules

v3.2.0

Compare Source

Added
  • Comprehensive E2E testing infrastructure with real-world projects
  • Integration testing suite for plugin functionality
  • Performance benchmarking with regression detection
  • Test helper utilities for simplified testing
  • Support for SCSS/Sass project testing
  • Large codebase performance testing
  • CLI integration tests with full stylelint compatibility
  • Development documentation in README
  • Pull request template for consistent PR descriptions
Changed
  • Standardized import patterns across all rules for better consistency
  • Fixed rule order in exports object to maintain alphabetical sorting
  • Improved Jest configuration for multiple test types
  • Enhanced ESLint configuration for E2E tests
  • Updated actions/checkout from v4 to v5 (#​77)
Fixed
  • Fixed media-prefers-reduced-motion rule incorrectly adding duplicate media queries when prefers-reduced-motion is already nested inside another media query (#​66)
Developer Experience
  • Added npm scripts for granular test execution (test:unit, test:integration, test:e2e, test:all)
  • Simplified test utilities for faster development
  • Cross-platform compatibility testing
  • Performance metrics and scaling tests
  • Individual rule benchmarks included

v3.1.0

Compare Source

Added
  • Added endIndex support for better error reporting (#​74)
  • Added Stylelint v16 minimum version requirement documentation
  • Added explicit lint step to GitHub Actions test workflow
  • Added push trigger for main branch to test workflow
  • Added scheduled runs for dependency management workflow (twice monthly)
  • Added concurrency controls and timeout to test workflow
Changed
  • Updated to ESLint v9 (#​75)
  • Updated all dependencies to latest versions (#​73)
  • Fixed test column expectations for Stylelint v16 position reporting changes
  • Fixed deprecation warnings in report() function
  • Changed test workflow schedule from Thursday to Sunday at midnight
  • Improved dependabot grouping configuration
  • Renamed test job for better clarity
Fixed
  • Prevented .coverage folder from being included in npm package (#​72)
  • Fixed misleading step name in dependency management workflow
hpcc-systems/hpcc-js-wasm (@​hpcc-js/wasm-graphviz)

v1.18.0

Compare Source

Features
  • Bump GraphViz and Expat versions (763ed49)
1.17.1 (2022-10-23)
Bug Fixes

v1.17.0

Compare Source

Features
  • Bump GraphViz version to 6.0.2 (c5a8032)
1.16.5 (2022-09-24)
Bug Fixes
  • Rollback wasmFolder heuristics (4f3d380)
1.16.4 (2022-09-24)
Bug Fixes
  • __filename and es6 modules (3d80a39)
1.16.3 (2022-09-24)
Bug Fixes
  • __filename runtime error (969f62d)
1.16.2 (2022-09-24)
Bug Fixes
  • Improve default wasmFolder heuristic (d85ddac)
1.16.1 (2022-09-12)

v1.16.0

Compare Source

Features
1.15.7 (2022-09-08)
1.15.6 (2022-09-07)
Bug Fixes
  • Env detection fails in next.js (7889083)
1.15.5 (2022-09-07)
Bug Fixes
1.15.4 (2022-08-28)
Bug Fixes
  • package: main points to non existant package (0128401), closes #​114
1.15.3 (2022-08-21)
Bug Fixes
1.15.2 (2022-08-21)
Bug Fixes
  • wasmFolder caching issue (5e51fb5)
1.15.1 (2022-08-21)
1.14.2 (2022-08-21)

v1.15.0

Compare Source

Features
  • Bump versions to latest (ee76b82)
Bug Fixes
  • wasmBinary should be an ArrayBuffer (4b18e61)
1.14.1 (2022-04-04)
Bug Fixes
  • publish: Auto releasing fails in GH Action (6af6f60)

v1.13.0

Compare Source

Features
1.12.9 (2022-02-06)
Bug Fixes
  • graphviz: Add additional exports for Graphviz params (9d96281), closes #​92
1.12.8 (2022-01-17)
1.12.7 (2021-12-09)
1.12.6 (2021-10-23)
1.12.5 (2021-10-17)
1.12.4 (2021-09-25)
1.12.3 (2021-09-19)
Bug Fixes
  • Global install missing yargs (a767e79)
1.12.2 (2021-09-19)
Bug Fixes
  • Bundle yargs into cli.js (92dc2ba)
1.12.1 (2021-09-19)
Bug Fixes
  • Add cli to "files" section (189ba5a)

v1.12.1

Compare Source

v1.12.0

Compare Source

Features
  • Add Command Line Interface (caa0b11)
1.11.1 (2021-09-18)
Bug Fixes
  • graphviz: Add missing options (and defaults) (f14588b)

v1.11.0

Compare Source

Features
1.10.3 (2021-08-11)
Bug Fixes
  • Revert to es5 code generation (e29f5f4)
1.10.2 (2021-08-11)
Bug Fixes
  • Rollback merging of NodeJS and Web builds (7c2c294)
1.10.1 (2021-08-11)
parcel-bundler/parcel (@​parcel/transformer-elm)

v2.16.3

Compare Source

Fixed
  • React Server Components
    • Fix react-dom import (bug in 2.16.2)

v2.16.2

Compare Source

Fixed
  • HTML

    • Fix siblings after <svg> being removed by HTML minifier – Details
  • React Server Components

    • Bump react-server-dom-parcel to ^19.1.1 to fix vulnerability
    • Fix cache key clash in @parcel/packager-react-staticDetails
    • Fix using inline string transformers with @parcel/packager-react-staticDetails
    • Preload CSS as soon as the RSC payload loads, without waiting for it to mount. This is useful for pre-fetching. – Details

v2.16.1

Compare Source

Fixed
  • JavaScript

    • Fix macro location information – Details
  • React Server Components
    Improve performance of RSC builds – Details

v2.16.0

Compare Source

Added
  • JavaScript
    • Code split re-exports when scope hoisting is disabled – Details
Fixed
  • JavaScript
    • Scope macro asset unique keys to the parent asset – Details
actions/cache (actions/cache)

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.3.0

v4.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.2.4

actions/checkout (actions/checkout)

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

dequelabs/axe-core (axe-core)

v4.11.1

Compare Source

v4.11.0

Compare Source

Features
Bug Fixes
4.10.3 (2025-03-04)
Bug Fixes
4.10.2 (2024-10-21)
Bug Fixes
4.10.1 (2024-10-16)
Bug Fixes
docker/login-action (docker/login-action)

v3.6.0

Compare Source

Full Changelog: docker/login-action@v3.5.0...v3.6.0

v3.5.0

Compare Source

Full Changelog: docker/login-action@v3.4.0...v3.5.0

docker/metadata-action (docker/metadata-action)

v5.10.0

Compare Source

Full Changelog: docker/metadata-action@v5.9.0...v5.10.0

v5.9.0

Compare Source

Full Changelog: docker/metadata-action@v5.8.0...v5.9.0

v5.8.0

Compare Source

Full Changelog: docker/metadata-action@v5.7.0...v5.8.0

rtfeldman/node-test-runner (elm-test)

v0.19.1-revision17

Compare Source

Fixed

When running tests, elm-test needs to merge "dependencies" and "test-dependencies" in your elm.json. To do this, elm-test uses elm-solve-deps.

Previously, this merging step could result in ignoring the "indirect" parts of dependencies in elm.json, and getting a later (but still semver compatible) version instead. For example, you might have had "elm/virtual-dom": "1.0.4" in "indirect" in elm.json, but ended up getting 1.0.5 installed in tests.

Now, elm-test prefers the version mentioned in "indirect" if possible, so that you end up getting the same code in your source code and in tests.

See issue 652 for more details.

Thanks to Juliano Solanho for reporting and fixing!

form-data/form-data (form-data)

v4.0.5

Compare Source

Commits
  • [Tests] Switch to newer v8 prediction library; enable node 24 testing 16e0076
  • [Dev Deps] update @ljharb/eslint-config, eslint 5822467
  • [Fix] set Symbol.toStringTag in the proper place 76d0dee
github/codeql-action (github/codeql-action)

v3.31.9

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.31.9 - 16 Dec 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.31.8

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.31.8 - 11 Dec 2025
  • Update default CodeQL bundle version to 2.23.8. #​3354

See the full CHANGELOG.md for more information.

v3.31.7

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.31.7 - 05 Dec 2025
  • Update default CodeQL bundle version to 2.23.7. #​3343

See the full CHANGELOG.md for more information.

v3.31.6

Compare Source

CodeQL Act


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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot requested a review from a team as a code owner July 30, 2025 00:30
@renovate renovate bot added the dependencies Indicates a change to dependencies label Jul 30, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 6 times, most recently from 4030f5f to 9b53daf Compare August 7, 2025 21:48
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from 6891aa5 to 564c471 Compare August 10, 2025 14:07
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Aug 10, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 5 times, most recently from c4af6af to e3b2d90 Compare August 18, 2025 02:42
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from b37df3a to cba647a Compare August 21, 2025 17:01
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from b95a76a to 7847f44 Compare September 5, 2025 12:57
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 3 times, most recently from 7d7f273 to 6f9599f Compare September 10, 2025 22:33
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from e9e60aa to a845ebd Compare September 22, 2025 09:57
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from a845ebd to 9c8bf45 Compare September 24, 2025 16:48
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 8 times, most recently from e3171d9 to b95084d Compare November 23, 2025 13:15
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 6 times, most recently from b790875 to 6ad68e7 Compare November 29, 2025 22:46
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from 992f090 to 021e8f4 Compare December 7, 2025 00:43
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from dfb2721 to a7524e3 Compare December 15, 2025 16:40
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from a7524e3 to dcbf0bc Compare December 16, 2025 19:44
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from 9e7d36c to 3645988 Compare December 31, 2025 14:47
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from 3645988 to a7959a3 Compare January 6, 2026 20:38
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from a7959a3 to 8a1e45d Compare January 8, 2026 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Indicates a change to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant