Skip to content

Commit

Permalink
chore(deps): upgrade dependencies for this repo only (#329)
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           14.3.0   14.3.1   14.3.1 dependencies    https://github.com/cdktf/cdktf-provider-github#readme                             
@types/node                      18.19.54 18.19.55 22.7.5 devDependencies https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node         
@typescript-eslint/eslint-plugin 6.21.0   6.21.0   8.8.1  devDependencies https://typescript-eslint.io/packages/eslint-plugin                               
@typescript-eslint/parser        6.21.0   6.21.0   8.8.1  devDependencies https://typescript-eslint.io/packages/parser                                      
change-case                      4.1.2    4.1.2    5.4.4  dependencies    https://github.com/blakeembrey/change-case/tree/master/packages/change-case#readme
constructs                       10.3.0   10.4.1   10.4.1 dependencies    https://github.com/aws/constructs                                                 
eslint                           8.57.1   8.57.1   9.12.0 devDependencies https://eslint.org                                                                
typescript                       5.3.3    5.3.3    5.6.3  devDependencies https://www.typescriptlang.org/                                                   
Done in 0.90s.
```

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 Oct 13, 2024
1 parent ec8a1f2 commit eae1af3
Showing 1 changed file with 57 additions and 44 deletions.
101 changes: 57 additions & 44 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
picocolors "^1.0.0"

"@babel/parser@^7.25.0":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.7.tgz#99b927720f4ddbfeb8cd195a363ed4532f87c590"
integrity sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw==
version "7.25.8"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.8.tgz#f6aaf38e80c36129460c1657c0762db584c9d5e2"
integrity sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==
dependencies:
"@babel/types" "^7.25.7"
"@babel/types" "^7.25.8"

"@babel/[email protected]":
version "7.25.0"
Expand All @@ -65,10 +65,10 @@
"@babel/helper-validator-identifier" "^7.24.7"
to-fast-properties "^2.0.0"

"@babel/types@^7.25.0", "@babel/types@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.7.tgz#1b7725c1d3a59f328cb700ce704c46371e6eef9b"
integrity sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ==
"@babel/types@^7.25.0", "@babel/types@^7.25.8":
version "7.25.8"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.8.tgz#5cf6037258e8a9bcad533f4979025140cb9993e1"
integrity sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==
dependencies:
"@babel/helper-string-parser" "^7.25.7"
"@babel/helper-validator-identifier" "^7.25.7"
Expand Down Expand Up @@ -203,9 +203,9 @@
glob "10.4.5"

"@cdktf/provider-github@^14.2.2":
version "14.3.0"
resolved "https://registry.yarnpkg.com/@cdktf/provider-github/-/provider-github-14.3.0.tgz#ee0a28907ce9cd53ce2c9545960fac1f6377787e"
integrity sha512-Uwb69rlTdBQI1vqOmw1VTlpcpNJkLM7vmt5CcY8j3L5oNeN0VQu+4UbuKrYwxHdP30gtfRC5lXnvjG5KKxI5tA==
version "14.3.1"
resolved "https://registry.yarnpkg.com/@cdktf/provider-github/-/provider-github-14.3.1.tgz#46a00626595d5802b4af280ee780c2a490dd4eb4"
integrity sha512-lC7BT36MBTnAO228IlQAnUhUfIsk9rdGxQVe3xhtjJinoL0oZnuvTApbvjX3kQ5iJ7m4g1Cz/TbmhIvoXRs8/Q==

"@cdktf/[email protected]":
version "0.20.9"
Expand Down Expand Up @@ -589,10 +589,18 @@
chalk "^4.1.2"
semver "^7.6.3"

"@jsii/spec@^1.102.0", "@jsii/spec@^1.103.1":
version "1.103.1"
resolved "https://registry.yarnpkg.com/@jsii/spec/-/spec-1.103.1.tgz#2f8e61c603238c56d30d26100eb7ee9f51aa35b8"
integrity sha512-14OGYM3DjEBjUOUaih+bwPgkhFnR8L9TSNSM0oE0L0hjWscTapvClqOgMDJ1ID52qkROCAgKl1d71Vmm4v0Buw==
"@jsii/[email protected]":
version "1.104.0"
resolved "https://registry.yarnpkg.com/@jsii/check-node/-/check-node-1.104.0.tgz#093a616ab4a80abc9b932906c4f68c32362faa6c"
integrity sha512-5rAn4y11APxq69DmTKtAACmDuOymcTiz29CE7s0AeWA5jzpxBRhkaj8xwixiSQtkoBFk+Vpoi2eNctCvwLdFaw==
dependencies:
chalk "^4.1.2"
semver "^7.6.3"

"@jsii/spec@^1.102.0", "@jsii/spec@^1.103.1", "@jsii/spec@^1.104.0":
version "1.104.0"
resolved "https://registry.yarnpkg.com/@jsii/spec/-/spec-1.104.0.tgz#9f1206b3712808ad7cbbdbf6cf333a77a8f3df8c"
integrity sha512-7jxU8iRowA3O7Dpn8XAsX8o4Y8Fy8plbEVg0CnjvIQsJh3puI3KFHspXur70OOccfGkoL1TWnXBZ+BwCcvhu1g==
dependencies:
ajv "^8.17.1"

Expand Down Expand Up @@ -692,9 +700,9 @@
"@types/node" "*"

"@types/node@*":
version "22.7.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.4.tgz#e35d6f48dca3255ce44256ddc05dee1c23353fcc"
integrity sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==
version "22.7.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.5.tgz#cfde981727a7ab3611a481510b473ae54442b92b"
integrity sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==
dependencies:
undici-types "~6.19.2"

Expand All @@ -706,16 +714,16 @@
undici-types "~5.26.4"

"@types/node@^20.10.7", "@types/node@^20.4.2":
version "20.16.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.10.tgz#0cc3fdd3daf114a4776f54ba19726a01c907ef71"
integrity sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==
version "20.16.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.11.tgz#9b544c3e716b1577ac12e70f9145193f32750b33"
integrity sha512-y+cTCACu92FyA5fgQSAI8A1H429g7aSK2HsO7K4XYUWc4dY5IUz55JSDIYT6/VsOLfGy8vmvQYC2hfb0iF16Uw==
dependencies:
undici-types "~6.19.2"

"@types/node@~18":
version "18.19.54"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.54.tgz#f1048dc083f81b242640f04f18fb3e4ccf13fcdb"
integrity sha512-+BRgt0G5gYjTvdLac9sIeE0iZcJxi4Jc4PV5EUzqi+88jmQLr+fRZdv2tCTV7IHKSGxM6SaLoOXQWWUiLUItMw==
version "18.19.55"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.55.tgz#29c3f8e1485a92ec96636957ddec55aabc6e856e"
integrity sha512-zzw5Vw52205Zr/nmErSEkN5FLqXPuKX/k5d1D7RKHATGqU7y6YfX9QxZraUzUrFGqH6XzOzG196BC35ltJC4Cw==
dependencies:
undici-types "~5.26.4"

Expand Down Expand Up @@ -1359,9 +1367,9 @@ [email protected]:
fs-extra "^10.1.0"

codemaker@^1.102.0:
version "1.103.1"
resolved "https://registry.yarnpkg.com/codemaker/-/codemaker-1.103.1.tgz#93426532883633081104651dd5aa0f4dffdaea92"
integrity sha512-y3Ru0bZV6qiuPAt8c/Hik1dCI0dVb6lj/6gAIWckvNYVu5FS51avr3FU/mRtuPrY3b1bW/EA0pszGB/P54Bl5A==
version "1.104.0"
resolved "https://registry.yarnpkg.com/codemaker/-/codemaker-1.104.0.tgz#e310320177d774e3c62e80e862802c3688b63a4d"
integrity sha512-BC95gULaPN4MMeWxeLXHGatkac6LOArHMAkPkl3wQdcVa7MO4OzST6e8tY71iqA3KrgamfP0vQ34N9rDkfDyGg==
dependencies:
camelcase "^6.3.0"
decamelize "^5.0.1"
Expand Down Expand Up @@ -1444,11 +1452,16 @@ constant-case@^3.0.4:
tslib "^2.0.3"
upper-case "^2.0.2"

[email protected], constructs@^10.0:
[email protected]:
version "10.3.0"
resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.3.0.tgz#4c246fce9cf8e77711ad45944e9fbd41f1501965"
integrity sha512-vbK8i3rIb/xwZxSpTjz3SagHn1qq9BChLEfy5Hf6fB3/2eFbrwt2n9kHwQcS0CPTRBesreeAcsJfMq2229FnbQ==

constructs@^10.0:
version "10.4.1"
resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.4.1.tgz#0567a981b723ec56f26986678dfc49410d29092a"
integrity sha512-eIZhGVl6SFI0T6eKtjDRlgInJn3X3uh6l4MMpRF+cQrCfm1SPkDUAMwwYEJ6bpj0Muv2quKE2E8HrijKGyNGaw==

convert-to-spaces@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/convert-to-spaces/-/convert-to-spaces-1.0.2.tgz#7e3e48bbe6d997b1417ddca2868204b4d3d85715"
Expand Down Expand Up @@ -2677,15 +2690,15 @@ [email protected]:
yargs "^16.2.0"

jsii-reflect@^1.102.0:
version "1.103.1"
resolved "https://registry.yarnpkg.com/jsii-reflect/-/jsii-reflect-1.103.1.tgz#486ea9077a20ac244d0127c08388c2bf33de4f03"
integrity sha512-kFm09KL9dlxyxesf7mtm12+4vVaRin5YI4Eca2OOa0X28HNVpr62/n21T3BuAAhFaI0nkiUoJuBWtdOz475BSQ==
version "1.104.0"
resolved "https://registry.yarnpkg.com/jsii-reflect/-/jsii-reflect-1.104.0.tgz#5ac03b8e895c4b248743969252fab699ef2df5a5"
integrity sha512-tBdJvLPdfrlAI7ijKmuUv48Nkk0aC26VC/wtNjVqtJmpKsDOOG1JXKiIny690FnifhgpdoHnrVE12asSpFdPfA==
dependencies:
"@jsii/check-node" "1.103.1"
"@jsii/spec" "^1.103.1"
"@jsii/check-node" "1.104.0"
"@jsii/spec" "^1.104.0"
chalk "^4"
fs-extra "^10.1.0"
oo-ascii-tree "^1.103.1"
oo-ascii-tree "^1.104.0"
yargs "^16.2.0"

[email protected]:
Expand Down Expand Up @@ -3058,9 +3071,9 @@ mute-stream@^1.0.0:
integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==

nan@^2.14.2:
version "2.20.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.20.0.tgz#08c5ea813dd54ed16e5bd6505bf42af4f7838ca3"
integrity sha512-bk3gXBZDGILuuo/6sKtr0DQmSThYHLtNCdSdXk9YkxD/jK6X2vmCyyXBBxyqZ4XcnzTyYEAThfX3DCEnLf6igw==
version "2.22.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.22.0.tgz#31bc433fc33213c97bad36404bb68063de604de3"
integrity sha512-nbajikzWTMwsW+eSsNm3QwlOs7het9gGJU5dDZzRTQGk03vyBOauxgI4VakDzE0PtsGTmXPsXTbbjVhRwR5mpw==

napi-build-utils@^1.0.1:
version "1.0.2"
Expand Down Expand Up @@ -3184,10 +3197,10 @@ onetime@^7.0.0:
dependencies:
mimic-function "^5.0.0"

oo-ascii-tree@^1.103.1:
version "1.103.1"
resolved "https://registry.yarnpkg.com/oo-ascii-tree/-/oo-ascii-tree-1.103.1.tgz#74d498282d7027dc3be15d78d87e52875ebaedce"
integrity sha512-X0nmbb8xUUi637JXzCxY/K4AtO/I0fB5b7iiGaHJHu8IXBWV8TnQ4xqa0Igb/NoAg3OP2uXNhSeiTsErETOA/g==
oo-ascii-tree@^1.104.0:
version "1.104.0"
resolved "https://registry.yarnpkg.com/oo-ascii-tree/-/oo-ascii-tree-1.104.0.tgz#f17857f84f25b0b9d0879bbea2f04caf15a72384"
integrity sha512-2cScXtwxt5WVIi3+vdkbKoHSeRepRcibnFhdV2ojGxVvj1KU0m0EHfBCsal6XEg1vBkMgTIxnxVd+E/l/Fam3w==

[email protected]:
version "7.4.2"
Expand Down Expand Up @@ -4070,9 +4083,9 @@ type-fest@^0.21.3:
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==

typescript@next:
version "5.7.0-dev.20241005"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.0-dev.20241005.tgz#9a945d532a17ce2790d11e444adad785db111141"
integrity sha512-jwUlB3Y1mBo3qAXxvbtv7eF4dATeS65xKT4fC9GThKJB2iY8Ptc+frjidfW2mGbKFR0abI8v5gpn9Z7w6oEmFw==
version "5.7.0-dev.20241012"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.0-dev.20241012.tgz#4886bd2c5a7d60ac358906a2f2b2d410cb65e28a"
integrity sha512-xUN6gQ9zYVFBgF0nO37e2juz5Mjc9qWbxN0D0j2vryVZlAonSNufOR/DCjqKAk5YRICIGbim8BFT4ePSu2bOHg==

typescript@~5.3.0:
version "5.3.3"
Expand Down

0 comments on commit eae1af3

Please sign in to comment.