vtulluru / node-red-contrib-oracledb-mod

MIT License
4 stars 9 forks source link

Bump oracledb from 5.5.0 to 6.0.0 #28

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps oracledb from 5.5.0 to 6.0.0.

Release notes

Sourced from oracledb's releases.

node-oracledb v6.0.0 Release Notes

node-oracledb v6.0.0 is available. See the release announcement and release notes.

This version of node-oracledb is now a ‘Thin’ mode driver by default. The Thin mode is implemented purely in JavaScript and connects directly to Oracle Database. You can also enable a ‘Thick’ mode that will allow the optional use of Oracle client libraries with some additional functionality.

Install with npm install oracledb.

Commits
  • 905a203 Update date examples
  • 10e4965 Doc, example and test additions
  • 89f5f1e Push .gitattributes file for doc merges
  • 2f8912e Adding more tests and documentation
  • a848410 Add updates to documentation and more tests
  • 6837c4b Documentation and test updates
  • 8626243 Documentation update for 6.0
  • c6d26da More test case updates
  • f2993a9 Add more DB Object tests
  • 97d7858 Bump version for release
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by sharadchan87, a new releaser for oracledb since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #29.