Skip to content

Commit a059e24

Browse files
authored
Merge pull request #63 from ahorek/terser5431
terser 5.43.1
2 parents 875d507 + 6a3247e commit a059e24

File tree

8 files changed

+948
-526
lines changed

8 files changed

+948
-526
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,15 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
include:
19-
- { ruby: '3.0', c-o-e: false }
20-
- { ruby: 3.1, c-o-e: false }
2119
- { ruby: 3.2, c-o-e: false }
2220
- { ruby: 3.3, c-o-e: false }
23-
- { ruby: jruby-9.4.9.0, c-o-e: false }
21+
- { ruby: 3.4, c-o-e: false }
22+
- { ruby: jruby-10.0.0.1, c-o-e: false }
2423
- { ruby: ruby-head, c-o-e: true }
2524
- { ruby: jruby-head, c-o-e: true }
2625
- { ruby: truffleruby, c-o-e: true }
2726
- { ruby: truffleruby-head, c-o-e: true }
28-
- { ruby: 3.3, gemfile: ./gemfiles/miniracer, c-o-e: false }
27+
- { ruby: 3.4, gemfile: ./gemfiles/miniracer, c-o-e: false }
2928
steps:
3029
- uses: actions/checkout@v3
3130
- name: Set up Ruby

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ Lint/EmptyClass:
174174
Enabled: true
175175
Style/NilLambda:
176176
Enabled: true
177+
Style/UnpackFirst:
178+
Enabled: false
177179
Layout/LineEndStringConcatenationIndentation: # (new in 1.18)
178180
Enabled: true
179181
Layout/SpaceBeforeBrackets: # (new in 1.7)

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Behavioural changes in TerserJS are listed [here](https://github.com/terser/terser/blob/master/CHANGELOG.md).
22

33
## Unreleased
4+
## 1.2.6 (19 June 2025)
5+
- update TerserJS to [5.43.1]
6+
- remove base64 for compatibility with Ruby 3.4
7+
48
## 1.2.5 (20 January 2025)
59
- update TerserJS to [5.37.0]
610

0 commit comments

Comments
 (0)