mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-02-23 03:45:47 -05:00
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [happy-dom](https://github.com/capricorn86/happy-dom) | devDependencies | minor | [`16.3.0` -> `16.8.1`](https://renovatebot.com/diffs/npm/happy-dom/16.3.0/16.8.1) | --- ### Release Notes <details> <summary>capricorn86/happy-dom (happy-dom)</summary> ### [`v16.8.1`](https://github.com/capricorn86/happy-dom/releases/tag/v16.8.1) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v16.8.0...v16.8.1) ##### 👷♂️ Patch fixes - Handle non-string values gracefully when removing an attribute - By **[@​OlaviSau](https://github.com/OlaviSau)** in task [#​1706](https://github.com/capricorn86/happy-dom/issues/1706) ### [`v16.8.0`](https://github.com/capricorn86/happy-dom/releases/tag/v16.8.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v16.7.3...v16.8.0) ##### 🎨 Features - Add support for `insertRow()` and `deleteRow()` to `HTMLTableSectionElement` - By **[@​christiango](https://github.com/christiango)** in task [#​1708](https://github.com/capricorn86/happy-dom/issues/1708) ### [`v16.7.3`](https://github.com/capricorn86/happy-dom/releases/tag/v16.7.3) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v16.7.2...v16.7.3) ##### 👷♂️ Patch fixes - Removes space from directory name that prevents the repo to be cloned on MS Windows - By **[@​kleinfreund](https://github.com/kleinfreund)** in task [#​1703](https://github.com/capricorn86/happy-dom/issues/1703) ### [`v16.7.2`](https://github.com/capricorn86/happy-dom/releases/tag/v16.7.2) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v16.7.1...v16.7.2) ##### 👷♂️ Patch fixes - Ignore invalid cookies in CookieContainer - By **[@​capricorn86](https://github.com/capricorn86)** in task [#​1693](https://github.com/capricorn86/happy-dom/issues/1693) ### [`v16.7.1`](https://github.com/capricorn86/happy-dom/releases/tag/v16.7.1) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v16.7.0...v16.7.1) ##### 👷♂️ Patch fixes - Adds `ICookie`, `IOptionalCookie`, `CookieSameSiteEnum` and `IVirtualServer` as exports to the index file - By **[@​capricorn86](https://github.com/capricorn86)** in task [#​1693](https://github.com/capricorn86/happy-dom/issues/1693) - Makes non-mandatory cookie properties optional in `CookieContainer.addCookies()` - By **[@​capricorn86](https://github.com/capricorn86)** in task [#​1693](https://github.com/capricorn86/happy-dom/issues/1693) ### [`v16.7.0`](https://github.com/capricorn86/happy-dom/releases/tag/v16.7.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v16.6.0...v16.7.0) ##### 🎨 Features - Adds support for simulating local HTTP servers that serves files from the local file system - By **[@​capricorn86](https://github.com/capricorn86)** in task [#​1688](https://github.com/capricorn86/happy-dom/issues/1688) - Read more about virtual servers in the [Wiki](https://github.com/capricorn86/happy-dom/wiki/IVirtualServer) ### [`v16.6.0`](https://github.com/capricorn86/happy-dom/releases/tag/v16.6.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v16.5.3...v16.6.0) ##### 🎨 Features - Adds support for subsequent sibling combinator to `querySelector()`, `querySelectorAll()` and `matches()` (e.g. ".a ~ .b") - By **[@​karpiuMG](https://github.com/karpiuMG)** in task [#​1683](https://github.com/capricorn86/happy-dom/issues/1683) ### [`v16.5.3`](https://github.com/capricorn86/happy-dom/releases/tag/v16.5.3) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v16.5.2...v16.5.3) ##### 👷♂️ Patch fixes - Fixes problem with encoding and decoding attribute values in HTML - By **[@​capricorn86](https://github.com/capricorn86)** in task [#​1678](https://github.com/capricorn86/happy-dom/issues/1678) - Fixes issue where it was not possible to query selector by class when the attribute value had line breaks in it - By **[@​capricorn86](https://github.com/capricorn86)** in task [#​1678](https://github.com/capricorn86/happy-dom/issues/1678) ### [`v16.5.2`](https://github.com/capricorn86/happy-dom/releases/tag/v16.5.2) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v16.5.1...v16.5.2) ##### 👷♂️ Patch fixes - `Event.target` should be the target element after an event has been dispatched - By **[@​capricorn86](https://github.com/capricorn86)** in task [#​1529](https://github.com/capricorn86/happy-dom/issues/1529) ### [`v16.5.1`](https://github.com/capricorn86/happy-dom/releases/tag/v16.5.1) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v16.5.0...v16.5.1) ##### 👷♂️ Patch fixes - Fixes issue where `Comment`, `Text` and `DocumentFragment` are not instances of their corresponding property on `Window` - By **[@​capricorn86](https://github.com/capricorn86)** in task [#​1577](https://github.com/capricorn86/happy-dom/issues/1577) ### [`v16.5.0`](https://github.com/capricorn86/happy-dom/releases/tag/v16.5.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v16.4.3...v16.5.0) ##### 🎨 Features - Adds property `GlobalRegistrator.isRegistered` - By **[@​capricorn86](https://github.com/capricorn86)** in task [#​1670](https://github.com/capricorn86/happy-dom/issues/1670) ### [`v16.4.3`](https://github.com/capricorn86/happy-dom/releases/tag/v16.4.3) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v16.4.2...v16.4.3) ##### 👷♂️ Patch fixes - Adds null check for if browser frame is available in `Response` during tear down of the `Window` - By **[@​capricorn86](https://github.com/capricorn86)** in task [#​1669](https://github.com/capricorn86/happy-dom/issues/1669) ### [`v16.4.2`](https://github.com/capricorn86/happy-dom/releases/tag/v16.4.2) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v16.4.1...v16.4.2) ##### 👷♂️ Patch fixes - Support using URL as an object for URL:s when using the Browser API - By **[@​capricorn86](https://github.com/capricorn86)** in task [#​1664](https://github.com/capricorn86/happy-dom/issues/1664) ### [`v16.4.1`](https://github.com/capricorn86/happy-dom/releases/tag/v16.4.1) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v16.4.0...v16.4.1) ##### 👷♂️ Patch fixes - Fixes issue where HTML assigned to `document.documentElement.innerHTML` isnt parsed correctly since v16 - By **[@​capricorn86](https://github.com/capricorn86)** in task [#​1663](https://github.com/capricorn86/happy-dom/issues/1663) ### [`v16.4.0`](https://github.com/capricorn86/happy-dom/releases/tag/v16.4.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v16.3.0...v16.4.0) ##### 🎨 Features - Allow fetch to be intercepted and modified by sending in an interceptor as a setting - By **[@​OlaviSau](https://github.com/OlaviSau)** in task [#​1502](https://github.com/capricorn86/happy-dom/issues/1502) - Read more about this in the Wiki at [IFetchInterceptor](https://github.com/capricorn86/happy-dom/wiki/IFetchInterceptor) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), Automerge - "* 0-3 * * *" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMzYuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEzNi4xIiwidGFyZ2V0QnJhbmNoIjoiZm9yZ2VqbyIsImxhYmVscyI6WyJkZXBlbmRlbmN5LXVwZ3JhZGUiLCJ0ZXN0L25vdC1uZWVkZWQiXX0=--> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6757 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org> Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
105 lines
3.3 KiB
JSON
105 lines
3.3 KiB
JSON
{
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">= 18.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@citation-js/core": "0.7.14",
|
|
"@citation-js/plugin-bibtex": "0.7.16",
|
|
"@citation-js/plugin-software-formats": "0.6.1",
|
|
"@github/markdown-toolbar-element": "2.2.3",
|
|
"@github/quote-selection": "2.1.0",
|
|
"@github/relative-time-element": "4.4.5",
|
|
"@github/text-expander-element": "2.8.0",
|
|
"@mcaptcha/vanilla-glue": "0.1.0-alpha-3",
|
|
"@primer/octicons": "19.14.0",
|
|
"ansi_up": "6.0.2",
|
|
"asciinema-player": "3.8.2",
|
|
"chart.js": "4.4.5",
|
|
"chartjs-adapter-dayjs-4": "1.0.4",
|
|
"chartjs-plugin-zoom": "2.2.0",
|
|
"clippie": "4.1.1",
|
|
"css-loader": "7.0.0",
|
|
"dayjs": "1.11.12",
|
|
"dropzone": "6.0.0-beta.2",
|
|
"easymde": "2.18.0",
|
|
"esbuild-loader": "4.2.2",
|
|
"escape-goat": "4.0.0",
|
|
"fast-glob": "3.3.3",
|
|
"htmx.org": "1.9.12",
|
|
"idiomorph": "0.3.0",
|
|
"jquery": "3.7.1",
|
|
"katex": "0.16.21",
|
|
"mermaid": "11.4.1",
|
|
"mini-css-extract-plugin": "2.9.2",
|
|
"minimatch": "10.0.1",
|
|
"monaco-editor": "0.52.2",
|
|
"monaco-editor-webpack-plugin": "7.1.0",
|
|
"pdfobject": "2.3.0",
|
|
"postcss": "8.5.1",
|
|
"postcss-loader": "8.1.1",
|
|
"postcss-nesting": "13.0.1",
|
|
"pretty-ms": "9.0.0",
|
|
"sortablejs": "1.15.6",
|
|
"swagger-ui-dist": "5.17.14",
|
|
"tailwindcss": "3.4.17",
|
|
"throttle-debounce": "5.0.0",
|
|
"tinycolor2": "1.6.0",
|
|
"tippy.js": "6.3.7",
|
|
"toastify-js": "1.12.0",
|
|
"tributejs": "5.1.3",
|
|
"uint8-to-base64": "0.2.0",
|
|
"vanilla-colorful": "0.7.2",
|
|
"vue": "3.5.13",
|
|
"vue-chartjs": "5.3.1",
|
|
"vue-loader": "17.4.2",
|
|
"vue3-calendar-heatmap": "2.0.5",
|
|
"webpack": "5.97.1",
|
|
"webpack-cli": "6.0.1",
|
|
"wrap-ansi": "9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@axe-core/playwright": "4.10.1",
|
|
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
|
|
"@playwright/test": "1.49.1",
|
|
"@stoplight/spectral-cli": "6.14.2",
|
|
"@stylistic/eslint-plugin-js": "2.12.1",
|
|
"@stylistic/stylelint-plugin": "3.1.1",
|
|
"@typescript-eslint/parser": "8.18.2",
|
|
"@vitejs/plugin-vue": "5.1.5",
|
|
"@vitest/coverage-v8": "2.1.8",
|
|
"@vitest/eslint-plugin": "1.1.22",
|
|
"@vue/test-utils": "2.4.6",
|
|
"eslint": "9.17.0",
|
|
"eslint-import-resolver-typescript": "3.7.0",
|
|
"eslint-plugin-array-func": "5.0.2",
|
|
"eslint-plugin-import-x": "4.6.1",
|
|
"eslint-plugin-no-jquery": "3.1.0",
|
|
"eslint-plugin-no-use-extend-native": "0.7.2",
|
|
"eslint-plugin-playwright": "2.1.0",
|
|
"eslint-plugin-regexp": "2.7.0",
|
|
"eslint-plugin-sonarjs": "3.0.1",
|
|
"eslint-plugin-unicorn": "56.0.1",
|
|
"eslint-plugin-vitest-globals": "1.5.0",
|
|
"eslint-plugin-vue": "9.32.0",
|
|
"eslint-plugin-vue-scoped-css": "2.9.0",
|
|
"eslint-plugin-wc": "2.2.0",
|
|
"globals": "15.14.0",
|
|
"happy-dom": "16.8.1",
|
|
"license-checker-rseidelsohn": "4.4.2",
|
|
"markdownlint-cli": "0.43.0",
|
|
"postcss-html": "1.8.0",
|
|
"stylelint": "16.12.0",
|
|
"stylelint-declaration-block-no-ignored-properties": "2.8.0",
|
|
"stylelint-declaration-strict-value": "1.10.6",
|
|
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
|
"svgo": "3.2.0",
|
|
"typescript": "5.7.3",
|
|
"typescript-eslint": "8.18.2",
|
|
"vite-string-plugin": "1.3.4",
|
|
"vitest": "2.1.8"
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
]
|
|
}
|