From 28e59e189a4e86aabb174398f340ac9fa0c81fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 03:03:06 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-dependencies group with 5 updates Bumps the dev-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [cypress](https://github.com/cypress-io/cypress) | `15.16.0` | `15.17.0` | | [eslint](https://github.com/eslint/eslint) | `10.4.1` | `10.5.0` | | [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.8.4` | | [sass](https://github.com/sass/dart-sass) | `1.100.0` | `1.101.0` | | [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | `3.0.8` | `3.0.11` | Updates `cypress` from 15.16.0 to 15.17.0 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v15.16.0...v15.17.0) Updates `eslint` from 10.4.1 to 10.5.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.4.1...v10.5.0) Updates `prettier` from 3.8.3 to 3.8.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.8.3...3.8.4) Updates `sass` from 1.100.0 to 1.101.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.100.0...1.101.0) Updates `start-server-and-test` from 3.0.8 to 3.0.11 - [Release notes](https://github.com/bahmutov/start-server-and-test/releases) - [Commits](https://github.com/bahmutov/start-server-and-test/compare/v3.0.8...v3.0.11) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.17.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint dependency-version: 10.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: prettier dependency-version: 3.8.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: sass dependency-version: 1.101.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: start-server-and-test dependency-version: 3.0.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 43 +++++++++++++++++++++++-------------------- package.json | 10 +++++----- 2 files changed, 28 insertions(+), 25 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f0d457..cab64c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,15 +10,15 @@ "devDependencies": { "@cypress/code-coverage": "4.0.3", "@eslint/js": "10.0.1", - "cypress": "15.16.0", + "cypress": "15.17.0", "cypress-image-diff-js": "2.8.0", - "eslint": "10.4.1", + "eslint": "10.5.0", "globals": "17.6.0", "lightningcss": "1.32.0", "nyc": "18.0.0", - "prettier": "3.8.3", - "sass": "1.100.0", - "start-server-and-test": "3.0.8", + "prettier": "3.8.4", + "sass": "1.101.0", + "start-server-and-test": "3.0.11", "vite": "8.0.16", "vite-plugin-istanbul": "8.0.0", "vitest": "4.1.8" @@ -4234,9 +4234,9 @@ } }, "node_modules/cypress": { - "version": "15.16.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.16.0.tgz", - "integrity": "sha512-fy0M0c9xDLEp4v9y7LLKFeAQhIdDsobxDSKpD3JcZpqQefjy9TSzEyVV3HA0zu7hUi0bGHlSYlI7ASub8wgR9A==", + "version": "15.17.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.17.0.tgz", + "integrity": "sha512-WL5Gcqi1GaDWozBwXmkSAtOPafTsVSRS764iX6xvuz3DPzvBAxbkRyEi4BreVdVWxLDpiYRgZCyJUafBw44njw==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -4601,11 +4601,14 @@ } }, "node_modules/eslint": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.1.tgz", - "integrity": "sha512-AyIKhnOBuOAdueD7RB3xB+YeAWScb9jHsJBgH2Hcde8InP5JYhqrRR6iTMHyTEwgENK54Cp44e4v8BwNhsuHuw==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.5.0.tgz", + "integrity": "sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ==", "dev": true, "license": "MIT", + "workspaces": [ + "packages/*" + ], "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.2", @@ -7157,9 +7160,9 @@ } }, "node_modules/prettier": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.3.tgz", - "integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==", + "version": "3.8.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.4.tgz", + "integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==", "dev": true, "license": "MIT", "bin": { @@ -7566,9 +7569,9 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.100.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.100.0.tgz", - "integrity": "sha512-B5j0rYMlinhhOo9tjQebMVVn0TfyXAF+wB3b2ggZUuJ/is/Y+7+JGjirAMxHZ9Z3hIP98NPfamlAkBHa1lAaXQ==", + "version": "1.101.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.101.0.tgz", + "integrity": "sha512-OL3GoQyoUdDt843DpVmDO6y2k1sc5IhUDSpu8XucEI+35neq5QivZ1iuegnpraEVTJXlQGK1gl27zKcTLEPbQw==", "dev": true, "license": "MIT", "dependencies": { @@ -7913,9 +7916,9 @@ "license": "MIT" }, "node_modules/start-server-and-test": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-3.0.8.tgz", - "integrity": "sha512-BG1tHNyEW/mPhw50DFPb0uKoq7f7yNQFO+CJb83MKZkCPKmWqb522YGMM3f4XG1Kra2v3xU3ou6O+s8taChM6A==", + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-3.0.11.tgz", + "integrity": "sha512-NRapOwJl6jr1DNSaQ+SRukHI2OKcFZA2Iv2tfTW9fI/S+6YmJGiwacR+0MG3o5p39lY4xWUOE5JFkKJBZUjxuQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4955152..4f102bc 100644 --- a/package.json +++ b/package.json @@ -35,15 +35,15 @@ "devDependencies": { "@cypress/code-coverage": "4.0.3", "@eslint/js": "10.0.1", - "cypress": "15.16.0", + "cypress": "15.17.0", "cypress-image-diff-js": "2.8.0", - "eslint": "10.4.1", + "eslint": "10.5.0", "globals": "17.6.0", "lightningcss": "1.32.0", "nyc": "18.0.0", - "prettier": "3.8.3", - "sass": "1.100.0", - "start-server-and-test": "3.0.8", + "prettier": "3.8.4", + "sass": "1.101.0", + "start-server-and-test": "3.0.11", "vite": "8.0.16", "vite-plugin-istanbul": "8.0.0", "vitest": "4.1.8"