Skip to content

Commit 0f19b06

Browse files
Update devDependencies (twbs#41450)
1 parent 06f4e79 commit 0f19b06

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"unicorn/prefer-array-flat": "off",
9696
"unicorn/prefer-at": "off",
9797
"unicorn/prefer-dom-node-dataset": "off",
98+
"unicorn/prefer-global-this": "off",
9899
"unicorn/prefer-module": "off",
99100
"unicorn/prefer-query-selector": "off",
100101
"unicorn/prefer-spread": "off",

js/src/util/sanitizer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ const uriAttributes = new Set([
6363
*
6464
* Shout-out to Angular https://github.com/angular/angular/blob/15.2.8/packages/core/src/sanitization/url_sanitizer.ts#L38
6565
*/
66-
// eslint-disable-next-line unicorn/better-regex
6766
const SAFE_URL_PATTERN = /^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:/?#]*(?:[/?#]|$))/i
6867

6968
const allowedAttribute = (attribute, allowedAttributeList) => {

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"eslint-plugin-html": "^8.1.2",
140140
"eslint-plugin-import": "^2.31.0",
141141
"eslint-plugin-markdown": "^5.1.0",
142-
"eslint-plugin-unicorn": "^55.0.0",
142+
"eslint-plugin-unicorn": "^56.0.1",
143143
"find-unused-sass-variables": "^6.1.0",
144144
"github-slugger": "^2.0.0",
145145
"globby": "^14.1.0",
@@ -162,7 +162,7 @@
162162
"lockfile-lint": "^4.14.1",
163163
"mime": "^4.0.7",
164164
"nodemon": "^3.1.10",
165-
"npm-run-all2": "^7.0.2",
165+
"npm-run-all2": "^8.0.1",
166166
"postcss": "^8.5.3",
167167
"postcss-cli": "^11.0.1",
168168
"prettier": "^3.5.3",

0 commit comments

Comments
 (0)