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

chore(deps-dev): bump flatbush from 4.1.0 to 4.2.0 #6762

Merged
merged 1 commit into from Jun 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2023

Bumps flatbush from 4.1.0 to 4.2.0.

Release notes

Sourced from flatbush's releases.

v4.2.0

  • Fix a bug where index.neighbors(x, y) without other arguments would freeze in an infinite loop. #50
  • Improve performance of distance-bounded neighbors queries.
  • Introduce first-class TypeScript typings in place of third-party ones from DefinitelyTyped. #47
Commits
  • 10680c1 4.2.0
  • f55c02a update dev deps
  • 3702217 use label break to slightly simplify code
  • ce745ee improve performance for small-radius knn queries
  • eaca470 Add JSDoc-based TypeScript checks + first-class types (#47)
  • f3d24b3 fix index.neighbors freezing with just x/y args
  • See full diff 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file pr:daveit Disables PR Cop pr:e2e Automatically triggers e2e tests to run pr:platform Runs tests against all supported platforms type:maintenance tests, chores, or project maintenance labels Jun 26, 2023
@deploysentinel
Copy link

deploysentinel bot commented Jun 26, 2023

Current Playwright Test Results Summary

✅ 13 Passing - ⚠️ 1 Flaky

Run may still be in progress, this comment will be updated as current testing workflow or job completes...

(Last updated on 06/27/2023 08:11:43am UTC)

Run Details

Running Workflow e2e-couchdb on Github Actions

Commit: 53f1eca

Started: 06/27/2023 08:08:34am UTC

⚠️ Flakes

📄   functional/plugins/notebook/notebookWithCouchDB.e2e.spec.js • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Notebook Tests with CouchDB @couchdb Inspect Notebook Entry Network Requests
Retry 1Initial Attempt
6.67% (4) 4 / 60 runs
failed over last 7 days
53.33% (32) 32 / 60 runs
flaked over last 7 days

View Detailed Build Results


@codecov
Copy link

codecov bot commented Jun 26, 2023

Codecov Report

Merging #6762 (6220ba2) into master (58f869b) will decrease coverage by 0.05%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #6762      +/-   ##
==========================================
- Coverage   53.85%   53.81%   -0.05%     
==========================================
  Files         624      624              
  Lines       24848    24848              
  Branches     2493     2493              
==========================================
- Hits        13381    13371      -10     
- Misses      10800    10811      +11     
+ Partials      667      666       -1     
Flag Coverage Δ *Carryforward flag
e2e-full 42.18% <ø> (+0.04%) ⬆️ Carriedforward from 834a19f
e2e-stable 55.53% <ø> (-0.02%) ⬇️
unit 48.51% <ø> (-0.04%) ⬇️

*This pull request uses carry forward flags. Click here to find out more.

see 5 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 58f869b...6220ba2. Read the comment docs.

@unlikelyzero
Copy link
Collaborator

@scottbell can you regression test this upgrade?

Bumps [flatbush](https://github.com/mourner/flatbush) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/mourner/flatbush/releases)
- [Commits](mourner/flatbush@v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: flatbush
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/flatbush-4.2.0 branch from 7b6ffc4 to 6220ba2 Compare June 26, 2023 23:48
@scottbell
Copy link
Contributor

Quick test is looking good:

Screen.Recording.2023-06-27.at.10.03.32.AM.mov

@scottbell scottbell added the pr:e2e:couchdb npm run test:e2e:couchdb label Jun 27, 2023
@scottbell scottbell enabled auto-merge (squash) June 27, 2023 08:05
@github-actions github-actions bot removed the pr:e2e:couchdb npm run test:e2e:couchdb label Jun 27, 2023
@scottbell scottbell merged commit ff7f555 into master Jun 27, 2023
14 of 15 checks passed
@scottbell scottbell deleted the dependabot/npm_and_yarn/flatbush-4.2.0 branch June 27, 2023 08:12
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 pr:daveit Disables PR Cop pr:e2e Automatically triggers e2e tests to run pr:platform Runs tests against all supported platforms type:maintenance tests, chores, or project maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants