Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #718

Merged
merged 2 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/bit
2 changes: 1 addition & 1 deletion bin/pre-commit
2 changes: 1 addition & 1 deletion bin/watchexec
3 changes: 1 addition & 2 deletions cmd/ftl/cmd_schema_generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ import (
"time"

"connectrpc.com/connect"
"github.com/TBD54566975/scaffolder"
"github.com/alecthomas/repr"
"github.com/dop251/goja"
"github.com/iancoleman/strcase"
"github.com/radovskyb/watcher"
"golang.org/x/exp/maps"
"golang.org/x/sync/errgroup"

"github.com/TBD54566975/scaffolder"

"github.com/TBD54566975/ftl/backend/common/log"
"github.com/TBD54566975/ftl/backend/common/slices"
"github.com/TBD54566975/ftl/backend/schema"
Expand Down
2 changes: 1 addition & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/TBD54566975/ftl => ../
require github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000

require (
connectrpc.com/connect v1.12.0 // indirect
connectrpc.com/connect v1.13.0 // indirect
connectrpc.com/grpcreflect v1.2.0 // indirect
connectrpc.com/otelconnect v0.6.0 // indirect
github.com/alecthomas/concurrency v0.0.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions examples/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/online-boutique/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
)

require (
connectrpc.com/connect v1.12.0 // indirect
connectrpc.com/connect v1.13.0 // indirect
connectrpc.com/grpcreflect v1.2.0 // indirect
connectrpc.com/otelconnect v0.6.0 // indirect
github.com/alecthomas/concurrency v0.0.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions examples/online-boutique/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 25 additions & 25 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@testing-library/jest-dom": "6.1.5",
"@testing-library/react": "14.1.2",
"@types/p5": "1.7.4",
"@types/react": "18.2.42",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
Expand All @@ -76,10 +76,10 @@
"npm-run-all": "4.1.5",
"postcss": "8.4.32",
"postcss-nesting": "12.0.1",
"prettier": "3.1.0",
"prettier": "3.1.1",
"process": "^0.11.10",
"start-server-and-test": "2.0.3",
"typed-css-modules": "0.8.1",
"typescript": "5.3.2"
"typescript": "5.3.3"
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/src/protos/xyz/block/ftl/v1/ftl_pb.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/src/protos/xyz/block/ftl/v1/schema/schema_pb.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/TBD54566975/ftl
go 1.21.5

require (
connectrpc.com/connect v1.12.0
connectrpc.com/connect v1.13.0
github.com/BurntSushi/toml v1.3.2
github.com/alecthomas/kong v0.8.1
github.com/alecthomas/kong-toml v0.1.0
Expand All @@ -13,7 +13,7 @@ require (
github.com/go-logr/logr v1.3.0
github.com/golang/protobuf v1.5.3
github.com/google/uuid v1.4.0
github.com/jackc/pgx/v5 v5.5.0
github.com/jackc/pgx/v5 v5.5.1
github.com/jellydator/ttlcache/v3 v3.1.0
github.com/oklog/ulid/v2 v2.1.0
github.com/otiai10/copy v1.14.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.