Skip to content

Commit

Permalink
Upgrade amplitude (#365)
Browse files Browse the repository at this point in the history
* Upgrade amplitude

* mlc

* Disable markdown link check

* build

---------

Co-authored-by: Nicolas Vuillamy <nicolas.vuillamy@cloudity.com>
  • Loading branch information
nvuillam and Nicolas Vuillamy committed Mar 27, 2024
1 parent 9ef49f1 commit 9b66f01
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .markdown-link-check.json

This file was deleted.

1 change: 1 addition & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ DISABLE:
JAVASCRIPT_DEFAULT_STYLE: prettier
DISABLE_LINTERS:
- JAVASCRIPT_STANDARD
- MARKDOWN_MARKDOWN_LINK_CHECK
DISABLE_ERRORS_LINTERS:
- REPOSITORY_SEMGREP
FLAVOR_SUGGESTIONS: false
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## UNRELEASED

## [14.3.0] 2024-03-27

- Upgrade amplitude dependency
- Remove markdown links checks in internal CI (requirement covered by lychee)

## [14.2.4] 2024-03-13

- Fix issue with anonymous telemetry
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## UNRELEASED

## [14.3.0] 2024-03-27

- Upgrade amplitude dependency
- Remove markdown links checks in internal CI (requirement covered by lychee)

## [14.2.4] 2024-03-13

- Fix issue with anonymous telemetry
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"npm-groovy-lint": "lib/index.js"
},
"dependencies": {
"amplitude": "^5.1.6",
"amplitude": "^6.0.0",
"ansi-colors": "^4.1.1",
"axios": "^1.6.2",
"chalk": "^4.1.2",
Expand Down

0 comments on commit 9b66f01

Please sign in to comment.