Migrate pdc dashboard to v5#1399
Open
AliKdhim87 wants to merge 43 commits intodevelopment-strapi-v5from
Open
Conversation
…are migrating to Strapi v5
this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
this plugin was a proof of concept this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
e2c0c59 to
c94abd4
Compare
e02c5a1 to
87615c9
Compare
3d48665 to
be8d0b6
Compare
e70d73e to
7d42a56
Compare
7d42a56 to
f755b33
Compare
f755b33 to
d4ff492
Compare
d4ff492 to
facb9e2
Compare
…owser/test environments In Node.js environments there is no global `window`, so DOMPurify requires a jsdom instance to function. However, unconditionally calling `new JSDOM()` pulls in jsdom's pure-ESM dependency chain (@exodus/bytes via html-encoding-sniffer), which breaks Jest's CommonJS runtime with "require() of ES Module not supported". The fix checks for a global `window` before instantiating jsdom. In Jest (testEnvironment: 'jsdom') and browser environments, DOMPurify uses the existing global window. In Node.js, it falls back to creating a jsdom instance as before.
…is unavailable Unconditionally calling `new JSDOM()` pulled in a pure-ESM dependency chain that broke Jest after migrating to pnpm and Node.js 24. Falls back to jsdom only in Node.js environments where no global window exists. Also removes redundant lodash memoize as getPurify() is called once at module load time.
facb9e2 to
9cc92f2
Compare
…rc in production CSP remove INLINE from kcmSurvey.style-src to avoid 'unsafe-inline' in generated CSP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.