Skip to content

Commit ac606fa

Browse files
committed
fix: debounce-fn to not be ESM only
1 parent 04e69f6 commit ac606fa

4 files changed

Lines changed: 40 additions & 8 deletions

File tree

.changeset/little-monkeys-lead.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
"@flopflip/launchdarkly-adapter": patch
3+
"@flopflip/adapter-utilities": patch
4+
"@flopflip/cache": patch
5+
"@flopflip/combine-adapters": patch
6+
"@flopflip/cypress-plugin": patch
7+
"@flopflip/graphql-adapter": patch
8+
"@flopflip/http-adapter": patch
9+
"@flopflip/localstorage-adapter": patch
10+
"@flopflip/localstorage-cache": patch
11+
"@flopflip/memory-adapter": patch
12+
"@flopflip/react": patch
13+
"@flopflip/react-broadcast": patch
14+
"@flopflip/react-redux": patch
15+
"@flopflip/sessionstorage-cache": patch
16+
"@flopflip/splitio-adapter": patch
17+
"@flopflip/types": patch
18+
"@flopflip/test-utils": patch
19+
"@flopflip/tsconfig": patch
20+
---
21+
22+
Fix downgrade debounce-fn to not be ESM

.github/renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
{
2020
"matchPackageNames": ["cypress"],
2121
"allowedVersions": "<=13.6.4"
22+
},
23+
{
24+
"matchPackageNames": ["debounce-fn"],
25+
"allowedVersions": "<=4.0.0"
2226
}
2327
],
2428
"circleci": { "enabled": false },

packages/launchdarkly-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@flopflip/localstorage-cache": "workspace:*",
5757
"@flopflip/sessionstorage-cache": "workspace:*",
5858
"@flopflip/types": "workspace:*",
59-
"debounce-fn": "6.0.0",
59+
"debounce-fn": "4.0.0",
6060
"launchdarkly-js-client-sdk": "3.8.1",
6161
"lodash": "4.17.21",
6262
"mitt": "3.0.1",

pnpm-lock.yaml

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)