Skip to content

Commit 41ba577

Browse files
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>
1 parent 8cdecfe commit 41ba577

File tree

7 files changed

+31
-33
lines changed

7 files changed

+31
-33
lines changed

.github/workflows/macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ jobs:
119119
fail-fast: false
120120
matrix:
121121
combo:
122-
- otp-version: latest
123-
elixir-version: latest
124-
rebar3-version: nightly
122+
- otp-version: 27
123+
elixir-version: 1.19
124+
rebar3-version: 3.24
125125
os: macos-latest
126126
steps:
127127
- uses: actions/checkout@v4.2.2

.github/workflows/ubuntu.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ jobs:
145145
fail-fast: false
146146
matrix:
147147
combo:
148-
- otp-version: latest
149-
elixir-version: latest
150-
gleam-version: latest
151-
rebar3-version: nightly
148+
- otp-version: 27
149+
elixir-version: 1.19
150+
gleam-version: 1.10
151+
rebar3-version: 3.24
152152
os: ubuntu-latest
153153
steps:
154154
- uses: actions/checkout@v4.2.2

.github/workflows/windows.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
version-type: 'strict'
4444
- otp-version: '24.0.2'
4545
rebar3-version: '3.16'
46-
os: 'windows-2019'
46+
os: 'windows-2022'
4747
- otp-version: '23.0'
4848
rebar3-version: '3.15'
49-
os: 'windows-2019'
49+
os: 'windows-2022'
5050
- elixir-version: 'v1.10'
5151
otp-version: '23'
5252
rebar3-version: '3.14'
@@ -125,10 +125,10 @@ jobs:
125125
fail-fast: false
126126
matrix:
127127
combo:
128-
- otp-version: latest
129-
elixir-version: latest
130-
gleam-version: latest
131-
rebar3-version: nightly
128+
- otp-version: 27
129+
elixir-version: 1.19
130+
gleam-version: 1.10
131+
rebar3-version: 3.24
132132
os: windows-latest
133133
steps:
134134
- uses: actions/checkout@v4.2.2

package-lock.json

Lines changed: 4 additions & 17 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
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@vercel/ncc": "0.38.3",
2828
"eslint": "9.28.0",
29-
"@eslint/js": "9.27.0",
29+
"@eslint/js": "9.28.0",
3030
"globals": "16.2.0",
3131
"markdownlint-cli": "0.45.0",
3232
"prettier": "3.5.3",

test/projects/gleamgleam/gleam.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version = "1.0.0"
1313
# https://gleam.run/writing-gleam/gleam-toml/.
1414

1515
[dependencies]
16-
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
16+
gleam_stdlib = "0.60.0"
1717

1818
[dev-dependencies]
19-
gleeunit = ">= 1.0.0 and < 2.0.0"
19+
gleeunit = "1.3.0"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This file was generated by Gleam
2+
# You typically do not need to edit this file
3+
4+
packages = [
5+
{ name = "gleam_stdlib", version = "0.60.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "621D600BB134BC239CB2537630899817B1A42E60A1D46C5E9F3FAE39F88C800B" },
6+
{ name = "gleeunit", version = "1.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "0E6C83834BA65EDCAAF4FE4FB94AC697D9262D83E6F58A750D63C9F6C8A9D9FF" },
7+
]
8+
9+
[requirements]
10+
gleam_stdlib = { version = "0.60.0" }
11+
gleeunit = { version = "1.3.0" }

0 commit comments

Comments
 (0)