Skip to content

Commit 6539879

Browse files
Bump the major-deps-updates group across 1 directory with 7 updates
Bumps the major-deps-updates group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `9.39.3` | `10.1.0` | | [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `62.0.0` | `63.0.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.2` | | [unplugin-icons](https://github.com/unplugin/unplugin-icons) | `22.5.0` | `23.0.1` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.3.1` | `8.0.2` | | [stylelint](https://github.com/stylelint/stylelint) | `16.26.1` | `17.5.0` | | [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended) | `17.0.0` | `18.0.0` | Updates `eslint` from 9.39.3 to 10.1.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.3...v10.1.0) Updates `eslint-plugin-unicorn` from 62.0.0 to 63.0.0 - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v62.0.0...v63.0.0) Updates `typescript` from 5.9.3 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) Updates `unplugin-icons` from 22.5.0 to 23.0.1 - [Release notes](https://github.com/unplugin/unplugin-icons/releases) - [Commits](unplugin/unplugin-icons@v22.5.0...v23.0.1) Updates `vite` from 7.3.1 to 8.0.2 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/[email protected]/packages/vite) Updates `stylelint` from 16.26.1 to 17.5.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.26.1...17.5.0) Updates `stylelint-config-recommended` from 17.0.0 to 18.0.0 - [Release notes](https://github.com/stylelint/stylelint-config-recommended/releases) - [Changelog](https://github.com/stylelint/stylelint-config-recommended/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint-config-recommended@17.0.0...18.0.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: eslint-plugin-unicorn dependency-version: 63.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: unplugin-icons dependency-version: 23.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: vite dependency-version: 8.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: stylelint dependency-version: 17.5.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: stylelint-config-recommended dependency-version: 18.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6185479 commit 6539879

6 files changed

Lines changed: 1132 additions & 481 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"ts-node": "^10.9.2",
1414
"tsconfig-paths": "^4.2.0",
1515
"tsx": "^4.20.3",
16-
"typescript": "^5.8.3"
16+
"typescript": "^6.0.2"
1717
},
1818
"scripts": {
1919
"wdio": "wdio run ./wdio.conf.ts"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"@typescript-eslint/utils": "^8.40.0",
2727
"@vitest/browser": "^4.0.16",
2828
"autoprefixer": "^10.4.21",
29-
"eslint": "^9.33.0",
29+
"eslint": "^10.1.0",
3030
"eslint-config-prettier": "^10.1.8",
3131
"eslint-plugin-import": "^2.32.0",
3232
"eslint-plugin-prettier": "^5.5.4",
33-
"eslint-plugin-unicorn": "^62.0.0",
33+
"eslint-plugin-unicorn": "^63.0.0",
3434
"happy-dom": "^20.0.11",
3535
"npm-run-all": "^4.1.5",
3636
"postcss": "^8.5.6",
@@ -39,9 +39,9 @@
3939
"tailwindcss": "^4.1.12",
4040
"ts-node": "^10.9.2",
4141
"tsx": "^4.20.4",
42-
"typescript": "^5.9.2",
43-
"unplugin-icons": "^22.2.0",
44-
"vite": "^7.3.0",
42+
"typescript": "^6.0.2",
43+
"unplugin-icons": "^23.0.1",
44+
"vite": "^8.0.2",
4545
"vitest": "^4.0.16",
4646
"webdriverio": "^9.19.1"
4747
},

packages/app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"postcss": "^8.5.6",
3939
"postcss-import": "^16.1.1",
4040
"rollup": "^4.47.0",
41-
"stylelint": "^16.24.0",
42-
"stylelint-config-recommended": "^17.0.0",
41+
"stylelint": "^17.5.0",
42+
"stylelint-config-recommended": "^18.0.0",
4343
"stylelint-config-tailwindcss": "^1.0.0",
4444
"tailwindcss": "~4.1.18"
45-
,"vite": "7.3.1"
45+
,"vite": "8.0.2"
4646
}
4747
}

packages/script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"vite-plugin-singlefile": "^2.3.0"
2626
},
2727
"devDependencies": {
28-
"vite": "7.3.1"
28+
"vite": "8.0.2"
2929
},
3030
"license": "MIT"
3131
}

packages/service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@wdio/globals": "9.23.0",
5656
"@wdio/protocols": "9.24.0",
5757
"vite-plugin-dts": "^4.5.4"
58-
,"vite": "7.3.1"
58+
,"vite": "8.0.2"
5959
},
6060
"peerDependencies": {
6161
"@wdio/protocols": "9.24.0",

0 commit comments

Comments
 (0)