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

fix unit tests in ci, and merge master branch #850

Merged
merged 4 commits into from
Jan 10, 2024
Merged

Conversation

tyler17
Copy link
Collaborator

@tyler17 tyler17 commented Jan 10, 2024

remove cypress docker image from units.yml since its not used there (it was throwing an error about the node version)

adamgoth and others added 3 commits October 30, 2023 13:04
* Move CSP to headers (#838)

* Update next version

* Move csp to headers

* Bump zod from 3.21.4 to 3.22.4 (#839)

Bumps [zod](https://github.com/colinhacks/zod) from 3.21.4 to 3.22.4.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.21.4...v3.22.4)

---
updated-dependencies:
- dependency-name: zod
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/traverse from 7.21.5 to 7.23.2 (#842)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.5 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump undici from 5.22.1 to 5.26.3 (#841)

Bumps [undici](https://github.com/nodejs/undici) from 5.22.1 to 5.26.3.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v5.22.1...v5.26.3)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump fast-xml-parser from 4.2.2 to 4.3.2 (#843)

Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.2 to 4.3.2.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@4.2.2...v4.3.2)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update cypress to v13 (#844)

* Update cypress to v13

* Remove deprecated function

* Bump tough-cookie from 4.1.2 to 4.1.3 (#845)

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](salesforce/tough-cookie@v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* bump recharts to latest version

* get latest tags

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Tyler Sorensen <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tyler17 <[email protected]>
@tyler17 tyler17 added the WIP label Jan 10, 2024
Copy link

vercel bot commented Jan 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
governance-portal-v2 ✅ Ready (Inspect) Visit Preview Jan 10, 2024 9:35pm

Copy link

what-the-diff bot commented Jan 10, 2024

PR Summary

  • Configuration change in Unit Workflow
    The code removed from .github/workflows/unit.yml refers to a container configuration, which is a kind of virtual environment where components were being tested. This was likely removed because this specific environment is no longer necessary for testing our code.

  • Added new Tags
    The updates to modules/tags/constants/poll-tags-mapping.json presents us with the addition of new tags mapped to specific identifiers. Tags are used to categorize or annotate certain items in the product; it enables easier searching and identification of related items. As per these changes, we have introduced new tags like "medium-impact", "greenlight", "high-impact", "risk-parameter", "spark", "ratification", "mips", "d3m", and "endgame" linked to their respective identifiers ranging from "1051" to "1067". The identifiers may represent specific tasks, items or issues in the system. By assigning these tags, we make it easier to locate, inspect, and manage these items.

@tyler17 tyler17 removed the WIP label Jan 10, 2024
@tyler17 tyler17 merged commit aec06e2 into develop Jan 10, 2024
6 of 7 checks passed
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.

2 participants