diff options
author | Rini <rini@rinici.de> | 2023-08-10 00:17:49 +0000 |
---|---|---|
committer | Ven <ven@noreply.codeberg.org> | 2023-08-10 00:17:49 +0000 |
commit | 8b6c8bc0ecedfea82370a253050657e5ca9d48f1 (patch) | |
tree | ad9d718a7a9fc6099b532705342b30d07c8be55b /pnpm-lock.yaml | |
parent | 1a62249da6bd75981a75c6c7ce09e946336fc88e (diff) | |
download | Vencord-8b6c8bc0ecedfea82370a253050657e5ca9d48f1.tar.gz Vencord-8b6c8bc0ecedfea82370a253050657e5ca9d48f1.tar.bz2 Vencord-8b6c8bc0ecedfea82370a253050657e5ca9d48f1.zip |
chore: transition to shorter license headers (#6)
Transition from the GPL jumpscare to a more concise header:
/*
* Vencord, a Discord client mod
* Copyright (c) 2023 Vendicated and contributors
*
* SPDX-License-Identifier: GPL-3.0
*/
Old files still keep the old headers, while eslint will now autofix the new header
Reviewed-on: https://codeberg.org/Ven/cord/pulls/6
Co-authored-by: Rini <rini@rinici.de>
Co-committed-by: Rini <rini@rinici.de>
Diffstat (limited to 'pnpm-lock.yaml')
-rw-r--r-- | pnpm-lock.yaml | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c437371..8523f7b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,9 +1,16 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + patchedDependencies: eslint-plugin-path-alias@1.0.0: hash: m6sma4g6bh67km3q6igf6uxaja path: patches/eslint-plugin-path-alias@1.0.0.patch + eslint-plugin-simple-header@1.0.1: + hash: ej6cxkrs2np2767qe2tatjdt54 + path: patches/eslint-plugin-simple-header@1.0.1.patch eslint@8.28.0: hash: 7wc6icvgtg3uswirb5tpsbjnbe path: patches/eslint@8.28.0.patch @@ -15,6 +22,9 @@ dependencies: '@vap/shiki': specifier: 0.10.5 version: 0.10.5 + eslint-plugin-simple-header: + specifier: ^1.0.1 + version: 1.0.1(patch_hash=ej6cxkrs2np2767qe2tatjdt54) fflate: specifier: ^0.7.4 version: 0.7.4 @@ -65,9 +75,6 @@ devDependencies: eslint-import-resolver-alias: specifier: ^1.1.2 version: 1.1.2 - eslint-plugin-header: - specifier: ^3.1.1 - version: 3.1.1(eslint@8.28.0) eslint-plugin-path-alias: specifier: ^1.0.0 version: 1.0.0(patch_hash=m6sma4g6bh67km3q6igf6uxaja)(eslint@8.28.0) @@ -1446,17 +1453,6 @@ packages: optional: true dev: true - /eslint-plugin-header@3.1.1(eslint@8.28.0): - resolution: {integrity: sha512-9vlKxuJ4qf793CmeeSrZUvVClw6amtpghq3CuWcB5cUNnWHQhgcqy5eF8oVKFk1G3Y/CbchGfEaw3wiIJaNmVg==} - peerDependencies: - eslint: '>=7.7.0' - peerDependenciesMeta: - eslint: - optional: true - dependencies: - eslint: 8.28.0(patch_hash=7wc6icvgtg3uswirb5tpsbjnbe) - dev: true - /eslint-plugin-path-alias@1.0.0(patch_hash=m6sma4g6bh67km3q6igf6uxaja)(eslint@8.28.0): resolution: {integrity: sha512-FXus57yC+Zd3sMv46pbloXYwFeNVNHJqlACr9V68FG/IzGFBBokGJpmjDbEjpt8ZCeVSndUubeDWWl2A8sCNVQ==} peerDependencies: @@ -1472,6 +1468,11 @@ packages: dev: true patched: true + /eslint-plugin-simple-header@1.0.1(patch_hash=ej6cxkrs2np2767qe2tatjdt54): + resolution: {integrity: sha512-vpTMgF7bOIflnczDmbfTKtYhjTsPLTTjv/whkh1rXtu4Jp2NtvJr57gJB8QOzNjXyh34/D/LA2NY7tZsebKoZg==} + dev: false + patched: true + /eslint-plugin-simple-import-sort@10.0.0(eslint@8.28.0): resolution: {integrity: sha512-AeTvO9UCMSNzIHRkg8S6c3RPy5YEwKWSQPx3DYghLedo2ZQxowPFLGDN1AZ2evfg6r6mjBSZSLxLFsWSu3acsw==} peerDependencies: |