From 4f1c1e18e28ba6a9af6181d0c88796ff6e4fb511 Mon Sep 17 00:00:00 2001 From: "kdevbot[bot]" <155479163+kdevbot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:20:00 -0500 Subject: [PATCH 1/3] Update repository files (#442) Co-authored-by: kdevbot[bot] <155479163+kdevbot[bot]@users.noreply.github.com> --- build.js | 2 +- src/extension.ts | 2 +- src/extension/api.ts | 2 +- src/extension/config.ts | 2 +- src/extension/env.ts | 2 +- src/extension/inject.ts | 2 +- src/extension/package.ts | 2 +- src/extension/writer.ts | 2 +- src/lib/array.ts | 2 +- src/lib/css.ts | 2 +- src/lib/file.ts | 2 +- src/lib/glob.ts | 2 +- src/lib/math.ts | 2 +- src/lib/string.ts | 2 +- src/lib/vscode.ts | 2 +- src/menu/align.ts | 2 +- src/menu/blur.ts | 2 +- src/menu/file.ts | 2 +- src/menu/menu.ts | 2 +- src/menu/opacity.ts | 2 +- src/menu/repeat.ts | 2 +- src/menu/size.ts | 2 +- src/menu/time.ts | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/build.js b/build.js index 5bbc0f36..e95f55a9 100644 --- a/build.js +++ b/build.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/extension.ts b/src/extension.ts index 454ac8e7..639d7654 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/extension/api.ts b/src/extension/api.ts index e9a83efa..86ede2f8 100644 --- a/src/extension/api.ts +++ b/src/extension/api.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/extension/config.ts b/src/extension/config.ts index ecf81643..a3c356d2 100644 --- a/src/extension/config.ts +++ b/src/extension/config.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/extension/env.ts b/src/extension/env.ts index 0c65c02f..a0d77f8d 100644 --- a/src/extension/env.ts +++ b/src/extension/env.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/extension/inject.ts b/src/extension/inject.ts index babd7f50..9b8de95b 100644 --- a/src/extension/inject.ts +++ b/src/extension/inject.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/extension/package.ts b/src/extension/package.ts index 23f940c8..6f8c917e 100644 --- a/src/extension/package.ts +++ b/src/extension/package.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/extension/writer.ts b/src/extension/writer.ts index d1b05161..2e89c40e 100644 --- a/src/extension/writer.ts +++ b/src/extension/writer.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/lib/array.ts b/src/lib/array.ts index efa69b9c..876964e4 100644 --- a/src/lib/array.ts +++ b/src/lib/array.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/lib/css.ts b/src/lib/css.ts index 83111680..3c6a0e8c 100644 --- a/src/lib/css.ts +++ b/src/lib/css.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/lib/file.ts b/src/lib/file.ts index f728d71f..ba88fd86 100644 --- a/src/lib/file.ts +++ b/src/lib/file.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/lib/glob.ts b/src/lib/glob.ts index 15739eda..67386bf6 100644 --- a/src/lib/glob.ts +++ b/src/lib/glob.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/lib/math.ts b/src/lib/math.ts index d3a6a146..f655a10d 100644 --- a/src/lib/math.ts +++ b/src/lib/math.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/lib/string.ts b/src/lib/string.ts index 13960bd8..0969e7bb 100644 --- a/src/lib/string.ts +++ b/src/lib/string.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/lib/vscode.ts b/src/lib/vscode.ts index 5db3416d..ad04d3a2 100644 --- a/src/lib/vscode.ts +++ b/src/lib/vscode.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/menu/align.ts b/src/menu/align.ts index e8c7b931..ca80337a 100644 --- a/src/menu/align.ts +++ b/src/menu/align.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/menu/blur.ts b/src/menu/blur.ts index b691393b..964d78d3 100644 --- a/src/menu/blur.ts +++ b/src/menu/blur.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/menu/file.ts b/src/menu/file.ts index 7fdde194..ff03e459 100644 --- a/src/menu/file.ts +++ b/src/menu/file.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/menu/menu.ts b/src/menu/menu.ts index 34e35f52..b071f4de 100644 --- a/src/menu/menu.ts +++ b/src/menu/menu.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/menu/opacity.ts b/src/menu/opacity.ts index 479415ca..ca031b8c 100644 --- a/src/menu/opacity.ts +++ b/src/menu/opacity.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/menu/repeat.ts b/src/menu/repeat.ts index 8cbdadb1..b0e17eb3 100644 --- a/src/menu/repeat.ts +++ b/src/menu/repeat.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/menu/size.ts b/src/menu/size.ts index d6be7dac..ec308af4 100644 --- a/src/menu/size.ts +++ b/src/menu/size.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/menu/time.ts b/src/menu/time.ts index 8f1f6d88..129a17b4 100644 --- a/src/menu/time.ts +++ b/src/menu/time.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Katsute + * Copyright (C) 2025 Katsute * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by From 71b2c4d0ae6a8a243e31034b1450659a8081efa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:32:11 -0500 Subject: [PATCH 2/3] Bump typescript from 5.7.2 to 5.7.3 (#444) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40641544..b20f7503 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "glob": "11.0.0", "rimraf": "6.0.1", "tmp": "0.2.3", - "typescript": "5.7.2" + "typescript": "5.7.3" }, "engines": { "vscode": "^1.96.0" @@ -3363,11 +3363,10 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 589c41be..fe704df3 100644 --- a/package.json +++ b/package.json @@ -358,6 +358,6 @@ "glob": "11.0.0", "rimraf": "6.0.1", "tmp": "0.2.3", - "typescript": "5.7.2" + "typescript": "5.7.3" } } From 430b38e8f9a14c87cc5263770194c64b330130da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:35:20 -0500 Subject: [PATCH 3/3] Bump glob from 11.0.0 to 11.0.1 (#443) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b20f7503..2b769eaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@vscode/test-electron": "2.4.1", "@vscode/vsce": "3.2.1", "esbuild": "0.24.2", - "glob": "11.0.0", + "glob": "11.0.1", "rimraf": "6.0.1", "tmp": "0.2.3", "typescript": "5.7.3" @@ -1698,11 +1698,10 @@ "optional": true }, "node_modules/glob": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.0.tgz", - "integrity": "sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.1.tgz", + "integrity": "sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==", "dev": true, - "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^4.0.1", diff --git a/package.json b/package.json index fe704df3..cea405eb 100644 --- a/package.json +++ b/package.json @@ -355,7 +355,7 @@ "@vscode/test-electron": "2.4.1", "@vscode/vsce": "3.2.1", "esbuild": "0.24.2", - "glob": "11.0.0", + "glob": "11.0.1", "rimraf": "6.0.1", "tmp": "0.2.3", "typescript": "5.7.3"