Skip to content

Releases: cloudposse/lambda-github-action-token-rotator

0.2.0

03 Mar 12:07
86fe3a8
Compare
Choose a tag to compare

What's Changed

  • Consolidate auto-release workflow by @goruha in #26
  • Update dependency dotenv to v16.4.5 by @renovate in #25
  • Update dependency @types/node to v18.19.21 by @renovate in #24
  • Update dependency typescript to v4.9.5 by @renovate in #22
  • Update dependency @types/aws-lambda to v8.10.134 by @renovate in #21
  • Update dependency eslint to v8.57.0 by @renovate in #17
  • Update dependency @aws-sdk/client-ssm to v3.525.0 by @renovate in #15
  • Update actions/setup-node action to v4 by @renovate in #34
  • Update dependency winston to v3.11.0 by @renovate in #32
  • Update dependency prettier to v2.8.8 by @renovate in #30
  • Update dependency ts-node to v10.9.2 by @renovate in #14
  • Update typescript-eslint monorepo to v5.62.0 by @renovate in #19
  • Update dependency eslint-config-prettier to v8.10.0 by @renovate in #27
  • Update dependency eslint-plugin-sort-destructure-keys to v1.5.0 by @renovate in #29
  • Update dependency eslint-plugin-import to v2.29.1 by @renovate in #28
  • Update actions/checkout action to v4 by @renovate in #33
  • Update docker/metadata-action action to v5 by @renovate in #44

New Contributors

Full Changelog: 0.1.0...0.2.0

v0.1.0

18 Jul 16:50
1d1a0d2
Compare
Choose a tag to compare
Update nrwl monorepo to v14.4.3 @renovate (#16)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nrwl/cli (source) 14.4.2 -> 14.4.3 age adoption passing confidence
@nrwl/eslint-plugin-nx (source) 14.4.2 -> 14.4.3 age adoption passing confidence
@nrwl/jest (source) 14.4.2 -> 14.4.3 age adoption passing confidence
@nrwl/linter (source) 14.4.2 -> 14.4.3 age adoption passing confidence
@nrwl/node (source) 14.4.2 -> 14.4.3 age adoption passing confidence
@nrwl/workspace (source) 14.4.2 -> 14.4.3 age adoption passing confidence
nx (source) 14.4.2 -> 14.4.3 age adoption passing confidence

Release Notes

nrwl/nx

v14.4.3

Compare Source

Bug Fixes
  • angular: amend wrong project name schema options to hint nx console to show a project dropdown (#​11097) (43bd32f)
  • angular: do not generate ts path mappings for lazy loaded libs in app tsconfig file (#​11125) (010ba00)
  • angular: do not set a module federation remote project as the default project (#​11127) (20865fe)
  • angular: do not write files unnecessarily in mfe to mf migration (#​11126) (5e8d80c)
  • angular: emit dts when using entrypoint name as filename in ng-packagr executors (#​11032) (7e106fa)
  • core: adjust add and addDev command for pnpm when it is in a pnpm workspace (be1d236)
  • core: handle specifying a prerelease version without a package when migrating (#​11129) (e1f64d5)
  • core: outputs in nx.json targetDefaults is not work (#​11157) (2a711b4), closes #​11141
  • core: remove eslintrc.json from the package build artifact (#​11043) (6f3cc3c)
  • core: use generator options from nx config (#​11006) (dfd7e0f), closes #​11004
  • dep-graph: filter by text correctly during quick inputs (#​10986) (9931f83)
  • linter: escape dollar signs in filepaths (#​11009) (a24886c)
  • misc: add dotenv as dependencies for plugins that import it (#​11167) (d223a18)
  • nextjs: set development outputPath to a different one from production build (#​11169) (a49d14a), closes #​10312
  • react: do not set a module federation remote project as the default project (#​11128) (3dbef4a)
  • react: fix typo in testing-library migrations (d292185)
  • storybook: fix schema to read projectName from config (#​11098) (aa422a7)
  • storybook: include polyfills in Storybook tsconfig for ngapps (#​11136) (8a7b7cb)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any ti...

Read more

v0.0.1

12 Jul 20:02
Compare
Choose a tag to compare

Initial Release