Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent ff2c03d commit 2ec5c4e
Show file tree
Hide file tree
Showing 20 changed files with 186 additions and 164 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/goreleaser
2 changes: 1 addition & 1 deletion bin/just
2 changes: 1 addition & 1 deletion bin/pre-commit
2 changes: 1 addition & 1 deletion bin/yq
256 changes: 127 additions & 129 deletions frontend/package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@swc/core": "1.3.107",
"@swc/jest": "0.2.34",
"@testing-library/jest-dom": "6.4.1",
"@swc/core": "1.4.0",
"@swc/jest": "0.2.36",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@types/p5": "1.7.6",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@typescript-eslint/typescript-estree": "6.20.0",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/typescript-estree": "6.21.0",
"autoprefixer": "10.4.17",
"buffer": "^6.0.3",
"chokidar": "3.5.3",
"chokidar": "3.6.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-compat": "4.2.0",
Expand All @@ -72,9 +72,9 @@
"identity-obj-proxy": "3.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.2.1",
"lint-staged": "15.2.2",
"npm-run-all2": "6.1.2",
"postcss": "8.4.33",
"postcss": "8.4.35",
"postcss-nesting": "12.0.2",
"prettier": "3.2.5",
"process": "^0.11.10",
Expand Down
2 changes: 1 addition & 1 deletion go-runtime/compile/build-template/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module exclude

go 1.21.6
go 1.22.0
2 changes: 1 addition & 1 deletion go-runtime/compile/external-module-template/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module exclude

go 1.21.6
go 1.22.0
File renamed without changes.
2 changes: 1 addition & 1 deletion go-runtime/scaffolding/bin/go
2 changes: 1 addition & 1 deletion go-runtime/scaffolding/bin/gofmt
2 changes: 1 addition & 1 deletion go-runtime/scaffolding/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This needs to exist so that the Go toolchain doesn't include this directory. Annoying.
module exclude

go 1.21.6
go 1.22.0
26 changes: 13 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/TBD54566975/ftl

go 1.21.6
go 1.22.0

require (
connectrpc.com/connect v1.14.0
Expand Down Expand Up @@ -39,18 +39,18 @@ require (
github.com/titanous/json5 v1.0.0
github.com/tmc/langchaingo v0.1.4
github.com/zalando/go-keyring v0.2.3
go.opentelemetry.io/otel v1.22.0
go.opentelemetry.io/otel v1.23.1
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.45.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.22.0
go.opentelemetry.io/otel/metric v1.22.0
go.opentelemetry.io/otel/sdk v1.22.0
go.opentelemetry.io/otel/sdk/metric v1.22.0
go.opentelemetry.io/otel/trace v1.22.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.23.1
go.opentelemetry.io/otel/metric v1.23.1
go.opentelemetry.io/otel/sdk v1.23.1
go.opentelemetry.io/otel/sdk/metric v1.23.1
go.opentelemetry.io/otel/trace v1.23.1
go.opentelemetry.io/proto/otlp v1.1.0
go.uber.org/automaxprocs v1.5.3
golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3
golang.org/x/mod v0.14.0
golang.org/x/net v0.20.0
golang.org/x/mod v0.15.0
golang.org/x/net v0.21.0
golang.org/x/sync v0.6.0
golang.org/x/tools v0.17.0
google.golang.org/protobuf v1.32.0
Expand Down Expand Up @@ -82,14 +82,14 @@ require (
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b
github.com/swaggest/refl v1.3.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.23.1 // indirect
golang.design/x/reflect v0.0.0-20220504060917-02c43be63f3b
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
google.golang.org/grpc v1.60.1 // indirect
google.golang.org/grpc v1.61.0 // indirect
lukechampine.com/uint128 v1.2.0 // indirect
modernc.org/cc/v3 v3.40.0 // indirect
modernc.org/ccgo/v3 v3.16.13 // indirect
Expand Down
24 changes: 24 additions & 0 deletions 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 integration/testdata/schema-generate/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module exclude

go 1.21.6
go 1.22.0
2 changes: 1 addition & 1 deletion kotlin-runtime/scaffolding/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This needs to exist so that the Go toolchain doesn't include this directory. Annoying.
module exclude

go 1.21.6
go 1.22.0

0 comments on commit 2ec5c4e

Please sign in to comment.