Skip to content

Releases: cloudposse-github-actions/typescript-template

v0.3.0

26 Sep 21:44
84e8be2
Compare
Choose a tag to compare
Pin dependencies @renovate (#4)

This PR contains the following updates:

Package Type Update Change
@actions/core (source) dependencies pin ^1.9.1 -> 1.9.1
@types/jest (source) devDependencies pin ^29.0.3 -> 29.0.3
@types/node (source) devDependencies pin ^18.7.20 -> 18.7.23
@typescript-eslint/eslint-plugin devDependencies pin ^5.38.0 -> 5.38.1
@typescript-eslint/parser devDependencies pin ^5.38.0 -> 5.38.1
@vercel/ncc devDependencies pin ^0.34.0 -> 0.34.0
eslint (source) devDependencies pin ^8.24.0 -> 8.24.0
eslint-config-prettier devDependencies pin ^8.5.0 -> 8.5.0
eslint-plugin-jest devDependencies pin ^27.0.4 -> 27.0.4
jest (source) devDependencies pin ^29.0.3 -> 29.0.3
ts-jest (source) devDependencies pin ^29.0.2 -> 29.0.2
typescript (source) devDependencies pin ^4.8.3 -> 4.8.3

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


v0.2.0

26 Sep 21:31
48fbc57
Compare
Choose a tag to compare
Configure Renovate @renovate (#2)

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

  • .github/workflows/auto-readme.yml (github-actions)
  • .github/workflows/auto-release.yml (github-actions)
  • .github/workflows/validate-codeowners.yml (github-actions)
  • package.json (npm)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Enable Renovate Dependency Dashboard creation.
  • If Renovate detects semantic commits, it will use semantic commit type fix for dependencies and chore for all others.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Autodetect whether to pin dependencies or maintain ranges.
  • Rate limit PR creation to a maximum of two per hour.
  • Limit to maximum 10 open PRs at any time.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • A collection of workarounds for known problems with packages.

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.


What to Expect

With your current configuration, Renovate will create 4 Pull Requests:

Pin dependencies
Update mszostok/codeowners-validator action to v0.7.4
  • Schedule: ["at any time"]
  • Branch name: renovate/mszostok-codeowners-validator-0.x
  • Merge into: main
  • Upgrade mszostok/codeowners-validator to v0.7.4
Update cloudposse/actions action to v0.31.0
  • Schedule: ["at any time"]
  • Branch name: renovate/cloudposse-actions-0.x
  • Merge into: main
  • Upgrade cloudposse/actions to 0.31.0
Update actions/checkout action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-3.x
  • Merge into: main
  • Upgrade actions/checkout to v3

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See docs for prhourlylimit for details.


❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


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

v0.1.0

26 Sep 21:23
1335723
Compare
Choose a tag to compare
WIP: initial implementation @mcalhoun (#1)

what

  • initial implementation of the template repo