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

Skip to content
Merged
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 b 8000 ack
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add note to CHANGELOG
  • Loading branch information
pluma committed Jul 12, 2021
commit ffa547b51e125cd0a4d25e3cf1fb086002ae2ea3
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4714,6 +4714,28 @@ devel

* Fixed an agency bug found in Windows tests.

* Updated JavaScript dependencies, including semver major updates to non-public
modules and non-breaking changes.

- accepts: 1.3.5 -> 1.3.7
- ansi_up: 4.0.3 -> 5.0.1
- 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
- http-errors: 1.7.2 -> 1.8.0
- iconv-lite: 0.4.24 -> 0.6.2
- js-yaml: 3.13.1 -> 3.14.1
- lodash: 4.17.13 -> 4.17.21
- media-typer: 0.3.0 -> removed
- mime-types: 2.1.22 -> 2.1.30
- 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
- timezone: 1.0.22 -> 1.0.23
- type-is: 1.6.16 -> 1.6.18
- underscore: 1.9.1 -> 1.13.1

v3.5.0-rc.7 (2019-08-01)
------------------------
Expand Down
0