Skip to content

test fix barebone#244

Merged
jpolavar merged 3 commits intomainfrom
fix-bare-bone-rule
Dec 30, 2025
Merged

test fix barebone#244
jpolavar merged 3 commits intomainfrom
fix-bare-bone-rule

Conversation

@jpolavar
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings November 24, 2025 21:20
@jpolavar jpolavar added the PATCH label Nov 24, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the package version from 11.6.0 to 11.6.1 and pins the @checkdigit/eslint-plugin peer dependency to a pre-release version for testing purposes.

Key changes:

  • Version bump to 11.6.1
  • @checkdigit/eslint-plugin peer dependency changed from ^7.17.0 to 7.17.1-PR.140-5816 (pre-release version with exact pinning)
  • Automatic dependency updates in package-lock.json

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Bumped version to 11.6.1 and pinned @checkdigit/eslint-plugin to pre-release version 7.17.1-PR.140-5816
package-lock.json Updated version references and synchronized peer dependency changes with automatic transitive dependency updates

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

package.json Outdated
},
"peerDependencies": {
"@checkdigit/eslint-plugin": "^7.17.0",
"@checkdigit/eslint-plugin": "7.17.1-PR.140-5816",
Copy link

Copilot AI Nov 24, 2025

Choose a reason for hiding this comment

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

The semver range operator (^) has been removed from the @checkdigit/eslint-plugin peer dependency. This pins consumers to an exact pre-release version, preventing them from using compatible patch or minor updates. For peer dependencies, semver ranges are typically preferred to allow flexibility in version resolution. Consider restoring the range operator (e.g., '^7.17.1-PR.140-5816' or preferably a stable version with '^7.17.0').

Suggested change
"@checkdigit/eslint-plugin": "7.17.1-PR.140-5816",
"@checkdigit/eslint-plugin": "^7.17.1-PR.140-5816",

Copilot uses AI. Check for mistakes.
@github-actions
Copy link

Beta Published - Install Command: npm install @checkdigit/eslint-config@11.6.1-PR.244-56c8

@jpolavar jpolavar requested a review from le-cong December 30, 2025 05:02
@jpolavar jpolavar merged commit 4eec661 into main Dec 30, 2025
8 checks passed
@jpolavar jpolavar deleted the fix-bare-bone-rule branch December 30, 2025 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants