Conversation
stanislav-peichev
approved these changes
May 28, 2026
There was a problem hiding this comment.
Pull request overview
This PR bumps dependencies and tooling versions for the office example app and its GitHub Pages deployment workflow.
Changes:
- Updates runtime and dev dependencies in
office/package.json. - Refreshes
office/package-lock.jsonfor the dependency graph, including major transitive/tooling changes. - Bumps Node version and GitHub Pages actions.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
office/package.json |
Updates app/runtime and development dependency ranges. |
office/package-lock.json |
Updates resolved package versions and transitive dependency metadata. |
.node-version |
Bumps the local/CI Node version to 24.16.0. |
.github/workflows/ghp.yml |
Updates GitHub Pages upload/deploy actions to v5. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "version": "2.7.1", | ||
| "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-metrics/-/sdk-metrics-2.7.1.tgz", | ||
| "integrity": "sha512-MpDJdkiFDs3Pm1RHO3KByuZbuBdJEXEAkiC0+yJdsZGVCdf1RpHR6n+LHDcS7ffmfrt5kVCzJSCfm4z2C7v0uQ==", | ||
| "extraneous": true, |
Comment on lines
+4428
to
+4443
| "node_modules/yaml": { | ||
| "version": "2.9.0", | ||
| "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz", | ||
| "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==", | ||
| "extraneous": true, | ||
| "license": "ISC", | ||
| "bin": { | ||
| "yaml": "bin.mjs" | ||
| }, | ||
| "engines": { | ||
| "node": ">= 14.6" | ||
| }, | ||
| "funding": { | ||
| "url": "https://github.com/sponsors/eemeli" | ||
| } | ||
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.