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.
This PR contains the following updates:
8.0.1
->8.1.0
Release Notes
seek-oss/skuba (skuba)
v8.1.0
Compare Source
Minor Changes
lint: Skip generation of config files when present in
.gitignore
(#1554)skuba lint
andskuba format
now skip the generation of config files, like.dockerignore
and.npmrc
, if they are ignored by.gitignore
files.deps: esbuild 0.21 (#1569)
deps: TypeScript 5.5 (#1596)
This major release includes breaking changes. See the TypeScript 5.5 announcement for more information.
api: Add Git.isFileGitIgnored (#1554)
lint: Add coverage to .prettierignore (#1552)
configure: Accept template data from stdin to allow for integration testing (#1558)
lint: Swap out
detect-package-manager
for manual lockfile detection (#1552)detect-package-manager
has been removed, in lieu of usingfind-up
to detect the closestpnpm-lock.yaml
oryarn.lock
to infer the package manager.lint: Patch installing specific pnpm version via Corepack (#1534)
deps: prettier 3.3 (#1580)
Patch Changes
template: Add extension recommendations to
.vscode/extensions.json
(#1556)Git: Explicitly declare return types to enable compatibility with the
Node16
module (#1589)template/oss-npm-package: Skip excessive action runs (#1586)
template/lambda-sqs-worker-cdk: Add worker config file (#1548)
lint: Exclude
.vscode/extensions.json
from being ignored by.gitignore
(#1556)template: Make all configuration values explicit (#1560)
Previously,
src/config.ts
included optional configuration values and inheritance between environments in the spirit of DRY. While the templated file was wired up in a "safe" way—the production environment never inherited from other environments and explicitly specified all its configuration values—its pattern was misappropriated elsewhere and led to local configuration values affecting production environments.Instead, we now list all configuration values explicitly against each environment.
template: Remove deprecated
docker-compose.yml
version (#1570)Docker has ignored this for a while, and now generates a warning on every build:
https://github.com/compose-spec/compose-spec/blob/master/04-version-and-name.md
template/*-rest-api: Clean up templated environment variables (#1562)
AWS_NODEJS_CONNECTION_REUSE_ENABLED
is no longer required with AWS SDK V3.The
env
boilerplate in Gantry values files was largely unnecessary and confusing.Our templates prefer to declare configuration values directly in
src/config.ts
.Configuration
📅 Schedule: Branch creation - "after 3:00 am and before 6:00 am every weekday" 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.