v10: Backoffice JS updates (#14406)

* update @umbraco-ui/uui to 1.3.0

* update ace editor to 1.22.1

* update diff to 5.1.0

* update autoprefixer to 10.4.14

* update underscore to 1.13.6

* update jQuery to 3.7.0

* fix pr-first-response workflow
This commit is contained in:
Jacob Overgaard
2023-06-20 09:24:07 +02:00
committed by GitHub
parent 9a3e655645
commit 89d104e176
3 changed files with 1023 additions and 1016 deletions

View File

@@ -11,15 +11,10 @@ jobs:
issues: write
pull-requests: write
steps:
- name: Install dependencies
run: |
npm install node-fetch@2
- name: Fetch random comment 🗣️ and add it to the PR
uses: actions/github-script@v6
with:
script: |
const fetch = require('node-fetch')
const response = await fetch('https://collaboratorsv2.euwest01.umbraco.io/umbraco/api/comments/PostComment', {
method: 'post',
body: JSON.stringify({
@@ -46,13 +41,13 @@ jobs:
});
} else {
console.log("Returned data not indicate success.");
if(response.status !== 200) {
console.log("Status code:", response.status)
}
console.log("Returned data:", data);
if(data === '') {
console.log("An empty response usually indicates that either no comment was found or the actor user was not eligible for getting an automated response (HQ users are not getting auto-responses).")
}

File diff suppressed because it is too large Load Diff

View File

@@ -18,9 +18,9 @@
},
"dependencies": {
"@microsoft/signalr": "6.0.9",
"@umbraco-ui/uui": "1.2.1",
"@umbraco-ui/uui-css": "1.2.1",
"ace-builds": "1.10.1",
"@umbraco-ui/uui": "1.3.0",
"@umbraco-ui/uui-css": "1.3.0",
"ace-builds": "1.22.1",
"angular": "1.8.3",
"angular-animate": "1.8.3",
"angular-aria": "1.8.3",
@@ -39,10 +39,10 @@
"bootstrap-social": "5.1.1",
"chart.js": "^2.9.3",
"clipboard": "2.0.11",
"diff": "5.0.0",
"diff": "5.1.0",
"flatpickr": "4.6.13",
"font-awesome": "4.7.0",
"jquery": "3.6.1",
"jquery": "3.7.0",
"jquery-ui-dist": "1.13.2",
"jquery-ui-touch-punch": "0.2.3",
"lazyload-js": "1.0.0",
@@ -52,13 +52,13 @@
"spectrum-colorpicker2": "2.0.9",
"tinymce": "4.9.11",
"typeahead.js": "0.11.1",
"underscore": "1.13.4",
"underscore": "1.13.6",
"wicg-inert": "3.1.2"
},
"devDependencies": {
"@babel/core": "7.19.1",
"@babel/preset-env": "7.19.1",
"autoprefixer": "10.4.4",
"autoprefixer": "10.4.14",
"cssnano": "5.1.13",
"gulp": "4.0.2",
"gulp-angular-embed-templates": "2.3.0",