chore(deps): update dependency mocha to v11.7.6#406
Conversation
|
/gcbrun |
There was a problem hiding this comment.
Code Review
This pull request updates the mocha dependency from version 11.7.5 to 11.7.6 across multiple example projects. Feedback points out an inconsistency in the node-example-yarn directory, which contains a package-lock.json file instead of a yarn.lock file despite being configured to use Yarn.
| "devDependencies": { | ||
| "chai": "6.2.2", | ||
| "mocha": "11.7.5", | ||
| "mocha": "11.7.6", |
There was a problem hiding this comment.
The node-example-yarn project is configured to use Yarn (as specified in its cloudbuild.yaml which runs yarn install). However, it contains a package-lock.json file (which is used by npm) instead of a yarn.lock file. This inconsistency can lead to untracked dependency versions during Yarn installations. Consider removing package-lock.json from this directory and generating/committing a yarn.lock file instead.
This PR contains the following updates:
11.7.5→11.7.6Release Notes
mochajs/mocha (mocha)
v11.7.6Compare Source
🩹 Fixes
describe().timeout()work (aafe6fd)wmicusage with native Windows API (#5694) (73ebdfa)🧹 Chores
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.