Skip to content

Commit a1fcb1c

Browse files
Update JS dependencies (#22538)
- Update all JS dependencies - Add new eslint rules - Rebuild SVGs - Tested citation and build SVG changes are because of primer/octicons#883. Co-authored-by: techknowlogick <[email protected]>
1 parent f417157 commit a1fcb1c

File tree

294 files changed

+1260
-1538
lines changed

Some content is hidden

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

294 files changed

+1260
-1538
lines changed

.drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ steps:
555555

556556
# TODO: We should probably build all dependencies into a test image
557557
- name: test-e2e
558-
image: mcr.microsoft.com/playwright:v1.29.0-focal
558+
image: mcr.microsoft.com/playwright:v1.29.2-focal
559559
commands:
560560
- curl -sLO https://go.dev/dl/go1.19.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.19.linux-amd64.tar.gz
561561
- groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea

.eslintrc.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ rules:
8484
id-length: [0]
8585
id-match: [0]
8686
implicit-arrow-linebreak: [0]
87+
import/consistent-type-specifier-style: [0]
8788
import/default: [0]
8889
import/dynamic-import-chunkname: [0]
8990
import/export: [2]
@@ -103,6 +104,7 @@ rules:
103104
import/no-default-export: [0]
104105
import/no-deprecated: [0]
105106
import/no-dynamic-require: [0]
107+
import/no-empty-named-blocks: [2]
106108
import/no-extraneous-dependencies: [2]
107109
import/no-import-module-exports: [0]
108110
import/no-internal-modules: [0]

0 commit comments

Comments
 (0)