Skip to content

Commit

Permalink
chore(deps): update dependency better-sqlite3 to v8 (#3782)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [better-sqlite3](https://togithub.com/WiseLibs/better-sqlite3) |
[`^7.0.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/better-sqlite3/7.6.2/8.0.0)
|
[![age](https://badges.renovateapi.com/packages/npm/better-sqlite3/8.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/better-sqlite3/8.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/better-sqlite3/8.0.0/compatibility-slim/7.6.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/better-sqlite3/8.0.0/confidence-slim/7.6.2)](https://docs.renovatebot.com/merge-confidence/)
|
| [better-sqlite3](https://togithub.com/WiseLibs/better-sqlite3) |
[`7.6.2` ->
`8.0.0`](https://renovatebot.com/diffs/npm/better-sqlite3/7.6.2/8.0.0) |
[![age](https://badges.renovateapi.com/packages/npm/better-sqlite3/8.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/better-sqlite3/8.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/better-sqlite3/8.0.0/compatibility-slim/7.6.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/better-sqlite3/8.0.0/confidence-slim/7.6.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>WiseLibs/better-sqlite3</summary>

###
[`v8.0.0`](https://togithub.com/WiseLibs/better-sqlite3/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/WiseLibs/better-sqlite3/compare/v7.6.2...v8.0.0)

#### Breaking Changes

-   Dropped support for Node.js versions `10.x` and `12.x`.

#### Non-breaking Changes

-   Upgraded to SQLite version `3.40.0`.
- Fixed LIMIT and OFFSET queries on virtual tables, by
[@&#8203;mandel59](https://togithub.com/mandel59) in
[WiseLibs/better-sqlite3#873
-   Fixed various compilation issues:
- By [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[WiseLibs/better-sqlite3#894
- By [@&#8203;neoxpert](https://togithub.com/neoxpert) in
[WiseLibs/better-sqlite3#870

#### New Contributors

- [@&#8203;mandel59](https://togithub.com/mandel59) made their first
contribution in
[WiseLibs/better-sqlite3#873
- [@&#8203;nathanhammond](https://togithub.com/nathanhammond) made their
first contribution in
[WiseLibs/better-sqlite3#894
- [@&#8203;neoxpert](https://togithub.com/neoxpert) made their first
contribution in
[WiseLibs/better-sqlite3#870
- [@&#8203;threema-danilo](https://togithub.com/threema-danilo) made
their first contribution in
[WiseLibs/better-sqlite3#878

**Full Changelog**:
WiseLibs/better-sqlite3@v7.6.2...v8.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/mikro-orm/mikro-orm).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yOS4yIiwidXBkYXRlZEluVmVyIjoiMzQuMzcuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 28, 2022
1 parent 5f5f6b1 commit f6128a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/better-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"dependencies": {
"@mikro-orm/knex": "^5.5.3",
"better-sqlite3": "7.6.2",
"better-sqlite3": "8.0.0",
"fs-extra": "10.1.0",
"sqlstring-sqlite": "0.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@mikro-orm/core": "^5.0.0",
"@mikro-orm/entity-generator": "^5.0.0",
"@mikro-orm/migrations": "^5.0.0",
"better-sqlite3": "^7.0.0",
"better-sqlite3": "^8.0.0",
"mssql": "^7.0.0",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f6128a1

Please sign in to comment.