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 Jan 15, 2024
1 parent 59ec553 commit 6713e69
Show file tree
Hide file tree
Showing 20 changed files with 147 additions and 109 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/go
2 changes: 1 addition & 1 deletion bin/gofmt
2 changes: 1 addition & 1 deletion bin/just
2 changes: 1 addition & 1 deletion bin/protoc
188 changes: 107 additions & 81 deletions frontend/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@connectrpc/connect": "^1.1.2",
"@connectrpc/connect-web": "^1.1.2",
"@connectrpc/protoc-gen-connect-es": "^1.1.4",
"@headlessui/react": "1.7.17",
"@headlessui/react": "1.7.18",
"@heroicons/react": "2.1.1",
"@monaco-editor/react": "4.6.0",
"@svgdotjs/svg.js": "3.2.0",
Expand All @@ -41,10 +41,10 @@
"fnv1a": "^1.1.1",
"highlight.js": "^11.8.0",
"json-schema": "0.4.0",
"json-schema-faker": "0.5.4",
"json-schema-faker": "0.5.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.21.1",
"react-router-dom": "6.21.2",
"reactflow": "11.10.1",
"tailwindcss": "^3.3.3",
"vite": "^4.4.9"
Expand All @@ -58,9 +58,9 @@
"@types/p5": "1.7.6",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0",
"@typescript-eslint/typescript-estree": "6.18.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@typescript-eslint/typescript-estree": "6.18.1",
"autoprefixer": "10.4.16",
"buffer": "^6.0.3",
"chokidar": "3.5.3",
Expand All @@ -76,7 +76,7 @@
"npm-run-all": "4.1.5",
"postcss": "8.4.33",
"postcss-nesting": "12.0.2",
"prettier": "3.1.1",
"prettier": "3.2.2",
"process": "^0.11.10",
"start-server-and-test": "2.0.3",
"typed-css-modules": "0.8.1",
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.5
go 1.21.6
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.5
go 1.21.6
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.5
go 1.21.6
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/TBD54566975/ftl

go 1.21.5
go 1.21.6

require (
connectrpc.com/connect v1.14.0
connectrpc.com/grpcreflect v1.2.0
connectrpc.com/otelconnect v0.6.0
connectrpc.com/otelconnect v0.7.0
github.com/BurntSushi/toml v1.3.2
github.com/TBD54566975/scaffolder v0.8.0
github.com/TBD54566975/scaffolder/extensions/javascript v0.8.0
Expand All @@ -26,7 +26,7 @@ require (
github.com/google/uuid v1.5.0
github.com/iancoleman/strcase v0.2.0
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa
github.com/jackc/pgx/v5 v5.5.1
github.com/jackc/pgx/v5 v5.5.2
github.com/jellydator/ttlcache/v3 v3.1.1
github.com/jpillora/backoff v1.0.0
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
Expand All @@ -51,9 +51,9 @@ require (
go.uber.org/automaxprocs v1.5.3
golang.org/x/exp v0.0.0-20231127185646-65229373498e
golang.org/x/mod v0.14.0
golang.org/x/net v0.19.0
golang.org/x/net v0.20.0
golang.org/x/sync v0.6.0
golang.org/x/tools v0.16.1
golang.org/x/tools v0.17.0
google.golang.org/protobuf v1.32.0
modernc.org/sqlite v1.28.0
)
Expand Down Expand Up @@ -105,8 +105,8 @@ require (
github.com/swaggest/refl v1.3.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
golang.design/x/reflect v0.0.0-20220504060917-02c43be63f3b
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
Expand Down
12 changes: 12 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.5
go 1.21.6
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.5
go 1.21.6
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<kotlin.version>1.9.22</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<wire.version>4.9.3</wire.version>
<grpc.version>1.60.1</grpc.version>
<grpc.version>1.61.0</grpc.version>
<logback.version>1.4.14</logback.version>
<junit.version>5.10.1</junit.version>
<logstash.version>7.4</logstash.version>
Expand Down Expand Up @@ -195,7 +195,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<configuration>
<includes>
<include>Test*</include>
Expand Down Expand Up @@ -316,7 +316,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
<executions>
<execution>
<id>flatten</id>
Expand Down

0 comments on commit 6713e69

Please sign in to comment.