Skip to content

Commit 9b66f01

Browse files
authored
Upgrade amplitude (#365)
* Upgrade amplitude * mlc * Disable markdown link check * build --------- Co-authored-by: Nicolas Vuillamy <nicolas.vuillamy@cloudity.com>
1 parent 9ef49f1 commit 9b66f01

File tree

6 files changed

+18
-11
lines changed

6 files changed

+18
-11
lines changed

.markdown-link-check.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.mega-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ DISABLE:
99
JAVASCRIPT_DEFAULT_STYLE: prettier
1010
DISABLE_LINTERS:
1111
- JAVASCRIPT_STANDARD
12+
- MARKDOWN_MARKDOWN_LINK_CHECK
1213
DISABLE_ERRORS_LINTERS:
1314
- REPOSITORY_SEMGREP
1415
FLAVOR_SUGGESTIONS: false

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## UNRELEASED
44

5+
## [14.3.0] 2024-03-27
6+
7+
- Upgrade amplitude dependency
8+
- Remove markdown links checks in internal CI (requirement covered by lychee)
9+
510
## [14.2.4] 2024-03-13
611

712
- Fix issue with anonymous telemetry

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## UNRELEASED
44

5+
## [14.3.0] 2024-03-27
6+
7+
- Upgrade amplitude dependency
8+
- Remove markdown links checks in internal CI (requirement covered by lychee)
9+
510
## [14.2.4] 2024-03-13
611

712
- Fix issue with anonymous telemetry

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"npm-groovy-lint": "lib/index.js"
4747
},
4848
"dependencies": {
49-
"amplitude": "^5.1.6",
49+
"amplitude": "^6.0.0",
5050
"ansi-colors": "^4.1.1",
5151
"axios": "^1.6.2",
5252
"chalk": "^4.1.2",

0 commit comments

Comments
 (0)