Skip to content

Commit 7fc3dfc

Browse files
committed
Update dependencies
1 parent bcf52b6 commit 7fc3dfc

17 files changed

Lines changed: 3020 additions & 1607 deletions

File tree

.eslintignore

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

.eslintrc.js

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

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
runs-on: windows-2022
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
- name: Setup node
31-
uses: actions/setup-node@v4
31+
uses: actions/setup-node@v5
3232
with:
3333
node-version: '22'
3434
registry-url: 'https://registry.npmjs.org'
@@ -59,11 +59,11 @@ jobs:
5959
- name: Create GitHub Pages Output
6060
run: powershell .\BuildTools\ghpages.ps1
6161
- name: Upload artifact
62-
uses: actions/upload-pages-artifact@v3
62+
uses: actions/upload-pages-artifact@v4
6363
with:
6464
path: './ghpagesbuild'
6565
- name: Setup Pages
66-
uses: actions/configure-pages@v4
66+
uses: actions/configure-pages@v5
6767
- name: Deploy to GitHub Pages
6868
id: deployment
6969
uses: actions/deploy-pages@v4

Bootstrap/Bootstrap.gcomp/Support/Bootstrap.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
'use strict';
33

44
// Restore any previously imported jquery versions
5-
// eslint-disable-next-line id-length
65
const $ = window.$.noConflict(true);
76

87
// Currently the idea is have a single global navbar

BuildTools/periodic-screenshot/.eslintrc.js

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

IntegrationTest/spec/.eslintrc.js

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

Map/Leaflet.gcomp/Support/.eslintrc.js

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

Perspective/Perspective.gcomp/Support/.eslintrc.js

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

SynchronousImage/SynchronousImage.gcomp/Support/SynchronousImage.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44
const getObjectfit = function (stretch) {
55
switch (stretch) {
6-
case 'No image scaling':
7-
return 'none';
8-
case 'Fit image in space':
9-
return 'contain';
10-
case 'Fill but maintain aspect ratio':
11-
return 'cover';
12-
case 'Stretch to fill space':
13-
return 'fill';
14-
default:
15-
throw new Error(`Invalid stretch mode: ${stretch}`);
6+
case 'No image scaling':
7+
return 'none';
8+
case 'Fit image in space':
9+
return 'contain';
10+
case 'Fill but maintain aspect ratio':
11+
return 'cover';
12+
case 'Stretch to fill space':
13+
return 'fill';
14+
default:
15+
throw new Error(`Invalid stretch mode: ${stretch}`);
1616
}
1717
};
1818

VireoPatch/VireoPatch.gcomp/Support/.eslintrc.js

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

0 commit comments

Comments
 (0)