Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v8.50.0 (#600)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Sep 29, 2023
1 parent 0446eab commit 9732127
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"libs/hooks/open-telemetry": "0.2.4",
"libs/providers/go-feature-flag": "0.5.16",
"libs/providers/go-feature-flag": "0.5.17",
"libs/providers/flagd": "0.8.3",
"libs/providers/flagd-web": "0.4.0",
"libs/providers/env-var": "0.1.1",
Expand Down
7 changes: 7 additions & 0 deletions libs/providers/go-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [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)


### 🐛 Bug Fixes

* 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))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion libs/providers/go-feature-flag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/go-feature-flag-provider",
"version": "0.5.16",
"version": "0.5.17",
"scripts": {
"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",
"current-version": "echo $npm_package_version"
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"assert": "^2.0.0",
"axios-mock-adapter": "1.22.0",
"babel-preset-minify": "0.5.2",
"eslint": "8.46.0",
"eslint": "8.50.0",
"eslint-config-prettier": "8.10.0",
"fetch-mock-jest": "^1.5.1",
"jest": "^29.4.1",
Expand Down

0 comments on commit 9732127

Please sign in to comment.