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

Supported org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:1.0.0-pre.0.635 #2827

Draft
wants to merge 47 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
9463f76
Update all non-major dependencies (except core Kotlin)
renovate[bot] Oct 23, 2023
8ea5a2b
Update yarn.lock
github-actions[bot] Oct 23, 2023
20c9a75
upgraded neo4j libs with cpg
nulls Oct 23, 2023
8858eee
Merge branch 'master' into renovate/all-minor-patch
nulls Oct 23, 2023
1980481
detektAll
nulls Oct 23, 2023
d1d23b9
removed usage VFC
nulls Oct 23, 2023
bcaaf89
support new routing
nulls Oct 23, 2023
4ddb6ed
diktatFix
nulls Oct 23, 2023
cbf310a
fixed renaming
nulls Oct 23, 2023
ed449a7
renamed `FC<Props> = FC {` to `FC {`
nulls Oct 24, 2023
febe2e5
fixed Location and require
nulls Oct 24, 2023
022b52a
diktatFix
nulls Oct 24, 2023
50c475d
diktatFix 2
nulls Oct 24, 2023
4a4614e
diktatFix 3
nulls Oct 24, 2023
00202f2
fixed child and missed location
nulls Oct 24, 2023
8e76268
try to fix router on index
nulls Oct 24, 2023
b409fcb
try to fix router on index
nulls Oct 24, 2023
02ad97f
small refactoring of routes
nulls Oct 24, 2023
eeb2405
diktatFix
nulls Oct 24, 2023
26044c7
another try
nulls Oct 24, 2023
2ef6429
diktatFix
nulls Oct 24, 2023
16e585e
A single props for all top level FC
nulls Oct 25, 2023
6ba480b
Merge remote-tracking branch 'origin/master' into renovate/all-minor-…
nulls Oct 25, 2023
89fe70d
removed duplicate method
nulls Oct 25, 2023
f06ee87
Merge remote-tracking branch 'origin/master' into renovate/all-minor-…
nulls Oct 25, 2023
79bb2ab
WIP
nulls Oct 25, 2023
ed48da4
set basename
nulls Oct 25, 2023
9c9e06d
WIP
nulls Oct 25, 2023
5819340
fixed routing
nulls Oct 26, 2023
e093d94
diktatFix
nulls Oct 26, 2023
354996a
diktatFix
nulls Oct 26, 2023
913e01a
removed ErrorBoundary + detekt
nulls Oct 26, 2023
d1cb0cd
Merge remote-tracking branch 'origin/master' into renovate/all-minor-…
nulls Oct 26, 2023
eeb0660
try to fix tests
nulls Oct 26, 2023
98ba7df
removed invalid import in test
nulls Oct 26, 2023
69f6e4d
a try to fix tests
nulls Oct 26, 2023
86ebd7f
downgraded kotlin-wrappers-bom
nulls Oct 31, 2023
7003d04
Update yarn.lock
github-actions[bot] Oct 31, 2023
a4e52d4
Merge remote-tracking branch 'origin/master' into feature/support-kot…
nulls Oct 31, 2023
475e45a
Update yarn.lock
github-actions[bot] Oct 31, 2023
a2db061
WIP
nulls Nov 1, 2023
eb4f409
removed extra imports
nulls Nov 1, 2023
b3304c5
mock initI18n for tests
nulls Nov 1, 2023
4a4ec83
Update save-frontend/src/test/kotlin/com/saveourtool/save/frontend/Ba…
nulls Nov 1, 2023
203d45a
Merge remote-tracking branch 'origin/master' into feature/support-kot…
nulls Nov 1, 2023
960c2d2
fixed import issue + warning in gradle
nulls Nov 1, 2023
0847dfc
try to fix a test
nulls Nov 13, 2023
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
Prev Previous commit
Next Next commit
upgraded neo4j libs with cpg
  • Loading branch information
nulls authored Oct 23, 2023
commit 20c9a758e8973c2b9e1590d350a0ae1d327ed983
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -40,8 +40,8 @@ publish = "1.3.0"
download = "5.5.0"
cpg = "7.1.2"
# should be taken from cpg
cpg-neo4j-ogm = { strictly = "4.0.4" }
cpg-neo4j-java-driver = { strictly = "5.6.0" }
cpg-neo4j-ogm = { strictly = "4.0.6" }
cpg-neo4j-java-driver = { strictly = "5.7.0" }
aws-sdk = "2.21.5"
cosv4k = "0.0.14"