Skip to content

Bump sqlite from 3.0.6 to 4.0.21#28

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/sqlite-4.0.21
Closed

Bump sqlite from 3.0.6 to 4.0.21#28
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/sqlite-4.0.21

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps sqlite from 3.0.6 to 4.0.21.

Release notes

Sourced from sqlite's releases.

v4.0.1 Release

New major version 4!

This version has been written in Typescript with a target of node.js v10 or greater.

If you are using an older version of node < 10, use the 3.x version of the library instead.

What's new:

  • ZERO dependencies!
    • This should make troubleshooting the library vs the sqlite3 driver easier. Most issues relate to the sqlite3 driver vs the library.
    • Allows support for alternative drivers such as sqlite3-offline as long as they match the node-sqlite3 API.
  • Re-written in Typescript.
  • All existing features maintained.
  • Existing unit tests were cleaned up and pass, new tests added.
  • Better documentation. See README.md.
  • New CI process - pull requests merged into master will run tests, build, and auto-publish to NPM.
  • Parity with the node-sqlite3 API.
    • Exceptions are serialize and parallelize (PRs are welcomed!)

Breaking Changes:

  • sqlite3 is no longer a dependency of this project. You must install it first before using this wrapper library.
    • This allows for usage of alternative libraries.
    • This means verbose and cache modes must be enabled before using the library.
    • The README.md file explains how to do this.
  • Opening a new database has changed. See README.md for example.
  • migrations API: force is now a boolean.
  • Can no longer specify a custom Promise library. Uses native Promise instead.

v4.0.0-beta.7

No release notes provided.

v4.0.0-beta.4

No release notes provided.

Changelog

Sourced from sqlite's changelog.

4.0.21 - Wed Mar 31 2021 21:22:42

Contributor: Theo Gravity

  • Update packages to latest

4.0.20 - Wed Mar 31 2021 20:54:37

Contributor: dependabot[bot]

  • Bump y18n from 4.0.0 to 4.0.1 (#139)

Bumps y18n from 4.0.0 to 4.0.1.

Signed-off-by: dependabot[bot] support@github.com

Co-authored-by: dependabot[bot]

4.0.19 - Wed Dec 30 2020 02:11:07

Contributor: dependabot[bot]

  • Bump ini from 1.3.5 to 1.3.8 (#135)

Bumps ini from 1.3.5 to 1.3.8.

Signed-off-by: dependabot[bot] support@github.com

Co-authored-by: dependabot[bot]

4.0.18 - Fri Dec 04 2020 21:20:15

Contributor: dependabot[bot]

  • Bump highlight.js from 10.1.2 to 10.4.1 (#133)

Bumps highlight.js from 10.1.2 to 10.4.1.

Signed-off-by: dependabot[bot] support@github.com

Co-authored-by: dependabot[bot]

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by gravity.bot, a new releaser for sqlite 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [sqlite](https://github.com/kriasoft/node-sqlite) from 3.0.6 to 4.0.21.
- [Release notes](https://github.com/kriasoft/node-sqlite/releases)
- [Changelog](https://github.com/kriasoft/node-sqlite/blob/master/CHANGELOG.md)
- [Commits](kriasoft/node-sqlite@v3.0.6...v4.0.21)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Apr 2, 2021
@dependabot-preview

Copy link
Copy Markdown
Author

Superseded by #40.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/sqlite-4.0.21 branch May 10, 2021 09:26
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.

0 participants