Skip to content

Commit d9c3ade

Browse files
Bump the major-deps-updates group with 6 updates
Bumps the major-deps-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.9.1` | `25.0.3` | | [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser) | `3.2.4` | `4.0.16` | | [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `59.0.1` | `62.0.0` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.18` | `4.1.18` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.0.16` | | [@fastify/static](https://github.com/fastify/fastify-static) | `8.3.0` | `9.0.0` | Updates `@types/node` from 24.9.1 to 25.0.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vitest/browser` from 3.2.4 to 4.0.16 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.16/packages/browser) Updates `eslint-plugin-unicorn` from 59.0.1 to 62.0.0 - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v59.0.1...v62.0.0) Updates `tailwindcss` from 3.4.18 to 4.1.18 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/tailwindcss) Updates `vitest` from 3.2.4 to 4.0.16 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.16/packages/vitest) Updates `@fastify/static` from 8.3.0 to 9.0.0 - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](fastify/fastify-static@v8.3.0...v9.0.0) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: "@vitest/browser" dependency-version: 4.0.16 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: eslint-plugin-unicorn dependency-version: 62.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: tailwindcss dependency-version: 4.1.18 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: vitest dependency-version: 4.0.16 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: "@fastify/static" dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-deps-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bdfffe7 commit d9c3ade

File tree

4 files changed

+991
-669
lines changed

4 files changed

+991
-669
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
"watch": "pnpm build --watch"
1111
},
1212
"devDependencies": {
13-
"@types/node": "^24.3.0",
13+
"@types/node": "^25.0.3",
1414
"@typescript-eslint/eslint-plugin": "^8.40.0",
1515
"@typescript-eslint/parser": "^8.40.0",
1616
"@typescript-eslint/utils": "^8.40.0",
17-
"@vitest/browser": "^3.2.4",
17+
"@vitest/browser": "^4.0.16",
1818
"autoprefixer": "^10.4.21",
1919
"eslint": "^9.33.0",
2020
"eslint-config-prettier": "^10.1.8",
2121
"eslint-plugin-import": "^2.32.0",
2222
"eslint-plugin-prettier": "^5.5.4",
23-
"eslint-plugin-unicorn": "^59.0.1",
23+
"eslint-plugin-unicorn": "^62.0.0",
2424
"npm-run-all": "^4.1.5",
2525
"postcss": "^8.5.6",
2626
"postcss-lit": "^1.2.0",
@@ -31,7 +31,7 @@
3131
"typescript": "^5.9.2",
3232
"unplugin-icons": "^22.2.0",
3333
"vite": "^7.1.3",
34-
"vitest": "^3.2.4",
34+
"vitest": "^4.0.16",
3535
"webdriverio": "^9.19.1"
3636
},
3737
"dependencies": {

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"stylelint": "^16.24.0",
4141
"stylelint-config-recommended": "^17.0.0",
4242
"stylelint-config-tailwindcss": "^1.0.0",
43-
"tailwindcss": "~3.4.17"
43+
"tailwindcss": "~4.1.18"
4444
}
4545
}

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test": "eslint ."
2424
},
2525
"dependencies": {
26-
"@fastify/static": "^8.2.0",
26+
"@fastify/static": "^9.0.0",
2727
"@fastify/websocket": "^11.2.0",
2828
"@wdio/cli": "9.18.0",
2929
"@wdio/devtools-app": "workspace:^",

0 commit comments

Comments
 (0)