Skip to content

Commit 9732127

Browse files
chore(deps): update dependency eslint to v8.50.0 (#600)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0446eab commit 9732127

File tree

5 files changed

+18
-11
lines changed

5 files changed

+18
-11
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"libs/hooks/open-telemetry": "0.2.4",
3-
"libs/providers/go-feature-flag": "0.5.16",
3+
"libs/providers/go-feature-flag": "0.5.17",
44
"libs/providers/flagd": "0.8.3",
55
"libs/providers/flagd-web": "0.4.0",
66
"libs/providers/env-var": "0.1.1",

libs/providers/go-feature-flag/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.17](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.5.16...go-feature-flag-provider-v0.5.17) (2023-09-29)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* packaging issues impacting babel/react ([#596](https://github.com/open-feature/js-sdk-contrib/issues/596)) ([0446eab](https://github.com/open-feature/js-sdk-contrib/commit/0446eab5cf9b45ce7de251b4f5feb8df1d499b9d))
9+
310
## [0.5.16](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.5.15...go-feature-flag-provider-v0.5.16) (2023-09-18)
411

512

libs/providers/go-feature-flag/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/go-feature-flag-provider",
3-
"version": "0.5.16",
3+
"version": "0.5.17",
44
"scripts": {
55
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",
66
"current-version": "echo $npm_package_version"

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"assert": "^2.0.0",
5959
"axios-mock-adapter": "1.22.0",
6060
"babel-preset-minify": "0.5.2",
61-
"eslint": "8.46.0",
61+
"eslint": "8.50.0",
6262
"eslint-config-prettier": "8.10.0",
6363
"fetch-mock-jest": "^1.5.1",
6464
"jest": "^29.4.1",

0 commit comments

Comments
 (0)