Skip to content

Commit

Permalink
chore(deps-dev): bump lerna from 5.6.1 to 6.0.1 (#611)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump lerna from 5.6.1 to 6.0.1

Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 5.6.1 to 6.0.1.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/main/core/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v6.0.1/core/lerna)

---
updated-dependencies:
- dependency-name: lerna
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* docs: update CHANGELOG.md

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Bednar <[email protected]>
  • Loading branch information
dependabot[bot] and bednar authored Oct 17, 2022
1 parent 748a22b commit 866497d
Show file tree
Hide file tree
Showing 3 changed files with 495 additions and 446 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

1. [#592](https://github.com/influxdata/influxdb-client-js/pull/592): The client packages newly require ES2018 runtime (was ES2015). The javascript code now needs [async generators](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AsyncGenerator#browser_compatibility) and [for-await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for-await...of#browser_compatibility) loop. At least the latest node 14 is required because of mature support for iterable http response. Deno and all current modern browsers support ES2018 for years back. This change shoudn't cause any harm in existing installations. In case of troubles, configure your project with babel ES2018 preset to produce ES2015 code.

### Other

1. [#611](https://github.com/influxdata/influxdb-client-js/pull/611): Upgrade lerna to v6.

## 1.31.0 [2022-10-03]

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/node": "^18",
"@microsoft/api-documenter": "^7.19.12",
"gh-pages": "^4.0.0",
"lerna": "^5.0.0",
"lerna": "^6.0.1",
"prettier": "^2.7.1",
"rimraf": "^3.0.0"
}
Expand Down
Loading

0 comments on commit 866497d

Please sign in to comment.