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

Release PR #840

Merged
merged 11 commits into from
Oct 30, 2023
Merged

Release PR #840

merged 11 commits into from
Oct 30, 2023

Conversation

adamgoth
Copy link
Collaborator

@adamgoth adamgoth commented Oct 9, 2023

What does this PR do?

  • Move CSP to headers
  • Update dependencies

tyler17 and others added 3 commits September 28, 2023 21:18
* Update next version

* Move csp to headers
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>
@vercel
Copy link

vercel bot commented Oct 9, 2023

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

Name Status Preview Updated (UTC)
governance-portal-v2 ✅ Ready (Inspect) Visit Preview Oct 26, 2023 9:06pm

@socket-security
Copy link

socket-security bot commented Oct 9, 2023

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
next 13.4.3...13.5.4 filesystem +14/-12 1.1 GB vercel-release-bot
cypress 9.6.0...13.3.0 eval, environment +6/-6 5.67 MB astone123
recharts 2.1.12...2.9.0 environment +24/-15 6.87 MB ckifer

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>
@what-the-diff
Copy link

what-the-diff bot commented Oct 21, 2023

PR Summary

  • Enhanced Cypress testing configurations
    The team added a new cypress.config.ts file with improved configurations for Cypress, a tool used for automated testing. The older configuration housed in cypress.json was removed in favour of this new setup.
  • Reorganized test files
    Several files within the cypress/integration directory were renamed and moved to cypress/e2e subdirectories for better organization of testing files.
  • Improved server security and performance
    The middleware.ts file, a part of the server-side code, was modified to include a new config object with a matcher property enhancing performance. Security was also improved by adding certain headers related to content-security.
  • Refactored layout file
    Within the modules/app/components/layout/Head.tsx file, certain configuration imports and headers were removed to streamline the code.
  • Updated descriptions in modules
    The description property values for several tags in the delegates-tags-definitions.json and poll-tags-definitions.json files were updated to better reflect their purposes.
  • New tag mappings added
    New key-value pairs representing tag mappings were added to poll-tags-mapping.json file to incorporate more information.
  • Updated project dependencies
    The project dependencies (next, recharts and cypress packages) were updated to newer versions for improved features and performance.
  • Code clean-up
    A commented section of code was removed from the pages/_app.tsx file, enhancing readability and cleanliness of the codebase.

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>
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

* Remove deprecated function
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>
@adamgoth adamgoth merged commit a5ee44e into master Oct 30, 2023
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants