Skip to content

Commit 3fa8a7b

Browse files
authored
Merge branch 'main' into feat/conventional-commit
2 parents e63f325 + a9bbb3a commit 3fa8a7b

File tree

4 files changed

+53
-3
lines changed

4 files changed

+53
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## Proposed changes
2+
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
3+
If it fixes a bug or resolves a feature request, be sure to link to that issue.
4+
5+
## Types of changes
6+
What types of changes does your code introduce to Lowcoder?
7+
_Put an `x` in the boxes that apply._
8+
9+
- [ ] Bugfix (non-breaking change which fixes an issue)
10+
- [ ] New feature (non-breaking change which adds functionality)
11+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
12+
- [ ] Documentation Update (if none of the other choices apply)
13+
14+
## Checklist
15+
You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help!
16+
This is simply a reminder of what we are going to look for before merging your code.
17+
_Put an `x` in the boxes that apply._
18+
19+
- [ ] Lint and unit tests pass locally with my changes
20+
- [ ] I have added tests that prove my fix is effective or that my feature works
21+
- [ ] I have added necessary documentation (if appropriate)
22+
- [ ] Any dependent changes have been merged and published in downstream modules
23+
24+
## Further comments
25+
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc.

docs/architecture.png

41.1 KB
Loading

server/node-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@aws-sdk/client-s3": "^3.327.0",
3636
"@aws-sdk/s3-request-presigner": "^3.327.0",
3737
"@google-cloud/bigquery": "^6.1.0",
38-
"@google-cloud/storage": "^6.9.3",
38+
"@google-cloud/storage": "^6.10.1",
3939
"@supabase/supabase-js": "^2.10.0",
4040
"@types/axios": "^0.14.0",
4141
"@types/express": "^4.17.14",

server/node-service/yarn.lock

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2017,7 +2017,32 @@ __metadata:
20172017
languageName: node
20182018
linkType: hard
20192019

2020-
"@google-cloud/storage@npm:^6.9.3, @google-cloud/storage@npm:^6.9.5":
2020+
"@google-cloud/storage@npm:^6.10.1":
2021+
version: 6.10.1
2022+
resolution: "@google-cloud/storage@npm:6.10.1"
2023+
dependencies:
2024+
"@google-cloud/paginator": ^3.0.7
2025+
"@google-cloud/projectify": ^3.0.0
2026+
"@google-cloud/promisify": ^3.0.0
2027+
abort-controller: ^3.0.0
2028+
async-retry: ^1.3.3
2029+
compressible: ^2.0.12
2030+
duplexify: ^4.0.0
2031+
ent: ^2.2.0
2032+
extend: ^3.0.2
2033+
gaxios: ^5.0.0
2034+
google-auth-library: ^8.0.1
2035+
mime: ^3.0.0
2036+
mime-types: ^2.0.8
2037+
p-limit: ^3.0.1
2038+
retry-request: ^5.0.0
2039+
teeny-request: ^8.0.0
2040+
uuid: ^8.0.0
2041+
checksum: 8908500e3057456ccac5cca17224807898a5c51c0423dec336e802ed0bc0785be7658b0050f848102a2f9207dbf3fb2649f6cc8e515c49fce3a134a8f158ecea
2042+
languageName: node
2043+
linkType: hard
2044+
2045+
"@google-cloud/storage@npm:^6.9.5":
20212046
version: 6.10.0
20222047
resolution: "@google-cloud/storage@npm:6.10.0"
20232048
dependencies:
@@ -8952,7 +8977,7 @@ __metadata:
89528977
"@aws-sdk/client-s3": ^3.327.0
89538978
"@aws-sdk/s3-request-presigner": ^3.327.0
89548979
"@google-cloud/bigquery": ^6.1.0
8955-
"@google-cloud/storage": ^6.9.3
8980+
"@google-cloud/storage": ^6.10.1
89568981
"@supabase/supabase-js": ^2.10.0
89578982
"@types/axios": ^0.14.0
89588983
"@types/express": ^4.17.14

0 commit comments

Comments
 (0)