Skip to content

build(deps): Bump annotations 1.4.0 → 1.6.0, asserts 1.6.1 → 1.6.2 and 3 more packages#54

Open
Stivo182 wants to merge 1 commit into
mainfrom
depos/bump-deps/latest
Open

build(deps): Bump annotations 1.4.0 → 1.6.0, asserts 1.6.1 → 1.6.2 and 3 more packages#54
Stivo182 wants to merge 1 commit into
mainfrom
depos/bump-deps/latest

Conversation

@Stivo182

@Stivo182 Stivo182 commented Apr 25, 2026

Copy link
Copy Markdown
Owner
  • annotations: 1.4.0 → 1.6.0
    (repo · hub)
  • asserts: 1.6.1 → 1.6.2
    (repo · hub)
  • autumn: 4.3.12 → 4.3.13
    (repo · hub)
  • autumn-cli: 1.2.0 → 1.3.0
    (repo · hub)
  • lambdas: 0.3.3 → 0.3.4
    (repo · hub)

Summary by CodeRabbit

  • Chores
    • Updated several package dependency version constraints to newer releases, including annotations, asserts, autumn, autumn-cli, and lambdas.

@coderabbitai

coderabbitai Bot commented Apr 25, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 9dbb14c1-d538-48a3-989f-c77299932011

📥 Commits

Reviewing files that changed from the base of the PR and between be22272 and 41d229d.

📒 Files selected for processing (1)
  • packagedef

📝 Walkthrough

Walkthrough

packagedef updates pinned versions for annotations, asserts, autumn, autumn-cli, and lambdas.

Changes

Dependency Version Update

Layer / File(s) Summary
Version constraint bump
packagedef
Updated the pinned version constraints for annotations, asserts, autumn, autumn-cli, and lambdas.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 Five little bumps in a tidy row,
New version seeds begin to grow.
packagedef sings a smaller tune,
Fresh pins now hop beneath the moon.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the dependency bump and matches the main package updates in the pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch depos/bump-deps/latest

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@packagedef`:
- Line 26: The dependency declaration .ЗависитОт("autumn-cli", "1.3.0")
references a non-existent release; change the version to the latest public
release .ЗависитОт("autumn-cli", "1.2.0") or, if 1.3.0 is an internal/unreleased
build, update the package repository and dependency source to point to that
internal artifact instead of leaving "1.3.0" in the declaration.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 70266f63-1ad2-4208-a82d-6c559a1a3b96

📥 Commits

Reviewing files that changed from the base of the PR and between 009b138 and 9347ab9.

📒 Files selected for processing (1)
  • packagedef

Comment thread packagedef
.ЗависитОт("asserts", "1.6.1")
.ЗависитОт("autumn", "4.3.12")
.ЗависитОт("autumn-cli", "1.2.0")
.ЗависитОт("autumn-cli", "1.3.0")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

autumn-cli 1.3.0 release notes changelog

💡 Result:

No release notes or changelog for autumn-cli version 1.3.0 were found. The official GitHub repository https://github.com/autumn-library/autumn-cli (a 1C Enterprise CLI library built on the Autumn framework) has 5 releases with the latest being v1.2.0 on 2025-05-31. The parent Autumn framework repo https://github.com/autumn-library/autumn has detailed release notes for recent versions up to v4.3.12, but none match autumn-cli 1.3.0 exactly. No other projects named autumn-cli have a 1.3.0 release with published notes. It's possible the version refers to an unreleased or internal build, or the docs site https://autumn-library.github.io/autumn-cli may have additional info not indexed in search results.

Citations:


🏁 Script executed:

#!/bin/bash
# Description: Check autumn-cli releases and verify version 1.3.0 exists

# Fetch release information for autumn-cli from GitHub
gh release list --repo oscript-library/autumn-cli --limit 10

# Get release notes for version 1.3.0 if it exists
gh release view v1.3.0 --repo oscript-library/autumn-cli 2>/dev/null || \
gh release view 1.3.0 --repo oscript-library/autumn-cli 2>/dev/null || \
echo "Version 1.3.0 not found in releases"

Repository: Stivo182/BenchmarkOneScript

Length of output: 107


Version 1.3.0 does not exist in autumn-cli releases — this dependency cannot be satisfied.

The latest released version of autumn-cli is 1.2.0 (released 2025-05-31). Version 1.3.0 is not found in the official GitHub releases for autumn-cli. Revert to version 1.2.0 or confirm if 1.3.0 is an internal/unreleased build that needs to be available in your package repository.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@packagedef` at line 26, The dependency declaration .ЗависитОт("autumn-cli",
"1.3.0") references a non-existent release; change the version to the latest
public release .ЗависитОт("autumn-cli", "1.2.0") or, if 1.3.0 is an
internal/unreleased build, update the package repository and dependency source
to point to that internal artifact instead of leaving "1.3.0" in the
declaration.

@Stivo182 Stivo182 force-pushed the depos/bump-deps/latest branch from 9347ab9 to be22272 Compare May 4, 2026 02:09
@Stivo182 Stivo182 force-pushed the depos/bump-deps/latest branch from be22272 to ec6e6b1 Compare May 11, 2026 02:32
@Stivo182 Stivo182 changed the title build(deps): Bump autumn-cli 1.2.0 → 1.3.0 build(deps): Bump annotations 1.4.0 → 1.6.0, autumn 4.3.12 → 4.3.13 and 1 more package Jun 1, 2026
@Stivo182 Stivo182 force-pushed the depos/bump-deps/latest branch from ec6e6b1 to 46cebab Compare June 1, 2026 02:55
@sonar-openbsl-ru-qa-bot

Copy link
Copy Markdown

@Stivo182 Stivo182 force-pushed the depos/bump-deps/latest branch from 46cebab to 41d229d Compare June 29, 2026 02:47
@Stivo182 Stivo182 changed the title build(deps): Bump annotations 1.4.0 → 1.6.0, autumn 4.3.12 → 4.3.13 and 1 more package build(deps): Bump annotations 1.4.0 → 1.6.0, asserts 1.6.1 → 1.6.2 and 3 more packages Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant