Fix devcontainer configuration and update dependencies#942
Merged
decyjphr merged 4 commits intodependabot/npm_and_yarn/probot-14.2.4from Mar 3, 2026
Merged
Fix devcontainer configuration and update dependencies#942decyjphr merged 4 commits intodependabot/npm_and_yarn/probot-14.2.4from
decyjphr merged 4 commits intodependabot/npm_and_yarn/probot-14.2.4from
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the development container environment to Node.js 22 and adjusts tooling installation in the devcontainer image, along with aligning the lockfile dependency spec for minimatch.
Changes:
- Bump devcontainer Node.js variant from
20-bookwormto22-bookworm. - Change AWS SAM CLI download logic in the devcontainer Dockerfile to use
uname -mfor architecture selection. - Update
minimatchversion spec inpackage-lock.jsonto^10.2.1.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
package-lock.json |
Updates the minimatch dependency spec recorded in the lockfile. |
.devcontainer/devcontainer.json |
Switches the devcontainer build ARG to 22-bookworm. |
.devcontainer/Dockerfile |
Switches base image variant to Node 22 and modifies SAM CLI installation architecture detection. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
6eb1718
into
dependabot/npm_and_yarn/probot-14.2.4
2 checks passed
decyjphr
added a commit
that referenced
this pull request
Mar 3, 2026
* build(deps): bump probot from 13.4.4 to 14.2.4 Bumps [probot](https://github.com/probot/probot) from 13.4.4 to 14.2.4. - [Release notes](https://github.com/probot/probot/releases) - [Commits](probot/probot@v13.4.4...v14.2.4) --- updated-dependencies: - dependency-name: probot dependency-version: 14.2.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Fix test suite failures caused by ESM-only `@octokit/core` and `probot` dependencies (#938) * Initial plan * Initial plan for fixing failing test suites Co-authored-by: decyjphr <57544838+decyjphr@users.noreply.github.com> * Fix failing test suites caused by ESM-only dependencies Co-authored-by: decyjphr <57544838+decyjphr@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: decyjphr <57544838+decyjphr@users.noreply.github.com> * Update minimatch dependency version to 10.2.1 * Fix devcontainer configuration and update dependencies (#942) * fix devcontainer * Update .devcontainer/Dockerfile Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update .devcontainer/Dockerfile Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update .devcontainer/devcontainer.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yadhav Jayaraman <57544838+decyjphr@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Update the Node.js version in the devcontainer configuration and adjust the installation script for the AWS SAM CLI. Also, update the
minimatchdependency version in the package lock file.