skuba 0.0.0-master-20231001235226 → 0.0.0-master-20231121000709

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/config/prettier.js +1 -1
  2. package/lib/api/jest/index.d.ts +2 -2
  3. package/lib/api/jest/index.js +19 -1
  4. package/lib/api/jest/index.js.map +2 -2
  5. package/lib/api/net/compose.js +2 -1
  6. package/lib/api/net/compose.js.map +2 -2
  7. package/lib/cli/configure/getProjectType.d.ts +1 -1
  8. package/lib/cli/configure/getProjectType.js +5 -2
  9. package/lib/cli/configure/getProjectType.js.map +2 -2
  10. package/lib/cli/configure/index.js +0 -4
  11. package/lib/cli/configure/index.js.map +2 -2
  12. package/lib/cli/configure/patchRenovateConfig.js +13 -11
  13. package/lib/cli/configure/patchRenovateConfig.js.map +2 -2
  14. package/lib/cli/init/getConfig.d.ts +3 -3
  15. package/lib/cli/init/getConfig.js +8 -8
  16. package/lib/cli/init/getConfig.js.map +2 -2
  17. package/lib/cli/init/index.js +0 -1
  18. package/lib/cli/init/index.js.map +2 -2
  19. package/lib/cli/init/types.d.ts +99 -27
  20. package/lib/cli/init/types.js +26 -35
  21. package/lib/cli/init/types.js.map +2 -2
  22. package/lib/utils/error.d.ts +30 -10
  23. package/lib/utils/error.js +10 -20
  24. package/lib/utils/error.js.map +2 -2
  25. package/lib/utils/exec.js +2 -2
  26. package/lib/utils/exec.js.map +2 -2
  27. package/lib/utils/manifest.d.ts +3 -3
  28. package/lib/utils/manifest.js +9 -9
  29. package/lib/utils/manifest.js.map +2 -2
  30. package/lib/utils/template.d.ts +43 -13
  31. package/lib/utils/template.js +15 -15
  32. package/lib/utils/template.js.map +2 -2
  33. package/package.json +21 -21
  34. package/template/express-rest-api/.buildkite/pipeline.yml +3 -2
  35. package/template/express-rest-api/.nvmrc +1 -1
  36. package/template/express-rest-api/Dockerfile +1 -1
  37. package/template/express-rest-api/Dockerfile.dev-deps +3 -3
  38. package/template/express-rest-api/README.md +6 -6
  39. package/template/express-rest-api/package.json +2 -2
  40. package/template/greeter/.buildkite/pipeline.yml +3 -2
  41. package/template/greeter/.nvmrc +1 -1
  42. package/template/greeter/Dockerfile +3 -3
  43. package/template/greeter/README.md +3 -3
  44. package/template/greeter/package.json +2 -2
  45. package/template/koa-rest-api/.buildkite/pipeline.yml +3 -2
  46. package/template/koa-rest-api/Dockerfile +1 -1
  47. package/template/koa-rest-api/Dockerfile.dev-deps +3 -3
  48. package/template/koa-rest-api/README.md +6 -6
  49. package/template/koa-rest-api/package.json +5 -5
  50. package/template/koa-rest-api/src/app.test.ts +8 -4
  51. package/template/lambda-sqs-worker/.buildkite/pipeline.yml +4 -3
  52. package/template/lambda-sqs-worker/.nvmrc +1 -1
  53. package/template/lambda-sqs-worker/Dockerfile +3 -3
  54. package/template/lambda-sqs-worker/README.md +6 -6
  55. package/template/lambda-sqs-worker/package.json +3 -3
  56. package/template/lambda-sqs-worker/serverless.yml +1 -1
  57. package/template/lambda-sqs-worker/src/framework/validation.test.ts +1 -1
  58. package/template/lambda-sqs-worker-cdk/.buildkite/pipeline.yml +4 -3
  59. package/template/lambda-sqs-worker-cdk/Dockerfile +3 -3
  60. package/template/lambda-sqs-worker-cdk/infra/__snapshots__/appStack.test.ts.snap +2 -2
  61. package/template/lambda-sqs-worker-cdk/infra/appStack.ts +1 -1
  62. package/template/lambda-sqs-worker-cdk/package.json +4 -4
  63. package/template/oss-npm-package/.nvmrc +1 -1
  64. package/template/oss-npm-package/README.md +1 -1
  65. package/template/private-npm-package/.nvmrc +1 -1
  66. package/template/private-npm-package/README.md +2 -2
@@ -1 +1 @@
1
- 18
1
+ 20
@@ -121,7 +121,7 @@ Here are some branches that **semantic-release** supports by default:
121
121
  For more information, see the **semantic-release** docs on [triggering a release].
122
122
 
123
123
  [distribution tags]: https://docs.npmjs.com/adding-dist-tags-to-packages
124
- [oss npm package guidance]: https://github.com/SEEK-Jobs/seek-oss-ci/blob/master/NPM_PACKAGES.md#access-to-publish-to-npm
124
+ [OSS npm package guidance]: https://github.com/SEEK-Jobs/seek-oss-ci/blob/master/NPM_PACKAGES.md#access-to-publish-to-npm
125
125
  [release workflow]: .github/workflows/release.yml
126
126
  [seek-oss]: https://github.com/seek-oss
127
127
  [semantic-release]: https://github.com/semantic-release/semantic-release
@@ -1 +1 @@
1
- 18
1
+ 20
@@ -103,7 +103,7 @@ Here are some branches that **semantic-release** supports by default:
103
103
  For more information, see the **semantic-release** docs on [triggering a release].
104
104
 
105
105
  [distribution tags]: https://docs.npmjs.com/adding-dist-tags-to-packages
106
- [gutenberg]: https://github.com/SEEK-Jobs/gutenberg
107
- [seek-jobs]: https://github.com/orgs/seek-jobs/sso
106
+ [Gutenberg]: https://github.com/SEEK-Jobs/gutenberg
107
+ [SEEK-Jobs]: https://github.com/orgs/seek-jobs/sso
108
108
  [semantic-release]: https://github.com/semantic-release/semantic-release
109
109
  [triggering a release]: https://github.com/semantic-release/semantic-release/#triggering-a-release