Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
38c0f8e
bump node and typescript
MaxAake May 23, 2025
3640efc
some typing bumps
MaxAake May 27, 2025
f36633a
downgrade tsc to 5.2.2
MaxAake May 28, 2025
1fb8302
remove node bump
MaxAake Jun 2, 2025
952af07
change target to es6
MaxAake Jul 9, 2025
aa97b74
Revert "change target to es6"
MaxAake Jul 9, 2025
597d1ea
try karma conf updates
MaxAake Jul 9, 2025
5ed4715
revert webpack update, build package locks
MaxAake Jul 14, 2025
16e0ac2
revert karma bump
MaxAake Jul 14, 2025
b64a328
try es6 for module
MaxAake Jul 14, 2025
43c40b7
Revert "try es6 for module"
MaxAake Jul 14, 2025
107e634
Update karma-firefox.conf.js
MaxAake Jul 14, 2025
cc6ee52
Revert "Update karma-firefox.conf.js"
MaxAake Jul 14, 2025
e56bdf1
bump rollup dev deps
MaxAake Aug 25, 2025
404356a
Revert "bump rollup dev deps"
MaxAake Aug 25, 2025
a3cf3b3
Update karma-firefox.conf.js
MaxAake Aug 25, 2025
9a58a15
reduce driver target and enable interop
MaxAake Aug 26, 2025
991125b
Revert "reduce driver target and enable interop"
MaxAake Aug 26, 2025
b4b06ce
set module: node in core
MaxAake Aug 26, 2025
9dfadb9
node 16 in core
MaxAake Aug 26, 2025
674d40d
es6 target in karma configs
MaxAake Aug 27, 2025
0702868
node to node16
MaxAake Aug 27, 2025
3cce7fa
remove karma
MaxAake Aug 27, 2025
24486f5
Revert "remove karma"
MaxAake Aug 27, 2025
5f52481
remove browser tests
MaxAake Aug 27, 2025
dc6a5dd
tsc to latest!
MaxAake Aug 27, 2025
6110082
Update package-lock.json
MaxAake Aug 28, 2025
75d20fb
readd browser integration tests with jest
MaxAake Aug 28, 2025
de6c8d4
ts standard ignore new files
MaxAake Aug 28, 2025
c85be26
fix test running
MaxAake Aug 29, 2025
c8c5388
fix some more tests
MaxAake Aug 29, 2025
ed122d8
disable remaining failing tests
MaxAake Aug 29, 2025
8702e18
Update session.test.js
MaxAake Aug 29, 2025
19636ed
Update session.test.js
MaxAake Aug 29, 2025
b1a6815
Update session.test.js
MaxAake Aug 29, 2025
ce3635d
add bigint import in declaration tests
MaxAake Aug 29, 2025
3e2483a
Update session.test.js
MaxAake Sep 1, 2025
54ea0c6
Update transaction.test.js
MaxAake Sep 1, 2025
cc43776
Update transaction.test.js
MaxAake Sep 1, 2025
3ef135f
Update transaction.test.js
MaxAake Sep 1, 2025
0391b27
cut some old dependencies
MaxAake Sep 1, 2025
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
12,072 changes: 9,395 additions & 2,677 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint-staged": "^14.0.0",
"standard": "^17.1.0",
"ts-standard": "^12.0.2",
"typescript": "^4.9.5"
"typescript": "^5.9.2"
},
"lint-staged": {
"*.{js,html}": [
Expand Down Expand Up @@ -43,7 +43,7 @@
"scripts": {
"clean": "lerna clean -y && lerna run clean",
"build": "lerna bootstrap --ci",
"set_version::deno": "lerna run set_version --scope neo4j-driver-deno --stream -- ",
"set_version::deno": "lerna run set_version --scope neo4j-driver-deno --stream -- ",
"build::deno": "lerna run build --scope neo4j-driver-deno --stream -- ",
"build::notci": "lerna bootstrap",
"docs": "lerna run docs --stream --concurrency 1",
Expand Down
Loading