8000 Upgrade non-breaking JS dependencies by pluma · Pull Request #14152 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Upgrade non-breaking JS dependencies #14152

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

Merged
merged 30 commits into from
Jul 13, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
f7eab2f
Upgrade non-breaking JS dependencies
pluma May 6, 2021
0c17fec
Downgrade js-yaml
pluma May 11, 2021
ee12551
Bump deps
pluma May 11, 2021
ffa547b
Add note to CHANGELOG
pluma May 11, 2021
b7b79b7
Add content-type license / remove media-typer license
pluma May 11, 2021
ecbf83f
Replace underscore imports with lodash
pluma May 11, 2021
c4bd190
Remove marked, underscore
pluma May 12, 2021
5ec9a57
Add note about underscore
pluma May 12, 2021
eda55b9
Remove underscore/marked licenses
pluma May 12, 2021
ca49a64
Update CHANGELOG
pluma May 22, 2021
73688d6
Add underscore back
pluma Jul 4, 2021
601e3ed
Fix Foxx type internals
pluma Jul 4, 2021
5cfcae5
Bump deps
pluma Jul 6, 2021
0f651e0
npm audit fix
pluma Jul 6, 2021
cc410a2
Keep mime type parameters
pluma Jul 6, 2021
62d27b2
xmldom -> 0.6.0 (BREAKING)
pluma Jul 6, 2021
2f95be1
Revert "Keep mime type parameters"
pluma Jul 6, 2021
4114ad1
Extract used parts of mocha
pluma Jul 5, 2021
19ac18c
Convert to classes
pluma Jul 6, 2021
262c08f
Better module load error messages
pluma Jul 6, 2021
10ee09d
Move mocha.js to mocha/index.js
pluma Jul 6, 2021
a12ff8e
Extract reporters, interfaces, utils
pluma Jul 6, 2021
3ec2e73
Remove mocha dep
pluma Jul 6, 2021
a011a16
Add mocha copyright headers
pluma Jul 7, 2021
35de614
jslint
pluma Jul 7, 2021
26a6bc9
Add ms
pluma Jul 8, 2021
b1e8e67
Restore cause attribute
pluma Jul 8, 2021
d004dae
Fix utils/jslint.sh
pluma Jul 12, 2021
64b4e67
Fix test title
pluma Jul 12, 2021
74ee2c7
Fix missing reporters exports
pluma Jul 12, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Prev Previous commit
Next Next commit
Bump deps
  • Loading branch information
pluma committed Jul 12, 2021
commit 5cfcae59e3ea87837af5eb5704cfcdca153e4013
9 changes: 6 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,23 @@ devel
- chalk: 1.1.3 -> 4.1.1
- content-type: (added) -> 1.0.4
- error-stack-parser: 2.0.2 -> 2.0.6
- highlight.js: 9.15.6 -> 10.7.2
- highlight.js: 9.15.6 -> 10.7.3
- http-errors: 1.7.2 -> 1.8.0
- iconv-lite: 0.4.24 -> 0.6.2
- iconv-lite: 0.4.24 -> 0.6.3
- js-yaml: 3.13.1 -> 3.14.1
- lodash: 4.17.13 -> 4.17.21
- marked: 0.6.2 -> removed
- media-typer: 0.3.0 -> removed
- mime-types: 2.1.22 -> 2.1.30
- mime-types: 2.1.22 -> 2.1.31
- netmask: 1.0.6 -> 2.0.2
- qs: 6.7.0 -> 6.10.1
- range-parser: 1.2.0 -> 1.2.1
- semver: 6.0.0 -> 7.3.5
- sinon: 1.17.6 -> 1.17.7
- timezone: 1.0.22 -> 1.0.23
- type-is: 1.6.16 -> 1.6.18
- underscore: 1.9.1 -> 1.13.1
- xmldom: 0.1.27 -> 0.1.31

* Adapt various places related to handling of execution plans non-recursive
in order to avoid stack overflows. This allows us now to execute much larger
Expand Down
12 changes: 6 additions & 6 deletions LICENSES-OTHER-COMPONENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -1796,7 +1796,7 @@ License Id: MIT
#### highlight.js

Name: highlight.js
Version: 9.15.6
Version: 10.7.3
Project Home: https://github.com/highlightjs/highlight.js
License: https://raw.githubusercontent.com/arangodb/arangodb/devel/js/node/node_modules/highlight.js/LICENSE
License Name: BSD 3-clause "New" or "Revised" License
Expand Down Expand Up @@ -1832,7 +1832,7 @@ License Id: MIT
#### iconv-lite

Name: iconv-lite
Version: 0.4.24
Version: 0.6.3
Project Home: https://github.com/ashtuchkin/iconv-lite
License: https://raw.githubusercontent.com/arangodb/arangodb/devel/js/node/node_modules/eslint/node_modules/iconv-lite/LICENSE
License Name: MIT License
Expand Down Expand Up @@ -2174,7 +2174,7 @@ License Id: MIT
#### mime-types

Name: mime-types
Version: 2.1.22
Version: 2.1.31
Project Home: https://github.com/jshttp/mime-types
License: https://raw.githubusercontent.com/arangodb/arangodb/devel/js/node/node_modules/mime-types/LICENSE
License Name: MIT License
Expand Down Expand Up @@ -2714,7 +2714,7 @@ License Id: ISC
#### sinon

Name: sinon
Version: 1.17.6
Version: 1.17.7
Project Home: https://github.com/cjohansen/Sinon.JS
License: https://raw.githubusercontent.com/arangodb/arangodb/devel/js/node/node_modules/sinon/LICENSE
License Name: BSD 3-clause "New" or "Revised" License
Expand Down Expand Up @@ -2966,7 +2966,7 @@ License Id: MIT
#### underscore

Name: underscore
Version: 1.9.1
Version: 1.13.1
Project Home: https://github.com/jashkenas/underscore
License: https://raw.githubusercontent.com/arangodb/arangodb/devel/js/node/node_modules/underscore/LICENSE
License Name: MIT License
Expand Down Expand Up @@ -3065,7 +3065,7 @@ License Id: MIT
#### xmldom

Name: xmldom
Version: 0.1.27
Version: 0.1.31
Project Home: http://www.xidea.org
License: https://raw.githubusercontent.com/arangodb/arangodb/devel/js/node/node_modules/xmldom/LICENSE
License Name: MIT (dual license)
Expand Down
45 changes: 23 additions & 22 deletions js/node/node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions js/node/node_modules/highlight.js/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/node/node_modules/highlight.js/lib/core.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/node/node_modules/highlight.js/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/node/node_modules/highlight.js/types/index.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions js/node/node_modules/iconv-lite/Changelog.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion js/node/node_modules/iconv-lite/encodings/dbcs-data.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/node/node_modules/iconv-lite/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions js/node/node_modules/mime-types/HISTORY.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
0