Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: skuba 8.1.0 #251

Merged
merged 2 commits into from
Jun 25, 2024
Merged

deps: skuba 8.1.0 #251

merged 2 commits into from
Jun 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
skuba 8.0.1 -> 8.1.0 age adoption passing confidence

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 and skuba 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 using find-up to detect the closest
    pnpm-lock.yaml or yarn.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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@seek-oss-ci seek-oss-ci requested a review from a team as a code owner June 25, 2024 19:55
Copy link
Contributor Author

renovate bot commented Jun 25, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@72636c 72636c merged commit b7b239e into master Jun 25, 2024
4 checks passed
@72636c 72636c deleted the renovate-skuba-8.x branch June 25, 2024 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants