Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 30, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@double-great/stylelint-a11y 3.0.4 -> 3.4.0 age confidence devDependencies minor
@hpcc-js/wasm-graphviz (source) 1.10.0 -> 1.13.0 age confidence dependencies minor
@parcel/transformer-elm 2.15.4 -> 2.16.0 age confidence devDependencies minor
@parcel/transformer-sass 2.15.4 -> 2.16.0 age confidence devDependencies minor
actions/cache v4.2.3 -> v4.3.0 age confidence action minor
actions/checkout v4.2.2 -> v4.3.0 age confidence action minor
axe-core (source) 4.10.3 -> 4.11.0 age confidence devDependencies minor
docker/login-action v3.4.0 -> v3.6.0 age confidence action minor
docker/metadata-action v5.7.0 -> v5.8.0 age confidence action minor
github/codeql-action v3.29.4 -> v3.30.8 age confidence action minor
node (source) 22.17.1 -> 22.20.0 age confidence minor
parcel 2.15.4 -> 2.16.0 age confidence devDependencies minor
start-server-and-test 2.0.12 -> 2.1.2 age confidence devDependencies minor
stylelint (source) 16.23.0 -> 16.25.0 age confidence devDependencies minor

Release Notes

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

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.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.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.0

Compare Source

What's Changed
New Contributors

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

dequelabs/axe-core (axe-core)

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.8.0

Compare Source

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

github/codeql-action (github/codeql-action)

v3.30.8

Compare Source

CodeQL Action Changelog

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

3.30.8 - 10 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.30.7

Compare Source

CodeQL Action Changelog

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

3.30.7 - 06 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.30.6

Compare Source

CodeQL Action Changelog

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

3.30.6 - 02 Oct 2025

  • Update default CodeQL bundle version to 2.23.2. #​3168

See the full CHANGELOG.md for more information.

v3.30.5

Compare Source

CodeQL Action Changelog

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

3.30.5 - 26 Sep 2025

  • We fixed a bug that was introduced in 3.30.4 with upload-sarif which resulted in files without a .sarif extension not getting uploaded. #​3160

See the full CHANGELOG.md for more information.

v3.30.4

Compare Source

CodeQL Action Changelog

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

3.30.4 - 25 Sep 2025
  • We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the codeql-action/init step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the codeql-action/init step. #​3099 and #​3100
  • We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. #​3107
  • You can now run the latest CodeQL nightly bundle by passing tools: nightly to the init action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #​3130
  • Update default CodeQL bundle version to 2.23.1. #​3118

See the full CHANGELOG.md for more information.

v3.30.3

Compare Source

CodeQL Action Changelog

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

3.30.3 - 10 Sep 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.30.2

Compare Source

CodeQL Action Changelog

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

3.30.2 - 09 Sep 2025

  • Fixed a bug which could cause language autodetection to fail. #​3084
  • Experimental: The quality-queries input that was added in 3.29.2 as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a new analysis-kinds input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. #​3064

See the full CHANGELOG.md for more information.

v3.30.1

Compare Source

CodeQL Action Changelog

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

3.30.1 - 05 Sep 2025
  • Update default CodeQL bundle version to 2.23.0. #​3077

See the full CHANGELOG.md for more information.

v3.30.0

Compare Source

CodeQL Action Changelog

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

3.30.0 - 01 Sep 2025
  • Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. #​3054

See the full CHANGELOG.md for more information.

v3.29.11

Compare Source

CodeQL Action Changelog

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

3.29.11 - 21 Aug 2025

  • Update default CodeQL bundle version to 2.22.4. #​3044

See the full CHANGELOG.md for more information.

v3.29.10

Compare Source

CodeQL Action Changelog

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

3.29.10 - 18 Aug 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.29.9

Compare Source

CodeQL Action Changelog

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

3.29.9 - 12 Aug 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.29.8

Compare Source

CodeQL Action Changelog

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

3.29.8 - 08 Aug 2025

  • Fix an issue where the Action would autodetect unsupported languages such as HTML. #​3015

See the full CHANGELOG.md for more information.

v3.29.7

Compare Source

This is a re-release of v3.29.5 to mitigate an issue that was discovered with v3.29.6.

v3.29.6

Compare Source

CodeQL Action Changelog

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

3.29.6 - 07 Aug 2025

  • The cleanup-level input to the analyze Action is now deprecated. The CodeQL Action has written a limited amount of intermediate results to the database since version 2.2.5, and now automatically manages cleanup. #​2999
  • Update default CodeQL bundle version to 2.22.3. #​3000

See the full CHANGELOG.md for more information.

v3.29.5

Compare Source

CodeQL Action Changelog

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

3.29.5 - 29 Jul 2025

  • Update default CodeQL bundle version to 2.22.2. #​2986

See the full CHANGELOG.md for more information.

nodejs/node (node)

v22.20.0

Compare Source

v22.19.0

Compare Source

v22.18.0

Compare Source

bahmutov/start-server-and-test (start-server-and-test)

v2.1.2

Compare Source

Bug Fixes

v2.1.1

Compare Source

Bug Fixes

v2.1.0

Compare Source

Features

v2.0.13

Compare Source

Bug Fixes
stylelint/stylelint (stylelint)

v16.25.0

Compare Source

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.


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 4 times, most recently from 454723d to 53f571b Compare October 2, 2025 14:42
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 3 times, most recently from 606f1e4 to 40dad39 Compare October 9, 2025 22:34
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from 40dad39 to 328e59e Compare October 10, 2025 20:49
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.

0 participants