Skip to content

Commit

Permalink
Add changeset, update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy committed Oct 17, 2024
1 parent 7840d00 commit 143a05b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changeset/strange-cameras-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'skuba': minor
---

lint, format, template: Use pinned pnpm version in Dockerfiles

This fixes usage of the latest pnpm version instead of the pinned version when running pnpm commands in Dockerfiles
8 changes: 8 additions & 0 deletions src/cli/__snapshots__/format.int.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Patch skipped: Update docker image references to use public.ecr.aws and remove -
Patch skipped: Move .npmrc mounts from tmp/.npmrc to /tmp/.npmrc - no Buildkite files found
Patch skipped: Use pinned pnpm version in Dockerfiles - no Dockerfiles found
skuba update complete.
Refreshed .gitignore. refresh-config-files
Expand Down Expand Up @@ -113,6 +115,8 @@ Patch skipped: Update docker image references to use public.ecr.aws and remove -
Patch skipped: Move .npmrc mounts from tmp/.npmrc to /tmp/.npmrc - no Buildkite files found
Patch skipped: Use pinned pnpm version in Dockerfiles - no Dockerfiles found
skuba update complete.
Refreshed .gitignore. refresh-config-files
Expand Down Expand Up @@ -192,6 +196,8 @@ Patch skipped: Update docker image references to use public.ecr.aws and remove -
Patch skipped: Move .npmrc mounts from tmp/.npmrc to /tmp/.npmrc - no Buildkite files found
Patch skipped: Use pinned pnpm version in Dockerfiles - no Dockerfiles found
skuba update complete.
Refreshed .gitignore. refresh-config-files
Expand Down Expand Up @@ -242,6 +248,8 @@ Patch skipped: Update docker image references to use public.ecr.aws and remove -
Patch skipped: Move .npmrc mounts from tmp/.npmrc to /tmp/.npmrc - no Buildkite files found
Patch skipped: Use pinned pnpm version in Dockerfiles - no Dockerfiles found
skuba update complete.
Refreshed .gitignore. refresh-config-files
Expand Down
2 changes: 1 addition & 1 deletion src/cli/lint/internalLints/upgrade/patches/9.0.1/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import { tryPatchPnpmDockerImages } from './patchPnpmDockerImages';
export const patches: Patches = [
{
apply: tryPatchPnpmDockerImages,
description: 'Pin pnpm version in Dockerfiles',
description: 'Use pinned pnpm version in Dockerfiles',
},
];

0 comments on commit 143a05b

Please sign in to comment.