Skip to content

Commit 8f2dad2

Browse files
Bump the major-deps-updates group with 5 updates
Bumps the major-deps-updates group with 5 updates: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `9.39.3` | `10.0.2` | | [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `62.0.0` | `63.0.0` | | [unplugin-icons](https://github.com/unplugin/unplugin-icons) | `22.5.0` | `23.0.1` | | [stylelint](https://github.com/stylelint/stylelint) | `16.26.1` | `17.3.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.0.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.3...v10.0.2) 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 `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 `stylelint` from 16.26.1 to 17.3.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.3.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.0.2 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: unplugin-icons dependency-version: 23.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: stylelint dependency-version: 17.3.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] <support@github.com>
1 parent 6185479 commit 8f2dad2

3 files changed

Lines changed: 267 additions & 272 deletions

File tree

package.json

Lines changed: 3 additions & 3 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.0.2",
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",
@@ -40,7 +40,7 @@
4040
"ts-node": "^10.9.2",
4141
"tsx": "^4.20.4",
4242
"typescript": "^5.9.2",
43-
"unplugin-icons": "^22.2.0",
43+
"unplugin-icons": "^23.0.1",
4444
"vite": "^7.3.0",
4545
"vitest": "^4.0.16",
4646
"webdriverio": "^9.19.1"

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
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.3.0",
42+
"stylelint-config-recommended": "^18.0.0",
4343
"stylelint-config-tailwindcss": "^1.0.0",
4444
"tailwindcss": "~4.1.18"
4545
,"vite": "7.3.1"

0 commit comments

Comments
 (0)