Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 17, 2023

Bumps @mysql/xdevapi from 8.0.29 to 8.0.32.

Changelog

Sourced from @​mysql/xdevapi's changelog.

v8.0.32

  • X DevAPI expressions are now encapsulated in a corresponding Expr module
  • The expression parser became stateless and is not re-created every time an expression is used
  • X DevAPI expressions are now parsed at the stage where they are used
  • All protobuf messages are now constructed only at the corresponding adapter
  • Most CRUD statements using expressions are much faster
  • 3rd-party dependencies with new releases compatible to Node.js v14.0.0 have been updated
  • A script to run the test suite in a Docker container has been introduced
  • Unsafe numeric JSON field values are now returned as JavaScript strings
  • Collection.add() no longer loses precision with unsafe numeric JSON field values

v8.0.31

  • Revamped X DevAPI expression parser
  • Precedence in expressions containing bitwise operators is now properly inferred
  • Extra leading and trailing whitespaces in expression strings are now allowed and ignored
  • Invalid document paths containing a globstar as the last item are now disallowed
  • JSON_UNQUOTE shorthand syntax is now properly supported in X DevAPI identifier expressions

v8.0.30

  • TypeScript type definitions are now available in the "types" directory
  • Update non-authoritative minimum required Node.js engine version to 14.0.0
  • Prevent unexpected and uninformative errors for bad placeholder assignments
  • Allow the MYSQLX_HOST environment variable to be used with IPv4 addresses when executing the test suite
  • Accommodate DECIMAL values as JavaScript strings when the decimal part risks losing precision
  • Update list of supported utf8mb4 collations
Commits
  • f229760 8.0.32
  • 9cb2de4 docs: fix invalid JSDoc return tag
  • d48e02b BUG#34774334: revert google-protobuf update
  • 559d6a4 BUG#34767204: store lossless numeric field values
  • 4f1c0e2 BUG#34728259: return unsafe numeric field values as strings
  • db1b258 WL#15353: add support for running tests in a container
  • 3b02a13 WL#15434: update 3rd-party dependencies for 8.0.32
  • c33d553 WL#12019: better handling of X DevAPI expressions
  • bc1f9c4 8.0.31
  • 61ff660 BUG#31017606: fix JSON_UNQUOTE shorthand syntax result
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by manohar.prajapati, a new releaser for @​mysql/xdevapi 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)

Bumps [@mysql/xdevapi](https://github.com/mysql/mysql-connector-nodejs) from 8.0.29 to 8.0.32.
- [Release notes](https://github.com/mysql/mysql-connector-nodejs/releases)
- [Changelog](https://github.com/mysql/mysql-connector-nodejs/blob/trunk/CHANGES.txt)
- [Commits](mysql/mysql-connector-nodejs@8.0.29...8.0.32)

---
updated-dependencies:
- dependency-name: "@mysql/xdevapi"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant