Skip to content

Commit

Permalink
chore(deps): upgrade dependencies for this repo only (#297)
Browse files Browse the repository at this point in the history
This PR upgrades dependencies used by this repo
(`cdktf-repository-manager`) to their latest version based on the
version range specified in the `package.json` file.
For reference, here is the output from `yarn outdated` prior to running
`yarn upgrade` which was used to produce this PR:

```
yarn outdated v1.22.22
info Color legend : 
 "<red>"    : Major Update backward-incompatible updates 
 "<yellow>" : Minor Update backward-compatible features 
 "<green>"  : Patch Update backward-compatible bug fixes
Package                          Current  Wanted   Latest  Package Type    URL                                                                               
@cdktf/provider-github           13.2.0   13.2.0   14.2.2  dependencies    https://github.com/cdktf/cdktf-provider-github#readme                             
@types/node                      18.19.29 18.19.39 20.14.9 devDependencies https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node         
@typescript-eslint/eslint-plugin 6.21.0   6.21.0   7.15.0  devDependencies https://typescript-eslint.io/packages/eslint-plugin                               
@typescript-eslint/parser        6.21.0   6.21.0   7.15.0  devDependencies https://typescript-eslint.io/packages/parser                                      
cdktf                            0.20.6   0.20.8   0.20.8  dependencies    https://github.com/hashicorp/terraform-cdk                                        
cdktf-cli                        0.20.6   0.20.8   0.20.8  dependencies    https://github.com/hashicorp/terraform-cdk#readme                                 
change-case                      4.1.2    4.1.2    5.4.4   dependencies    https://github.com/blakeembrey/change-case/tree/master/packages/change-case#readme
eslint                           8.57.0   8.57.0   9.6.0   devDependencies https://eslint.org                                                                
lint-staged                      15.2.2   15.2.7   15.2.7  devDependencies https://github.com/okonet/lint-staged#readme                                      
prettier                         3.2.5    3.3.2    3.3.2   devDependencies https://prettier.io                                                               
tsx                              4.7.2    4.16.0   4.16.0  devDependencies https://tsx.is                                                                    
typescript                       5.3.3    5.3.3    5.5.3   devDependencies https://www.typescriptlang.org/                                                   
Done in 2.52s.
```

Note that this auto-update process only stays within specified version
ranges (typically minor or patch). If you want to upgrade to newer
versions beyond those, you will need to manually check out this
repository and run the command `yarn upgrade [package] --latest`.

For future reference: the reason why we're not using Dependabot for this
is because this repo has a tendency to run into rate limits, and
Dependabot produces so many PRs and workflow runs that it'd be likely to
hit those limits quickly.

Signed-off-by: team-tf-cdk <[email protected]>
  • Loading branch information
team-tf-cdk authored Jul 2, 2024
1 parent 128774f commit 95cc103
Showing 1 changed file with 637 additions and 764 deletions.
Loading

0 comments on commit 95cc103

Please sign in to comment.