dependabot[bot]
b8fc6e435e
Bump @eslint/js from 9.38.0 to 10.0.1 ( #404 )
...
* Bump @eslint/js from 9.38.0 to 10.0.1
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.38.0 to 10.0.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Commits](https://github.com/eslint/eslint/commits/v10.0.1/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 10.0.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Help Dependabot
---------
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 >
2026-03-02 21:33:26 +00:00
GitHub Actions
e7fda7af4e
Automation: update setup-beam version output to a50e3e2
2026-03-02 21:22:09 +00:00
GitHub Actions
3580539cee
Automation: update setup-beam version output to fe5485f
2026-02-28 14:47:15 +00:00
GitHub Actions
98de8ffa90
Automation: update setup-beam version output to 6c5fe27
2026-02-28 14:28:14 +00:00
dependabot[bot]
6c5fe278e7
Bump the npm_and_yarn group across 1 directory with 2 updates ( #403 )
...
* Bump the npm_and_yarn group across 1 directory with 2 updates
Bumps the npm_and_yarn group with 2 updates in the / directory: [lodash](https://github.com/lodash/lodash ) and [glob](https://github.com/isaacs/node-glob ).
Updates `lodash` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23 )
Removes `glob`
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.17.23
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: glob
dependency-version:
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
* Commit `npm run build-dist`'s results
---------
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 >
2026-02-28 14:27:55 +00:00
GitHub Actions
36214a49c0
Automation: update setup-beam version output to 972bec8
2026-02-28 14:19:09 +00:00
GitHub Actions
10e998534e
Automation: update setup-beam version output to 542d9a8
2026-02-28 14:07:57 +00:00
Paulo F. Oliveira
542d9a8e62
Improve output (around "Requested ... version") when we know input ( #368 )
...
Improve output when we know input
2026-02-28 14:07:39 +00:00
GitHub Actions
b764149ef2
Automation: update setup-beam version output to cba803d
2026-02-28 13:59:20 +00:00
GitHub Actions
cf0aea912f
Automation: update setup-beam version output to 13b647e
2026-02-28 13:36:13 +00:00
GitHub Actions
4f85a51ca2
Automation: update setup-beam version output to fc1fdd6
2026-02-28 13:34:23 +00:00
GitHub Actions
566deebc64
Automation: update setup-beam version output to b94e7d3
2025-10-01 11:13:33 +00:00
Loïc Hoguin
b94e7d372a
Allow for Windows'25 container ( #388 )
2025-10-01 13:12:32 +02:00
GitHub Actions
033f103421
Automation: update setup-beam version output to 9afaa6e
2025-07-21 17:28:20 +00:00
GitHub Actions
4168d0bf3c
Automation: update setup-beam version output to 8c38699
2025-07-15 00:44:26 +00:00
GitHub Actions
df4a3eca5d
Automation: update setup-beam version output to db4f13c
2025-07-15 00:43:33 +00:00
dependabot[bot]
db4f13ce18
Bump csv-parse from 5.6.0 to 6.0.0 ( #364 )
...
* Bump csv-parse from 5.6.0 to 6.0.0
Bumps [csv-parse](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-parse ) from 5.6.0 to 6.0.0.
- [Changelog](https://github.com/adaltas/node-csv/blob/master/packages/csv-parse/CHANGELOG.md )
- [Commits](https://github.com/adaltas/node-csv/commits/csv-parse@6.0.0/packages/csv-parse )
---
updated-dependencies:
- dependency-name: csv-parse
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Help Dependabot: push `npm run build-dist`'s results
---------
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 >
2025-07-15 01:43:16 +01:00
GitHub Actions
1df7f7a827
Automation: update setup-beam version output to f350bf9
2025-07-14 18:59:45 +00:00
GitHub Actions
e6d7c94229
Automation: update setup-beam version output to fceaea9
2025-07-10 15:21:07 +00:00
Paulo F. Oliveira
fceaea9f54
Fix: more versioning around nightly and maint/main ( #359 )
...
* Test Elixir main-otp-28 / Erlang maint-28
* Test Gleam nightly / OTP 28
* Tweak versioning
1. stop trying to "coerce" versions on input
2. handle `OTP-` in one more place
3. handle `nightly`
* Remove tests that should be failing previously
There is no strict 27 for macos-15, for example
* Remove similar tests
We'll test once per platform in similar conditions
* `await` for `assert.rejects` (not noticeable if alone inside `it`)
* Test maint- for strict and loose
2025-07-10 16:20:49 +01:00
GitHub Actions
2bb5b653d0
Automation: update setup-beam version output to 1d4efdd
2025-07-10 15:18:41 +00:00
GitHub Actions
73f047e328
Automation: update setup-beam version output to 6dd8a1a
2025-07-10 09:38:56 +00:00
GitHub Actions
fd9a2e183f
Automation: update setup-beam version output to 65085e3
2025-07-10 09:14:46 +00:00
GitHub Actions
80c1659516
Automation: update setup-beam version output to 8e7fdef
2025-07-03 18:12:11 +00:00
GitHub Actions
8e7fdef09f
Automation: update setup-beam version output to 1fe9179
2025-07-03 16:35:25 +00:00
Paulo F. Oliveira
1fe9179886
Handle .tool-versions' line break on Windows ( #357 )
...
* Test .tool-version on top of Windows
* Parse .tool-version with Windows-style line endings
2025-07-03 17:35:06 +01:00
GitHub Actions
6389fe58dc
Automation: update setup-beam version output to 8fc1380
2025-07-01 21:13:33 +00:00
Paulo F. Oliveira
8fc1380bb7
Fix calculating -otp- major for Elixir ( #351 )
...
* Set expectations
* Ease testing without having to install via `require`
* Code a solution for the tests
* Avoid errors on unit tests
rebar3 is saying something about SSL, most likely because
our tests are installing a bunch of OTPs which makes
for unpredictable behavior
* Avoid errors on integration tests
2025-07-01 22:13:13 +01:00
GitHub Actions
3c915dd1b0
Automation: update setup-beam version output to e5d5058
2025-06-30 21:26:33 +00:00
GitHub Actions
b1273cf7cc
Automation: update setup-beam version output to 9308caf
2025-06-30 21:10:39 +00:00
GitHub Actions
a0b139a890
Automation: update setup-beam version output to 6a38171
2025-06-26 19:39:33 +00:00
Paulo F. Oliveira
6a38171948
Test for updated doc. on latest / ranges / -rc ( #349 )
...
* Set the expectations
* Reason on the past
* Also allow for removal of OTP- in comparison to RC
* Test it on what makes sense
* For known elements don't compare with ranges
* Don't put maint-27 alongside 27 in the initial map
* Generate the dist
* Revisit the whole latest vs. rc- vs. strict definition
2025-06-26 20:39:15 +01:00
GitHub Actions
75edbb8287
Automation: update setup-beam version output to a8bc27e
2025-06-24 23:13:55 +00:00
Paulo F. Oliveira
a8bc27ec39
Add back deprecated runners with warning ( #348 )
...
Add back deprecated elements, with a warning on support/maintenance
2025-06-25 00:13:39 +01:00
GitHub Actions
b29c86feb9
Automation: update setup-beam version output to abd725c
2025-06-23 18:32:03 +00:00
GitHub Actions
145718908e
Automation: update setup-beam version output to 1e35402
2025-06-16 21:26:37 +00:00
GitHub Actions
7ddf3b82cc
Automation: update setup-beam version output to 00ffd44
2025-06-16 21:19:30 +00:00
GitHub Actions
6e1d5a5aa6
Automation: update setup-beam version output to 41ba577
2025-06-09 01:26:57 +00:00
GitHub Actions
8cdecfe6cc
Automation: update setup-beam version output to 67834dc
2025-06-06 11:37:38 +00:00
GitHub Actions
59e18ef85d
Automation: update setup-beam version output to afe5922
2025-05-30 04:44:05 +00:00
Paulo F. Oliveira
afe592256a
Match only on what we know should match (versions start with numbers, after OTP-) ( #341 )
2025-05-29 23:43:43 -05:00
GitHub Actions
db4b4ce7c5
Automation: update setup-beam version output to 3025c99
2025-05-30 01:53:42 +00:00
GitHub Actions
32794f2f95
Automation: update setup-beam version output to 65066e3
2025-05-30 00:57:20 +00:00
Paulo F. Oliveira
65066e38a0
Act on CodeQL's suggestions for tightening security / improving performance ( #338 )
...
* Act on CodeQL's actions/missing-workflow-permissions
https://codeql.github.com/codeql-query-help/actions/actions-missing-workflow-permissions/
* Be more specific in the matched regex
And don't match a group if we don't need to match one
* Make it slightly faster since we know what after -otp-
I create a const because both expressions are looking for
the same thing
2025-05-29 19:57:00 -05:00
GitHub Actions
889e64e95a
Automation: update setup-beam version output to 318bea3
2025-05-29 14:51:20 +00:00
GitHub Actions
1abc836c22
Automation: update setup-beam version output to e1b0201
2025-05-29 14:50:46 +00:00
Paulo F. Oliveira
e1b020163b
Minor maintenance updates ( #336 )
2025-05-29 15:50:24 +01:00
GitHub Actions
220876a6da
Automation: update setup-beam version output to 58f0e7a
2025-05-29 10:38:39 +00:00
Paulo F. Oliveira
58f0e7ac10
Support macOS via https://github.com/erlef/otp_builds ( #332 )
...
Co-authored-by: Wojtek Mach <wojtekmach@users.noreply.github.com >
2025-05-29 11:38:18 +01:00
GitHub Actions
46e061001b
Automation: update setup-beam version output to 891e46b
2025-05-28 22:43:07 +00:00