Skip to content

Conversation

@azure-sdk
Copy link
Collaborator

Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#12734 See eng/common workflow

Copilot AI review requested due to automatic review settings October 31, 2025 21:50
@azure-sdk azure-sdk requested a review from a team as a code owner October 31, 2025 21:50
@azure-sdk azure-sdk requested a review from danieljurek October 31, 2025 21:50
@azure-sdk azure-sdk added EngSys This issue is impacting the engineering system. Central-EngSys This issue is owned by the Engineering System team. labels Oct 31, 2025
Copy link
Contributor

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 cspell package configuration by renaming the package, marking it as private, and pinning the cspell dependency to an exact version.

  • Renamed package from "cspell-version-pin" to "@azure-tools/cspell"
  • Added "private": true flag to package.json
  • Changed cspell dependency from a range version (^9.2.1) to an exact version (9.2.1)

Reviewed Changes

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

File Description
eng/common/spelling/package.json Updated package name, added private flag, and pinned cspell to exact version 9.2.1
eng/common/spelling/package-lock.json Updated lockfile to reflect new package name and exact version dependency
Files not reviewed (1)
  • eng/common/spelling/package-lock.json: Language not supported

{
"name": "cspell-version-pin",
"name": "@azure-tools/cspell",
"version": "1.0.0",
Copy link

Copilot AI Oct 31, 2025

Choose a reason for hiding this comment

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

The version field should be removed from package-lock.json when 'private': true is set in package.json, or the package.json should include the version field for consistency. Since this is a private package, consider either adding 'version': '1.0.0' to package.json or removing it from the lockfile (it will be auto-generated by npm/pnpm).

Suggested change
"version": "1.0.0",

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Central-EngSys This issue is owned by the Engineering System team. EngSys This issue is impacting the engineering system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants