Skip to content

Commit a6175ad

Browse files
Merge branch 'stable30' into automated/noid/stable30-fix-npm-audit
2 parents 5452c41 + 2b6de3a commit a6175ad

File tree

2,356 files changed

+7847
-2294
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,356 files changed

+7847
-2294
lines changed

β€Ž.eslintrc.cjsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
module.exports = {
77
root: true,
88
extends: [
9-
'@nextcloud/eslint-config/typescript',
9+
'@nextcloud',
1010
],
1111
rules: {
1212
'@typescript-eslint/no-unused-vars': ['off'],

β€Ž.github/workflows/reuse.ymlβ€Ž

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,27 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2020

21+
- name: Read package.json node and npm engines version
22+
uses: skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4 # v3
23+
id: versions
24+
with:
25+
fallbackNode: '^20'
26+
fallbackNpm: '^10'
27+
28+
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
29+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
30+
with:
31+
node-version: ${{ steps.versions.outputs.nodeVersion }}
32+
33+
- name: Set up npm ${{ steps.versions.outputs.npmVersion }}
34+
run: npm i -g 'npm@${{ steps.versions.outputs.npmVersion }}'
35+
36+
- name: Install dependencies & build
37+
env:
38+
CYPRESS_INSTALL_BINARY: 0
39+
run: |
40+
npm ci
41+
npm run build --if-present
42+
2143
- name: REUSE Compliance Check
2244
uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0

β€Žcypress/e2e/nodes/Links.spec.jsβ€Ž

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@ describe('test link marks', function() {
2727

2828
describe('link bubble', function() {
2929

30-
function clickLink(link, options = {}) {
30+
/**
31+
* Find link and click on it
32+
*
33+
* @param {string} link The link URL
34+
* @param {object|null} options the click options
35+
*/
36+
const clickLink = (link, options = {}) => {
3137
cy.getContent()
3238
.find(`a[href*="${link}"]`)
3339
.click(options)

β€Žjs/1c-C06BLISM.chunk.mjsβ€Ž

Lines changed: 0 additions & 2 deletions
This file was deleted.

β€Žjs/1c-C06BLISM.chunk.mjs.mapβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žjs/1c-CHOg-00h.chunk.mjsβ€Ž

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SPDX-License-Identifier: BSD-3-Clause
2+
SPDX-FileCopyrightText: Josh Goebel <hello@joshgoebel.com>
3+
4+
This file is generated from multiple sources. Included packages:
5+
- highlight.js
6+
- version: 11.11.0
7+
- license: BSD-3-Clause

β€Žjs/1c-CHOg-00h.chunk.mjs.mapβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjs/1c.js-BwY5wZ8P.chunk.mjsβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import{g}from"./emoji-picker-Coav-X6q.chunk.mjs";import{a as c}from"./1c-CHOg-00h.chunk.mjs";function l(r,a){for(var i=0;i<a.length;i++){const e=a[i];if(typeof e!="string"&&!Array.isArray(e)){for(const t in e)if(t!=="default"&&!(t in r)){const n=Object.getOwnPropertyDescriptor(e,t);n&&Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}}return Object.freeze(Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}))}function o(){o.warned||(o.warned=!0,console.log('Deprecation (warning): Using file extension in specifier is deprecated, use "highlight.js/lib/languages/1c" instead of "highlight.js/lib/languages/1c.js"'))}o();var s=c;const f=g(s),d=l({__proto__:null,default:f},[s]);export{d as _};
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SPDX-License-Identifier: BSD-3-Clause
2+
SPDX-FileCopyrightText: Josh Goebel <hello@joshgoebel.com>
3+
4+
This file is generated from multiple sources. Included packages:
5+
- highlight.js
6+
- version: 11.11.0
7+
- license: BSD-3-Clause

0 commit comments

Comments
Β (0)