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/3.18.7 #1260

Merged
merged 8 commits into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .cz.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"commitizen": {
"name": "cz_customize",
"version": "3.18.6",
"version": "3.18.7",
"gpg_sign": true,
"use_shortcuts": true,
"tag_format": "$major.$minor.$patch$prerelease",
"version_type": "semver",
"bump_message": "release $current_version \u2192 $new_version",
Expand Down
6 changes: 3 additions & 3 deletions .github/actions/install-cache-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
shell: bash
working-directory: ${{ inputs.WORKSPACE_ROOT }}
id: playwright-version
run: echo 'PLAYWRIGHT_VERSION=$(cat package.json | jq -r '.dependencies.playwright' || 'latest')' >> $GITHUB_ENV
run: echo "PLAYWRIGHT_VERSION=$(cat package.json | jq -r '.dependencies.["@playwright/test"]' || 'latest')" >> $GITHUB_ENV

- uses: actions/cache@v4
if: ${{ inputs.BROWSER_BINARIES }}
Expand All @@ -67,12 +67,12 @@ runs:
- shell: bash
if: ${{ inputs.BROWSER_BINARIES && steps.playwright-cache.outputs.cache-hit != 'true' }}
working-directory: ${{ inputs.WORKSPACE_ROOT }}
run: npx playwright install --with-deps
run: pnpx playwright install --with-deps

- shell: bash
if: ${{ inputs.BROWSER_BINARIES && steps.playwright-cache.outputs.cache-hit != 'true' }}
working-directory: ${{ inputs.WORKSPACE_ROOT }}
run: npx playwright install-deps
run: pnpx playwright install-deps

- name: ↧ Install Remaining Dependencies
shell: bash
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file.

## [3.18.7] - 2024-03-29

### 🐛 Bug Fixes

- ***(ci)*** Add playwright to dependencies and get version from namespace

### ♻️ Refactor

- ***(ci)*** Use pnpx to install playwright

### ⚙️ Miscellaneous Tasks

- ***(back)*** Address CVEs
- ***(back)*** Upgrade to [email protected]
- ***(back)*** Upgrade to [email protected]

## [3.18.6] - 2024-02-27

### ♻️ Refactor
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions _ci/backstop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"backstopjs": "github:dgrebb/dg-backstop#1.0.1",
"backstopjs": "github:dgrebb/dg-backstop#1.0.2",
"cors": "^2.8.5",
"http-server": "^14.1.1",
"patch-package": "^8.0.0",
"@playwright/test": "^1.41.2",
"@playwright/test": "1.42.1",
"pm2": "^5.3.1",
"super-simple-web-server": "github:dgrebb/super-simple-web-server#0.0.2"
},
Expand Down
111 changes: 39 additions & 72 deletions _ci/backstop/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 11 additions & 8 deletions back/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cms.dgrebb.com",
"version": "3.18.6",
"version": "3.18.7",
"private": true,
"description": "cms.dgrebb.com",
"license": "MIT",
Expand All @@ -15,13 +15,13 @@
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-color-picker": "4.20.2",
"@strapi/plugin-i18n": "4.20.2",
"@strapi/plugin-sentry": "4.20.2",
"@strapi/plugin-color-picker": "4.21.1",
"@strapi/plugin-i18n": "4.21.1",
"@strapi/plugin-sentry": "4.21.1",
"@strapi/plugin-seo": "^1.9.8",
"@strapi/plugin-users-permissions": "4.20.2",
"@strapi/provider-upload-aws-s3": "4.20.2",
"@strapi/strapi": "4.20.2",
"@strapi/plugin-users-permissions": "4.21.1",
"@strapi/provider-upload-aws-s3": "4.21.1",
"@strapi/strapi": "4.21.1",
"pg": "^8.11.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -43,7 +43,10 @@
},
"pnpm": {
"overrides": {
"vite@<5.0.12": ">=5.0.12"
"vite@<5.0.12": ">=5.0.12",
"webpack-dev-middleware@<6.1.2": ">=6.1.2",
"follow-redirects@<1.15.6": ">=1.15.6",
"sanitize-html@<2.12.1": ">=2.12.1"
}
}
}
Loading
Loading