Bump @eslint/js from 9.27.0 to 9.28.0 (#342)

* Bump @eslint/js from 9.27.0 to 9.28.0

Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.27.0 to 9.28.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.28.0/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* Prevent CI issues from having to update Gleam

* Deal with deprecation messages

* Fix for Elixir not inferring from OTP

(there is no 1.19-otp-28 yet)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paulo F. Oliveira <paulo.ferraz.oliveira@gmail.com>
This commit is contained in:
dependabot[bot]
2025-06-09 02:26:26 +01:00
committed by GitHub
parent 8cdecfe6cc
commit 41ba577f74
7 changed files with 31 additions and 33 deletions
+3 -3
View File
@@ -119,9 +119,9 @@ jobs:
fail-fast: false
matrix:
combo:
- otp-version: latest
elixir-version: latest
rebar3-version: nightly
- otp-version: 27
elixir-version: 1.19
rebar3-version: 3.24
os: macos-latest
steps:
- uses: actions/checkout@v4.2.2
+4 -4
View File
@@ -145,10 +145,10 @@ jobs:
fail-fast: false
matrix:
combo:
- otp-version: latest
elixir-version: latest
gleam-version: latest
rebar3-version: nightly
- otp-version: 27
elixir-version: 1.19
gleam-version: 1.10
rebar3-version: 3.24
os: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
+6 -6
View File
@@ -43,10 +43,10 @@ jobs:
version-type: 'strict'
- otp-version: '24.0.2'
rebar3-version: '3.16'
os: 'windows-2019'
os: 'windows-2022'
- otp-version: '23.0'
rebar3-version: '3.15'
os: 'windows-2019'
os: 'windows-2022'
- elixir-version: 'v1.10'
otp-version: '23'
rebar3-version: '3.14'
@@ -125,10 +125,10 @@ jobs:
fail-fast: false
matrix:
combo:
- otp-version: latest
elixir-version: latest
gleam-version: latest
rebar3-version: nightly
- otp-version: 27
elixir-version: 1.19
gleam-version: 1.10
rebar3-version: 3.24
os: windows-latest
steps:
- uses: actions/checkout@v4.2.2