Skip to content

Commit 7c3c48e

Browse files
Merge pull request #926 from splitio/development
Release v11.11.1
2 parents a47cd7a + 45e56d4 commit 7c3c48e

File tree

7 files changed

+534
-448
lines changed

7 files changed

+534
-448
lines changed

.github/workflows/sonar-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
-Dsonar.links.scm="https://github.com/splitio/${{ github.event.repository.name }}"
5050
5151
- name: SonarQube Scan (Pull Request)
52-
if: github.event_name == 'pull_request'
52+
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
5353
uses: SonarSource/sonarqube-scan-action@v6
5454
env:
5555
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
11.11.1 (March 18, 2026)
2+
- Updated TypeScript declaration to use `namespace` instead of `module` for compatibility with TypeScript 7 (Related to issue https://github.com/splitio/javascript-client/issues/920).
3+
14
11.11.0 (February 24, 2026)
25
- Updated @splitsoftware/splitio-commons package to version 2.12.0, which supports both ioredis v4 and v5 as transitive dependency.
36

karma/config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ module.exports = {
8383
]
8484
},
8585
plugins: [
86-
new NodePolyfillPlugin()
86+
new NodePolyfillPlugin({
87+
additionalAliases: ['process']
88+
})
8789
],
8890
resolve: {
8991
extensions: ['.ts', '.js'],

0 commit comments

Comments
 (0)