Skip to content

Publish#992

Open
millerds wants to merge 4 commits intomasterfrom
publish
Open

Publish#992
millerds wants to merge 4 commits intomasterfrom
publish

Conversation

@millerds
Copy link
Copy Markdown
Collaborator

Change Description:
Bump version numbers for package publish (and address some vulnerabilities)

  1. Do these changes impact command syntax of any of the packages? (e.g., add/remove command, add/remove a command parameter, or update required parameters)
    No

  2. Do these changes impact documentation? (e.g., a tutorial on https://learn.microsoft.com/office/dev/add-ins/overview/office-add-ins)
    No

If you answered yes to any of these please do the following:
> Include 'Rick-Kirkham' in the review
> Make sure the README file is correct

Validation/testing performed:
Ran automated tests

 - custom-functions-metadata@2.2.1
 - custom-functions-metadata-plugin@2.1.8
 - eslint-config-office-addins@2.0.8
 - eslint-plugin-excel-custom-functions@1.0.8
 - eslint-plugin-office-addins@4.0.8
 - office-addin-cli@2.0.8
 - office-addin-debugging@6.1.0
 - office-addin-dev-certs@2.0.8
 - office-addin-dev-settings@3.1.0
 - office-addin-lint@3.0.8
 - office-addin-manifest@2.1.4
 - office-addin-mock@3.0.8
 - office-addin-node-debugger@1.0.8
 - office-addin-prettier-config@2.0.3
 - office-addin-project@1.0.8
 - office-addin-sso@3.0.8
 - office-addin-test-helpers@2.0.5
 - office-addin-test-server@2.0.5
 - office-addin-usage-data@2.0.8
@millerds millerds requested a review from a team as a code owner April 25, 2026 00:07
Copy link
Copy Markdown

@AlexJerabek AlexJerabek left a comment

Choose a reason for hiding this comment

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

Approving with one question.

Comment thread package.json
"publish:next": "lerna publish --dist-tag next",
"test": "lerna run test",
"update-latest-dist-tags": "npm run exec for /f \"usebackq\" %a in (`npm view . name`) do @for /f \"usebackq\" %b in (`npm view . dist-tags.next`) do @npm dist-tag add %a@%b",
"update-latest-dist-tags": "npm run exec for /f \"usebackq\" %a in (`npm view . name`) do @for /f \"usebackq\" %b in (`npm view . dist-tags.nexts`) do @npm dist-tag add %a@%b",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Was this change intentional?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants