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

Update dependency quick.db to v9 #7

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Update dependency quick.db to v9 #7

merged 1 commit into from
Oct 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 30, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
quick.db (source) ^7.1.2 -> ^9.0.0 age adoption passing confidence

Release Notes

TrueXPixels/quick.db (quick.db)

v9.1.7: Version 9.1.7

Compare Source

  • Fixed vulnerabilities

v9.1.6: Version 9.1.6

Compare Source

  • Added spread support on push method

v9.1.5: Version 9.1.5

Compare Source

  • Fixed problem with sqliteDriver where it was impossible to do multiple files

v9.1.4: Version 9.1.4

Compare Source

  • Fixed mongoose making collections in plurial

v9.1.3: Version 9.1.3

Compare Source

  • Fix createSingleton not usable without instance and driver

v9.1.2

Compare Source

  • Added init method to await database preparation (temp fix)

v9.1.1: Version 9.1.1

Compare Source

Fixed

  • Optionally requiring write-file-atomic only when using json driver

v9.1.0: Version 9.1.0

Compare Source

New Features

  • unshift: Performes Array.unshift on arrays
  • pop: Performes Array.pop on arrays
  • shift: Performes Array.shift on arrays
  • normalKeys: Permits toogling between dot notation or disabling it
  • startsWith: Helper function to search for all entries (on ids) that startsWith a string
  • createSingleton: Create a single instance of the class or return the already created instance
  • tableAsync: Fix for table function, this function returns a promise

Drivers

Added Drivers

  • JSONDriver: For using json as a database
  • MemoryDriver: Stored in memory (which is not persistent)
  • MongoDriver: For using mongodb as a databse with quick.db

Changed Drivers

  • MYSQLDriver: Change the library used from promise-mysql to mysql2

v9.0.10

Compare Source

v9.0.9

Compare Source

v9.0.8

Compare Source

v9.0.7

Compare Source

v9.0.6

Compare Source

v9.0.5

Compare Source

v9.0.4

Compare Source

v9.0.3

Compare Source

v9.0.2

Compare Source

v9.0.1

Compare Source

v9.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@birajrai birajrai merged commit e230090 into main Oct 16, 2024
1 check failed
@renovate renovate bot deleted the renovate/quick.db-9.x branch October 16, 2024 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant