svelte-maplibre-components icon indicating copy to clipboard operation
svelte-maplibre-components copied to clipboard

chore(deps): update dependency @vincjo/datatables to v2

Open renovate[bot] opened this issue 1 year ago • 2 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vincjo/datatables (source) ^1.14.10 -> ^2.0.0 age adoption passing confidence

Release Notes

vincjo/datatables (@​vincjo/datatables)

v2.5.0

Compare Source

Added

feat: add the median calculation.

const median = table.createCalculation('field').median()

v2.4.0

Compare Source

Added

feat: (experimental) add queries to handle filtering inside nested array of objects.

table.createQuery('login_count')
    .from(['groups', 'users'])
    .where(check.isGreaterThan)
    .set(1000)

// will check if "user.login_count" is greater than 1000 in users in groups
Fixed
  • selectAll: remove duplicate keys #​157

v2.3.2

Compare Source

v2.3.1

Compare Source

Changed
  • refactor: core functions has been organized into modules /client/core/{value, entry, rows, check, field}
Fixed
  • fix: add "index.js" to make type exports compatible with ES Module

v2.3.0

Compare Source

Added

feat: add search.recursive() to handle search in tree data structures (DOC).

Changed
  • breaking: search is not recursive by default anymore #​152
  • upgrade Svelte to the latest 5.18.0

v2.2.0

Compare Source

Added

feat: add table.clearSort() method #​150

v2.1.0

Compare Source

Fixed
  • export type AdvancedFilterBuilder #​145
  • use random string instead of crypto.randomUUID() PR #​147

v2.0.5

Compare Source

Fixed
  • fix: state_unsafe_mutation error. currentPage is mutated in setters instead: filter.set() / search.set(). #​128 #​138

v2.0.4

Compare Source

Fixed
  • fix: (legacy) remove self closing tags

v2.0.3

Compare Source

Changed
  • docs: stay on the same page after switch between client-side and server-side navigation
Fixed
  • fix: improve perf in the data filtering function
  • fix: prefer unknown type instead of enumerating primitives

v2.0.2

Compare Source

Fixed
  • fix: remove runes tag from npm publication

v2.0.0

Compare Source

  • published major release

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.

renovate[bot] avatar Oct 28 '24 18:10 renovate[bot]

⚠️ No Changeset found

Latest commit: a3bf7ff1496512d4da5af676546f92682eb462c6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Oct 28 '24 18:10 changeset-bot[bot]

Deploy Preview for svelte-maplibre failed.

Name Link
Latest commit 0ad92e6cb115febc295d40a86d9aa23b1c052fca
Latest deploy log https://app.netlify.com/sites/svelte-maplibre/deploys/671fdedb0f15f800089df833

netlify[bot] avatar Oct 28 '24 18:10 netlify[bot]