chore(deps-dev): bump dotenv from 16.6.1 to 17.4.2 - #737
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates the example projects’ dev dependencies to use a newer dotenv version consistently across the repo.
Changes:
- Bumped
dotenvdevDependency from^16.4.5/^16.5.0to^17.4.2across multipleexamples/*/package.jsonfiles. - Standardized the
dotenvversion in examples that previously differed slightly.
Reviewed changes
Copilot reviewed 23 out of 24 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| examples/threading/package.json | Updates dotenv version used by the threading example. |
| examples/targeted-messages/package.json | Updates dotenv version used by the targeted-messages example. |
| examples/tab/package.json | Updates dotenv version used by the tab example. |
| examples/suggested-action/package.json | Updates dotenv version used by the suggested-action example. |
| examples/stream/package.json | Updates dotenv version used by the stream example. |
| examples/reactions/package.json | Updates dotenv version used by the reactions example. |
| examples/quoting/package.json | Updates dotenv version used by the quoting example. |
| examples/proactive-messaging/package.json | Updates dotenv version used by the proactive-messaging example. |
| examples/message-extensions/package.json | Updates dotenv version used by the message-extensions example. |
| examples/meetings/package.json | Updates dotenv version used by the meetings example. |
| examples/mcp-server/package.json | Updates dotenv version used by the mcp-server example. |
| examples/m365extensions/package.json | Updates dotenv version used by the m365extensions example. |
| examples/http-adapters/package.json | Updates dotenv version used by the http-adapters example. |
| examples/html-widgets/package.json | Updates dotenv version used by the html-widgets example. |
| examples/graph/package.json | Updates dotenv version used by the graph example. |
| examples/formatted-messaging/package.json | Updates dotenv version used by the formatted-messaging example. |
| examples/echo/package.json | Updates dotenv version used by the echo example. |
| examples/dialogs/package.json | Updates dotenv version used by the dialogs example. |
| examples/cards/package.json | Updates dotenv version used by the cards example. |
| examples/botbuilder/package.json | Updates dotenv version used by the botbuilder example. |
| examples/ai-mcp/package.json | Updates dotenv version used by the ai-mcp example. |
| examples/agent365/package.json | Updates dotenv version used by the agent365 example. |
| examples/a2a/package.json | Updates dotenv version used by the a2a example. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Corina (corinagum)
added a commit
that referenced
this pull request
Aug 19, 2026
Review feedback caught a fail-open hole in the ecosystem shortcut. The
skip was expressed as "not in QUARANTINED_ECOSYSTEMS", so *any* slug
other than `npm_and_yarn` reported success -- including an npm PR whose
branch slug ever differs (e.g. `dependabot/npm/...`). A quarantined
package would then sail through with a green check, inverting the
script's fail-safe design.
Two changes:
- Invert the set to NON_NPM_ECOSYSTEMS, an allowlist of ecosystems known
not to resolve through the CFS feed. Anything unrecognized now runs the
full check instead of being skipped.
- Evaluate the lockfile diff *before* the ecosystem shortcut. A changed
package-lock.json is ground truth that npm versions moved, so they are
gated regardless of what the branch name claims.
Verified against live GitHub/npm data. With slug `dependabot/npm/...` and
a 1-day-old hono@4.13.3, the previous code returned `success` ("not
applicable"); it now returns `pending` with the eligible date. #734
(github_actions) still reports not-applicable and #737 still passes via
the lockfile path.
Also documents that Dependabot's branch slugs differ from the
`package-ecosystem` keys in dependabot.yml (`github-actions` ->
`github_actions`, `npm` -> `npm_and_yarn`), which prompted the review
comments.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.6.1 to 17.4.2. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.6.1...v17.4.2) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.4.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/dotenv-17.4.2
branch
from
August 19, 2026 23:10
d4ba3fa to
f63e92c
Compare
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.
Bumps dotenv from 16.6.1 to 17.4.2.
Changelog
Sourced from dotenv's changelog.
... (truncated)
Commits
f116f7017.4.23a81612fix visual order of faq13f55a8Merge branch 'skill'4bbbf73reorganize faqc3da64bMerge pull request #1009 from motdotla/skill6f743b1update sourcefc2c624update skill972315bTighten up skill2795fcereorganize faqd5495d4adjust skill