You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumps the jess runtime closure (@jesscss/compiler, core, plugin-less, plugin-less-compat, plugin-node-modules, and the plugin-js peer) from 2.0.0-alpha.16 to 2.0.0-alpha.17, with the lockfile refreshed to match.
alpha.17 brings the grammar-fix batch and the fix for nested property accessors ($prop under the default nested output), which resolves the playground's default example erroring under the current alpha.
Merging this to alpha triggers the release PR for 5.0.0-alpha.4.
Auto reviews are disabled on base/target branches other than the default branch.
Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Team
Run ID: a7fac9e8-e0ed-46bc-890f-85e826a28122
You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.
Use the checkbox below for a quick retry:
🔍 Trigger review
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
This PR consistently upgrades the Less package’s Jess runtime closure and optional JavaScript-plugin peer from 2.0.0-alpha.16 to 2.0.0-alpha.17.
Aligns all direct Jess dependency and peer declarations on alpha.17.
Refreshes the complete transitive Jess lockfile graph without leaving mixed alpha versions.
Preserves the existing package-manager and frozen-install contracts used by CI and release automation.
Confidence Score: 5/5
The PR appears safe to merge, with the dependency manifest and lockfile remaining internally consistent.
No actionable failure was identified; all changed Jess packages and internal dependency edges move together to alpha.17, the optional peer is intentionally not installed by the workspace, and the lockfile remains compatible with the declared pnpm version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the jess runtime closure (
@jesscss/compiler,core,plugin-less,plugin-less-compat,plugin-node-modules, and theplugin-jspeer) from2.0.0-alpha.16to2.0.0-alpha.17, with the lockfile refreshed to match.alpha.17 brings the grammar-fix batch and the fix for nested property accessors (
$propunder the default nested output), which resolves the playground's default example erroring under the current alpha.Merging this to
alphatriggers the release PR for5.0.0-alpha.4.