Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ef2869f
feat: Add wrapper information to the LaunchDarkly client-side provide…
kinyoklion Aug 29, 2025
ae20bc8
chore(config-cat): Update ConfigCat providers to use the new ConfigCa…
adams85 Sep 7, 2025
523d2de
fix(security): update dependency axios to v1.12.0 [security] (#1373)
renovate[bot] Sep 14, 2025
da9748a
chore(main): release launchdarkly-client-provider 0.3.3 (#1370)
github-actions[bot] Sep 16, 2025
35d4653
feat(flagsmith): upgrade-provider-to-latest-flagsmith-client-version …
Zaimwa9 Sep 16, 2025
abe208f
chore(main): release config-cat-core 0.2.0 (#1346)
github-actions[bot] Sep 18, 2025
f1fd555
chore: update node version (#1377)
beeme1mr Sep 18, 2025
9d25d94
fix: publishing pipeline
beeme1mr Sep 18, 2025
5746e41
chore(main): release config-cat-core 0.2.1 (#1378)
github-actions[bot] Sep 18, 2025
e921f24
fix: regenerate the package.json lockfile (#1379)
toddbaert Sep 18, 2025
91b89e9
chore(main): release config-cat-core 0.2.2 (#1380)
github-actions[bot] Sep 18, 2025
bff909f
chore(main): release config-cat-provider 0.8.0 (#1383)
github-actions[bot] Sep 19, 2025
1743b52
chore(main): release config-cat-web-provider 0.2.0 (#1384)
github-actions[bot] Sep 19, 2025
7c719ca
refactor(`aws-ssm`): improve unit tests readability (#1363)
gioddiggi Sep 19, 2025
d2a1a99
chore: Revert "chore(main): release config-cat-web-provider 0.2.0" (#…
toddbaert Sep 19, 2025
40bebd8
chore(main): release config-cat-web-provider 0.2.0 (#1386)
github-actions[bot] Sep 19, 2025
93f006c
fix: nx affected (#1387)
toddbaert Sep 19, 2025
0e0b966
chore(main): release go-feature-flag-provider 0.7.9 (#1317)
github-actions[bot] Sep 19, 2025
219eddd
feat: add flagsmith-node-js provider (#1374)
Zaimwa9 Sep 29, 2025
9ef4abf
chore: fix flagsmith release please config
beeme1mr Sep 29, 2025
1cb63b6
chore: fix flagsmith release please config
beeme1mr Sep 29, 2025
15ae73b
chore(main): release flagsmith-provider 0.1.1 (#1388)
github-actions[bot] Sep 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- run: git branch --track main origin/main || true

- run: if ! npx nx format:check ; then echo "Format check failed. Please run 'npx nx format:write'."; fi
- run: npx nx affected --target=lint --parallel=3 --exclude=js-sdk-contrib
- run: npx nx affected --target=test --parallel=3 --ci --code-coverage --exclude=js-sdk-contrib
- run: npx nx affected --target=build --parallel=3 --exclude=js-sdk-contrib
- run: npx nx affected --base=origin/main --target=lint --parallel=3 --exclude=js-sdk-contrib
- run: npx nx affected --base=origin/main --target=test --parallel=3 --ci --code-coverage --exclude=js-sdk-contrib
- run: npx nx affected --base=origin/main --target=build --parallel=3 --exclude=js-sdk-contrib

e2e:
runs-on: ubuntu-latest
Expand All @@ -45,7 +45,7 @@ jobs:
submodules: recursive
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: 20
node-version-file: '.nvmrc'
cache: 'npm'

- name: Install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
if: ${{ steps.release.outputs.releases_created }}
with:
node-version: 20
node-version-file: '.nvmrc'
registry-url: "https://registry.npmjs.org"
- name: Build Packages
if: ${{ steps.release.outputs.releases_created }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
24
13 changes: 7 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"libs/hooks/open-telemetry": "0.4.0",
"libs/providers/go-feature-flag": "0.7.8",
"libs/providers/go-feature-flag": "0.7.9",
"libs/providers/flagd": "0.13.3",
"libs/providers/flagd-web": "0.7.3",
"libs/providers/env-var": "0.3.1",
"libs/providers/config-cat": "0.7.6",
"libs/providers/launchdarkly-client": "0.3.2",
"libs/providers/config-cat": "0.8.0",
"libs/providers/launchdarkly-client": "0.3.3",
"libs/providers/go-feature-flag-web": "0.2.6",
"libs/shared/flagd-core": "1.1.0",
"libs/shared/ofrep-core": "1.1.0",
Expand All @@ -17,9 +17,10 @@
"libs/providers/multi-provider": "0.1.2",
"libs/providers/multi-provider-web": "0.0.3",
"libs/providers/growthbook-client": "0.1.2",
"libs/providers/config-cat-web": "0.1.6",
"libs/shared/config-cat-core": "0.1.1",
"libs/providers/config-cat-web": "0.2.0",
"libs/shared/config-cat-core": "0.2.2",
"libs/providers/unleash-web": "0.1.1",
"libs/providers/growthbook": "0.1.2",
"libs/providers/aws-ssm": "0.1.3"
"libs/providers/aws-ssm": "0.1.3",
"libs/providers/flagsmith": "0.1.1"
}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## System Requirements

node 16+, npm 8+ are recommended.
node 24+, npm 8+ are recommended.

## Compilation target(s)

Expand Down
Loading