deps: skuba v12.14.1 and pnpm v10.17 #178
Merged
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
10.17.0
->10.18.0
12.3.0
->12.4.1
Release Notes
pnpm/pnpm (pnpm)
v10.18.0
Compare Source
Minor Changes
Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.
Added configuration options for warning thresholds:
fetchWarnTimeoutMs
andfetchMinSpeedKiBps
.Warning messages are displayed when requests exceed time thresholds or fall below speed minimums
Related PR: #10025.
Patch Changes
minimumReleaseAge
configuration #10030.cleanupUnusedCatalogs
configuration when removing dependent packages.scriptShell
is set tofalse
#8748.pnpm dlx
should not fail whenminimumReleaseAge
is set #10037.v10.17.1
Compare Source
Patch Changes
minimumReleaseAge
setting, print this information out in the error message #9974.state.json
creation path when executingpnpm patch
in a workspace project #9733.minimumReleaseAge
is set and thelatest
tag is not mature enough, prefer a non-deprecated version as the newlatest
#9987.seek-oss/skuba (skuba)
v12.4.1
Compare Source
Patch Changes
template/oss-npm-template: Replace invalid
$default-branch
configuration in workflows (#2085)lint: Add
CI=true
to production install step in Dockerfile (#2082)Our API templates include a
RUN pnpm install --prod
Dockerfile instruction to prunedevDependencies
fromnode_modules
. However, pruning may not behave as expected in the absence of theCI
flag, and pnpm v10.16.0 emits the following error if the environment variable is not set:We will try to apply a one-time patch to your project to add the
CI
environment variable to Dockerfiles that have aRUN pnpm install --prod
instruction:v12.4.0
Compare Source
Minor Changes
build: Default esbuild output to CJS format (#2074)
Note: This only affects projects that have manually set
package.json#/skuba/build
to"esbuild"
. There are less than 10 of these at time of writing.skuba build
now defaults to CJS output when using the esbuild configuration. ESM output is only used when the following conditions are met:"type": "module"
is set inpackage.json
module
field intsconfig.json
is not set to"commonjs"
lint: Remove Dockerfile
syntax
parser directive (#2075)Our containerisation guidance mounts the
NPM_TOKEN
environment variable as a build secret. This requires Dockerfile frontend version 1.10+, and we previously recommended adding asyntax
parser directive to ensure availability of the feature in your build context.Configuration
📅 Schedule: Branch creation - "before 6:00 am every 2 weeks on Thursday" in timezone Australia/Melbourne, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.