Skip to content

update the version of chrome-launcher used by display-test-app (backport #3399) #3409

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

Merged
merged 5 commits into from
Mar 25, 2022

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Mar 24, 2022

This is an automatic backport of pull request #3399 done by Mergify.
Cherry-pick of 45621c7 has failed:

On branch mergify/bp/release/3.1.x/pr-3399
Your branch is up to date with 'origin/release/3.1.x'.

You are currently cherry-picking commit 45621c7f4a.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   common/api/core-react.api.md
	new file:   common/changes/@itwin/appui-react/fix-audit-errors_2022-03-22-21-26.json
	new file:   common/changes/@itwin/components-react/fix-audit-errors_2022-03-22-21-26.json
	new file:   common/changes/@itwin/core-react/fix-audit-errors_2022-03-22-21-26.json
	new file:   common/changes/@itwin/imodel-components-react/fix-audit-errors_2022-03-22-21-26.json
	modified:   test-apps/display-performance-test-app/package.json
	modified:   tools/internal/scripts/rush/audit.js
	modified:   ui/appui-react/src/appui-react/accudraw/AccuDrawInputField.tsx
	modified:   ui/components-react/src/components-react/editors/EnumButtonGroupEditor.tsx
	modified:   ui/core-react/src/core-react/inputs/Input.tsx
	modified:   ui/core-react/src/core-react/inputs/Textarea.tsx
	modified:   ui/core-react/src/test/utils/hooks/useRefs.test.tsx
	modified:   ui/imodel-components-react/src/imodel-components-react/color/ColorPickerButton.tsx
	modified:   ui/imodel-components-react/src/imodel-components-react/color/ColorPickerPopup.tsx

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   common/config/rush/browser-approved-packages.json
	both modified:   common/config/rush/pnpm-lock.yaml

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

Update to fix a few build issues in the ui packages with new @types/react version.

Fix for 3 new vulnerabilities:

- minimist has a new vulnerability for the older versions of the package. Update display perf test app to the latest version of chrome-launcher to fix.
- node-forge has two new CVEs (here and here) and is a transitive dependency of webpack-dev-server and react-scripts. Unfortunately webpack-dev-server is locked down to a specific version of the selfsigned package, the package with a dependency on node-forge, which is on an old major version of the node-forge. The only way to fix this would be to either fork webpack-dev-server (which we don't want to do) or update to react-scripts@5 that is on the latest version.
- faker.js, a dev dependency used for testing, that is consumed by the presentation tests. There is no current fix so it has been added to the excluded list.

Co-authored-by: bsteinbk <[email protected]>
(cherry picked from commit 45621c7)

# Conflicts:
#	common/config/rush/browser-approved-packages.json
#	common/config/rush/pnpm-lock.yaml
@skirby1996 skirby1996 enabled auto-merge (squash) March 24, 2022 20:27
@skirby1996 skirby1996 merged commit d6d65c4 into release/3.1.x Mar 25, 2022
@skirby1996 skirby1996 deleted the mergify/bp/release/3.1.x/pr-3399 branch March 25, 2022 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants