UDA-EJIE / udaRUP

RUP components repository
Other
13 stars 10 forks source link

Bump lokijs from 1.3.19 to 1.5.12 #232

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps lokijs from 1.3.19 to 1.5.12.

Changelog

Sourced from lokijs's changelog.

Changelog

  • add IncrementalIndexedDBAdapter
  • make ensureIndex faster
  • LokiEventEmitter.emit faster
  • make batch inserts faster (add option to overrideAdaptiveIndices)

1.5.6

  • added support for indexes on nested properties (#718)
  • more robust environment detection (#717)
  • precompile $regex filters recursively (#710)
  • Corrected $aeq example in Query Examples (#706)
  • change 'shallow-recurse-objects' clone to support deep array clone (#692)
  • jsdoc fixes for compoundsort example (#691)

1.5.5

  • fixed issue where batch removes did not update unique index (#677)

1.5.4

  • fixes to checkIndex maintenance fn (#654, #661)
  • bulk remove optimizations (#663)
  • fix to meta when cloning (#666)
  • AWS S3 sync adapter added (#670)
  • fix for browser project: fs not found (#674)
  • added comparators to default export (#672)

1.5.3

  • simplesort can leverage binary index (via index intersect) when weakly filtered (#645)
  • the simplesort 'descending' param is now multipurposed (with bw-compat) see jsdocs
  • added new simplified js comparison ops for unindexed optimizations (commit bb011d)
  • added collection.checkIndex() and collection.checkIndexes() for diagnostics (#654,#47)

1.5.2

  • fixed error when transform steps have non-serializable parameters (#624)
  • addCollection will return existing collection when collection named already exists (#635)
  • batch updates when not cloning no longer risk invalidating adaptive binary indices (#639)
  • fixed autosave race condition when using async adapter (#643)
  • collection option added to disableMeta if not using changes api or ttl (#644)

1.5.1

  • added disableDeltaChangesApi (default:true) collection option to store only differences. (#582)
  • loki indexed adapter deleteDatabase method will now wait until complete before callback (#584)
  • fixed clone methods correctly assigning object prototypes (#586)
  • partitioning adapter and memory adapter no longer throw error when database doesn't exist (yet)
  • simplesort and compoundsort now support sorting on nested properties via dot-notation (#574)
  • added support for binary indices on nested properties (#574)
  • fixed jsdoc syntax error causing vscode to crash (#614)
  • fixed error when using partitioning adapter with nativescript adapter (#615)
  • added optional 'dataOptions' to eqJoin and map (chain/transform) (see #618)

... (truncated)

Commits
  • ee5cd61 version bump
  • 189e103 Merge pull request #874 from Nozbe/megachunking
  • 9369a91 [IncrementalIDB] Tweaks & clean up
  • 608102f Merge branch 'master' into megachunking
  • 5f3312e Merge branch 'master' of github.com:techfort/LokiJS
  • a8a5e36 [IncrementalIDB] Document the idea behind MegaChunking briefly
  • 3b0768a [IncrementalIDB] Clean up
  • be68cc6 [IncrementalIDB] Clean up…
  • 2dc821c More IDB cursor experiments
  • 71fd8fa Merge pull request #869 from Nozbe/performance2
  • 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)
sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information