cv-frontend-vue
cv-frontend-vue copied to clipboard
build(deps-dev): bump happy-dom from 14.12.3 to 20.0.2
Bumps happy-dom from 14.12.3 to 20.0.2.
Release notes
Sourced from happy-dom's releases.
v20.0.2
:construction_worker_man: Patch fixes
- Adds frozen intrinsics flag to workers in
@happy-dom/server-renderer- By@capricorn86in task #1934v20.0.1
:construction_worker_man: Patch fixes
- Adds warning for environment with unfrozen intrinsics (builtins) when JavaScript evaluation is enabled- By
@capricorn86in task #1932
- A security advisory has been reported showing that the recommended preventive measure of running Node.js with
--disallow-code-generation-from-stringswasn't enough to protect against attackers escaping the VM context and accessing process-level functions. Big thanks to@cristianstaicufor reporting this!- The documentation for how to run Happy DOM with JavaScript evaluation enabled in a safer way has been updated. Read more about it in the Wiki
v20.0.0
I avoid making breaking changes as much as possible in Happy DOM. When I have to make a breaking change, I try to keep it as minimal as possible. This could be a breaking change that impacts many projects, and I am truly sorry if you are negatively affected by this.
:bomb: Breaking Changes
- Due to security risks, JavaScript evaluation is now disabled by default - By
@capricorn86in task #1930
- A security advisory (GHSA-37j7-fg3j-429f) has been reported that shows a security vulnerability where it's possible to escape the VM context and get access to process level functionality. Big thanks to
@Mas0nShifor reporting this!- Due to this security risk, JavaScript evaluation is now disabled by default to prevent that consumers accidentally executes untrusted code without taking precautions
- JavaScript evaluation can be enabled by setting enableJavaScriptEvaluation to "true". Read more about how to enable this in a safer way in the Wiki
v19.0.2
:construction_worker_man: Patch fixes
- Fixes issue related to CSS pseudo selector
:scopethat didn't work correctly for direct descendants to root - By@capricorn86in task #1620v19.0.1
:construction_worker_man: Patch fixes
- Fixes issue with sending in URLs as string in
@happy-dom/server-rendererconfig using CLI - By@capricorn86in task #1908v19.0.0
:bomb: Breaking Changes
- Removes support for CommonJS - By
@capricorn86in task #1730
- Support for CommonJS is no longer needed as Node.js v18 is deprecated and v20 and above supports loading ES modules from CommonJS using
require()- Updates Jest to v30 in the
@happy-dom/jest-environmentpackage - By@capricorn86in task #1730- Makes Jest packages peer dependencies to make it easier to align versions with the project using
@happy-dom/jest-environment- By@capricorn86in task #1730:art: Features
- Adds a new package called
@happy-dom/server-renderer- By@capricorn86in task #1730
- This package provides a simple way to statically render (SSG) or server-side render (SSR) your client-side application
- Read more in the Wiki under Server-Renderer
- Adds support for
import.metato the ESM compiler - By@capricorn86in task #1730- Adds support for the CSS pseudo selector
:scope- By@capricorn86in task #1620- Improves support for
MediaList- By@capricorn86in task #1730- Adds support for
CSSKeywordValue,CSSStyleValue,StylePropertyMap,StylePropertyMap,StylePropertyMapReadOnly- By@capricorn86in task #1730- Improves debug information in the ESM compiler - By
@capricorn86in task #1730- Adds validation of browser settings when creating a new
Browserinstance - By@capricorn86in task #1730- Adds support for the browser setting navigation.beforeContentCallback which makes it possible to inject event listeners or logic before content is loaded to the document when navigating a browser frame - By
@capricorn86in task #1730- Adds support for the browser setting fetch.requestHeaders which provides with a declarative and simple way to add request headers - By
@capricorn86in task #1730- Adds support for setting an object to timer.preventTimerLoops which makes it possible to define different settings for
setTimeout()andrequestAnimationFrame()- By@capricorn86in task #1730- Adds support for the browser setting viewport which makes it possible to define a default viewport size - By
@capricorn86in task #1730
... (truncated)
Commits
f4bd4ebfix: #0 Adds frozen intrinsics flag to server-renderer workers (#1934)f45d92efix: #0 Adds warning for environemnt with unfrozen builtins (#1932)819d15bBREAKING CHANGE: #0 Changes JavaScript evaluation to be disabled by default...c80a08ffix: #1620 Fixes issue related to CSS pseudo selector :scope (#1911)220df23fix: #1908 Fixes issue with sending in URLs as string in server-renderer co...9849f8bchore: #1906 Fixes failing unit test caused by package version (#1907)48d174echore: #1904 Updates conventional commit package (#1905)275efe5BREAKING CHANGE: #1620 Release v18.0.0cf74f5ffix: #1841 Addresses an issue where an error occurred if the Element ID was...bfd0fffchore: #1154 Fixes failing unit test (#1843)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Deploy Preview for circuitverse ready!
| Name | Link |
|---|---|
| Latest commit | 1121ca2dd3802b46936875be623c7727a98e9c02 |
| Latest deploy log | https://app.netlify.com/projects/circuitverse/deploys/68f006072cad0b0007cffeb4 |
| Deploy Preview | https://deploy-preview-660--circuitverse.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
Lighthouse |
1 paths audited Performance: 40 (🔴 down 5 from production) Accessibility: 73 (no change from production) Best Practices: 92 (no change from production) SEO: 82 (no change from production) PWA: - View the detailed breakdown and full score reports |
To edit notification comments on pull requests, go to your Netlify project configuration.
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
Comment @coderabbitai help to get the list of available commands and usage tips.
