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 painterro from 1.2.78 to 1.2.87 #7165

Merged
merged 1 commit into from
Oct 29, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps painterro from 1.2.78 to 1.2.87.

Release notes

Sourced from painterro's releases.

v1.2.87

new version 1.2.87

v1.2.82

new version 1.2.82

Commits
  • 48280df 1.2.87
  • 705eda2 1.2.85
  • 398412f Merge pull request #186 from svd-sea/master
  • fd4aa23 Merge pull request #188 from crmtestresco/187-text-input-becomes-misplaced-ou...
  • 6620e29 Merge pull request #190 from crmtestresco/189-the-outline-border-is-rendered-...
  • ace8b7b Merge pull request #192 from crmtestresco/191-text-is-cut-off-when-entered-on...
  • 08ff961 Fix cutting off part of text when adding text to zoomed image
  • 180c48d Fix incorrectly added outline to the entered text
  • fa35d56 Fix image jumping out of view during on-screen keyboard popup
  • 71f8139 fix e.target.tagName is undefined error
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 Oct 23, 2023
@dependabot dependabot bot requested a review from ozyx October 23, 2023 20:12
@deploysentinel
Copy link

deploysentinel bot commented Oct 23, 2023

Current Playwright Test Results Summary

✅ 14 Passing

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

(Last updated on 10/29/2023 03:55:19pm UTC)

Run Details

Running Workflow e2e-couchdb on Github Actions

Commit: 9f6c860

Started: 10/29/2023 03:53:00pm UTC

View Detailed Build Results


Current Playwright Test Results Summary

✅ 147 Passing - ⚠️ 3 Flaky

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

(Last updated on 10/29/2023 03:55:19pm UTC)

Run Details

Running Job e2e-stable on CircleCI

Commit: 9f6c860

Started: 10/29/2023 02:04:47pm UTC

⚠️ Flakes

📄   functional/plugins/notebook/restrictedNotebook.e2e.spec.js • 2 Flakes

Top 1 Common Error Messages

null

2 Test Cases Affected

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Restricted Notebook with a page locked and with an embed @addinit Allows embeds to be deleted if page unlocked @addinit
Retry 1Initial Attempt
7.23% (6) 6 / 83 runs
failed over last 7 days
43.37% (36) 36 / 83 runs
flaked over last 7 days
Restricted Notebook with a page locked and with an embed @addinit Disallows embeds to be deleted if page locked @addinit
Retry 1Initial Attempt
5.06% (4) 4 / 79 runs
failed over last 7 days
43.04% (34) 34 / 79 runs
flaked over last 7 days

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

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Tagging in Notebooks @addinit Can cancel adding a tag
Retry 1Initial Attempt
0% (0) 0 / 80 runs
failed over last 7 days
1.25% (1) 1 / 80 run
flaked over last 7 days

View Detailed Build Results


@codecov
Copy link

codecov bot commented Oct 23, 2023

We're currently processing your upload. This comment will be updated when the results are available.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/painterro-1.2.87 branch 2 times, most recently from 887ca45 to fd7e117 Compare October 28, 2023 14:59
@unlikelyzero
Copy link
Collaborator

This will require retesting areas of the application which have no regression testing coverage

@unlikelyzero unlikelyzero self-requested a review October 28, 2023 15:02
Bumps [painterro](https://github.com/devforth/painterro) from 1.2.78 to 1.2.87.
- [Release notes](https://github.com/devforth/painterro/releases)
- [Changelog](https://github.com/devforth/painterro/blob/master/Release.md)
- [Commits](devforth/painterro@v1.2.78...v1.2.87)

---
updated-dependencies:
- dependency-name: painterro
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/painterro-1.2.87 branch from fd7e117 to 9f6c860 Compare October 29, 2023 13:56
@unlikelyzero unlikelyzero added the pr:e2e:couchdb npm run test:e2e:couchdb label Oct 29, 2023
Copy link
Collaborator

@unlikelyzero unlikelyzero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

testing in #7183

@unlikelyzero unlikelyzero enabled auto-merge (squash) October 29, 2023 15:50
@unlikelyzero unlikelyzero linked an issue Oct 29, 2023 that may be closed by this pull request
4 tasks
@unlikelyzero unlikelyzero added this to the Target:3.2.0 milestone Oct 29, 2023
@github-actions github-actions bot removed pr:platform Runs tests against all supported platforms pr:e2e:couchdb npm run test:e2e:couchdb labels Oct 29, 2023
@unlikelyzero unlikelyzero merged commit ebe5323 into master Oct 29, 2023
13 of 21 checks passed
@unlikelyzero unlikelyzero deleted the dependabot/npm_and_yarn/painterro-1.2.87 branch October 29, 2023 15:55
@github-actions github-actions bot removed the pr:e2e Automatically triggers e2e tests to run label Oct 29, 2023
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 type:maintenance tests, chores, or project maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Dependency] Update and define regression tests for painterro
1 participant