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

Version Packages #1555

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Version Packages #1555

wants to merge 1 commit into from

Conversation

seek-oss-ci
Copy link
Contributor

@seek-oss-ci seek-oss-ci commented May 6, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

skuba@8.1.0

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.

  • api: Add Git.isFileGitIgnored (#1554)

  • lint: Add coverage to .prettierignore (#1552)

  • 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.

Patch Changes

  • template: Add extension recommendations to .vscode/extensions.json (#1556)

  • 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.

eslint-config-skuba@4.1.0

Minor Changes

  • deps: eslint-plugin-jest 28 (#1538)

@seek-oss-ci seek-oss-ci requested a review from a team as a code owner May 6, 2024 05:42
@AaronMoat AaronMoat marked this pull request as draft May 6, 2024 05:46
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/main branch 4 times, most recently from 17281c9 to c4c260f Compare May 9, 2024 13:57
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/main branch 3 times, most recently from c910387 to 3e9a279 Compare May 22, 2024 04:35
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/main branch 7 times, most recently from cf82d82 to 0b55678 Compare June 5, 2024 02:26
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.

None yet

1 participant