Update dependency less to v4.9.1 #507

Open
renovate-bot wants to merge 1 commit from renovate/less-4.x into main
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
less (source) 4.3.0 -> 4.9.1 age adoption passing confidence

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

less/less.js (less)

v4.9.1

Compare Source

Changes

v4.9.0

Compare Source

Changes

v4.8.1

Compare Source

Changes

v4.8.0

Compare Source

Changes
Deprecation Warnings
  • #​4475 Deprecate numeric-leading and dash-only variable names, dash-only mixin names, and dynamic @charset interpolation for removal in Less 5.x. Less 4 preserves the existing output while warning; migrate names to valid identifiers and use a static quoted @charset declaration. (@​matthew-dean)

v4.7.0

Compare Source

Changes

v4.6.7

Compare Source

Changes

v4.6.6

Compare Source

Changes

v4.6.5

Compare Source

Bug Fixes
Maintenance

v4.6.4

Compare Source

Tests
  • #​4422 Add coverage for :is()/:matches()/:where() containing nested :has() selectors and comma-separated lists (@​Copilot)

v4.6.3

Compare Source

Bug Fixes

v4.6.2

Compare Source

Maintenance

v4.6.1

Compare Source

Bug Fixes

v4.6.0

Compare Source

Bug Fixes
Features & Improvements
Deprecation Warnings
Chores

v4.5.1

Compare Source

Automated patch release — no user-facing changes.

v4.4.2

Compare Source

v4.4.1

Compare Source

v4.4.0

Compare Source


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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [less](http://lesscss.org) ([source](https://github.com/less/less.js)) | [`4.3.0` -> `4.9.1`](https://renovatebot.com/diffs/npm/less/4.3.0/4.9.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/less/4.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/less/4.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/less/4.3.0/4.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/less/4.3.0/4.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>less/less.js (less)</summary> ### [`v4.9.1`](https://github.com/less/less.js/blob/HEAD/CHANGELOG.md#v491-2026-09-02) [Compare Source](https://github.com/less/less.js/compare/v4.9.0...v4.9.1) ##### Changes - [#&#8203;4478](https://github.com/less/less.js/pull/4478) fix: error when a mixin call is used as a property value ([@&#8203;Lfan-ke](https://github.com/Lfan-ke)) ### [`v4.9.0`](https://github.com/less/less.js/blob/HEAD/CHANGELOG.md#v490-2026-08-13) [Compare Source](https://github.com/less/less.js/compare/v4.8.1...v4.9.0) ##### Changes - [#&#8203;4488](https://github.com/less/less.js/pull/4488) feat: support `[...]` lookups in `@{...}` interpolation ([@&#8203;matthew-dean](https://github.com/matthew-dean)) - [#&#8203;4486](https://github.com/less/less.js/pull/4486) fix: prevent reparsing escape() results ([@&#8203;snowyukitty](https://github.com/snowyukitty)) - [#&#8203;4481](https://github.com/less/less.js/pull/4481) fix: keep the media type first when flattening nested [@&#8203;media](https://github.com/media) queries ([@&#8203;Lfan-ke](https://github.com/Lfan-ke)) ### [`v4.8.1`](https://github.com/less/less.js/blob/HEAD/CHANGELOG.md#v481-2026-07-26) [Compare Source](https://github.com/less/less.js/compare/v4.8.0...v4.8.1) ##### Changes - [#&#8203;4483](https://github.com/less/less.js/pull/4483) fix(release): sync release version from PR title ([@&#8203;matthew-dean](https://github.com/matthew-dean)) - [#&#8203;4479](https://github.com/less/less.js/pull/4479) fix: leave math functions for the browser when an argument is a runtime CSS var() ([@&#8203;Lfan-ke](https://github.com/Lfan-ke)) - [#&#8203;4477](https://github.com/less/less.js/pull/4477) fix: forwarding an unset variadic no longer overrides callee defaults ([@&#8203;Lfan-ke](https://github.com/Lfan-ke)) - [#&#8203;4474](https://github.com/less/less.js/pull/4474) chore: release v4.8.0 — deprecate legacy identifier forms and dynamic [@&#8203;charset](https://github.com/charset) ([@&#8203;app/github-actions](https://github.com/app/github-actions)) ### [`v4.8.0`](https://github.com/less/less.js/blob/HEAD/CHANGELOG.md#v480-2026-07-22) [Compare Source](https://github.com/less/less.js/compare/v4.7.0...v4.8.0) ##### Changes - [#&#8203;4473](https://github.com/less/less.js/pull/4473) fix(mixing): resolves issue [#&#8203;4234](https://github.com/less/less.js/issues/4234) ([@&#8203;puckowski](https://github.com/puckowski)) - [#&#8203;4472](https://github.com/less/less.js/pull/4472) Fix boolean() parsing for comparisons between inline condition expressions ([@&#8203;app/copilot-swe-agent](https://github.com/app/copilot-swe-agent)) ##### Deprecation Warnings - [#&#8203;4475](https://github.com/less/less.js/pull/4475) Deprecate numeric-leading and dash-only variable names, dash-only mixin names, and dynamic `@charset` interpolation for removal in Less 5.x. Less 4 preserves the existing output while warning; migrate names to valid identifiers and use a static quoted `@charset` declaration. ([@&#8203;matthew-dean](https://github.com/matthew-dean)) ### [`v4.7.0`](https://github.com/less/less.js/blob/HEAD/CHANGELOG.md#v470-2026-07-18) [Compare Source](https://github.com/less/less.js/compare/v4.6.7...v4.7.0) ##### Changes - [#&#8203;4469](https://github.com/less/less.js/pull/4469) Follow-up to [#&#8203;4462](https://github.com/less/less.js/issues/4462): migrate remaining [@&#8203;var](https://github.com/var) fixtures, DRY the prelude bare-[@&#8203;var](https://github.com/var) scan, add warnings coverage ([@&#8203;matthew-dean](https://github.com/matthew-dean)) - [#&#8203;4462](https://github.com/less/less.js/pull/4462) feat: deprecate bare [@&#8203;variable](https://github.com/variable) in non-value at-rule positions ([@&#8203;matthew-dean](https://github.com/matthew-dean)) - [#&#8203;4461](https://github.com/less/less.js/pull/4461) Fix [#&#8203;4460](https://github.com/less/less.js/issues/4460): parse comparison/range syntax in container style() queries ([@&#8203;dweep-js](https://github.com/dweep-js)) - [#&#8203;4459](https://github.com/less/less.js/pull/4459) refactor: extract shared ESLint config and add lint scripts ([@&#8203;JessenReinhart](https://github.com/JessenReinhart)) - [#&#8203;4456](https://github.com/less/less.js/pull/4456) Replace image-size with probe-image-size ([@&#8203;priyamkarn](https://github.com/priyamkarn)) ### [`v4.6.7`](https://github.com/less/less.js/blob/HEAD/CHANGELOG.md#v467-2026-06-20) [Compare Source](https://github.com/less/less.js/compare/v4.6.6...v4.6.7) ##### Changes - [#&#8203;4457](https://github.com/less/less.js/pull/4457) Fix failing "Request Copilot review" CI job ([@&#8203;app/copilot-swe-agent](https://github.com/app/copilot-swe-agent)) - [#&#8203;4451](https://github.com/less/less.js/pull/4451) chore: release v4.6.6 ([@&#8203;app/github-actions](https://github.com/app/github-actions)) ### [`v4.6.6`](https://github.com/less/less.js/blob/HEAD/CHANGELOG.md#v466-2026-06-14) [Compare Source](https://github.com/less/less.js/compare/v4.6.5...v4.6.6) ##### Changes - [#&#8203;4450](https://github.com/less/less.js/pull/4450) fix: use printf for PR body to avoid YAML indentation error in run block ([@&#8203;matthew-dean](https://github.com/matthew-dean)) - [#&#8203;4449](https://github.com/less/less.js/pull/4449) fix: correct push event typo in create-release-pr workflow (pus → push:) ([@&#8203;matthew-dean](https://github.com/matthew-dean)) - [#&#8203;4446](https://github.com/less/less.js/pull/4446) fix: avoid TypeError on nested [@&#8203;supports](https://github.com/supports) with dumpLineNumbers ([@&#8203;sarathfrancis90](https://github.com/sarathfrancis90)) - [#&#8203;4441](https://github.com/less/less.js/pull/4441) Preserve spacing for container feature functions ([@&#8203;puneetdixit200](https://github.com/puneetdixit200)) - [#&#8203;4440](https://github.com/less/less.js/pull/4440) chore: prevent dependency lifecycle scripts ([@&#8203;puckowski](https://github.com/puckowski)) - [#&#8203;4437](https://github.com/less/less.js/pull/4437) docs: fix incorrect contributor attributions in v4.6.0 changelog ([@&#8203;barry3406](https://github.com/barry3406)) - [#&#8203;4434](https://github.com/less/less.js/pull/4434) fix([issue#4316](https://github.com/issue/less.js/issues/4316)): color calc inside from expression ([@&#8203;puckowski](https://github.com/puckowski)) ### [`v4.6.5`](https://github.com/less/less.js/blob/HEAD/CHANGELOG.md#v465-2026-06-13) [Compare Source](https://github.com/less/less.js/compare/1df9072ee9ebdadc791bf35dfb1dbc3ef9f1948f...v4.6.5) ##### Bug Fixes - [#&#8203;4444](https://github.com/less/less.js/pull/4444) Fix browser export interop by routing bundlers to CJS-typed UMD artifact ([@&#8203;Copilot](https://github.com/Copilot)) - [#&#8203;4427](https://github.com/less/less.js/pull/4427) Fix parenthesis in media query ([@&#8203;puckowski](https://github.com/puckowski)) - [#&#8203;4421](https://github.com/less/less.js/pull/4421) Fix `not` keyword silently ignored when used without parentheses in conditions ([@&#8203;Copilot](https://github.com/Copilot)) - [#&#8203;4426](https://github.com/less/less.js/pull/4426) Upgrade make-dir to v4 to fix security vulnerability ([@&#8203;jorenbroekema](https://github.com/jorenbroekema)) ##### Maintenance - [#&#8203;4447](https://github.com/less/less.js/pull/4447) Automate CHANGELOG generation in release workflow ([@&#8203;matthew-dean](https://github.com/matthew-dean)) - [#&#8203;4448](https://github.com/less/less.js/pull/4448) Add continue-on-error to copilot-review CI job ([@&#8203;matthew-dean](https://github.com/matthew-dean)) - [#&#8203;4445](https://github.com/less/less.js/pull/4445) Fix Playwright chromium install hang on Node current/lts/\* ([@&#8203;matthew-dean](https://github.com/matthew-dean)) - [#&#8203;4431](https://github.com/less/less.js/pull/4431) PR-based release flow for alpha branches ([@&#8203;Copilot](https://github.com/Copilot)) - [#&#8203;4430](https://github.com/less/less.js/pull/4430) Ensure npm publish is always backed by a GitHub tag, release, and version-bump commit ([@&#8203;Copilot](https://github.com/Copilot)) - [#&#8203;4432](https://github.com/less/less.js/pull/4432) Update packageManager to pnpm@9.15.9 to match lockfileVersion 9.0 ([@&#8203;Copilot](https://github.com/Copilot)) - [#&#8203;4420](https://github.com/less/less.js/pull/4420) Regression test for [@&#8203;container](https://github.com/container) mixin parameter variable resolution ([@&#8203;Copilot](https://github.com/Copilot)) ### [`v4.6.4`](https://github.com/less/less.js/blob/HEAD/CHANGELOG.md#v464-2026-03-13) [Compare Source](https://github.com/less/less.js/compare/v4.6.3...1df9072ee9ebdadc791bf35dfb1dbc3ef9f1948f) ##### Tests - [#&#8203;4422](https://github.com/less/less.js/pull/4422) Add coverage for `:is()`/`:matches()`/`:where()` containing nested `:has()` selectors and comma-separated lists ([@&#8203;Copilot](https://github.com/Copilot)) ### [`v4.6.3`](https://github.com/less/less.js/blob/HEAD/CHANGELOG.md#v463-2026-03-11) [Compare Source](https://github.com/less/less.js/compare/1df9072ee9ebdadc791bf35dfb1dbc3ef9f1948f...v4.6.3) ##### Bug Fixes - [#&#8203;4424](https://github.com/less/less.js/pull/4424) Fix webpack browser build - use UMD dist/less.js, add CJS bundle ([@&#8203;matthew-dean](https://github.com/matthew-dean)) ### [`v4.6.2`](https://github.com/less/less.js/blob/HEAD/CHANGELOG.md#v462-2026-03-10) [Compare Source](https://github.com/less/less.js/compare/1df9072ee9ebdadc791bf35dfb1dbc3ef9f1948f...1df9072ee9ebdadc791bf35dfb1dbc3ef9f1948f) ##### Maintenance - [#&#8203;4418](https://github.com/less/less.js/pull/4418) Fix publish script to skip stale version markers in squash merges ([@&#8203;matthew-dean](https://github.com/matthew-dean)) - [#&#8203;4419](https://github.com/less/less.js/pull/4419) Remove .claude directory and add to .gitignore ([@&#8203;matthew-dean](https://github.com/matthew-dean)) ### [`v4.6.1`](https://github.com/less/less.js/blob/HEAD/CHANGELOG.md#v461-2026-03-10) [Compare Source](https://github.com/less/less.js/compare/v4.6.0...1df9072ee9ebdadc791bf35dfb1dbc3ef9f1948f) ##### Bug Fixes - [#&#8203;4417](https://github.com/less/less.js/pull/4417) Fix CJS compatibility, enriched npm README, ESM tests ([@&#8203;matthew-dean](https://github.com/matthew-dean)) ### [`v4.6.0`](https://github.com/less/less.js/blob/HEAD/CHANGELOG.md#v460-2026-03-09) [Compare Source](https://github.com/less/less.js/compare/v4.5.1...v4.6.0) ##### Bug Fixes - [#&#8203;4414](https://github.com/less/less.js/pull/4414) Fix pre-existing bugs in tree nodes: selector `this` binding, atrule parenting, mixin-call error propagation, container/media functionRegistry guard ([@&#8203;matthew-dean](https://github.com/matthew-dean)) - [#&#8203;4408](https://github.com/less/less.js/pull/4408) Fix [#&#8203;4358](https://github.com/less/less.js/issues/4358) Resolve parent selectors in comma-separated pseudo-selector lists ([@&#8203;matthew-dean](https://github.com/matthew-dean)) - [#&#8203;4407](https://github.com/less/less.js/pull/4407) Fix [#&#8203;4331](https://github.com/less/less.js/issues/4331) Exclude CSS at-rule keywords from declarationCall parsing ([@&#8203;matthew-dean](https://github.com/matthew-dean)) - [#&#8203;4389](https://github.com/less/less.js/pull/4389) Fix [#&#8203;4354](https://github.com/less/less.js/issues/4354) Unknown at-rule expression commas ([@&#8203;puckowski](https://github.com/puckowski)) - [#&#8203;4404](https://github.com/less/less.js/pull/4404) Fix no-prototype-builtins issues in Ruleset and ToCSSVisitor ([@&#8203;matthew-dean](https://github.com/matthew-dean)) - [#&#8203;4236](https://github.com/less/less.js/pull/4236) Fix import subpath module bug ([@&#8203;HridoyHazard](https://github.com/HridoyHazard)) - [#&#8203;4327](https://github.com/less/less.js/pull/4327) Remove duplicate length check from expression.genCSS() ([@&#8203;Krinkle](https://github.com/Krinkle)) - [#&#8203;3791](https://github.com/less/less.js/pull/3791) Handle the lack of optional dependencies ([@&#8203;mems](https://github.com/mems)) ##### Features & Improvements - [#&#8203;4413](https://github.com/less/less.js/pull/4413) Add JSDoc type annotations for all tree node files ([@&#8203;matthew-dean](https://github.com/matthew-dean)) - [#&#8203;4412](https://github.com/less/less.js/pull/4412) Convert prototype-based tree nodes to ES6 classes ([@&#8203;matthew-dean](https://github.com/matthew-dean)) - [#&#8203;4411](https://github.com/less/less.js/pull/4411) Migrate to native ESM with no build step ([@&#8203;matthew-dean](https://github.com/matthew-dean)) - [#&#8203;4410](https://github.com/less/less.js/pull/4410) Optimize hot paths and fix benchmark infrastructure ([@&#8203;matthew-dean](https://github.com/matthew-dean)) - [#&#8203;4409](https://github.com/less/less.js/pull/4409) Code quality cleanup for container queries and related code ([@&#8203;matthew-dean](https://github.com/matthew-dean)) ##### Deprecation Warnings - [#&#8203;4402](https://github.com/less/less.js/pull/4402) Add deprecation warnings for features removed in Less 5.x, container query variable name fix, deprecation notice fix ([@&#8203;matthew-dean](https://github.com/matthew-dean), [@&#8203;puckowski](https://github.com/puckowski)) ##### Chores - [#&#8203;4406](https://github.com/less/less.js/pull/4406) Add test for number with underscore parsing ([@&#8203;matthew-dean](https://github.com/matthew-dean)) - [#&#8203;4386](https://github.com/less/less.js/pull/4386) Update README.md copyright ([@&#8203;matthew-dean](https://github.com/matthew-dean)) - [#&#8203;3782](https://github.com/less/less.js/pull/3782) Remove phantom stuff ([@&#8203;jimmywarting](https://github.com/jimmywarting)) - [#&#8203;3702](https://github.com/less/less.js/pull/3702) Replace deprecated String.prototype.substr() ([@&#8203;CommanderRoot](https://github.com/CommanderRoot)) - [#&#8203;4265](https://github.com/less/less.js/pull/4265) Remove redundant return from parsers.blockRuleset() ([@&#8203;Krinkle](https://github.com/Krinkle)) - [#&#8203;4271](https://github.com/less/less.js/pull/4271) Remove unused parsers.entities.propertyCurly() ([@&#8203;Krinkle](https://github.com/Krinkle)) ### [`v4.5.1`](https://github.com/less/less.js/blob/HEAD/CHANGELOG.md#v451-2025-12-28) [Compare Source](https://github.com/less/less.js/compare/v4.4.2...v4.5.1) *Automated patch release — no user-facing changes.* ### [`v4.4.2`](https://github.com/less/less.js/blob/HEAD/CHANGELOG.md#v442-2025-08-27) [Compare Source](https://github.com/less/less.js/compare/v4.4.1...v4.4.2) - [#&#8203;4357](https://github.com/less/less.js/pull/4357) Migrate Less test data to use valid CSS ([@&#8203;matthew-dean](https://github.com/matthew-dean)) - [#&#8203;4363](https://github.com/less/less.js/pull/4363) Fix \[[#&#8203;4362](https://github.com/less/less.js/issues/4362)] no spacing regression for function ([@&#8203;puckowski](https://github.com/puckowski)) ### [`v4.4.1`](https://github.com/less/less.js/blob/HEAD/CHANGELOG.md#v441-2025-07-25) [Compare Source](https://github.com/less/less.js/compare/v4.4.0...v4.4.1) - [#&#8203;4342](https://github.com/less/less.js/pull/4342) Add support for CSS scroll state container queries ([@&#8203;puckowski](https://github.com/puckowski)) - [#&#8203;4349](https://github.com/less/less.js/pull/4349) Fix [#&#8203;4348](https://github.com/less/less.js/issues/4348) parse layer nesting syntax ([@&#8203;puckowski](https://github.com/puckowski)) ### [`v4.4.0`](https://github.com/less/less.js/blob/HEAD/CHANGELOG.md#v440-2025-05-31) [Compare Source](https://github.com/less/less.js/compare/v4.3.0...v4.4.0) - [#&#8203;4337](https://github.com/less/less.js/pull/4337) Add support for layer at-rule ([@&#8203;puckowski](https://github.com/puckowski)) - [#&#8203;4340](https://github.com/less/less.js/pull/4340) Add support for import at-rule layer functionality ([@&#8203;puckowski](https://github.com/puckowski)) - [#&#8203;4346](https://github.com/less/less.js/pull/4346) Fix [#&#8203;4343](https://github.com/less/less.js/issues/4343) add color operands ([@&#8203;puckowski](https://github.com/puckowski)) </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5IiwiamF2YXNjcmlwdCJdfQ==-->
Update dependency less to v4.4.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
8eed457fba
renovate-bot changed title from Update dependency less to v4.4.0 to Update dependency less to v4.4.1 2025-08-22 02:42:40 +00:00
renovate-bot changed title from Update dependency less to v4.4.1 to Update dependency less to v4.5.1 2026-01-02 14:44:13 +00:00
renovate-bot force-pushed renovate/less-4.x from cc7c4efe2c
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to e408538601
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-05-28 18:38:34 +00:00
Compare
renovate-bot changed title from Update dependency less to v4.5.1 to Update dependency less to v4.6.4 2026-05-28 18:38:36 +00:00
tobi force-pushed renovate/less-4.x from e408538601
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to 38be860220
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-05-28 21:39:03 +00:00
Compare
renovate-bot force-pushed renovate/less-4.x from 38be860220
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to b5b309218a
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-06-16 22:43:38 +00:00
Compare
renovate-bot changed title from Update dependency less to v4.6.4 to Update dependency less to v4.6.5 2026-06-16 22:43:40 +00:00
renovate-bot force-pushed renovate/less-4.x from b5b309218a
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to 2d563de874
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-06-17 00:43:41 +00:00
Compare
renovate-bot changed title from Update dependency less to v4.6.5 to Update dependency less to v4.6.6 2026-06-17 00:43:42 +00:00
renovate-bot force-pushed renovate/less-4.x from 2d563de874
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to d7148bb3c6
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-06-25 21:43:27 +00:00
Compare
renovate-bot changed title from Update dependency less to v4.6.6 to Update dependency less to v4.6.7 2026-06-25 23:43:20 +00:00
renovate-bot force-pushed renovate/less-4.x from d7148bb3c6
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to 8e8d5092f9
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-06-30 13:44:58 +00:00
Compare
renovate-bot force-pushed renovate/less-4.x from 8e8d5092f9
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to 56ee953cee
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-07-22 04:43:35 +00:00
Compare
renovate-bot changed title from Update dependency less to v4.6.7 to Update dependency less to v4.7.0 2026-07-22 04:43:38 +00:00
renovate-bot force-pushed renovate/less-4.x from 56ee953cee
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to 50c65d589a
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-07-26 04:43:32 +00:00
Compare
renovate-bot changed title from Update dependency less to v4.7.0 to Update dependency less to v4.8.0 2026-07-26 04:43:35 +00:00
renovate-bot force-pushed renovate/less-4.x from 50c65d589a
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to e62d787b30
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-07-31 04:43:41 +00:00
Compare
renovate-bot changed title from Update dependency less to v4.8.0 to Update dependency less to v4.8.1 2026-07-31 04:43:43 +00:00
renovate-bot force-pushed renovate/less-4.x from e62d787b30
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to 18bbe4ffe6
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-08-17 04:43:39 +00:00
Compare
renovate-bot changed title from Update dependency less to v4.8.1 to Update dependency less to v4.9.0 2026-08-18 04:43:28 +00:00
renovate-bot force-pushed renovate/less-4.x from 18bbe4ffe6
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to f244b6f9d5
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-09-06 04:43:43 +00:00
Compare
renovate-bot changed title from Update dependency less to v4.9.0 to Update dependency less to v4.9.1 2026-09-06 04:43:45 +00:00
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/less-4.x:renovate/less-4.x
git switch renovate/less-4.x

Merge

Merge the changes and update on Forgejo.
git switch main
git merge --no-ff renovate/less-4.x
git switch renovate/less-4.x
git rebase main
git switch main
git merge --ff-only renovate/less-4.x
git switch renovate/less-4.x
git rebase main
git switch main
git merge --no-ff renovate/less-4.x
git switch main
git merge --squash renovate/less-4.x
git switch main
git merge --ff-only renovate/less-4.x
git switch main
git merge renovate/less-4.x
git push origin main
Sign in to join this conversation.
No description provided.