Skip to content

Commit

Permalink
Update deps & company name
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed Aug 6, 2024
1 parent f684dea commit 0e19a03
Show file tree
Hide file tree
Showing 97 changed files with 349 additions and 405 deletions.
11 changes: 11 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
last 2 versions
not dead
>1%
Chrome >= 73
ChromeAndroid >= 73
Edge >= 79
Firefox >= 65
FirefoxAndroid >= 65
iOS >= 15
Opera >= 60
Safari >= 15
14 changes: 13 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright © 2024 Exact Realty Limited. All rights reserved.
/* Copyright © 2024 Apeleg Limited. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License") with LLVM
* exceptions; you may not use this file except in compliance with the
Expand Down Expand Up @@ -69,6 +69,18 @@ module.exports = {
'@typescript-eslint/naming-convention': 'off',
},
},
{
files: ['*.json', 'closure-externs.js'],
rules: {
'@typescript-eslint/no-unused-expressions': 'off',
},
},
{
files: ['*.cjs', '*.cts'],
rules: {
'@typescript-eslint/no-require-imports': 'off',
},
},
{
files: ['*.svelte'],
parser: 'svelte-eslint-parser',
Expand Down
15 changes: 7 additions & 8 deletions .github/workflows/virustotal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ jobs:
virustotal:
runs-on: ubuntu-latest
steps:
-
name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@92a6081d9aab8f8ef3d9081e8bb264aaccc9e74d
with:
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
files: |
*
update_release_body: true
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@92a6081d9aab8f8ef3d9081e8bb264aaccc9e74d
with:
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
files: |
*
update_release_body: true
2 changes: 1 addition & 1 deletion .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright © 2024 Exact Realty Limited. All rights reserved.
/* Copyright © 2024 Apeleg Limited. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License") with LLVM
* exceptions; you may not use this file except in compliance with the
Expand Down
2 changes: 1 addition & 1 deletion @types/buildtimeSettings/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright © 2021 Exact Realty Limited.
/* Copyright © 2021 Apeleg Limited.
*
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion @types/inline/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright © 2024 Exact Realty Limited. All rights reserved.
/* Copyright © 2024 Apeleg Limited. All rights reserved.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
Expand Down
2 changes: 1 addition & 1 deletion @types/json/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright © 2021 Exact Realty Limited.
/* Copyright © 2021 Apeleg Limited.
*
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion @types/legacy/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright © 2024 Exact Realty Limited. All rights reserved.
/* Copyright © 2024 Apeleg Limited. All rights reserved.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
Expand Down
2 changes: 1 addition & 1 deletion @types/svelte/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright © 2021 Exact Realty Limited.
/* Copyright © 2021 Apeleg Limited.
*
* All rights reserved.
*
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ security updates.
- Opera: ✅️ 60–
- Pale Moon: ❌ Not supported [yet](https://repo.palemoon.org/MoonchildProductions/UXP/issues/2534)
- Safari: ✅️ 15–
- SeaMonkey: ✅️ 2.53.18–

## ⚡ Performance

Expand Down
2 changes: 1 addition & 1 deletion closure-externs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright © 2024 Exact Realty Limited. All rights reserved.
/* Copyright © 2024 Apeleg Limited. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License") with LLVM
* exceptions; you may not use this file except in compliance with the
Expand Down
4 changes: 2 additions & 2 deletions esbuild.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node

/* Copyright © 2024 Exact Realty Limited. All rights reserved.
/* Copyright © 2024 Apeleg Limited. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License") with LLVM
* exceptions; you may not use this file except in compliance with the
Expand Down Expand Up @@ -28,7 +28,7 @@ import fs from 'node:fs/promises';
import { join } from 'node:path';
import vm from 'node:vm';
import postcssCssVariables from 'postcss-css-variables';
import sveltePreprocess from 'svelte-preprocess';
import { sveltePreprocess } from 'svelte-preprocess';
import tailwindcss from 'tailwindcss';
import packageJson from './package.json' with { type: 'json' };
import tailwindConfig from './tailwind.config.mjs';
Expand Down
Loading

0 comments on commit 0e19a03

Please sign in to comment.