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

Bump driver to 4.3.1 #1432

Merged
merged 2 commits into from
Jun 15, 2021
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
16 changes: 10 additions & 6 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,15 @@ Third-party licenses
│ ├─ long@4.0.0
│ │ ├─ URL: https://github.com/dcodeIO/long.js.git
│ │ └─ VendorName: Daniel Wirtz
│ ├─ neo4j-driver@4.2.2
│ ├─ neo4j-driver-bolt-connection@4.3.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, licenses update seems to have been missed with the last driver upgrade

│ │ ├─ URL: git://github.com/neo4j/neo4j-javascript-driver.git
│ │ ├─ VendorName: Neo4j
│ │ └─ VendorUrl: https://github.com/neo4j/neo4j-javascript-driver#readme
│ ├─ neo4j-driver-core@4.3.1
│ │ ├─ URL: git://github.com/neo4j/neo4j-javascript-driver.git
│ │ ├─ VendorName: Neo4j
│ │ └─ VendorUrl: https://github.com/neo4j/neo4j-javascript-driver#readme
│ ├─ neo4j-driver@4.3.1
│ │ ├─ URL: git://github.com/neo4j/neo4j-javascript-driver.git
│ │ └─ VendorName: Neo4j
│ ├─ oauth-sign@0.9.0
Expand Down Expand Up @@ -283,10 +291,6 @@ Third-party licenses
│ │ ├─ URL: http://github.com/garycourt/uri-js
│ │ ├─ VendorName: Gary Court
│ │ └─ VendorUrl: https://github.com/garycourt/uri-js
│ ├─ uri-js@4.4.1
│ │ ├─ URL: http://github.com/garycourt/uri-js
│ │ ├─ VendorName: Gary Court
│ │ └─ VendorUrl: https://github.com/garycourt/uri-js
│ └─ webidl-conversions@3.0.1
│ ├─ URL: https://github.com/jsdom/webidl-conversions.git
│ ├─ VendorName: Domenic Denicola
Expand Down Expand Up @@ -1353,7 +1357,7 @@ Third-party licenses
│ │ ├─ URL: git://github.com/substack/minimist.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: https://github.com/substack/minimist
│ ├─ monaco-editor@0.22.3
│ ├─ monaco-editor@0.23.0
│ │ ├─ URL: https://github.com/Microsoft/monaco-editor
│ │ └─ VendorName: Microsoft Corporation
│ ├─ ms@2.1.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@
"jsonic": "^0.3.0",
"jszip": "^3.2.2",
"lodash-es": "^4.17.15",
"neo4j-driver": "^4.3.0",
"monaco-editor": "0.23.0",
"neo4j-driver": "^4.3.1",
"react": "^16.9.0",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion src/browser/modules/Frame/FrameEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ function FrameTitlebar({
</EditorContainer>
) : (
<StyledFrameCommand
selectedDb={frame.useDb || ''}
selectedDb={frame.useDb}
onClick={onPreviewClick}
data-testid="frameCommand"
title={`${isMac ? 'Cmd' : 'Ctrl'}+click to copy to main editor`}
Expand Down
2 changes: 1 addition & 1 deletion src/browser/modules/Frame/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export const FrameTitleEditorContainer = styled.div`
}
`

export const StyledFrameCommand = styled.label<{ selectedDb: string }>`
export const StyledFrameCommand = styled.label<{ selectedDb: string | null }>`
font-family: ${props => props.theme.editorFont};
color: ${props => props.theme.secondaryButtonText};
background-color: ${props => props.theme.editorBackground};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function CypherScriptFrame({
data-testid="multi-statement-list-title"
{...titleProps}
>
<PointerFrameCommand selectedDb={frames[id].cmd}>
<PointerFrameCommand selectedDb={frames[id].useDb}>
{frames[id].cmd}
</PointerFrameCommand>
<StyledFrameTitlebarButtonSection>
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9303,27 +9303,27 @@ neo-async@^2.5.0, neo-async@^2.6.1:
resolved "https://neo.jfrog.io/neo/api/npm/npm/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
integrity sha1-tKr7k+OustgXTKU88WOrfXMIMF8=

neo4j-driver-bolt-connection@^4.3.0:
version "4.3.0"
resolved "https://neo.jfrog.io/neo/api/npm/npm/neo4j-driver-bolt-connection/-/neo4j-driver-bolt-connection-4.3.0.tgz#150089f92eb094792a63f62b9a8f0c34725380f3"
integrity sha1-FQCJ+S6wlHkqY/Yrmo8MNHJTgPM=
neo4j-driver-bolt-connection@^4.3.1:
version "4.3.1"
resolved "https://neo.jfrog.io/neo/api/npm/npm/neo4j-driver-bolt-connection/-/neo4j-driver-bolt-connection-4.3.1.tgz#bbaf0d2287d9be61a480397067c57e82e431fac9"
integrity sha1-u68NIofZvmGkgDlwZ8V+guQx+sk=
dependencies:
neo4j-driver-core "^4.3.0"
neo4j-driver-core "^4.3.1"
text-encoding-utf-8 "^1.0.2"

neo4j-driver-core@^4.3.0:
version "4.3.0"
resolved "https://neo.jfrog.io/neo/api/npm/npm/neo4j-driver-core/-/neo4j-driver-core-4.3.0.tgz#a6d33f604dec7cf3b200bb14c1ac42292b3ab488"
integrity sha1-ptM/YE3sfPOyALsUwaxCKSs6tIg=
neo4j-driver-core@^4.3.1:
version "4.3.1"
resolved "https://neo.jfrog.io/neo/api/npm/npm/neo4j-driver-core/-/neo4j-driver-core-4.3.1.tgz#5d92ae3f9ee48e3af2b4a085503368b15a195a98"
integrity sha1-XZKuP57kjjrytKCFUDNosVoZWpg=

neo4j-driver@^4.3.0:
version "4.3.0"
resolved "https://neo.jfrog.io/neo/api/npm/npm/neo4j-driver/-/neo4j-driver-4.3.0.tgz#367e80925c671d364ecd406d049958469c7ce577"
integrity sha1-Nn6AklxnHTZOzUBtBJlYRpx85Xc=
neo4j-driver@^4.3.1:
version "4.3.1"
resolved "https://neo.jfrog.io/neo/api/npm/npm/neo4j-driver/-/neo4j-driver-4.3.1.tgz#897c812abf631b5a520162bb1d71d6a1b320d231"
integrity sha1-iXyBKr9jG1pSAWK7HXHWobMg0jE=
dependencies:
"@babel/runtime" "^7.5.5"
neo4j-driver-bolt-connection "^4.3.0"
neo4j-driver-core "^4.3.0"
neo4j-driver-bolt-connection "^4.3.1"
neo4j-driver-core "^4.3.1"
rxjs "^6.6.3"

nice-try@^1.0.4:
Expand Down