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

chore(deps): update all dependencies #87

Merged
merged 1 commit into from
Nov 11, 2024
Merged

chore(deps): update all dependencies #87

merged 1 commit into from
Nov 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 22.8.6 -> 22.9.0 age adoption passing confidence
happy-dom 15.8.0 -> 15.11.0 age adoption passing confidence

Release Notes

capricorn86/happy-dom (happy-dom)

v15.11.0

Compare Source

🎨 Features

v15.10.8

Compare Source

👷‍♂️ Patch fixes
  • Validate that object is of type Blob in FileReader.readAsArrayBuffer(), FileReader.readAsBinaryString(), FileReader.readAsDataURL() and FileReader.readAsText() - By @​btea in task #​1565

v15.10.7

Compare Source

👷‍♂️ Patch fixes
  • Cookies with values that contains "=" should be supported - By @​btea in task #​1570

v15.10.6

Compare Source

👷‍♂️ Patch fixes
  • Accept objects with a stringifier (such as a URL object) in Location.assign() and Location.replace() - By @​silverwind in task #​1568

v15.10.5

Compare Source

👷‍♂️ Patch fixes
  • Fixes incorrect serialization of special characters in raw text elements such as <script> and <style> - By @​BenjaminAster in task #​1566

v15.10.4

Compare Source

👷‍♂️ Patch fixes

v15.10.3

Compare Source

👷‍♂️ Patch fixes
  • Allow to set custom export conditions in @happy-dom/jest-environment - By @​aearly in task #​1555

v15.10.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes a security vulnerability that allowed for server side code to be executed by a <script> tag - By @​capricorn86 in task #​1585
    • There was a case that was missed with the first patch

v15.10.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes a security vulnerability that allowed for server side code to be executed by a <script> tag - By @​capricorn86 in task #​1585

v15.10.0

Compare Source

🎨 Features
  • Adds a new setting called disableSameOriginPolicy that makes it possible to bypass the same-origin policy in fetch requests - By @​OlaviSau in task #​1553

v15.9.0

Compare Source

🎨 Features
  • Adds support for "aspect-ratio" to CSSStyleDeclaration - By @​yinm in task #​1147

v15.8.5

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where Node.getRootNode() returned null when it was within a ShadowRoot that previously been disconnected from the Document - By @​capricorn86 in task #​1581

v15.8.4

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where child nodes of HTMLSelectElement and HTMLFormElement had the wrong reference to the parent - By @​capricorn86 in task #​1578

v15.8.3

Compare Source

👷‍♂️ Patch fixes
  • Toggle "open" attribute on HTMLDetailsElement when dispatching a click event on a summary element which is a child of the details element - By @​mikedidomizio in task #​1534

v15.8.2

Compare Source

👷‍♂️ Patch fixes
  • Use globalThis instead of global to make Happy DOM work in other runtimes such as Cloudflare workers - By @​mattallty in task #​1546

v15.8.1

Compare Source

👷‍♂️ Patch fixes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Helsinki, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

Coverage Summary

Status Category Percentage Covered / Total
🔵 Lines 35.45% 189 / 533
🔵 Statements 35.45% 189 / 533
🔵 Functions 57.69% 15 / 26
🔵 Branches 70.96% 44 / 62
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
.eslintrc.cjs 0% 0% 0% 0% 1-29
playwright.config.ts 0% 0% 0% 0% 1-2, 4-7, 12-13, 15, 17, 19-23, 25-55, 57
vite.config.ts 0% 0% 0% 0% 1-4, 6-37
dist/index.cjs 0% 0% 0% 0% 1-3
dist/index.d.ts 0% 0% 0% 0% 1
dist/index.js 0% 0% 0% 0% 1-3, 5-134
src/Dev.vue 0% 0% 0% 0% 1-4, 6-9, 11-12, 14-17, 19-23, 25-28, 30-33, 35-38, 40-43, 45-48, 50-53, 55-58, 61, 63-71
src/dev.ts 0% 0% 0% 0% 1-2, 4
src/index.ts 84.51% 81.57% 93.33% 84.51% 37-38, 50-51, 83, 95-100, 105-106, 164-172, 177-178
src/loggertest.ts 0% 0% 0% 0% 1, 3-4
src/testfn.ts 0% 0% 0% 0% 1, 3-7
src/types.ts 100% 100% 100% 100%
src/vue.ts 96.22% 92.3% 100% 96.22% 57-58

@renovate renovate bot merged commit ebd17c4 into main Nov 11, 2024
3 checks passed
@renovate renovate bot deleted the renovate/all branch November 11, 2024 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants