Skip to content

v0.57.0

Latest

Choose a tag to compare

@yoheimuta yoheimuta released this 14 Aug 10:27
· 8 commits to master since this release
6da4902

Changelog

  • d5d6095 Merge pull request #487 from yoheimuta/dependabot/go_modules/github.com/hashicorp/go-plugin-1.7.0
  • 1ddb674 Merge pull request #497 from yoheimuta/dependabot/github_actions/actions/setup-java-5
  • a8a069e Merge pull request #499 from yoheimuta/dependabot/github_actions/actions/setup-go-6
  • 60ad133 Merge pull request #500 from yoheimuta/dependabot/github_actions/actions/setup-python-6
  • 4a090c6 Merge pull request #506 from yoheimuta/yoheimuta-patch-1
  • cb4192b Merge pull request #512 from yoheimuta/dependabot/go_modules/google.golang.org/protobuf-1.36.11
  • 89f2ce9 Merge pull request #514 from carstencodes/contrib/carstencodes/modernize-js
  • 2588f53 Merge pull request #515 from AlexCannonball/refactor/modernize-npm-package
  • ed1ee50 Merge pull request #516 from AlexCannonball/ci/npm-integration-tests
  • 0b96b9c Merge pull request #518 from yoheimuta/dependabot/docker/alpine-3.23.3
  • 7e02f02 Merge pull request #519 from yoheimuta/dependabot/github_actions/docker/login-action-3.7.0
  • 785589c Merge pull request #520 from yoheimuta/dependabot/go_modules/google.golang.org/grpc-1.79.1
  • 0eedad7 Merge pull request #521 from yoheimuta/dependabot/npm_and_yarn/bdist/js/eslint/js-10.0.1
  • f956dfe Merge pull request #522 from yoheimuta/dependabot/go_modules/github.com/BurntSushi/toml-1.6.0
  • 93b66bc Merge pull request #523 from yoheimuta/dependabot/npm_and_yarn/bdist/js/eslint-plugin-sonarjs-4.0.0
  • 5f9808b Merge pull request #524 from yoheimuta/dependabot/github_actions/actions/checkout-6
  • 4f3d816 Merge pull request #525 from yoheimuta/dependabot/npm_and_yarn/bdist/js/undici-7.22.0
  • 8771442 Merge pull request #526 from yoheimuta/dependabot/npm_and_yarn/bdist/js/tsconfig/node20-20.1.9
  • 45d98bc Merge pull request #527 from yoheimuta/dependabot/npm_and_yarn/bdist/js/eslint-plugin-unicorn-63.0.0
  • 1073509 Merge pull request #528 from AlexCannonball/fix/npm-permissions
  • 4588627 Merge pull request #529 from AlexCannonball/ci/verify-js-pr
  • 94e7198 Merge pull request #531 from yoheimuta/dependabot/github_actions/goreleaser/goreleaser-action-7
  • 0076bf7 Merge pull request #532 from yoheimuta/dependabot/github_actions/github/codeql-action-4
  • ad17756 Merge pull request #533 from yoheimuta/dependabot/github_actions/actions/setup-node-6
  • 0960341 Merge pull request #539 from AlexCannonball/fix/js-wrappers-possible-race
  • 6da4902 Merge pull request #559 from nvuillam/docs/mention-megalinter
  • 44ddd6f Update README.md
  • 4d1975e build(ci): simplify npm versioning and publishing
  • 92ac4a8 chore(deps): Bump actions/checkout from 4 to 6
  • 3ae2188 chore(deps): Bump actions/setup-go from 5 to 6
  • d9c5005 chore(deps): Bump actions/setup-java from 4 to 5
  • bbee7fa chore(deps): Bump actions/setup-node from 4 to 6
  • 7e58f53 chore(deps): Bump actions/setup-python from 5 to 6
  • 9578852 chore(deps): Bump alpine from 3.21.3 to 3.23.3
  • f7a4e3c chore(deps): Bump docker/login-action from 3.4.0 to 3.7.0
  • 1406dae chore(deps): Bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0
  • f5fb9b7 chore(deps): Bump github.com/hashicorp/go-plugin from 1.6.3 to 1.7.0
  • 8ef2b8f chore(deps): Bump github/codeql-action from 3 to 4
  • a047f79 chore(deps): Bump google.golang.org/grpc from 1.72.1 to 1.79.1
  • 536f740 chore(deps): Bump google.golang.org/protobuf from 1.36.6 to 1.36.11
  • 0fc4f7c chore(deps): Bump goreleaser/goreleaser-action from 6 to 7
  • 5689aea chore(deps): Bump undici from 7.19.1 to 7.22.0 in /bdist/js
  • 51581fb chore(deps): Remove deprecated npmlog package
  • cab16a0 chore(deps): Removed got-fetch (deprecated package)
  • 7ea1b54 chore(deps-dev): Bump @eslint/js from 9.39.2 to 10.0.1 in /bdist/js
  • 981b63e chore(deps-dev): Bump @tsconfig/node20 in /bdist/js
  • 9cb84e7 chore(deps-dev): Bump eslint-plugin-sonarjs in /bdist/js
  • 0a3ceac chore(deps-dev): Bump eslint-plugin-unicorn in /bdist/js
  • d94d65f chore: Replace got-fetch by got
  • 182e787 chore: initialize tooling and switch to ESM
  • dcf1b4b chore: replaced npmlog by console
  • 068a36e ci: add cross-platform integration tests for npm
  • fa8af88 ci: add lint and TypeScript check for JS code
  • 5f58f1c ci: configure dependabot for npm in /bdist/js
  • 7f81ef1 fix(js): possible race condition in the wrappers
  • 8e61214 fix(npm): add executable bit to wrappers
  • 8ed251f fix(npm): downgrade @eslint/js to v9 to match eslint version
  • 926ef58 fix: Turned async saving to sync saving
  • bbe0a8c refactor(bin): modernize wrappers
  • e0ac27d refactor(install): modernize install script