Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 7, 2022

Bumps @sentry/webpack-plugin from 1.18.8 to 1.20.0.

Release notes

Sourced from @​sentry/webpack-plugin's releases.

1.20.0

  • build: Bump @sentry/cli version to 1.74.6 (#406)
  • feat: Add a means to detect if the CLI binary exists (#402)
  • feat: Add pipeline argument (#403)

1.19.1

  • fix(deps): Add webpack-sources dependency (#397)

1.19.0

  • feat(config): Support reading release from environment (#389)
  • docs: Add example to options.include (#384)

1.18.9

Various fixes & improvements

Changelog

Sourced from @​sentry/webpack-plugin's changelog.

1.20.0

  • build: Bump @sentry/cli version to 1.74.6 (#406)
  • feat: Add a means to detect if the CLI binary exists (#402)
  • feat: Add pipeline argument (#403)

1.19.1

  • fix(deps): Add webpack-sources dependency (#397)

1.19.0

  • feat(config): Support reading release from environment (#389)
  • docs: Add example to options.include (#384)

1.18.9

Commits

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)

maxpolzin pushed a commit that referenced this pull request May 8, 2024
**User-Facing Changes**
Fixes for a range of issues affecting plot preloading.

**Description**
This PR does the following:
* Breaks out the logic we use to decide when to send block data to the
plot worker.
* Adds a test suite for it.

This is a complicated state machine with a few nasty edge cases. The
existing logic did not handle them very well and was hard to reason
about. To learn more about why this is hard, read [this
comment](https://github.com/foxglove/studio/blob/d85325f895fec865bfb6c8fb8bada542224e665d/packages/studio-base/src/panels/Plot/blocks.test.ts#L45)
in the test file.

I added tests for all of the edge cases I could come up with and ensured
that this PR fixes the three
([#1](https://github.com/foxglove/studio/pull/6928)
[#2](https://linear.app/foxglove/issue/FG-5215/strange-plot-behavior-when-used-alongside-map-panel)
[#3](https://github.com/foxglove/studio/issues/6957)) recent bugs users
experienced related to this functionality.

<!-- link relevant GitHub issues -->
<!-- add `docs` label if this PR requires documentation updates -->
<!-- add relevant metric tracking for experimental / new features -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant