Skip to content

Commit

Permalink
Upgrade java-caller & axios dependencies (#326)
Browse files Browse the repository at this point in the history
* Bump axios from 0.21.4 to 1.6.0

Bumps [axios](/~https://github.com/axios/axios) from 0.21.4 to 1.6.0.
- [Release notes](/~https://github.com/axios/axios/releases)
- [Changelog](/~https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.21.4...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Upgrade node-java-caller

* Build

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
nvuillam and dependabot[bot] authored Nov 18, 2023
1 parent 6d7806b commit 44968c9
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 27 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## UNRELEASED

## [12.1.0] 2023-11-18

- Upgrade node-java-caller to v3.1.0

## [12.0.1] 2023-11-06

- Fix: bump openjdk version from 11 to 17 in Docker image by @SerhiiKorolik in /~https://github.com/nvuillam/npm-groovy-lint/pull/317
Expand Down
29 changes: 25 additions & 4 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,31 @@

## UNRELEASED

- Automate release of beta version
- Secure workflows with github environments
- Add label in dockerfile
- Refactor docker build & push github actions workflows
## [12.1.0] 2023-11-18

- Upgrade node-java-caller to v3.1.0

## [12.0.1] 2023-11-06

- Fix: bump openjdk version from 11 to 17 in Docker image by @SerhiiKorolik in /~https://github.com/nvuillam/npm-groovy-lint/pull/317

## [12.0.0] 2023-11-04

Many fixes, including an issue with IPV6 that made npm-groovy-lint crash on many machines, has been fixed by @stevenh ! Many thanks to him !

Breaking change: **Minimum java version to Java 17**

* Use MegaLinter v7 by @nvuillam in /~https://github.com/nvuillam/npm-groovy-lint/pull/254
* Bump json5 from 2.2.1 to 2.2.3 by @dependabot in /~https://github.com/nvuillam/npm-groovy-lint/pull/260
* ci: fix action failures by @stevenh in /~https://github.com/nvuillam/npm-groovy-lint/pull/309
* chore: update node to 18 lts by @stevenh in /~https://github.com/nvuillam/npm-groovy-lint/pull/310
* feat: improve the vscode deployment by @stevenh in /~https://github.com/nvuillam/npm-groovy-lint/pull/307
* Improve publish via CI + beta when in main by @nvuillam in /~https://github.com/nvuillam/npm-groovy-lint/pull/311
* chore: improve flow debugging by @stevenh in /~https://github.com/nvuillam/npm-groovy-lint/pull/303
* ci: predictable server builds and port option by @stevenh in /~https://github.com/nvuillam/npm-groovy-lint/pull/312
* fix: status bar message by @stevenh in /~https://github.com/nvuillam/npm-groovy-lint/pull/302
* fix: server and test stability by @stevenh in /~https://github.com/nvuillam/npm-groovy-lint/pull/313
* fix: UnnecessaryGString for strings with slashes by @stevenh in /~https://github.com/nvuillam/npm-groovy-lint/pull/304

## [11.1.1] 2022-10-31

Expand Down
106 changes: 85 additions & 21 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"amplitude": "^5.1.6",
"ansi-colors": "^4.1.1",
"axios": "^0.21.4",
"axios": "^1.6.0",
"chalk": "^4.1.2",
"cli-progress": "^3.12.0",
"commondir": "^1.0.1",
Expand All @@ -60,7 +60,7 @@
"glob": "^7.1.6",
"import-fresh": "^3.2.1",
"ip": "^1.1.5",
"java-caller": "^2.2.4",
"java-caller": "^3.1.0",
"js-yaml": "^4.1.0",
"node-sarif-builder": "^2.0.3",
"optionator": "^0.8.3",
Expand Down

0 comments on commit 44968c9

Please sign in to comment.