Skip to content

Commit 23a9a5a

Browse files
dependabot[bot]vishnuv688
authored andcommitted
Bump the major-deps-updates group across 1 directory with 8 updates
Bumps the major-deps-updates group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `9.38.0` | `10.2.0` | | [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `62.0.0` | `64.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.0` | `8.0.7` | | [stylelint](https://github.com/stylelint/stylelint) | `16.25.0` | `17.6.0` | | [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended) | `17.0.0` | `18.0.0` | | [chromedriver](https://github.com/giggio/node-chromedriver) | `133.0.3` | `147.0.1` | Updates `eslint` from 9.38.0 to 10.2.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.38.0...v10.2.0) Updates `eslint-plugin-unicorn` from 62.0.0 to 64.0.0 - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v62.0.0...v64.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.0 to 8.0.7 - [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/v8.0.7/packages/vite) Updates `stylelint` from 16.25.0 to 17.6.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.25.0...17.6.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) Updates `chromedriver` from 133.0.3 to 147.0.1 - [Commits](giggio/node-chromedriver@133.0.3...147.0.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.2.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: eslint-plugin-unicorn dependency-version: 64.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.7 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: stylelint dependency-version: 17.6.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 - dependency-name: chromedriver dependency-version: 147.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 96e1ad0 commit 23a9a5a

File tree

3 files changed

+67
-58
lines changed

3 files changed

+67
-58
lines changed

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"stylelint": "^17.6.0",
4242
"stylelint-config-recommended": "^18.0.0",
4343
"stylelint-config-tailwindcss": "^1.0.1",
44-
"tailwindcss": "~4.2.2",
45-
"typescript": "6.0.2",
44+
"tailwindcss": "~4.2.2",
45+
"typescript": "6.0.2",
4646
"vite": "8.0.7"
4747
}
4848
}

packages/service/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"typescript": "6.0.2",
5858
"vite": "8.0.7",
5959
"vite-plugin-dts": "^4.5.4"
60+
6061
},
6162
"peerDependencies": {
6263
"@wdio/protocols": "9.27.0",

0 commit comments

Comments
 (0)