Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mssql from 6.4.1 to 8.1.0 #241

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2022

Bumps mssql from 6.4.1 to 8.1.0.

Release notes

Sourced from mssql's releases.

v8.1.0

v8.0.2

What's Changed

  • Add node 14 to test matrix by @​dhensby in tediousjs/node-mssql#1339
  • Transaction/PreparedStatements expose the config from their parent connection (#1338)
  • Inherited request configs from the pool. Specifically stream and arrayRowMode now inherit accurately from the connection config (#1338)

v8.0.1

What's Changed

New Contributors

Full Changelog: tediousjs/node-mssql@v7.2.1...v8.0.1

v7.3.0

[new] Transaction/PreparedStatements expose the config from their parent connection (#1340) [fix] Fix inherited request configs from the pool. Specifically stream and arrayRowMode now inherit accurately from the connection config (#1338)

v7.2.1

[fix] Fix issue with bulk insert of dates (#1298)

v7.2.0

[new] Update Geography field parsing to provide lat/lng props from Geography Point (#1282) [fix] Handle errors when adding rows to bulk operations (#1264)

... (truncated)

Changelog

Sourced from mssql's changelog.

v8.1.0 (2022-04-06)

[new] MSSQL CLI tool now accepts some options to allow overriding config file ((#1381](tediousjs/node-mssql#1381)) [fix] nodemsqlv8 driver tests working against Node 10 (#1368)

v8.0.2 (2022-02-07)

Merge up missing fixes from v7.3.0 [new] Transaction/PreparedStatements expose the config from their parent connection (#1338) [fix] Fix inherited request configs from the pool. Specifically stream and arrayRowMode now inherit accurately from the connection config (#1338)

v8.0.1 (2022-01-30)

Re-release of v8.0.0

v8.0.0 (2022-01-30)

[new] Add table.rows.clear() method to allow for chunking updates (#1094) [new] Add valueHandler map to store callbacks that are used to process row values (#1356) [change] msnodesqlv8 driver detects os platform and attempts to pick correct connections string for it ((#1318)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1318]) [change] Updated to latest Tedious 14 ((#1312)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1312]) [change] Errors for bad bulk load parameters have slightly different error messages ((#1318)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1318]) [change] Options provided to the driver via the config.options object will not be overridden with other values if set explicitly ((#1340)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1340]) [change] Duplicate column names will now be presented as an array even if the values are empty ((#1240)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1240]) [change] Update tarn pool dependency ((#1344)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1344]) [removed] Remove connection string parser helpers ((#1342)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1342]) [removed] Remove deprecated pool properties ((#1359)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1359])

v7.3.1 (2022-02-24)

[fix] Bump debug dependency (#1361)

v7.3.0 (2021-11-18)

[new] Transaction/PreparedStatements expose the config from their parent connection (#1338) [fix] Fix inherited request configs from the pool. Specifically stream and arrayRowMode now inherit accurately from the connection config (#1338)

v7.2.1 (2021-08-19)

[fix] Fix issue with bulk insert of dates ((#1298)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1298])

v7.2.0 (2021-07-29)

[new] Update Geography field parsing to provide lat/lng props from Geography Point ((#1282)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1282]) [fix] Handle errors when adding rows to bulk operations ((#1264)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1264]) [fix] Input/Output parameter passing fix for msnodesqlv8 driver ((#1275)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1275])

v7.1.3 (2021-06-11)

[fix] Request timeout settings now respect value parsed from connection strings ((#1257)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1257)

... (truncated)

Commits
  • 640c37e 8.1.0
  • 1913c91 changelog update for release
  • fafb34d Merge pull request #1381 from dhensby/pulls/new-cli
  • 7b8c43a add node 16 to test suite
  • e28f502 only include known files in packs
  • 59b2a44 Refactor mssql cli tools to use commander and accept arguments
  • 3acd72d Merge branch '7'
  • 6528a30 Merge pull request #1369 from dhensby/pulls/7/ci
  • 33760bd update changelog
  • 69d62af CI Conditionally install versions of msnodesqlv8 depending on node version
  • Additional commits viewable in compare view

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 [mssql](https://github.com/tediousjs/node-mssql) from 6.4.1 to 8.1.0.
- [Release notes](https://github.com/tediousjs/node-mssql/releases)
- [Changelog](https://github.com/tediousjs/node-mssql/blob/master/CHANGELOG.txt)
- [Commits](tediousjs/node-mssql@v6.4.1...v8.1.0)

---
updated-dependencies:
- dependency-name: mssql
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 2, 2022

Looks like mssql is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this May 2, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mssql-8.1.0 branch May 2, 2022 15:13
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants