8000 Update Components to address governance issues by MSNev · Pull Request #159 · microsoft/applicationinsights-react-js · GitHub
[go: up one dir, main page]

Skip to content

Conversation

MSNev
Copy link
Contributor
@MSNev MSNev commented May 7, 2025

No description provided.

Copy link
@Copilot 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 pull request updates several component versions to address governance issues. Key changes include version bumps for grunt-contrib-qunit, Rush, and Puppeteer, as well as minor code refactorings and grammar fixes in the install-run scripts.

  • Updated dependency versions in package.json, tools/rollup-plugin-uglify3-js/package.json, and common/Tests/Framework/package.json.
  • Updated Rush version in rush.json and package.json.
  • Refactored external module imports and improved object merging in common/scripts/install-run.js and common/scripts/install-run-rush.js.

Reviewed Changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tools/rollup-plugin-uglify3-js/package.json Bumped grunt-contrib-qunit version to ^6.2.1.
rush.json Updated rushVersion from 5.148.0 to 5.153.1.
package.json Updated @microsoft/rush, grunt-contrib-qunit, and Puppeteer versions.
common/scripts/install-run.js Refactored _copyAndTrimNpmrcFile call with spread operator and fixed comment grammar.
common/scripts/install-run-rush.js Reordered external module imports and fixed comment grammar.
common/Tests/Framework/package.json Bumped grunt-contrib-qunit version to ^6.2.1.
Comments suppressed due to low confidence (2)

common/scripts/install-run.js:209

  • [nitpick] When merging options using the spread operator, ensure that explicitly set properties (like targetNpmrcPath) are not unintentionally overwritten by values in options. Consider validating the incoming options object or controlling property precedence if necessary.
targetNpmrcPath,

common/scripts/install-run-rush.js:35

  • [nitpick] The reordering and redefinition of external modules (such as 'fs') may affect module resolution or caching behavior. Ensure that this change aligns with your bundler configuration and does not introduce side effects in how external dependencies are handled.
module.exports = require("fs");

@MSNev
Copy link
Contributor Author
MSNev commented May 7, 2025

@microsoft-github-policy-service rerun

1 similar comment
@MSNev
Copy link
Contributor Author
MSNev commented May 7, 2025

@microsoft-github-policy-service rerun

@MSNev MSNev merged commit 0d187a7 into main May 7, 2025
6 checks passed
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

0