You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
@types/node 18.19.44 18.19.44 22.4.0 devDependencies https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
@typescript-eslint/eslint-plugin 6.21.0 6.21.0 8.1.0 devDependencies https://typescript-eslint.io/packages/eslint-plugin
@typescript-eslint/parser 6.21.0 6.21.0 8.1.0 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
eslint 8.57.0 8.57.0 9.9.0 devDependencies https://eslint.org
lint-staged 15.2.8 15.2.9 15.2.9 devDependencies https://github.com/lint-staged/lint-staged#readme
typescript 5.3.3 5.3.3 5.5.4 devDependencies https://www.typescriptlang.org/
Done in 0.93s.
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.
Running plan in the remote backend. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.
Preparing the remote plan...
To view this run in a browser, visit:
https://app.terraform.io/app/cdktf-team/prebuilt-providers/runs/run-d6WwCoYgpW6id2gi
Waiting for the plan to start...
Terraform v1.9.4
on linux_amd64
Initializing plugins and modules...
data.github_team.cdktf-team-cdktf: Reading...
data.github_team.cdktf-team-cdktf: Read complete after 8s [id=6602018]
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
Pusher: @team-tf-cdk, Action: pull_request_target, Working Directory: ``, Workflow: Plan
I'm going to lock this pull request because it has been closed for at least 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems related to this change, please open a new issue so we can investigate further.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR upgrades dependencies used by this repo (
cdktf-repository-manager
) to their latest version based on the version range specified in thepackage.json
file.For reference, here is the output from
yarn outdated
prior to runningyarn upgrade
which was used to produce this PR: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.