Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Synthetixio/synpress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.7.2-beta.5
Choose a base ref
...
head repository: Synthetixio/synpress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Loading
Showing 421 changed files with 22,157 additions and 15,519 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "dev",
"updateInternalDependencies": "patch",
"ignore": []
}
1 change: 0 additions & 1 deletion .dockerignore

This file was deleted.

14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
root = true

[*]
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf

[*.{js,json,ts,tsx}]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false
4 changes: 0 additions & 4 deletions .env

This file was deleted.

10 changes: 0 additions & 10 deletions .eslintignore

This file was deleted.

40 changes: 0 additions & 40 deletions .eslintrc.js

This file was deleted.

3 changes: 2 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
custom: ['https://etherscan.io/address/0x7b57c388e6149b5c197B925037602d5B6bafFbCc']
custom:
["https://etherscan.io/address/0x7b57c388e6149b5c197B925037602d5B6bafFbCc"]
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: 🐛 Bug report
description: Create a report with an issue.
title: '[🐛 Bug]: <title>'
title: "[🐛 Bug]: <title>"
labels: [bug 🐛, needs triaging ⏳]
body:

- type: checkboxes
attributes:
label: 🔎 Have you searched existing issues to avoid duplicates?
@@ -28,7 +27,7 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: markdown
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@ description: Suggest an idea for Synpress.
title: "[💡 Feature]: <title>"
labels: [idea 💡, needs triaging ⏳]
body:

- type: markdown
attributes:
value: |
7 changes: 3 additions & 4 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
Synpress Support
===================
# Synpress Support

Welcome to Synpress! We use GitHub for tracking bugs and feature requests. This isn't the right place to get support for using Synpress, but the following resources are available below, thanks for understanding.

## Real-time Chat

* [Discord](https://discord.gg/XhZKSRGtWc)
- [Discord](https://discord.gg/XhZKSRGtWc)

## User Documentation

* [User Documentation](https://docs.synpress.io)
- [User Documentation](https://synpress.io)
7 changes: 7 additions & 0 deletions .github/actions/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# .github/actions

Reusable actions for GitHub workflows.

## [⚙️ Setup](setup/action.yml)

Setups Node environment and installs dependencies.
18 changes: 18 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Setup Node & Install dependencies

runs:
using: composite
steps:
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # pin@v4.0.0
with:
version: 10.2.0

- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # pin@v4.2.0
with:
node-version-file: ".nvmrc"
registry-url: https://registry.npmjs.org
cache: pnpm

- name: Install dependencies
shell: bash
run: pnpm install --frozen-lockfile
25 changes: 3 additions & 22 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: 'daily'

- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
open-pull-requests-limit: 5
target-branch: 'dev'
allow:
- dependency-name: 'cypress'
dependency-type: 'production'
- dependency-name: 'synthetix-*'
dependency-type: 'production'
- dependency-name: '@synthetixio/*'
dependency-type: 'production'
labels:
- 'npm'
- 'dependencies'
pull-request-branch-name:
separator: '-'
interval: "weekly"
18 changes: 0 additions & 18 deletions .github/pull_request_template.md

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# .github/workflows

CI Workflows.

## [🎨 lint.yml](lint.yml)

Checks the code style of the project.

## [🧑‍🔧 test.yml](test.yml)

Runs tests.
77 changes: 0 additions & 77 deletions .github/workflows/audit_and_lint.yml

This file was deleted.

22 changes: 10 additions & 12 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -2,31 +2,29 @@ name: CodeQL

on:
push:
branches: [master, dev]
branches:
- dev
pull_request:
branches: [master, dev]
schedule:
- cron: '0 6 * * 3'

concurrency:
group:
'${{ github.workflow }} @ ${{ github.event.pull_request.head.label ||
github.head_ref || github.ref }}'
cancel-in-progress: true

jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write

steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2

- name: Initialize CodeQL
uses: github/codeql-action/init@a09933a12a80f87b87005513f0abb1494c27a716
uses: github/codeql-action/init@7e3036b9cd87fc26dd06747b7aa4b96c27aaef3a # pin@v2.20.3
with:
queries: security-and-quality
languages: javascript
languages: javascript-typescript

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@a09933a12a80f87b87005513f0abb1494c27a716
uses: github/codeql-action/analyze@7e3036b9cd87fc26dd06747b7aa4b96c27aaef3a # pin@v2.20.3
with:
category: "/language:javascript-typescript"
Loading