Browse Source

fix(deps): update all non-major dependencies (#5091)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 3 months ago
parent
commit
186f755bcd
7 changed files with 817 additions and 312 deletions
  1. 1 1
      biome.json
  2. 768 267
      package-lock.json
  3. 13 13
      package.json
  4. 4 4
      src/deb/web-terminal/package-lock.json
  5. 1 1
      src/deb/web-terminal/package.json
  6. 2 2
      web/src/composer.json
  7. 28 24
      web/src/composer.lock

+ 1 - 1
biome.json

@@ -1,5 +1,5 @@
 {
 {
-	"$schema": "https://biomejs.dev/schemas/2.1.4/schema.json",
+	"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
 	"vcs": {
 	"vcs": {
 		"enabled": false,
 		"enabled": false,
 		"clientKind": "git",
 		"clientKind": "git",

File diff suppressed because it is too large
+ 768 - 267
package-lock.json


+ 13 - 13
package.json

@@ -19,30 +19,30 @@
 		"prepare": "husky"
 		"prepare": "husky"
 	},
 	},
 	"dependencies": {
 	"dependencies": {
-		"@alpinejs/collapse": "^3.14.9",
-		"@fortawesome/fontawesome-free": "^7.0.0",
-		"alpinejs": "^3.14.9",
-		"chart.js": "^4.5.0",
+		"@alpinejs/collapse": "^3.15.2",
+		"@fortawesome/fontawesome-free": "^7.1.0",
+		"alpinejs": "^3.15.2",
+		"chart.js": "^4.5.1",
 		"check-password-strength": "^3.0.0",
 		"check-password-strength": "^3.0.0",
 		"floating-vue": "^5.2.2",
 		"floating-vue": "^5.2.2",
-		"nanoid": "^5.1.5",
+		"nanoid": "^5.1.6",
 		"normalize.css": "^8.0.1",
 		"normalize.css": "^8.0.1",
 		"xterm": "^5.3.0",
 		"xterm": "^5.3.0",
 		"xterm-addon-canvas": "^0.5.0",
 		"xterm-addon-canvas": "^0.5.0",
 		"xterm-addon-webgl": "^0.16.0"
 		"xterm-addon-webgl": "^0.16.0"
 	},
 	},
 	"devDependencies": {
 	"devDependencies": {
-		"@biomejs/biome": "2.1.4",
+		"@biomejs/biome": "2.3.8",
 		"@prettier/plugin-php": "^0.24.0",
 		"@prettier/plugin-php": "^0.24.0",
 		"@testing-library/vue": "^8.1.0",
 		"@testing-library/vue": "^8.1.0",
-		"@vitejs/plugin-vue": "^6.0.1",
-		"browserslist": "^4.25.2",
-		"esbuild": "^0.25.8",
+		"@vitejs/plugin-vue": "^6.0.2",
+		"browserslist": "^4.28.0",
+		"esbuild": "^0.27.0",
 		"husky": "^9.1.7",
 		"husky": "^9.1.7",
 		"jsdom": "^27.2.0",
 		"jsdom": "^27.2.0",
-		"lightningcss": "^1.30.1",
-		"lint-staged": "^16.1.5",
-		"markdownlint-cli2": "^0.19.0",
+		"lightningcss": "^1.30.2",
+		"lint-staged": "^16.2.7",
+		"markdownlint-cli2": "^0.19.1",
 		"prettier": "^3.6.2",
 		"prettier": "^3.6.2",
 		"prettier-plugin-nginx": "^1.0.3",
 		"prettier-plugin-nginx": "^1.0.3",
 		"prettier-plugin-sh": "^0.18.0",
 		"prettier-plugin-sh": "^0.18.0",
@@ -51,7 +51,7 @@
 		"stylelint-config-standard": "^39.0.1",
 		"stylelint-config-standard": "^39.0.1",
 		"vitepress": "^1.6.4",
 		"vitepress": "^1.6.4",
 		"vitest": "^4.0.14",
 		"vitest": "^4.0.14",
-		"vue": "^3.5.18"
+		"vue": "^3.5.25"
 	},
 	},
 	"browserslist": [
 	"browserslist": [
 		"defaults"
 		"defaults"

+ 4 - 4
src/deb/web-terminal/package-lock.json

@@ -12,14 +12,14 @@
 				"ws": "^8.18.3"
 				"ws": "^8.18.3"
 			},
 			},
 			"devDependencies": {
 			"devDependencies": {
-				"@types/node": "^22.17.1",
+				"@types/node": "^22.19.1",
 				"@types/ws": "^8.18.1"
 				"@types/ws": "^8.18.1"
 			}
 			}
 		},
 		},
 		"node_modules/@types/node": {
 		"node_modules/@types/node": {
-			"version": "22.17.1",
-			"resolved": "https://registry.npmjs.org/@types/node/-/node-22.17.1.tgz",
-			"integrity": "sha512-y3tBaz+rjspDTylNjAX37jEC3TETEFGNJL6uQDxwF9/8GLLIjW1rvVHlynyuUKMnMr1Roq8jOv3vkopBjC4/VA==",
+			"version": "22.19.1",
+			"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.1.tgz",
+			"integrity": "sha512-LCCV0HdSZZZb34qifBsyWlUmok6W7ouER+oQIGBScS8EsZsQbrtFTUrDX4hOl+CS6p7cnNC4td+qrSVGSCTUfQ==",
 			"dev": true,
 			"dev": true,
 			"license": "MIT",
 			"license": "MIT",
 			"dependencies": {
 			"dependencies": {

+ 1 - 1
src/deb/web-terminal/package.json

@@ -12,6 +12,6 @@
 	},
 	},
 	"devDependencies": {
 	"devDependencies": {
 		"@types/ws": "^8.18.1",
 		"@types/ws": "^8.18.1",
-		"@types/node": "^22.17.1"
+		"@types/node": "^22.19.1"
 	}
 	}
 }
 }

+ 2 - 2
web/src/composer.json

@@ -5,9 +5,9 @@
         }
         }
     },
     },
     "require": {
     "require": {
-        "symfony/console": "^7.3.2",
+        "symfony/console": "^7.4.0",
         "composer": "*",
         "composer": "*",
-        "symfony/process": "^7.3.0"
+        "symfony/process": "^7.4.0"
     },
     },
     "require-dev": {
     "require-dev": {
         "squizlabs/php_codesniffer": "^4.0.1"
         "squizlabs/php_codesniffer": "^4.0.1"

+ 28 - 24
web/src/composer.lock

@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
         "This file is @generated automatically"
     ],
     ],
-    "content-hash": "24b6bce0978a05035b84bc38445482b4",
+    "content-hash": "759c8eed5846dd769347bf145fcbdb2f",
     "packages": [
     "packages": [
         {
         {
             "name": "psr/container",
             "name": "psr/container",
@@ -61,16 +61,16 @@
         },
         },
         {
         {
             "name": "symfony/console",
             "name": "symfony/console",
-            "version": "v7.3.2",
+            "version": "v7.4.0",
             "source": {
             "source": {
                 "type": "git",
                 "type": "git",
                 "url": "https://github.com/symfony/console.git",
                 "url": "https://github.com/symfony/console.git",
-                "reference": "5f360ebc65c55265a74d23d7fe27f957870158a1"
+                "reference": "0bc0f45254b99c58d45a8fbf9fb955d46cbd1bb8"
             },
             },
             "dist": {
             "dist": {
                 "type": "zip",
                 "type": "zip",
-                "url": "https://api.github.com/repos/symfony/console/zipball/5f360ebc65c55265a74d23d7fe27f957870158a1",
-                "reference": "5f360ebc65c55265a74d23d7fe27f957870158a1",
+                "url": "https://api.github.com/repos/symfony/console/zipball/0bc0f45254b99c58d45a8fbf9fb955d46cbd1bb8",
+                "reference": "0bc0f45254b99c58d45a8fbf9fb955d46cbd1bb8",
                 "shasum": ""
                 "shasum": ""
             },
             },
             "require": {
             "require": {
@@ -78,7 +78,7 @@
                 "symfony/deprecation-contracts": "^2.5|^3",
                 "symfony/deprecation-contracts": "^2.5|^3",
                 "symfony/polyfill-mbstring": "~1.0",
                 "symfony/polyfill-mbstring": "~1.0",
                 "symfony/service-contracts": "^2.5|^3",
                 "symfony/service-contracts": "^2.5|^3",
-                "symfony/string": "^7.2"
+                "symfony/string": "^7.2|^8.0"
             },
             },
             "conflict": {
             "conflict": {
                 "symfony/dependency-injection": "<6.4",
                 "symfony/dependency-injection": "<6.4",
@@ -92,16 +92,16 @@
             },
             },
             "require-dev": {
             "require-dev": {
                 "psr/log": "^1|^2|^3",
                 "psr/log": "^1|^2|^3",
-                "symfony/config": "^6.4|^7.0",
-                "symfony/dependency-injection": "^6.4|^7.0",
-                "symfony/event-dispatcher": "^6.4|^7.0",
-                "symfony/http-foundation": "^6.4|^7.0",
-                "symfony/http-kernel": "^6.4|^7.0",
-                "symfony/lock": "^6.4|^7.0",
-                "symfony/messenger": "^6.4|^7.0",
-                "symfony/process": "^6.4|^7.0",
-                "symfony/stopwatch": "^6.4|^7.0",
-                "symfony/var-dumper": "^6.4|^7.0"
+                "symfony/config": "^6.4|^7.0|^8.0",
+                "symfony/dependency-injection": "^6.4|^7.0|^8.0",
+                "symfony/event-dispatcher": "^6.4|^7.0|^8.0",
+                "symfony/http-foundation": "^6.4|^7.0|^8.0",
+                "symfony/http-kernel": "^6.4|^7.0|^8.0",
+                "symfony/lock": "^6.4|^7.0|^8.0",
+                "symfony/messenger": "^6.4|^7.0|^8.0",
+                "symfony/process": "^6.4|^7.0|^8.0",
+                "symfony/stopwatch": "^6.4|^7.0|^8.0",
+                "symfony/var-dumper": "^6.4|^7.0|^8.0"
             },
             },
             "type": "library",
             "type": "library",
             "autoload": {
             "autoload": {
@@ -135,7 +135,7 @@
                 "terminal"
                 "terminal"
             ],
             ],
             "support": {
             "support": {
-                "source": "https://github.com/symfony/console/tree/v7.3.2"
+                "source": "https://github.com/symfony/console/tree/v7.4.0"
             },
             },
             "funding": [
             "funding": [
                 {
                 {
@@ -155,7 +155,7 @@
                     "type": "tidelift"
                     "type": "tidelift"
                 }
                 }
             ],
             ],
-            "time": "2025-07-30T17:13:41+00:00"
+            "time": "2025-11-27T13:27:24+00:00"
         },
         },
         {
         {
             "name": "symfony/deprecation-contracts",
             "name": "symfony/deprecation-contracts",
@@ -544,16 +544,16 @@
         },
         },
         {
         {
             "name": "symfony/process",
             "name": "symfony/process",
-            "version": "v7.3.0",
+            "version": "v7.4.0",
             "source": {
             "source": {
                 "type": "git",
                 "type": "git",
                 "url": "https://github.com/symfony/process.git",
                 "url": "https://github.com/symfony/process.git",
-                "reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af"
+                "reference": "7ca8dc2d0dcf4882658313aba8be5d9fd01026c8"
             },
             },
             "dist": {
             "dist": {
                 "type": "zip",
                 "type": "zip",
-                "url": "https://api.github.com/repos/symfony/process/zipball/40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
-                "reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
+                "url": "https://api.github.com/repos/symfony/process/zipball/7ca8dc2d0dcf4882658313aba8be5d9fd01026c8",
+                "reference": "7ca8dc2d0dcf4882658313aba8be5d9fd01026c8",
                 "shasum": ""
                 "shasum": ""
             },
             },
             "require": {
             "require": {
@@ -585,7 +585,7 @@
             "description": "Executes commands in sub-processes",
             "description": "Executes commands in sub-processes",
             "homepage": "https://symfony.com",
             "homepage": "https://symfony.com",
             "support": {
             "support": {
-                "source": "https://github.com/symfony/process/tree/v7.3.0"
+                "source": "https://github.com/symfony/process/tree/v7.4.0"
             },
             },
             "funding": [
             "funding": [
                 {
                 {
@@ -596,12 +596,16 @@
                     "url": "https://github.com/fabpot",
                     "url": "https://github.com/fabpot",
                     "type": "github"
                     "type": "github"
                 },
                 },
+                {
+                    "url": "https://github.com/nicolas-grekas",
+                    "type": "github"
+                },
                 {
                 {
                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                     "type": "tidelift"
                     "type": "tidelift"
                 }
                 }
             ],
             ],
-            "time": "2025-04-17T09:11:12+00:00"
+            "time": "2025-10-16T11:21:06+00:00"
         },
         },
         {
         {
             "name": "symfony/service-contracts",
             "name": "symfony/service-contracts",

Some files were not shown because too many files changed in this diff